/*********************************basic setting*******************************/
html,
body {
    font-size: 16px;
}

input:focus {
    outline: none;
}
textarea:focus {
    outline: none;
}
select option:hover {
    background: #38322d;
}
p,f
h1,
h2,
h3,
h4,
h5,
span,
li {
    word-break: keep-all;
}
p,
h1,
h2,
h3,
h4,
h5,
span {
    line-height: 1.5em;
    letter-spacing: -0.8px;
}

/* Clear floats after the tab **/
.clearfix::after {
    content: "";
    clear: both;
    display: table;
  }	

/*스크롤바 커스텀*/

.tb_scroll::-webkit-scrollbar {
    width: 10px;
}

.tb_scroll::-webkit-scrollbar-thumb {
    background-color: #0080c0;
    border-radius: 10px;
}

.tb_scroll::-webkit-scrollbar-track {
    background-color: #ddd;
}



/************************header/path/footer basic css************************/

.float_wrapper {
    width: 100%;
    display: flex;
}

/*서브비주얼*/
.sub {
    font-size: 1rem;
}
.sub_visual {
    position: relative;
	padding-top: 60px;
	padding-bottom: 50px;
    border-bottom: 1px solid #efefef;
    overflow: hidden;
}

.sub_visual h1 {
    font-size: 3.5rem;
    font-weight: 400;
    display: block;
    max-width: 1300px;
    margin: 0 auto;
}

.sub_visual h2 {
    font-size: 1.125rem;
    font-weight: 700;
    color: #289ad5;
    display: block;
    max-width: 1300px;
    margin: 0 auto;
    margin-top: 110px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: normal;
    letter-spacing: 5px;
}
/* .sub_visual::before {
    position: absolute;
    content: '';
    background: url(../images/pattern_fiart.svg) center no-repeat;
    bottom: 0;
    left: 65%;
    transform: translateX(-50%);
    opacity: 0.1;
    width: 800px;
    height: 150px;
} */

.path_container {
    width: 100%;
    position: relative;
    display: none;
}

.path_container .path {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #ddd;
}

.path_container .caption {
    text-align: center;
    /* padding-top: 240px; */
    font-size: 48px;
    color: #222;
    letter-spacing: -2px;
    line-height: 400px;
}


/*컨텐츠공간*/
.sub_container {
    min-height: 500px;
}
.sub_container .wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.sub_container .wrapper .max {
    max-width: 1300px;
    margin: 0 auto;
    padding: 80px 0;
}
.sub_container .wrapper .max_wrap_color {
    background: #f4f7f9;
}
.sub_container .wrapper .max_wrap_banner {
    position: relative;
    padding-top: 80px;
}
.sub_container .wrapper .max_wrap_bg {
    background: url(../images/sub/maxwrap_bg.png) center center no-repeat;
}
.sub_container .wrapper .max_wrap_nm {
    margin-top: -80px;
}
.sub_container h1.tit {
    font-size: 2.5rem;
    line-height: 1.6em;
    font-weight: 400;
    letter-spacing: 10px;
    margin-bottom: 60px;
    text-align: center;
}
.sub_container h2.subtit {
    font-size: 1.7rem;
    line-height: 1.6em;
    font-weight: 500;
    margin-bottom: 40px;
    position: relative;
    display: inline-block;
}
.sub_container h2.subtit::before {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    background: #38ade9;
    border-radius: 15px;
    top: -5%;
    right: -16px;
}
.sub_container h2.subtit_sm {
    font-size: 1.5rem;
    line-height: 1.6em;
    font-weight: 500;
    margin-bottom: 40px;
    position: relative;
    display: inline-block;
}



.menu-trigger,
.menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}

.menu-trigger {
    position: relative;
    width: 36px;
    height: 28px;
    z-index: 9999999999;
    margin: 30px;
}

.menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #222;
}
#header.on .menu-trigger span {
    background-color: #fff;
}
#header.active .menu-trigger span {
    background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
    top: 0;
}

.menu-trigger span:nth-of-type(2) {
    top: 12px;
}

.menu-trigger span:nth-of-type(3) {
    bottom: 0;
}

.menu-trigger span:nth-of-type(3) .menu-trigger.active span:nth-of-type(3) {
    transition: none;
}



.menu-trigger.active {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(12px) rotate(-45deg);
    transform: translateY(12px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
}

.menu-trigger.active span:nth-of-type(3) {
    opacity: 0;
}


/* Header - gnb slide menu */
#header {
    position: absolute;
    top: 0;
    z-index: 1000;
    width: 100%;
    transition: all 0.5s ease;
}
#header.on, #header.active {
    position: fixed;
    top: 0;
    background: #289ad5;
    animation: smoothScroll 0.5s forwards;
    /* border-bottom: 1px solid #ccc; */
}

#header.on nav {
    display: block;
}


#header nav {
    /* width: auto;
    margin-left: 130px; */
    flex-grow: 3;
}

#header nav #gnb {
    width: 1048px;
    height: 90px;
    display: flex;
    margin: 0 auto;
}

#header nav #gnb li {
    width: 174px;
    text-align: center;
    line-height: 90px;
    cursor: pointer;
}

#header nav #gnb li .nav_dep1 {
    color: #222;
    font-size: 1.125rem;
    font-weight: 500;
}
#header.on nav #gnb li .nav_dep1 {
    color: #fff;
    font-weight: 400;
}
#header.active nav #gnb li .nav_dep1 {
    color: #fff;
    font-weight: 400;
}


#header .logo {
    float: left;
    padding: 20px 30px;
}

#header .logo img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

#header .logo a {
    width: 159px;
    height: 45px;
    display: block;
}
header .menu_area ul li {
    margin-right: 20px;
}
header h1 a {
    background: url(../images/logo_on.png) no-repeat center center;
    text-indent: -9999px;
    background-size: contain;
}
header.on h1 a {
    background: url(../images/logo.png) no-repeat center center;
    text-indent: -9999px;
    background-size: contain;
}
header.active h1 a {
    background: url(../images/logo.png) no-repeat center center;
    text-indent: -9999px;
    background-size: contain;
}

#header.active nav {
    display: block;
}
#header nav .depth_toggle {
    position: absolute;
    top: 99px;
    left: 0;
    width: 100%;
    z-index: 9999;
    transition: .5s height, .2s background;
    display: none;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}
#header nav .depth_toggle .sub_nav li.menu3 a {
    font-size: 14px;
    color: #777;
    /*    padding-left: 10px;*/
}
#header nav .depth_toggle.active {
    display: block;
    background: #fff;
}
#header nav .depth_toggle .wrapper {
    width: 1200px;
    margin: 0 auto;
    padding-left: 306px;
    display: flex;
}
#header nav .depth_toggle .sub_nav {
    width: 165px;
    height: 256px;
    background: rgba(255, 255, 255, 0.5);
    border-right: 1px solid #ddd;
    padding: 20px 12px;
    transition: .5s height, .2s background;
}
#header nav .depth_toggle .sub_nav li {
    /*    height: 26px;*/
    line-height: 26px;
    /* padding-left: 12px; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    text-align: left;
    /*    font-size: 1;*/
}
#header nav .depth_toggle .sub_nav li.menu3 {
    margin-top: -4px;
}
#header nav .depth_toggle .sub_nav ul.depth3 {
    margin-top: -4px;

}
#header nav .depth_toggle .sub_nav li a {
    display: block;
    overflow: hidden;
    margin-bottom: -20px;
    /*text-overflow: ellipsis;
	white-space: nowrap;*/
    font-size: 15px;
    letter-spacing: -0.6px;
    text-overflow: ellipsis;
}
#header nav .depth_toggle .sub_nav.on {
    background: #0080c0;
    color: #fff;
    transition: .5s height, .2s background;
}
#header nav .depth_toggle .sub_nav.on li a {
    color: #f1f1f1;
}
#header nav .depth_toggle .sub_nav.on li a:hover {
    color: #fff !important;
    font-weight: 400;
}
#header.speedup {
    transition: all 0.2s ease !important;
}

