/* Common **********************************************************************/ 
html,body {width:100%;}
html {overflow-y:scroll; box-sizing:border-box;}
*, *:before, *:after{box-sizing:inherit;}
*{
-webkit-text-size-adjust:none;
-webkit-text-size-adjust - auto | none | N% (default auto)
}
body {word-break:break-all;-ms-word-break:break-all; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button {margin:0; padding:0; word-break:keep-all;}
fieldset,img {border:0px none; vertical-align:top;}
dl,ul,ol,menu,li {list-style:none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content:''; content:none;}
button {border:0 none; background-color:transparent; cursor:pointer;}
body { background:#fff;}
body,th,td,input,select,textarea,button {font-size:18px; line-height:1.7; font-family:"Montserrat", 'Pretendard'; color:#1a1a1a; letter-spacing: -0.8px;} /* 기본폰트 세팅 */
input, select, textarea, button{vertical-align:middle; }
a:link,a:active,a:visited{color:#7d7d7d; text-decoration:none; border:0px;}
a:hover,a:focus{color:#333; text-decoration:none}

table {border-collapse:collapse; border-spacing:0;}
address,caption,cite,code,dfn,em,var {font-style:normal; font-weight:normal;}
summary, caption, legend, hr {width:0; height:0; font-size: ; line-height: ; overflow: hidden; visibility: hidden; border: none; position:absolute; left:-1000em;}
caption {position:static;}
/* label hidden 泥섎━ */
.invisible, .hide{overflow:hidden; visibility:hidden; width:0; height:0; font-size:0; line-height:0; position:absolute;}
label.invisible{*position:Absolute;}


/* common */
.clfix:after {content: "."; display: block; height:0px; clear: both; visibility: hidden;}
.clfix {display:inline-block;}
.clfix {display:block;}
* html .clfix {height:1%;} /* Hides from IE-mac */
.clfix {zoom:1;} /*for IE 5.5-7*/


.center{text-align:center;}
.inner {width:1400px; margin:0 auto;}
.pc {display:block;}
.tab {display:none;}
.mob {display:none;}
.pc_img {display:inline-block;}
.tab_img {display:none;}
.mob_img {display:none;}


/* === Main === */
#wrap {position:relative; width:100%; margin:0 auto; overflow:hidden;}

.top_box {position: absolute; left: 0; top: 0; width: 100%; height: 44px; background: #075496; line-height: 44px; text-align: center; font-size: 18px; color: #fff; z-index: 10; font-weight: 700; font-family:'Pretendard';}

#header {width:100%; z-index: 10; text-align: center; position:absolute; left:0; top:44px;}
#header h1 {position:absolute; left:3%; top:16px;}
#header .gnb {font-size: 0; display:inline-block; text-align: center; margin-top: 29px;}
#header .gnb > li {display:inline-block; font-size: 20px; margin-right: 50px; line-height:1; position:relative;}
#header .gnb > li:last-child {margin-right: 0;}
#header .gnb > li > a {color: #fff; display:block; width: 100%; height: 100%;}
#header .gnb > li:hover > a {color: #6696D0; font-weight: 500;}

.navi {display:none;}
.navi_btn {display:none;}

.quick {position: fixed; right: 20px; top: 50%; transform: translateY(-50%); z-index: 99; width: 100px; padding: 20px 15px; background: #fff; border-radius: 50px; box-shadow: 0 0 15px rgba(0,0,0,.05);}
.quick ul li {width: 100%; text-align: center; margin-bottom: 15px;}
.quick ul li:last-child {margin-bottom: 0;}
.quick ul li img {width: 100%;}
.quick ul li p {font-size: 14px; line-height: 1; margin-top: 5px;}
.quick ul li a {color: #1a1a1a;}
.quick .top_btn {width: 100%; text-align: center; font-size: 22px; color: #075496; font-weight: bold; line-height: 1; margin-top: 25px;}


#main_visual {width: 100%; height: 100vh; position: relative;}
#main_visual .mv_list {position: relative;}
#main_visual .mv_list li {width: 100%; height: 100vh; position: relative;}
#main_visual .mv_list li.bg01 {background: url('../images/main_visual_01.jpg') no-repeat center center / cover;}
#main_visual .mv_list li.bg02 {background: url('../images/main_visual_02.jpg') no-repeat center center / cover;}
#main_visual .mv_list li.bg03 {background: url('../images/main_visual_03.jpg') no-repeat center center / cover;}
#main_visual .mv_list li.bg04 {background: url('../images/main_visual_04.jpg') no-repeat center center / cover;}

#main_visual .mv_list li .inner {position: absolute; left: 50%; top: 52%; transform: translate(-50%,-50%); width: 100%; max-width: 1400px; text-align: center;}
#main_visual .mv_list li .inner span {display: block; font-size: 32px; line-height: 1; font-weight: 700; color: #A2CDFF; margin-bottom: 40px;}
#main_visual .mv_list li .inner h2 {font-family:'Pretendard'; font-size: 90px; line-height: 110px; color: #fff; font-weight: 300; margin-bottom: 60px;}
#main_visual .mv_list li .inner h2 b {font-weight: 800;}
#main_visual .mv_list li .inner p {font-size: 35px; line-height: 55px; color: #fff;}

#main_visual img.scroll {position: absolute; left: 8%; bottom: 0;}

#main_visual .mv_list .slick-dots {font-size: 0; position: absolute; left: 50%; transform: translateX(-50%); bottom: 60px;}
#main_visual .mv_list .slick-dots li {text-indent: -9999px; cursor: pointer; width: 11px; height: 11px; background: url('../images/mv_page_off.png') no-repeat; display: inline-block; vertical-align: middle; margin-right: 25px;}
#main_visual .mv_list .slick-dots li:last-child {margin-right: 0;}
#main_visual .mv_list .slick-dots li.slick-active {background: url('../images/mv_page_on.png') no-repeat; width: 15px; height: 15px;}


#con1 {position: relative; overflow: hidden; padding-top: 170px;}
#con1 .title {margin-bottom: 60px;}
#con1 .title span {font-size: 22px; line-height: 1; color: #6696D0; display: block; font-weight: 700; margin-bottom: 35px;}
#con1 .title h2 {font-size: 50px; line-height: 70px; font-weight: 400; font-family:'Pretendard'; margin-bottom: 40px;}
#con1 .title p {font-size: 22px; line-height: 42px; font-weight: 300;}

#con1 .list_box {background: #F7F9FC; position: relative; padding: 60px 0 90px;}
#con1 .list_box::after {content:''; width: 780px; height: 343px; background: url('../images/con1_bg.png') no-repeat center center / cover; position: absolute; right: 0; top: -343px;}
#con1 .list_box .inner {display: flex;}
#con1 .list_box .inner ul:nth-of-type(1) {margin-right: 5%;}

#con1 img.person {position: absolute; right: 7%; bottom: 0; filter: drop-shadow(3px 3px 30px rgba(0,0,0,.1)); z-index: 5;}

.bullet li {font-size: 20px; line-height: 30px; color: #808080; margin-bottom: 13px; position: relative; padding-left: 15px;}
.bullet li:last-child {margin-bottom: 0;}
.bullet li::before {content:''; width: 5px; height: 5px; border-radius: 50%; background: #6696D0; position: absolute; left: 0; top: 12px;}

.con_title {text-align: center;}
.con_title span {display: block; font-size: 22px; line-height: 1; color: #6696D0; margin-bottom: 35px; font-weight: 600;}
.con_title h2 {font-size: 70px; line-height: 1;}
.con_title p {font-size: 24px; line-height: 48px; font-weight: 300; margin-top: 55px;}

#con2 {background: url(../images/con2_bg.jpg) no-repeat center center / cover; padding: 150px 0 170px;}
#con2 .con_title span {color: #A2CDFF;}
#con2 .con_title h2 {color: #fff;}

#con2 .e_wrap {position: relative;}
#con2 .equip_list {margin-top: 70px;}
#con2 .equip_list .slick-list {margin-left: 20px;}

#con2 .e_wrap .e_prev_btn {position: absolute; left: -7%; top: 50%; transform: translateY(-50%);}
#con2 .e_wrap .e_next_btn {position: absolute; right: -7%; top: 50%; transform: translateY(-50%);}

#con3 {padding-top: 170px;}
#con3 .con_title {margin-bottom: 90px;}

#con3 .imp_wrap {background: #F7F9FC; padding: 80px 0 180px;}
#con3 .imp_wrap .tab_btn {display: flex; justify-content: space-between; margin-bottom: 130px;}
#con3 .imp_wrap .tab_btn li {width: 32%; height: 70px; line-height: 70px; border-radius: 35px; text-align: center; font-size: 24px; font-weight: 500; background: #fff; box-shadow: 0 0 10px rgba(0,0,0,.05); font-family:'Pretendard';}
#con3 .imp_wrap .tab_btn li a {color: #989898; display: block; width: 100%; height: 100%;}
#con3 .imp_wrap .tab_btn li.on {background: #1C4695; font-weight: bold;}
#con3 .imp_wrap .tab_btn li.on a {color: #fff;}

#con3 .imp_wrap .tabcontent h3 {font-size: 50px; line-height: 1; text-align: center; margin: 170px 0 60px;}
#con3 .imp_wrap .tabcontent h3:first-child {margin-top: 0;}
#con3 .imp_wrap .tabcontent h3 b {color: #054695;}
#con3 .imp_wrap .tabcontent h3.h3_blue {color: #054695;}

#con3 .imp_wrap .tabcontent .n_imp_list {display: flex; justify-content: space-between;}

#con3 .imp_wrap .tabcontent .imp_half {display: flex; justify-content: space-between;}
#con3 .imp_wrap .tabcontent .imp_half li {width: 49%; background: #fff; padding: 50px; text-align: center;}
#con3 .imp_wrap .tabcontent .imp_half li img {width: 100%; margin-bottom: 55px;}
#con3 .imp_wrap .tabcontent .imp_half li h5 {font-size: 38px; line-height: 1;}
#con3 .imp_wrap .tabcontent .imp_half li p {font-size: 24px; line-height: 40px; margin-top: 30px;}
#con3 .imp_wrap .tabcontent .imp_half li.blue {background: #054695;}
#con3 .imp_wrap .tabcontent .imp_half li.blue h5 {color: #fff;}
#con3 .imp_wrap .tabcontent .imp_half li.blue p {color: #fff;}

#con3 .imp_wrap .tabcontent .imp_half.ih02 {margin-top: 60px;}
#con3 .imp_wrap .tabcontent .imp_half.ih02 img {margin-bottom: 0;}
#con3 .imp_wrap .tabcontent .imp_half.ih02 h5 {margin-bottom: 45px;}

#con3 .imp_wrap .tabcontent .imp_half.ih03 h5 {margin-bottom: 20px;}
#con3 .imp_wrap .tabcontent .imp_half.ih03 p {margin-bottom: 35px; margin-top: 0; font-size: 24px; line-height: 38px;}

#con3 .imp_wrap .tabcontent .im_title {text-align: center; margin-top: 170px;}
#con3 .imp_wrap .tabcontent .im_title:first-child {margin-top: 0;}
#con3 .imp_wrap .tabcontent .im_title h3 {color: #054695; font-size: 50px; line-height: 1; margin-bottom: 40px; font-family:'Pretendard';}
#con3 .imp_wrap .tabcontent .im_title span {display: block; font-size: 28px; font-weight: 600; line-height: 1; margin-bottom: 30px; color: #6596D0;}
#con3 .imp_wrap .tabcontent .im_title p {font-size: 22px; line-height: 38px;}

#con3 .imp_wrap .tabcontent .imp2_box {display: flex; justify-content: space-between; margin-top: 60px;}
#con3 .imp_wrap .tabcontent .imp2_box > img {width: 30%;}
#con3 .imp_wrap .tabcontent .imp2_box ul {width: 70%; padding-left: 40px; display: flex; flex-wrap: wrap; justify-content: space-between;}
#con3 .imp_wrap .tabcontent .imp2_box ul li {width: 49%; background: #fff; padding: 40px; margin-top: 2%; text-align: center;}
#con3 .imp_wrap .tabcontent .imp2_box ul li:nth-child(-n+2) {margin-top: 0;}

#con3 .imp_wrap .tabcontent .imp2_box ul li em {display: block; font-size: 28px; line-height: 1; color: #6596D0; margin-bottom: 30px; font-weight: 700;}
#con3 .imp_wrap .tabcontent .imp2_box ul li p {font-size: 26px; line-height: 40px;}
#con3 .imp_wrap .tabcontent .imp2_box ul li p b {color: #6696D0;}


#con3 .imp_wrap .tabcontent .imp2_box2 {margin-top: 170px;}
#con3 .imp_wrap .tabcontent .imp2_box2 .box {display: flex; margin-bottom: 80px; align-items: center;}
#con3 .imp_wrap .tabcontent .imp2_box2 .box:last-child {margin-bottom: 0; flex-direction: row-reverse;}
#con3 .imp_wrap .tabcontent .imp2_box2 .box img {width: 48%;}
#con3 .imp_wrap .tabcontent .imp2_box2 .box .text {width: 52%; padding-left: 80px;}
#con3 .imp_wrap .tabcontent .imp2_box2 .box .text h4 {font-size: 45px; line-height: 1; color: #054695; margin-bottom: 40px;}
#con3 .imp_wrap .tabcontent .imp2_box2 .box .text p {font-size: 22px; line-height: 38px;}

#con3 .imp_wrap .tabcontent .imp2_box2 .box:last-child .text {padding-left: 0; padding-right: 80px;}


#con3 .imp_wrap .tabcontent .imp3_box {margin-top: 170px; display: flex; justify-content: space-between;}
#con3 .imp_wrap .tabcontent .imp3_box .txt {width: 44%;}
#con3 .imp_wrap .tabcontent .imp3_box .txt h4 {font-size: 45px; color: #054695; line-height: 1; margin-bottom: 45px;}


#con4 {padding: 170px 0;}
#con4 .nt_box {margin-top: 80px; display: flex; align-items: center;}
#con4 .nt_box:nth-of-type(3) {flex-direction: row-reverse;}

#con4 .nt_box > img {width: 50%; box-shadow: 0 0 20px rgba(0,0,0,.07);}
#con4 .nt_box .text {width: 50%; padding-left: 80px;}
#con4 .nt_box .text h4 {font-size: 45px; line-height: 1; color: #054695; margin-bottom: 40px;}
#con4 .nt_box .text p {font-size: 22px; line-height: 38px; margin-bottom: 25px;}
#con4 .nt_box .text p:last-child {margin-bottom: 0;}
#con4 .nt_box .text img {margin-top: 50px;}

#con4 .nt_box:nth-of-type(3) .text {padding-left: 0; padding-right: 80px;}



#con5 {background: #F7F7F7; padding: 150px 0 200px;}
#con5 .con_title {margin-bottom: 100px;}

#con5 h4 {font-size: 45px; line-height: 1; text-align: center; margin-bottom: 60px;}
#con5 h4 b {color: #054695;}

#con5 .the_01 {display: flex; align-items: center; margin-bottom: 130px;}
#con5 .the_01 > img {width: 32%;}
#con5 .the_01 .text {width: 68%; padding-left: 150px;}
#con5 .the_01 .text h4 {margin-bottom: 40px; font-family:'Pretendard'; text-align: left;}
#con5 .the_01 .text p {font-size: 22px; line-height: 38px; margin-bottom: 20px;}
#con5 .the_01 .text p:last-child {margin-bottom: 0;}

#con5 .the_02 {margin-bottom: 130px;}
#con5 .the_02 ul {display: flex; justify-content: space-between;}
#con5 .the_02 ul li {width: 23.5%; background: #fff; padding: 40px 30px; text-align: center;}
#con5 .the_02 ul li p {font-size: 22px; line-height: 38px; margin-top: 35px;}
#con5 .the_02 ul li:first-child p {margin-top: 25px;}

#con5 .the_03 ul {display: flex; justify-content: space-between;}
#con5 .the_03 ul li {width: 18.8%; background: #fff; padding: 35px 0 45px; text-align: center;}
#con5 .the_03 ul li img {width: 100%; margin-bottom: 30px;}
#con5 .the_03 ul li p {font-size: 24px; font-weight: 500; line-height: 1;}

#con6 {padding: 170px 0 200px;}
#con6 .con_title {margin-bottom: 70px;}

#con6 .c_wrap {position: relative;}
#con6 .clinic_list li {position: relative;}
#con6 .clinic_list li img {width: 100%;}
#con6 .clinic_list li .tit {position: absolute; left: 0; bottom: 0; width: 100%; height: 90px; background: rgba(0,40,88,.8); text-align: center;}
#con6 .clinic_list li .tit h5 {font-size: 30px; line-height: 90px; color: #fff;}
#con6 .clinic_list li .tit h5 span {font-size: 20px; font-weight: 500; margin-right: 20px;}

#con6 .c_wrap .c_prev_btn {position: absolute; left: 0; bottom: 30px;}
#con6 .c_wrap .c_next_btn {position: absolute; right: 0; bottom: 30px;}


#footer {width: 100%; background: #0D2657; padding-top: 80px;}

#footer .f_in {display: flex;}
#footer .f_in > div {width: 50%;}
#footer .f_in .left {padding-right: 80px; border-right: 1px solid rgba(255,255,255,.5); padding-bottom: 130px;}
#footer .f_in .left .foot_logo {display: block; margin-bottom: 70px;}
#footer .f_in .f_box {margin-bottom: 60px; color: #fff;}
#footer .f_in .f_box:last-child {margin-bottom: 0;}

#footer .f_in .f_box h6 {font-size: 20px; line-height: 1; padding-left: 30px;}

#footer .f_in .left .f_tel h6 {background: url('../images/foot_tel.png') no-repeat left center; margin-bottom: 30px;}
#footer .f_in .left .f_tel p {font-size: 45px; line-height: 1; font-weight: 500;}

#footer .f_in .left .f_time h6 {background: url('../images/foot_time.png') no-repeat left center; margin-bottom: 25px;}
#footer .f_in .left .f_time ul {display: flex; flex-wrap: wrap;}
#footer .f_in .left .f_time ul li { position: relative; display: flex;}
#footer .f_in .left .f_time ul li:first-child {padding-right: 25px; margin-right: 25px;}
#footer .f_in .left .f_time ul li:first-child::after {content:''; width: 1px; height: 14px; background: #fff; position: absolute; right: 0; top: 5px;}
#footer .f_in .left .f_time ul li:last-child {margin-top: 15px;}
#footer .f_in .left .f_time ul li span {font-size: 22px; line-height: 1; color: #CBCBCB; width: 130px;}
#footer .f_in .left .f_time ul li p {font-size: 22px; line-height: 1; color: #fff; width: calc(100% - 130px);}
#footer .f_in .left .f_time .w_p {font-size: 22px; font-weight: bold; line-height: 1; margin-top: 25px;}

#footer .f_in .left .f_sns h6 {background: url('../images/foot_sns.png') no-repeat left center; margin-bottom: 30px;}
#footer .f_in .left .f_sns ul {display: flex;}
#footer .f_in .left .f_sns ul li {width: 60px; margin-right: 15px;}
#footer .f_in .left .f_sns ul li:last-child {margin-right: 0;}
#footer .f_in .left .f_sns ul li img {width: 100%;}

#footer .f_in .left .f_sns button {width: 100%; height: 70px; border-radius: 35px; background: #6696D0; line-height: 70px; margin-top: 60px;}
#footer .f_in .left .f_sns button a {display: flex; align-items: center;  width: 100%; height: 100%; color: #fff; padding: 0 50px;}
#footer .f_in .left .f_sns button a img:nth-of-type(1) {width: 34px;}
#footer .f_in .left .f_sns button a p {font-size: 24px; font-weight: 700; width: calc(100% - 68px); text-align: left; padding-left: 20px;}
#footer .f_in .left .f_sns button a img:nth-of-type(2) {width: 34px;}

#footer .f_in .right {padding-left: 80px;}
#footer .f_in .right > img {width: 100%;}

#footer .f_in .right .f_contact {margin-top: 60px;}
#footer .f_in .right .f_contact h6 {background: url('../images/foot_contact.png') no-repeat left center; margin-bottom: 25px;}
#footer .f_in .right .f_contact > p {font-size: 21px; font-weight: 700; margin-bottom: 20px;}

#footer .f_in .right .f_contact ul li {display: flex;}
#footer .f_in .right .f_contact ul li:first-child {margin-bottom: 20px;}
#footer .f_in .right .f_contact ul li span {display: block; width: 70px; height: 26px; border-radius: 13px; background: #fff; text-align: center; line-height: 26px; color: #0D2657; font-size: 16px; font-weight: bold; margin-top: 3px;}

#footer .f_in .right .f_contact ul li p {width: calc(100% - 70px); padding-left: 12px; font-size: 20px; line-height: 32px;}

#footer > p.copyright {font-size: 18px; text-align: center; width: 100%; height: 90px; line-height: 90px; border-top: 1px solid rgba(255,255,255,.5); color: #fff;}



/* popup */
#popup {position: absolute; left: 50%; top: 110px; transform: translateX(-50%); z-index: 9999;}
#popup .divpop .bot_con {background: #fff; display: flex; justify-content: space-between; height: 35px;}
#popup .divpop .bot_con .c_box {padding-left: 15px;}
#popup .divpop .bot_con .c_box input {margin-top: -2px;}
#popup .divpop .bot_con .c_box span {font-size: 15px; line-height: 35px; font-weight: bold; margin-left: 3px;}

#popup .divpop .bot_con .clo_box {width: 60px; background: #000; line-height: 35px;}
#popup .divpop .bot_con .clo_box a {color: #fff; display: block; width: 100%; height: 100%; text-align: center; font-size: 15px; font-weight: bold;}