#header nav .depth_toggle .sub_nav li.over {
    height: 58px;
    /* overflow: auto; */
    line-height: 18px;
    text-overflow: clip;
    white-space: pre-line;
}
#header nav .depth_toggle .sub_nav li.over a {
    overflow: visible;
    text-overflow: clip;
    white-space: initial;
}
header .menu_area ul li {
    margin-right: 20px;
}
#header .sub_nav.on .link:after {
    content: url(/images/common/ic_external_sm_on.png);
    font-weight: 600;
    margin-left: 8px;
    font-size: 13px;
}
#header .sub_nav .link:after {
    content: url(/images/common/ic_external_sm.png);
    font-weight: 600;
    margin-left: 8px;
    font-size: 13px;
}

.path_container {
    width: 100%;
/*    max-width: 1200px;*/
    margin: 0 auto;
}

.path {
    height: 48px;
    line-height: 48px;
    background: #fff;
    border-bottom: 1px solid #ddd;
}
.path_inside {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.path .home {
    width: 48px;
    height: 48px;
    line-height: 48px;
    display: block;
    padding: 0 20px;
    position: relative;
    /* float: left; */
}

.path .home img {
    display: block;
    padding: 20px 0;
}

.path a {
    color: #222;
}

/*
.path [class^="depth"] {
	float:left;
	position:relative;
}
*/
.path_inside > div {
    /* float: left; */
    position: relative;
}

.path .depth_btn:before {
    content: "";
    width: 1px;
    height: 60px;
    background: #ddd;
    display: block;
    position: absolute;
    top: 0px;
    left: 0;

}

.path .depth_btn {
    cursor: pointer;
    display: block;
    width: 95%;
    height: 100%;
    line-height: 60px;
    padding: 0 20px;
    min-width: 200px;
    /*    letter-spacing: -1;*/
    white-space: pre;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    position: relative;
}


/*path*/
.path .depth_btn i {
    position: absolute;
    right: 12px;
    top: 24px;
    font-size: 12px;
}
.path [class^="depth"] ul {
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    transition: all 0.3s ease;
    position: absolute;
    top: 47px;
    width: 100%;
    z-index: 1;
    background-color: #efefef;
    overflow: hidden;
    border-top: 2px solid #289ad5;
}
.path [class^="depth"].active ul {
    opacity: 1;
    visibility: visible;
    max-height: 1000px;
    z-index: 999;
}
.path [class^="depth"] ul li {
    height: 40px;
    font-size: 0.875rem;
    line-height: 40px;
    border-bottom: 1px solid #fff;
    padding: 0 20px;
}
.path [class^="depth"] ul li:hover {
    background: #289ad5;
}
.path [class^="depth"] ul li:hover a {
    color: #fff;
}
.path [class^="depth"] ul li a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.path select {
    border: none;
    background: transparent;
    color: #fff;
    font-size: 18px;
    height: 58px;
    line-height: 58px;
    padding-bottom: 4px;
}
.path select option {
    color: #555;
    font-size: 14px;
}
.path ul li a.link {
    position: relative;
}
.path ul li a.link:after {
    content: url(/images/common/ic_external_ssm.png);
    font-weight: 600;
    margin-left: 8px;
    font-size: 13px;
    position: absolute;
    top: 0;
    right: 0;
}

/* Style the tab */

/* Style the tab content */

.offcanvas {
    height: 100vh;
    width: 540px;
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    overflow-x: hidden;
    transition: 0.5s;
    border-radius: 20px 0 0 20px;
    -webkit-box-shadow: -6px 1px 28px -5px rgb(0 0 0 / 40%);
    box-shadow: -6px 1px 28px -5px rgb(0 0 0 / 40%);
}

.offcanvas .menu_wrapper {
    -ms-overflow-style: none;
}

.offcanvas .menu_wrapper::-webkit-scrollbar {
    display: none;
}

#offcanvas::-webkit-scrollbar {
    display: none;
}

#offcanvas {
    margin-right: -685px;
    transition: 0.5s;
    transition: margin-right .5s;
    -ms-overflow-style: none;

}

#offcanvas.open {
    margin-right: 0;
    background-color: #fff;
    z-index: 999999;
}

/* Style the tab */
.offcanvas .tab {
    float: left;
    width: 130px;
    height: 100%;
    background-color: #fff;
    padding-top: 90px;
    position: relative;
}

.offcanvas .tab .fixed_wrapper {
    position: fixed;
    height: 100%;
}

.offcanvas .h_tablinks {
    display: block;
    background-color: #fff;
    color: #222;
    padding: 0 18px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    font-size: 1rem;
    height: 72px;
    line-height: 72px;
    letter-spacing: -1.5px;
    font-family: "Noto Sans KR", Dotum, Arial, sans-serif;
    font-weight: 500;
}

.offcanvas .h_tablinks.point {
    background: #efefef;
}

.offcanvas .h_tablinks.active {
    font-weight: 700;
    font-size: 1.125rem;
    transition: 0.5s;
    color: #289ad5;
}


/* Style the tab content */
.offcanvas .menu_wrapper {
    width: calc(100% - 160px);
    float: left;
    height: 100%;
    background: #289ad5;
    margin-left: 30px;
    border-radius: 20px 0 0 20px;
    -webkit-box-shadow: -6px 1px 28px -5px rgb(0 0 0 / 35%);
    box-shadow: -6px 1px 28px -5px rgb(0 0 0 / 35%);
}

.offcanvas .h_tabcontent {
    display: none;
    margin-top: 90px;
}

.offcanvas .h_tabcontent .sub_nav > li > a {
/*    height: 72px;*/
/*    line-height: 72px;*/
    font-size: 1.125rem;
    color: #fff;
    padding: 25px;
    display: block;
}

.offcanvas .h_tabcontent .depth3 {
    display: none;
    border-bottom: 1px solid #ddd;
    padding: 28px 32px;
}

.offcanvas .h_tabcontent .depth3 .menu3 {
    font-size: 1rem;
    line-height: 32px;
    color: #111;
    position: relative;
    padding-left: 14px;
}

.offcanvas .h_tabcontent .depth3 .menu3::before {
    content: "";
    width: 4px;
    height: 4px;
    background: #d7c9b1;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 4px;
    position: absolute;
    top: 10px;
    left: 0px;
}

.offcanvas .h_tabcontent .depth3 .menu3 a {
    color: #111;
}

.offcanvas .h_tabcontent .depth3 .menu3 a:hover {
    text-decoration: underline;
}

.offcanvas .h_tabcontent .menu2_link {
    position: relative;
}

.offcanvas .h_tabcontent .menu2_link.active {
    color: #222630 !important;
    font-weight: 500;
    transition: 0.5s;
}




/*#main .visual*/
.bx-has-pager {
    z-index: 99999;
    position: relative;
}
 #main .main_visual .bx-wrapper .bx-viewport {
    width: 100%;
    height: 500px !important;
}

.bx-wrapper .bx-controls-direction a {
    top: -67px !important;
    left: unset !important;
}
.bx-wrapper .bx-controls-direction a:first-child {
    right: 60px;
}
.bx-wrapper .bx-controls-direction a:last-child {
    left: unset;
}
.bx-wrapper .bx-pager {
    bottom: 24px !important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    width: 16px !important;
    height: 16px !important;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
    width: 30px !important;
}



#gnb .sub_nav {
    display: none;
    position: absolute;
    top: 90px;
}
#gnb>li:hover .sub_nav {
    display: flex;
    width: 100vw;
    height: 90px;
    background-color: #fff;
    left: 0;
    color: #222;
    font-size: 1.05rem;
    font-weight: 500;
    justify-content: center;
    -webkit-box-shadow: 0px 13px 30px -3px rgba(0,0,0,0.20); 
    box-shadow: 0px 13px 30px -3px rgba(0,0,0,0.20);
}
#gnb>li:hover .sub_nav>li {
    width: 150px !important;
}


/* footer **/

.footer {
    background: #efefef;
    height: auto;
}
.footer .wrapper {
    width: 1300px;
    margin: 0 auto;
    padding: 60px 0;
    text-align: center;
    font-size: 1rem;
    font-family: "Noto Sans KR", Dotum, Arial, sans-serif !important;
    font-weight: 400;
    color: #555;
}
.footer .wrapper .sm_sep {
    font-size: 0.625rem;
    color: #757575;
    display: inline-block;
    margin: 0 8px 4px 8px;
}
.footer .wrapper .lg_blue {
    color: #248cc2;
    font-weight: 600;
}
.footer .wrapper .lg_tit {
    display: inline-block;
    margin-right: 6px;
    font-weight: 400;
    color: #333;
}


/*****************************contents basic css*****************************/
.txt_bold {
    font-weight: bold;
}

.txt_ex {
    font-size: 0.875rem;
    color: #757575;
}

.txt_main_clr {
    color: #248cc2 !important;
}
.txt_blk {
    color: #222;
}


.txt_check {
    position: relative;
    padding-left: 26px;
    line-height: 1.4em;
    margin-bottom: 6px;
}

.txt_check::before {
    content: url(../images/common/radio_checked.png);
    position: absolute;
    left: 0;
    top: 2px;
    width: 18px;
    height: 18px;
}
.mb_10 {
    margin-bottom: 0.625rem !important;
}
.mb_20 {
    margin-bottom: 1.250rem !important;
}
.mb_30 {
    margin-bottom: 1.875rem !important;
}
.mb_40 {
    margin-bottom: 2.500rem !important;
}
.mb_60 {
    margin-bottom: 3.750rem !important;
}
.mb_90 {
    margin-bottom: 5.625rem !important;
}
.mb_100 {
    margin-bottom: 6.250rem !important;
}
.mt_10 {
    margin-top: 0.625rem !important;
}
.mt_20 {
    margin-top: 1.250rem !important;
}
.mt_30 {
    margin-top: 1.875rem !important;
}
.mt_40 {
    margin-top: 2.500rem !important;
}
.mt_60 {
    margin-top: 3.750rem !important;
}
.mt_90 {
    margin-top: 5.625rem !important;
}


.w_pb_60 {
    padding-bottom: 60px !important;
}
.w_pb_100 {
    padding-bottom: 100px !important;
}
.w_pb_100_2 {
    padding-bottom: 100px !important;
}
.w_pb_260 {
    padding-bottom: 260px !important;
}
.w_mt_260 {
    margin-top: 260px !important;
}
.w_pt_200 {
    padding-top: 200px !important;
}
.w_pt_260 {
    padding-top: 260px !important;
}
.w_mt_160 {
    margin-top: 160px !important;
}

.flex {
    display: flex;
}


/*table*/
table {
    width: 100%;
    border-top: 3px #248cc2 solid !important;
    border-right: 1px #ddd solid;
    border-left: 1px #ddd solid;
    /* table-layout: fixed; */
    min-width: 480px;
    border-collapse: collapse;
    line-height: 1.5em;
    text-align: center;
}
.tb_scroll {
    overflow-x: auto;
    border-bottom: 1px #248cc2 solid;
}
table th {
    background-color: #fafafa;
    font-size: 1.125rem;
    border-right: 1px #ddd solid;
    padding: 20px;
}
table thead {
    border-bottom: 1px #ddd solid;
}
table tr {
    border-bottom: 1px #ddd solid;
}
table tr:last-child {
    border-bottom: 0;
}
table tr th {
    padding: 14px;
    vertical-align: middle !important;
}
table td {
    padding: 14px;
    border-right: 1px #ddd solid;
    background: #fff;
    vertical-align: middle !important;
}
table td:last-child {
    border-right: 0;
}
table .cont {
    /*    padding: 14px;*/
    text-align: left;
    word-break: keep-all;
}
table .sub_tit {
    background: #eee;
    border-right: 1px #fff solid;
    font-weight: 500;
}
table .sub_tit:last-child {
    border-right: 0;
}



/*modal*/
.modal_conts a.btn_close_m {
    display: inline-block;
    text-align: center;
    width: 120px;
    margin: 0 auto;
    margin-top: 20px;
    height: 38px;
    background: #0080c0;
    line-height: 36px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    box-sizing: border-box;
    padding: 0;
    border-radius: 36px;
}
.modal_conts .btn_area {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    /* display: none; */
}
.modal_conts table th {
    color: #222;
    font-size: 1.125rem;
    padding: 16px 30px;
}
.modal_conts table td {
    padding: 16px 30px 16px 16px;
}
.modal_conts table td img {
    max-width: 600px;
}
.modal_conts {
    display: none;
    max-width: 800px;
    min-width: 300px;
    background: #fff;
    max-height: 800px;
    overflow: auto;
    border-radius: 0.875rem;
}
.modal_conts .tb {
    z-index: 999 !important;
    padding: 2rem;
    /* border: 1px solid var(--c-black-4); */
    max-width: 800px;
    min-width: 300px;
    /* max-height: 600px; */
    /* overflow-y: auto; */
}
.modal_conts .tb img {
    margin: 0 auto;
    display: block;
    max-height: 660px;
}


/*download button*/
/* .btn_down::after {
    content: url(../images/common/ic_file_on.png);
    padding-left: 6px;
} */



/*layer popup*/
/*.layer_popup p img {width:330px;}*/
@media screen and (max-width:580px) {
    /*layer popup*/
}




/*연혁 디자인 1*/
.history_wrap {
    position: relative;
}
.history_wrap::before {
    position: absolute;
    left: 50%;
    top: 0px;
    width: 1px;
    height: 100%;
    background: #ddd;
    content: "";
}
.history_wrap .left_wrap {
    position: relative;
    width: 50%;
    min-height: 55px;
    text-align: right;
    margin-left: 1.3%;
    margin-bottom: 30px;
    padding-right: 115px;
    background: url(../images/sub/year_bg_l.png) right 0 no-repeat;
    z-index: 9;
}
.history_wrap .right_wrap {
    position: relative;
    width: 50%;
    min-height: 55px;
    text-align: left;
    margin-left: 48.9%;
    margin-bottom: 30px;
    padding-left: 115px;
    background: url(../images/sub/year_bg_r.png) 0 0 no-repeat;
    z-index: 9;
}
.history_wrap .year {
    font-size: 2rem;
    line-height: 44px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    color: #38ade9;
    padding-top: 8px;
    margin-bottom: 10px;
}
.history_wrap dl {
    margin-top: 10px;
    overflow: hidden;
}
/* .history_wrap .right_wrap dl {
    padding-left: 7px;
} */
.history_wrap .right_wrap dt {
    float: left;
    width: 100%;
    margin-bottom: 8px;
    clear: both;
    color: #005d83;
    font-weight: 500;
}
.history_wrap .right_wrap dd {
    float: left;
    width: 100%;
    word-break: keep-all;
    margin-bottom: 8px;
    color: #555;
}
/* .history_wrap .left_wrap dl {
    padding-right: 7px;
} */
.history_wrap .left_wrap dt {
    float: right;
    width: 100%;
    text-align: right;
    margin-bottom: 8px;
    clear: both;
    color: #005d83;
    font-weight: 500;
}
.history_wrap .left_wrap dd {
    float: left;
    width: 100%;
    word-break: keep-all;
    text-align: right;
    margin-bottom: 12px;
    color: #555;
}

/*연혁디자인2*/


/*연혁디자인3*/





/*탭(한페이지내)*/

/*탭(내용교체)*/
/*탭개수에 따라 css가 다르므로 반응형은 따로 작업 필요*/
.tab_link {
    display: flex;
    margin-bottom: 40px;
}
.tab_link .tablinks {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 4px;
    font-size: 1.425rem;
    font-weight: 400;
    cursor: pointer;
    box-sizing: border-box;
    line-height: 1.3em;
    font-family: "Noto Sans KR", Dotum, Arial, sans-serif !important;
}
.tab_link .tablinks::after {
    position: absolute;
    content: '|';
    font-size: 14px;
    right: 0;
    color: #757575 !important;
    font-weight: 300 !important;
}
.tab_link .tablinks:last-child:after {
    display: none;
}
.tab_link .tablinks:hover, .tab_link .tablinks.active {
    color: #289ad5;
    font-weight: 400;
    transition: 0.2s;
}

.tab_link_center {justify-content: center;}
.tabcontent2 { display: none; } 


.tab_link02 {
    display: flex;
    margin-bottom: 50px;
    margin-top: -20px;
}
.tab_link02 .tablinks {
    margin-right: 15px;
    padding: 10px 16px;
    font-size: 1.05rem;
    font-weight: 500;
    cursor: pointer;
    box-sizing: border-box;
    line-height: 1.3em;
    font-family: "Noto Sans KR", Dotum, Arial, sans-serif !important;
    color: #289ad5;
    
    border: 1px #289ad5 solid;
    border-radius: 1000px;
}
.tab_link02 .tablinks:last-child {
    margin-right: 0;
}
.tab_link02 .tablinks:hover, .tab_link02 .tablinks.active {
    background: #289ad5;
    color: #fff;
    font-weight: 700;
    transition: 0.2s;
}


/*탭페이지*/




/*탭클릭리스트*/





/*오시는길 1*/


/*오시는길 2*/
.map {
	position: relative;
}


/*클릭다운및모달*/

/*다운로드*/



/*질문답변*/




/*top버튼*/


/*서브타이틀*/
.pre_txt {
    font-size: 1.125rem;
    color: #757575;
    font-weight: 200;
    padding-bottom: 6px;
    text-align: center;
}
/*따옴표*/
.tit_quo {
    font-size: 1.875rem;
    margin-bottom: 3.125em;
    position: relative;
    font-weight: 300;
    display: block;
    word-break: keep-all;
    text-align: center;
    color: #333;
}
.tit_quo::before {
    content: url(../images/common/bullet_quo_t.png);
    position: absolute;
    left: 27%;
    top: -10px;
}
.tit_quo::after {
    content: url(../images/common/bullet_quo_b.png);
    position: absolute;
    right: 27%;
    bottom: -10px;
}
.tit_quo span {
    font-weight: 600;
}
/*상단가로선*/
/*상단세로선*/
/*백그라운드 원*/
/*좌측 불렛*/


/*slick-slide*/
.slick-list {
    width: 92%;
    margin: 0 auto !important;
}
.slick-arrow {border:none; text-indent: -9999px; background: url(../images/common/slide1-arrow.png) no-repeat center center; position: absolute; top:50%; transform: translateY(-50%); width:19px; height: 38px; z-index: 99;}




/*그래프*/

/*캘린더*/


/*회원가입, 로그인 외*/
input::-webkit-input-placeholder {
    font-size: 0.875rem;
    color: #999;
}
input::-moz-input-placeholder {
    font-size: 0.875rem;
    color: #999;
}
input:-ms-input-placeholder {
    font-size: 0.875rem;
    color: #999;
}
input:-moz-input-placeholder {
    font-size: 0.875rem;
    color: #999;
}




/*사이트맵*/



.up_wrap {
    transition: 0.2s;
    position: fixed;
    right: 32px;
    bottom: calc(2rem + 320px);
    z-index: 99999999;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 70px;
    border: 1.5px solid #289ad5;
    background: #fff;
}
.up_wrap:hover {
    box-shadow: 0px 7px 23px -6px rgb(0 0 0 / 40%);
    transition: 0.5s;
}
.up_wrap .up {
    font-size: 0.825rem;
    color: #289ad5;
    text-align: center;
    font-weight: 500;
    letter-spacing: normal;
    font-family: "Noto Sans KR", Dotum, Arial, sans-serif !important;
}


.quick_wrap {
    transition: 0.2s;
    position: fixed;
    right: 32px;
    bottom: 2rem;
    z-index: 99999999;
    width: 70px;
    height: 306px;
    cursor: pointer;
    border-radius: 70px;
    background: #289ad5;
}
.quick_wrap:hover {
    box-shadow: 0px 7px 23px -6px rgb(0 0 0 / 40%);
    transition: 0.5s;
}
.quick {
    height: 24%;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}
.quick:first-child {
    margin-top: 4px;
}
.quick:last-child {
    border-bottom: 0;
}
.quick img {
    display: block;
    margin: 0 auto;
    margin-top: 6px;
}
.quick p {
    font-size: 0.825rem;
    margin-top: 8px;
    color: #fff;
    text-align: center;
    font-weight: 400;
    letter-spacing: normal;
    font-family: "Noto Sans KR", Dotum, Arial, sans-serif !important;
}





  .icons_03 {
      display: flex;
      padding-bottom: 180px;
  }

  .icons_03 .ic {
      width: calc(100% / 3);
      position: relative;
      text-align: center;
  }
  .icons_03 .ic::after {
      position: absolute;
      content: '/';
      font-size: 10px;
      right: 0;
      top: 45%;
  }
  .icons_03 .ic:last-child:after {
      display: none;
  }
  .icons_03 .ic img {
      display: block;
      margin: 0 auto;
      margin-bottom: 25px;
  }
  .icons_03 .ic h5.engtit {
      display: block;
      margin-bottom: 10px;
      font-family: 'Poppins', sans-serif;
      font-weight: 700;
      color: #222;
      font-size: 1.875rem;
  }
  .icons_03_sm .ic h5.engtit {
      font-weight: 600;
      font-size: 1.5rem;
      font-family: "Noto Sans KR", Dotum, Arial, sans-serif !important;
  }
  .icons_03 .ic h5.kortit {
      display: block;
      margin-bottom: 25px;
      color: #757575;
      font-size: 1.125rem;
      font-weight: 300;
  }
  .icons_03 .ic h5.p {
      font-size: 1rem;
      color: #333;
  }
  .icons_03 .ic:first-child {
      padding: 0 100px 0 0;
  }
  .icons_03 .ic:nth-child(2) {
      padding: 0 100px 0 100px;
  }
  .icons_03 .ic:last-child {
      padding: 0 0 0 100px;
  }
  .icons_03_sm .ic:first-child {
      padding: 0 40px 0 0;
  }
  .icons_03_sm .ic:nth-child(2) {
      padding: 0 40px 0 40px;
  }
  .icons_03_sm .ic:last-child {
      padding: 0 0 0 40px;
  }
.icons_03 .call {
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    color: #333;
    font-size: 1.95rem;
    margin-bottom: 10px;
}
.icons_03 .calltit {
    display: block;
    margin-bottom: 10px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    color: #248cc2;
    font-size: 1.125rem;
    letter-spacing: 4px;
}
.call_03 .ic:first-child {
    padding: 0 5px 0 0;
}
.call_03 .ic:nth-child(2) {
    padding: 0 5px 0 5px;
}
.call_03 .ic:last-child {
    padding: 0 0 0 5px;
}
.call_03 .ic::after {
    display: none;
}
.ssl_logo {
    max-width: 300px;
    max-height: 70px;
    margin-bottom: 0px !important;
}



.icons_04 {
    display: flex;
    padding-bottom: 60px;
    align-items: baseline;
}

.icons_04 .ic {
    width: calc(100% / 4);
    position: relative;
    text-align: center;
}
.icons_04 .ic::after {
    position: absolute;
    content: '/';
    font-size: 10px;
    right: 0;
    top: 45%;
}
.icons_04 .ic:last-child:after {
    display: none;
}
.icons_04 .ic img {
    display: block;
    margin: 0 auto;
    margin-bottom: 25px;
}
.icons_04 .ic h5.engtit {
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
    color: #222;
    font-size: 1.5rem;
}
.icons_04 .ic .p {
    font-size: 1rem;
    color: #757575;
}
.icons_04 .ic:first-child {
    padding: 0 40px 0 0;
}
.icons_04 .ic:nth-child(2), .icons_04 .ic:nth-child(3) {
    padding: 0 40px 0 40px;
}
.icons_04 .ic:last-child {
    padding: 0 0 0 40px;
}



.icons_04_2 {
    display: flex;
    padding-bottom: 60px;
    align-items: baseline;
}

.icons_04_2 .ic {
    width: calc(100% / 4);
    position: relative;
}
.icons_04_2 .ic::after {
    position: absolute;
    content: '/';
    font-size: 10px;
    right: 0;
    top: 45%;
}
.icons_04_2 .ic:last-child:after {
    display: none;
}
.icons_04_2 .ic img {
    display: block;
    margin-bottom: 25px;
}
.icons_04_2 .ic h5.engtit {
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
    color: #222;
    font-size: 1.5rem;
}
.icons_04_2 .ic h5.kortit {
    display: block;
    margin-bottom: 25px;
    color: #757575;
    font-size: 1rem;
    line-height: 1.4em;
    font-weight: 300;
}
.icons_04_2 .ic .txt_check {
    font-size: 0.925rem;
    font-weight: 400;
    line-height: 1.5em;
    text-align: left;
}
.icons_04_2 .ic .txt_check::before {
    top: 3px;
}
.icons_04_2 .ic:first-child {
    padding: 0 40px 0 0;
}
.icons_04_2 .ic:nth-child(2), .icons_04_2 .ic:nth-child(3) {
    padding: 0 40px 0 40px;
}
.icons_04_2 .ic:last-child {
    padding: 0 0 0 40px;
}


.icons_03_sm .ic .txt_check {
    font-size: 0.925rem;
    font-weight: 400;
    line-height: 1.5em;
    text-align: left;
}


.max_wrap_color {
    position: relative;
}
  .float_banner {
      position: absolute;
      right: 0;
      bottom: -140px;
      width: 65%;
      height: 280px;
      background: url(../images/sub/ban01.png) right no-repeat;
      background-attachment: fixed;
      padding: 94px;
      background-size: cover;
  }
  .float_banner p {
      font-size: 1.625rem;
      font-weight: 300;
      color: #fff;
      letter-spacing: normal;
  }
  .float_banner p span {
    font-size: 2.25rem;
      font-weight: 700;
  }
  .float_banner_l {
      position: absolute;
      right: 0;
      bottom: -140px;
      width: 65%;
      height: 360px;
      background: url(../images/sub/ban01_l.png) right no-repeat;
      background-attachment: fixed;
      padding: 60px 90px;
      background-size: cover;
  }
  .float_banner_l p {
      font-size: 1.625rem;
      font-weight: 300;
      color: #fff;
      letter-spacing: normal;
  }
  .float_banner_l p span {
      font-weight: 700;
  }

  .box_company {
      border: 1px solid #dfdfdf;
      background: #fafafa;
      padding: 20px;
      display: flex;
      flex-wrap: wrap;
  }
  .box_company>div {
    width: calc((100% - 40px) / 3);
    padding-bottom: 20px;
    margin: 0 20px 0 0;
    color: #555;
    display: flex;
    line-height: 1.5em;
}
.box_company>div:nth-child(3n){
    margin:0;
}
  .box_company>div:nth-child(7), .box_company>div:nth-child(8), .box_company>div:nth-child(9) {
      padding-bottom: 0;
  }
  .box_company>div .boldtit {
      font-weight: 600;
      color: #222;
      display: inline-block;
      min-width: 80px;
  }
  .box_company>div .boldtit02 {
      font-weight: 600;
      display: inline-block;
      padding-right: 6px;
  }


  .box_welfare{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    border: 1px solid #dfdfdf;
    background: #fafafa;
    padding: 50px;
    margin-bottom:100px;
}
.box_welfare div{width: 30%;display: flex;flex-direction: column;align-items: center;color: #555;text-align: center;margin-bottom:50px;font-size:1.075rem;}
.box_welfare div:nth-child(4), .box_welfare div:nth-child(5), .box_welfare div:nth-child(6){margin-bottom:0;}
.box_welfare div span{
    font-weight: 600;
    color: #222;
    font-size: 1.375rem;
    display: inline-block;
    min-width: 80px;
    margin: 20px 0;
}


.company_wrap{
    display: grid;
	grid-template-columns: repeat(4, 1fr);
	column-gap: 2rem;
	row-gap: 3rem ;

}
.company_wrap .company_box{
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.company_wrap .company_box .image_box{
    padding: 8px;
    box-shadow: 8px 8px 14px rgba(0, 0, 0, 0.1);
}
.company_wrap .company_box .image_box .img_area{
    width: 100%;
    aspect-ratio: 3 / 4;
    text-align: center;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
}
.company_wrap .company_box .image_box .img_area:hover::before {
    content: '';
    position: absolute; 
    background: url(../images/sub/ic_zoom.png) no-repeat 90% 90% rgba(0, 0, 0, 0.5);
    background-size: 29px;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.company_wrap .company_box .image_box .img_area img {
	width: 100%;
	height: 100%;
	transition: 0.5s;
}
.company_wrap .company_box .image_box:hover .img_area img {transform: scale(1.1);}


.company_wrap .company_box .text_box{
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.company_wrap .company_box .text_box .tit{
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 140%;
    color: #222;
}
.company_wrap .company_box .text_box .num{
    font-size: 1.125rem;
    color: #555;
}


  .sm_sep {
      font-size: 0.625rem;
      color: #757575;
      display: inline-block;
      margin: 4px 8px 0 8px;
  }

  .cert_img {
      display: flex;
      align-items: center;
      justify-content: center;
  }
  .cert_img .cont {
      display: block;
      position: relative;
  }
  .cert_img .cont:first-child {
      padding: 0 100px 0 0;
  }
  .cert_img .cont:nth-child(2) {
      padding: 0 100px 0 100px;
  }
  .cert_img .cont:last-child {
      padding: 0 0 0 100px;
  }
  .cert_img .cont::after {
      position: absolute;
      content: '/';
      font-size: 10px;
      right: 0;
      top: 45%;
  }
  .cert_img .cont:last-child:after {
      display: none;
  }



  
.sub_port {
    width: 25%;
    height: calc(100vh / 3);
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.sub_port .logo{
    display: flex;
    /* align-items: center; */
    justify-content: center;
    position: absolute;
    left: 0;
    top: 75%;
    width: 100%;
    height: 100%;
    color: #fff;
    font-weight: 400;
    letter-spacing: normal;
    font-size: 1.125rem;
    line-height: 1.4em;
    text-align: center;
    font-family: "Noto Sans KR", Dotum, Arial, sans-serif !important;
}
.sub_port img {
    display: block;
    margin: 0 auto;
    max-width: 40%;
}
.sub_port .bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    transition: 1s;
}
.sub_port:hover .bg {
    transform: scale(1.1);
}
.portfolio {
    display: flex;
    flex-wrap: wrap;
}


.intro_wrap {
    position: relative;
}
.intro_wrap .r {
    float: right;
    width: 50%;
}
.intro_wrap .r .txt {
    margin-bottom: 60px;
}
.intro_wrap .r .txt:last-child {
    margin-bottom: 0;
}
.intro_wrap .r .txt h5 {
    font-size: 1.5rem;
    line-height: 1.6em;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}
.intro_wrap_l .r .txt h5 {
    font-size: 2rem;
}
.intro_wrap .r .txt h5::before {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    background: #38ade9;
    border-radius: 15px;
    right: -18px;
}
.intro_wrap .r .txt:nth-child(2) h5::before {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    background: #ffec39;
    border-radius: 15px;
    right: -18px;
}
.intro_wrap .r .txt:last-child h5::before {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    background: #ff696a;
    border-radius: 15px;
    right: -18px;
}
.intro_wrap .r .txt p {
    font-size: 1rem;
    line-height: 1.4em;
    color: #666;
}
.intro_wrap_sm .float_banner02 {
    height: 390px;
    background: url(../images/sub/ban02_sm.png) center no-repeat;
}
.intro_wrap_ssm .float_banner02 {
    height: 280px;
    background: url(../images/sub/ban02_ssm.png) center no-repeat;
}
.intro_wrap_ssm_02 .float_banner02 {
    height: 280px;
    background: url(../images/sub/ssm_02.png) center no-repeat;
}
.intro_wrap_ssm_03 .float_banner02 {
    height: 280px;
    background: url(../images/sub/ssm_03.png) center no-repeat;
}
.intro_wrap_ssm_04 .float_banner02 {
    height: 280px;
    background: url(../images/sub/ssm_04.png) center no-repeat;
}
.intro_wrap_ssm_05 .float_banner02 {
    height: 280px;
    background: url(../images/sub/ssm_05.png) center no-repeat;
}
.float_banner02 {
    position: absolute;
    left: -60%;
    transform: translateX(50%);
    top: 0;
    width: 70%;
    height: 600px;
    background: url(../images/sub/ban02.png) center no-repeat;
    /* background-attachment: fixed; */
    z-index: 1;
}


.float_banner03 {
    width: 100%;
    height: 300px;
    background: url(../images/sub/recru.png) center no-repeat;
    background-attachment: fixed;
    padding: 80px;
    position: relative;
}
.float_banner03_2 {
    background: url(../images/sub/process.png) center no-repeat;
    background-attachment: fixed;
    height: auto;
    text-align: center;
}
.float_banner03_3 {
    background: url(../images/sub/aware.png) center no-repeat;
    background-attachment: fixed;
    height: auto;
    text-align: center;
}
.float_banner03_4 {
    background: url(../images/sub/safe.png) center no-repeat;
    background-attachment: fixed;
    height: auto;
    text-align: center;
}
.float_banner03 p {
    font-size: 1.65rem;
    font-weight: 500;
    color: #fff;
    letter-spacing: normal;
    text-align: center;
}
.float_banner03 p span {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5em;
  display: inline-block;
  margin-top: 30px;
  line-height: 1.5em;
}

.img_wrap {
    position: relative;
    width: 100%;
}
.img_wrap img {
    z-index: 9;
    display: block;
    margin: 0 auto;
    max-width: 1300px;
}
.only_img {
    overflow: auto;
}
.only_img img {
    max-height: 550px;
}


.partner_wrap {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.partner_wrap .partner {
    width: calc((100% - 80px) / 5);
    margin-right: 20px;
    margin-bottom: 30px;
}
.partner_wrap .partner:nth-child(5n) {
    margin-right: 0;
}
.partner_wrap .partner .img {
    width: 100%;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #efefef;
    background: #fff;
    -webkit-box-shadow: 0px 18px 24px -9px rgba(0,0,0,0.15); 
    box-shadow: 0px 18px 24px -9px rgba(0,0,0,0.15);
}
.partner_wrap .partner p {
    text-align: center;
    font-size: 0.975rem;
    display: block;
    padding-top: 10px;
    color: #757575;
    font-weight: 400;
}



.online_ask p {
    text-align: center;
    font-size: 2.125rem;
    font-weight: 300;
    color: #333;
    display: block;
    letter-spacing: 4px;
    margin-bottom: 40px;
}
.online_ask p span {
    font-weight: 500;
    letter-spacing: 4px;
    color: #289ad5;
}
.online_ask .btn_link {
    display: block;
    width: 260px;
    height: 80px;
    line-height: 80px;
    border-radius: 40px;
    color: #fff;
    font-size: 1.625rem;
    text-align: center;
    position: relative;
    margin: 0 auto;
    background: #12C2E9;
    background: -moz-linear-gradient(left, #12C2E9 0%, #C471ED 50%, #F64F59 100%);
    background: -webkit-linear-gradient(left, #12C2E9 0%, #C471ED 50%, #F64F59 100%);
    background: linear-gradient(to right, #12C2E9 0%, #C471ED 50%, #F64F59 100%);
}
.online_ask .btn_link:hover {
    box-shadow: 0px 7px 23px -6px rgba(0,0,0,0.4);
    transition: 0.5s;
}


.img_flow_4 {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    align-items: stretch;
}
.img_flow_4 .img {
    width: 20%;
    height: 260px;
    border-radius:260px;
    text-align:center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.img_flow_4 .img p {
    color: #fff;
    font-size: 1.25rem;
    line-height: 1.8rem;
    font-weight: 400;
    letter-spacing: 0.2px;
}
.img_flow_4 img {
    width: 32px;
    height: 16px;
    margin: 0 auto;
    margin-top: 120px;
}
.img_flow_4 .img01 {
    background: url(../images/sub/sub03_4_1.png) no-repeat center;
    background-size: cover;
}
.img_flow_4 .img02 {
    background: url(../images/sub/sub03_4_2.png) no-repeat center;
    background-size: cover;
}
.img_flow_4 .img03 {
    background: url(../images/sub/sub03_4_3.png) no-repeat center;
    background-size: cover;
}
.img_flow_4 .img04 {
    background: url(../images/sub/sub03_4_4.png) no-repeat center;
    background-size: cover;
}



.txt_flow_arrow {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    align-items: stretch;
}
.txt_flow_arrow .box {
    width: 22%;
    text-align:center;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 30px;
    transition: 0.3s;
}
.txt_flow_arrow_3 .box {
    width: 30%;
}
.txt_flow_arrow_6 .box {
    width: 13%;
    padding: 30px 20px 15px 20px;
}
.txt_flow_arrow .box:hover {
    border: 1px solid #289ad5;
}
.txt_flow_arrow .box h6 {
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: 0.2px;
    margin-bottom: 16px;
    line-height: 1.4em;
}
.txt_flow_arrow_6 .box h6 {
    font-size: 1rem;
    margin-bottom: 0;
}
.txt_flow_arrow .box p {
    font-size: 0.9rem;
    color: #757575;
    text-align: left;
    letter-spacing: -1px;
}
.txt_flow_arrow .box img {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}
.txt_flow_arrow .arrow {
    width: 32px;
    height: 16px;
    margin: 0 auto;
    margin-top: 120px;
}
.txt_flow_arrow_3 .arrow {
    margin-top: 100px;
}
.txt_flow_arrow_6 .arrow {
    margin-top: 85px;
}
.reverse {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}
.reverse .txt_flow_arrow {
    flex-direction: row-reverse;
}
.reverse .txt_flow_arrow .arrow {
    transform: rotate(180deg);
}
.reverse>.arrow {
    transform: rotate(90deg);
    margin: 20px 125px 20px 0;
}



.txt_flow_4 {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    align-items: stretch;
    flex-wrap: wrap;
}
.txt_flow_4 .box {
    width: calc(97% / 4);
    text-align:center;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 30px 20px;
    transition: 0.3s;
    margin-right: 1%;
    margin-bottom: 10px;
}
.txt_flow_4 .box:last-child {
    margin-right: 0;
}
.txt_flow_4 .box:hover {
    border: 1px solid #289ad5;
}
.txt_flow_4 .box h6 {
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: 0.2px;
    margin-bottom: 16px;
    line-height: 1.4em;
}
.txt_flow_4 .box p {
    font-size: 0.9rem;
    color: #757575;
    text-align: left;
    letter-spacing: -1px;
}
.txt_flow_4 .box img {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}



.txt_flow_6 {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    align-items: stretch;
    flex-wrap: wrap;
}
.txt_flow_6 .box {
    width: calc(95% / 3);
    text-align:center;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 30px 20px;
    transition: 0.3s;
    margin-right: 1%;
    margin-bottom: 10px;
}
.txt_flow_3 .box {
    width: calc(97% / 3);
}
.txt_flow_6 .box:nth-child(3) {
    margin-right: 0;
}
.txt_flow_6 .box:last-child {
    margin-right: 0;
}
.txt_flow_6 .box:hover {
    border: 1px solid #289ad5;
}
.txt_flow_6 .box h6 {
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: 0.2px;
    margin-bottom: 16px;
    line-height: 1.4em;
}
.txt_flow_6 .box p {
    font-size: 0.9rem;
    color: #757575;
    text-align: left;
    letter-spacing: -1px;
}
.txt_flow_6 .box .subtit {
    font-size: 0.95rem;
    color: #289ad5;
    margin-top: -14px;
    margin-bottom: 10px;
    text-align: center;
    letter-spacing: normal;
}
.txt_flow_6 .box .subtit .sm_sep {
    color: #289ad5;
    margin: 0 2px;
}
.txt_flow_6 .box img {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}
.txt_flow_6 ul li {
    padding-left: 1em;
    padding-bottom: .5em;
    font-size: 0.95rem;
    color: #555;
    text-align: left;
    position: relative;
    line-height: 1.3em;
}
.txt_flow_6 ul li::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background: #ddd;
    top: 10px;
    left: 0;
}
  
  @keyframes wave {
    0% {
      margin-left: 0;
    }
    100% {
      margin-left: -1600px;
    }
  }
  
  @keyframes swell {
    0%, 100% {
      transform: translate3d(0,-25px,0);
    }
    50% {
      transform: translate3d(0,5px,0);
    }
  }

.mockup_wrap {
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
}
  .mockup {
      position: relative;
  }
  .mockup img {
      display: block;
      margin: 0 auto;
  }


  .res_web {
      text-align: center;
  }
  .res_web .tit {
    font-size: 2rem;
    font-weight: 300;
    color: #222;
    display: block;
    letter-spacing: 4px;
    margin-bottom: 20px;
    line-height: 1.4em;
  }
  .res_web .subtit {
    font-size: 1.125rem;
    font-weight: 500;
    color: #222;
    display: block;
    line-height: 1.4em;
    margin-bottom: 30px;
  }
  .res_web .subtit span {
      color: #38ade9;
  }
  .res_web p {
    color: #757575;
    font-size: 1rem;
  }

.stan_web {
    text-align: left;
}
.stan_web .tit {
  font-size: 2.125rem;
  font-weight: 300;
  color: #222;
  display: block;
  letter-spacing: 4px;
  margin-bottom: 20px;
  line-height: 1.4em;
}
.stan_web ul {
    font-size: 1.125rem;
    font-weight: 400;
    color: #222;
    display: block;
    line-height: 1.4em;
    margin-bottom: 30px;
}
.stan_web p {
  color: #757575;
  font-size: 1rem;
}


.ban_eng_tit {
    font-size: 1.125rem;
    font-weight: 700;
    color: #289ad5 !important;
    display: block;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 5px;
    text-align: center !important;
    padding-bottom: 10px;
}




.complete {
    position: relative;
}
.complete img {
    display: block;
    margin: 0 auto;
    margin-bottom: 40px;
}
.complete h6 {
    font-size: 1.625em;
    color: #333;
    margin-bottom: 10px;
    text-align: center;
    font-family: "Noto Sans KR", Dotum, Arial, sans-serif !important;
}
.complete h6 span {
    font-weight: 600;
    color: #289ad5;
    font-family: "Noto Sans KR", Dotum, Arial, sans-serif !important;
}
.complete p {
    font-size: 1.125em;
    text-align: center;
    color: #555;
}



.float_banner04 {
    position: absolute;
    display: flex;
    max-width: 1300px;
    width: 100%;
    bottom: -120px;
    left: 50%;
    transform: translateX(-50%);
}
.float_banner04>div {
    width: 48%;
}
.float_banner04 .l {
    margin-right: 4%;
}
.float_banner04>div h5 {
    text-align: center;
    margin-bottom: 16px;
    font-size: 1.5rem;
    color: #f32938;
}
.float_banner04 .r h5 {
    color: #289ad5 !important;
}
.float_banner04 .box {
    border: 2px solid #f32938;
    padding: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    background: rgba(255,255,255,0.5);
}
.float_banner04 .r .box {
    border: 2px solid #289ad5 !important;
}
.float_banner04 .box .cont {
    width: 40%;
    text-align: center;
}
.float_banner04 .box .cont:nth-child(2) {
    width: 20%;
}
.float_banner04 .box .cont h6 {
    font-size: 1.125rem;
    margin-top: 20px;
    font-weight: 400;
    color: #333;
    line-height: 1.4em;
}
.float_banner04 .box .cont p {
    font-size: 0.925rem;
    margin-bottom: 6px;
    color: #f32938;
    font-weight: 500;
}
.float_banner04 .r .box .cont p {
    color: #289ad5 !important;
}



.float_banner03_4 .btn_txt {
    text-align: center;
    color: #fff;
    padding: 10px 12px;
    border: 1px solid #fff;
    display: inline-block;
    margin-top: 20px;
}
.float_banner03_4 .btn_txt:hover {
    transition: 0.5s;
    background: rgba(255,255,255,0.5);
}


.modal_law {
    line-height: 1.4em;
}
.modal_law li {
    padding-bottom: 10px;
}
.modal_law li:first-child {
    font-weight: bold;
}

.spacetit {
    font-size: 1.925rem;
    font-weight: 300;
    color: #222;
    display: block;
    letter-spacing: 3px;
    margin-top: 20px;
    margin-bottom: 40px;
    line-height: 1.4em;
    text-align: center;
  }
  .spacetit span {
      font-weight: 500;
  }
.spacetit_p {
    text-align: center;
    margin-top: -30px;
    margin-bottom: 40px;
    color: #757575;
}

.partner_subtit {
    display: block;
    font-size: 1.5rem;
    margin: 40px 0 30px 0;
    width: 100%;
}

  .capture_layout {
      position: relative;
  }
  .capture_layout .website02 {
      position: absolute;
      border: 10px solid #fff;
      border-radius: 16px;
      bottom: -24%;
      right: 25%;
      -webkit-box-shadow: 0px 5px 30px 1px rgba(0,0,0,0.3); 
        box-shadow: 0px 5px 30px 1px rgba(0,0,0,0.3);
  }
  .capture_layout .website03 {
      position: absolute;
      border: 10px solid #fff;
      border-radius: 16px;
      top: 5%;
      right: 0;
      -webkit-box-shadow: 0px 5px 30px 1px rgba(0,0,0,0.3); 
        box-shadow: 0px 5px 30px 1px rgba(0,0,0,0.3);
  }

  .box_hosting {
      display: flex;
  }
  .box_hosting>div {
    font-size: 0.925rem;
    color: #757575;
    text-align: center;
    margin-right: 1%;
    line-height: 1.3em;
    flex-basis: calc(94% / 7);
  }
  .box_hosting>div:last-child {
      margin-right: 0;
  }
  .box_hosting .boldtit {
      display: block;
      padding-bottom: 10px;
      margin-bottom: 10px;
      border-bottom: 1px solid #ddd;
      width: 100%;
      font-size: 1.125rem;
      font-weight: 600;
      color: #333;
      font-family: 'Poppins', sans-serif;
  }

  .box_hosting_2 {
      display: flex;
  }
  .box_hosting_2>div {
    font-size: 0.925rem;
    color: #757575;
    text-align: center;
    margin-right: 1%;
    line-height: 1.3em;
    flex-basis: calc(97% / 4);
  }
  .box_hosting_2>div:last-child {
      margin-right: 0;
  }
  .box_hosting_2 .boldtit {
      display: block;
      padding-bottom: 10px;
      margin-bottom: 10px;
      border-bottom: 1px solid #ddd;
      width: 100%;
      font-size: 1.125rem;
      font-weight: 600;
      color: #333;
      font-family: 'Poppins', sans-serif;
  }





  
.txt_bullet {
    padding-left: 1em;
    padding-bottom: .5em;
    font-size: 0.95rem;
    color: #555;
    text-align: left;
    position: relative;
    line-height: 1.4em;
}
.txt_bullet::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background: #ddd;
    top: 10px;
    left: 0;
}

.txt_bullet02 {
    padding-left: 1em !important;
    padding-bottom: .5em !important;
    font-size: 1rem !important;
    color: #333 !important;
    text-align: left !important;
    position: relative !important;
    line-height: 1.4em !important;
    padding-top: 10px;
    font-weight: 500;
}
.txt_bullet02::before {
    content: "";
    position: absolute;
    width: 5px !important;
    height: 1px !important;
    background: #757575 !important;
    top: 21px !important;
    left: 0 !important;
}


.ul_grid {
    padding-left: 35%;
}

.program {
    position: relative;
}
.program .subtit {
    font-size: 1.25rem;
    font-weight: normal;
    color: #222;
    display: block;
    line-height: 1.5em;
    margin-bottom: 30px;
    text-align: center;
}
.program .subtit span {
    text-align: center;
    color: #38ade9;
}
.program p {
    text-align: center;
    font-size: 1rem;
    color: #757575;
    line-height: 1.5em;
}

.txt_n_img {
    display: flex;
    justify-content: center;
    align-items: center;
}
.txt_n_img .txt{
    margin-right: 60px;
}
.txt_n_img .img img {
    border: 10px solid #fff;
    border-radius: 16px;
    -webkit-box-shadow: 0px 5px 30px 1px rgba(0,0,0,0.15); 
      box-shadow: 0px 5px 30px 1px rgba(0,0,0,0.15);
}

.img_n_txt {
    display: flex;
    justify-content: center;
    align-items: center;
}
.img_n_txt .img{
    margin-right: 80px;
}
.img_n_txt .img img {
    border: 10px solid #fff;
    border-radius: 16px;
    -webkit-box-shadow: 0px 5px 30px 1px rgba(0,0,0,0.15); 
      box-shadow: 0px 5px 30px 1px rgba(0,0,0,0.15);
}
.img_n_txt .txt h2.subtit {
    display: block;
    text-align: right;
}
.opacity {
    display: none;
    transition: 0.5s;
}
.btn_img {
    overflow: hidden;
    max-height: 400px;
    border: 10px solid #fff;
    border-radius: 16px;
    -webkit-box-shadow: 0px 5px 30px 1px rgba(0,0,0,0.15); 
      box-shadow: 0px 5px 30px 1px rgba(0,0,0,0.15);
}
.img_n_txt a {
    position: relative;
}
.more_img:hover .opacity, .more_img:hover .opacity {
    display: flex;
    position: absolute;
    width: 120px;
    border-radius: 120px;
    left: 38%;
    transform: translate(-50%, -50%);
    top: 38%;
    height: 120px;
    background: #289ad5;
    opacity: 0.9;
    font-size: 1.35rem;
    color: #fff;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    transition: 0.5s;
    animation: updown02 5s ease-in-out infinite;
}
@keyframes updown02 {
    0%{
      transform: translate(0,0);
    }
    50%{
      transform: translate(0,20px);
    }
    100%{
      transform: translate(0,0);
    }
  }


  .more_img_self {
      position: relative;
      display: block;
      margin: 0 auto;
  }
  .more_img_self:hover .opacity {
      left: 46%;
      top: 35%;
  }
  .img_n_img .more_img_self {
      width: 50%;
  }
  .img_n_img .more_img_self:hover .opacity {
    left: 37%;
    top: 31%;
}
.img_n_img .more_img_self:last-child:hover .opacity {
  left: 41%;
  top: 31%;
}
.img_n_img .btn_img {
    max-height: 300px;
}
.btn_img img {
    display: block;
    margin: 0 auto;
}


.more_center {
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

  

.img_n_img {
    display: flex;
    justify-content: center;
    align-items: center;
}
.img_n_img a:first-child .btn_img {
    margin-right: 20px;
}
.img_n_img a:last-child .btn_img {
    margin-left: 20px;
}
.img_n_img .img img {
    border: 10px solid #fff;
    border-radius: 16px;
    -webkit-box-shadow: 0px 5px 30px 1px rgba(0,0,0,0.15); 
      box-shadow: 0px 5px 30px 1px rgba(0,0,0,0.15);
}




.policy {
    position: relative;
}

.policy h6 {
    font-size: 1.625em;
    color: #333;
    margin-top: 40px;
    margin-bottom: 10px;
    font-family: "Noto Sans KR", Dotum, Arial, sans-serif !important;
}

.policy p {
    font-size: 1.125em;
    color: #555;
}
