/* Common **********************************************************************/
/* @import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css); <-- 기존에 있던 것 */
/*  Nanum Gothic (Korean) http://www.google.com/fonts/earlyaccess   */

@font-face {
	font-family: 'Pretendard';
	font-weight: 100;
	src: url('/assets/font/Pretendard-Thin.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 200;
	src: url('/assets/font/Pretendard-ExtraLight.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 300;
	src: url('/assets/font/Pretendard-Light.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 400;
	src: url('/assets/font/Pretendard-Regular.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 500;
	src: url('/assets/font/Pretendard-Medium.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 600;
	src: url('/assets/font/Pretendard-SemiBold.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 700;
	src: url('/assets/font/Pretendard-Bold.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 800;
	src: url('/assets/font/Pretendard-ExtraBold.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 900;
	src: url('/assets/font/Pretendard-Black.woff2') format('woff2');
}

@import url('https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Play:wght@400;700&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

/* Common **********************************************************************/ 
html,body {width:100%; scroll-behavior: smooth;}
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;}
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:13px; line-height:1.6; font-family: 'Pretendard'; color:#7d7d7d;} 
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;}

/* input {appearance: none; -webkit-appearance: none; -webkit-border-radius: 0;}
select {-webkit-appearance: none; -moz-appearance: none; appearance: none;} */

.center{text-align:center;}
.pc_img {display:block;}
.tab_img {display:none;}
.mob_img {display:none;}
.pc {display:block;}
.tab {display:none;}
.mob {display:none;}


:root {
  --co01: #003378;
}

::selection{color: #fff;background: var(--co01);}

/* ==main== */
#wrap{ position: relative; width: 100%; max-width: 100%; min-width: 1450px;  margin: 0 auto; overflow: hidden;word-break: keep-all;}
.inner{width: 1400px; margin: 0 auto; max-width:100%;}

.fp{ font-family: "Play", sans-serif;}

/* header */
#header{position: relative;line-height: 1; z-index: 9000;}
#header .inner{display: flex; align-items: center;justify-content: space-between;width: 1780px;height: 100px;padding: 0 20px; }
#header .logo_wrap{display: flex; align-items: center; justify-content: center;gap:30px;}
#header .right_wrap{display: flex;align-items: center; gap:90px;}

#header ul.gnb{display: flex;gap:90px;}
#header ul.gnb li a{font-size: 18px; color: #222; font-weight: 600 ;}

.h_btn_wrap{display: flex;align-items: center; justify-content: flex-end; gap:30px;}
.h_btn_wrap .lan_wrap{position: relative;}
.h_btn_wrap .lan_wrap em{cursor:pointer;}
.h_btn_wrap .lan_wrap ul{display: none;position: absolute;top: 55px; left: 50%; transform:translateX(-50%); background: #fff;width: 80px;padding: 18px;z-index: 9600; box-shadow:3px 3px 12px rgba(0,0,0,.15);}
.h_btn_wrap .lan_wrap ul li:not(:last-child){margin-bottom: 16px;}
.h_btn_wrap .lan_wrap ul li a{display: block;font-size: 16px; color: #333;font-weight: 700;text-align: center;text-transform:uppercase;}

/* navi */
.nav_btn{position: relative;width: 34px; height: 13px;}
.nav_btn::before{content:'';position: absolute; left: 0; top: 0;width: 100%;height: 3px;background: #000;}
.nav_btn::after{content:'';position: absolute; left: 0; bottom: 0;width: 100%;height: 3px;background: #000;}

.navigation{position:absolute;top: 0px;z-index:5000;width:50%;background-color:#fff;height:100%;display:none;right: 0px;z-index: 9500; line-height: 1;}
.navigation .h_btn_wrap{height: 100px;padding-right: 82px;}
.navigation .h_btn_wrap .nav_btn::before{top: 5px;transform:rotate(45deg);}
.navigation .h_btn_wrap .nav_btn::after{bottom: 5px;transform:rotate(-45deg);}
.navigation h3{height:80px;width:100%;}
.navigation h3 a{border-bottom: 1px solid #ddd;}
.navigation h3:nth-child(1) a{border-top: 1px solid #ddd;}
.navigation h3 a{position: relative;height:80px;width:100%;background-color:#fff;display: flex;align-items: center;padding: 0 30px;color:#222;font-size:20px;font-weight: 700;}
.navigation .lnb ul{display: block; padding:30px 0;background:#f5f5f5;border-bottom: 1px solid #ddd;}
.navigation .lnb ul li{margin-bottom: 25px;}
.navigation .lnb ul li:last-child{margin-bottom: 0;}
.navigation .lnb ul li a{display:flex;height:auto;width:100%;color:#666;font-size:18px;border:none;font-weight: 400;padding:0 30px; word-break:keep-all;}
.navigation .lnb ul li a:after{display: none;}
.navi_bg{display: none;position: absolute;top: 0px;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,.5);z-index: 9200;}

/* visual_wrap */
#visual_wrap{position: relative;line-height: 1;}
#visual_wrap .txt_wrap{position: absolute; left: 50%; top: 50%;transform:translate(-50%,-50%);width: 100%;}
#visual_wrap .txt_wrap span{display: block;text-align: center;font-size: 24px; font-weight: 700;color: var(--co01);}
#visual_wrap .txt_wrap strong{display: block;font-size: 80px; color: #fff; font-weight: 700;text-align: center;margin: 40px 0px 60px;}
#visual_wrap .txt_wrap p{font-size: 30px; color: #fff; font-weight: 500;text-align: center;}
#visual_wrap .slick-prev{position: absolute; left: 80px; top: 50%;transform:translateY(-50%); background: url(/assets/images/main/vis_prev_pc.png)center no-repeat; width: 34px; height: 63px; background-size: cover;text-indent: -9999px;z-index: 100;}
#visual_wrap .slick-next{position: absolute; right: 80px; top: 50%;transform:translateY(-50%); background: url(/assets/images/main/vis_next_pc.png)center no-repeat; width: 34px; height: 63px; background-size: cover;text-indent: -9999px;z-index: 100;}
#visual_wrap .scroll{position: absolute;left: 50%;bottom: 40px;left: 50%;transform:translateX(-50%);padding-bottom: 40px;}
#visual_wrap .scroll::before{content:'';position: absolute;bottom: 0; left: 50%;transform:translateX(-50%);background: #fff; width: 8px; height: 8px; border-radius:50%; animation: scrollAni 1s ease-in infinite alternate;}
#visual_wrap .scroll::after{content:'';position: absolute;bottom: 0; left: 50%;transform:translateX(-50%);width: 8px; height: 32px;background: linear-gradient(180deg,transparent 30%, rgba(255, 255, 255, .5) 100%); border-radius:4px;}
#visual_wrap .scroll p{font-size: 16px; color: #fff;font-weight: 700;}
@keyframes scrollAni{
0%{bottom: 0;}
100%{bottom: 25px;}
}

/* section */
.section{padding: 120px 0;line-height: 1;}
.section .sec_tit{display: flex;justify-content: space-between;align-items: flex-end;margin-bottom: 60px;} 
.section .sec_tit .tit span{display: block;font-size: 20px; color: #222; font-weight: 700;text-transform:uppercase;margin-bottom: 10px;}
.section .sec_tit .tit p{font-size: 50px; color: #999; font-weight: 700; line-height: 70px;}
.section .sec_tit .tit p b{color: var(--co01);font-weight: 700;}

.section .sec_tit.center{justify-content: center;text-align: center;}

input.chk_st01{display: none;}
input.chk_st01 + label{position: relative;padding-left: 26px;font-size: 16px; color: #666;}
input.chk_st01 + label::after{content:'';position: absolute; left: 0; top: 1px;width: 16px; height: 16px; border:1px solid #ddd; color: #fff;text-align: center;line-height: 14px;}
input:checked.chk_st01 + label::after{content:'✓';border:1px solid var(--co01); background: var(--co01);}

/* section01 */
#section01{position: relative;}
#section01 .tab-menu-wrap{display: flex;gap:60px;}
#section01 .tab-menu-wrap a{position: relative;display: block;font-size: 20px; color: #999; font-weight: 700;padding-left: 20px;transition:.3s;}
#section01 .tab-menu-wrap a::after{content:'';position: absolute;left: 0; opacity: 0; top: 10%;transform:translateY(-50%); width: 6px; height: 6px;border-radius:50%; background: var(--co01);transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);}
#section01 .tab-menu-wrap a.on{color: var(--co01);}
#section01 .tab-menu-wrap a.on::after{opacity: 1;top: 50%;}
#section01 .tab-menu-wrap a:hover{color: var(--co01);opacity: 1;top: 50%;}
#section01 .tab-menu-wrap a:hover::after{opacity: 1;top: 50%;}

#section01 .tab-con{position: relative;}
#section01 .img_wrap{position:relative; width:100%; padding-bottom:32.143%;overflow: hidden;}
#section01 .img_wrap img{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:100%; height:100%; max-width:100%; max-height:100%; object-fit:cover;transition:.5s;}
#section01 .txt_wrap{position: absolute;bottom: 0;left: 0;padding: 44px 60px 40px;} 
#section01 .txt_wrap::after{content:'';position: absolute; top: 0; left: 60px;width: 40px; height: 3px; background: #fff;}
#section01 .txt_wrap p{font-size: 30px; color: #fff;font-weight: 700;text-transform:uppercase;}
#section01 .txt_wrap span{display: block;font-size: 24px; color: #fff;margin-top: 30px;}
#section01 strong.more_btn{position: absolute;top: 40px; right: 40px;display: flex;align-items: center; gap:13px;font-size: 20px; color: #fff;font-weight: 400;}
#section01 strong.more_btn img{transition:.3s;}

#section01 .tab-con:hover strong.more_btn img{transform:rotate(90deg);}
#section01 .tab-con:hover .img_wrap img{transform:scale(1.05);}

#section01 .bg{position: absolute;right: 0; bottom: -18px;font-size: 120px; color: #f5f5f5; font-weight: 700;text-transform:uppercase;z-index: -1;}

/* section02 */
#section02{background: url(/assets/images/main/sec02_bg01_pc.jpg)center no-repeat; background-size: cover;}
#section02 .sec02_slide .slick-list{width: calc(100% + 15px);}
#section02 .sec02_slide li{position: relative;background: #fff;height: 400px;margin-right: 15px;transition:.3s;}
#section02 .sec02_slide li:hover{opacity: .8;}
#section02 .sec02_slide li a{display: block;padding: 40px;}
#section02 .sec02_slide li .top{display: flex;align-items: center; justify-content: space-between; margin-bottom: 40px;}
#section02 .sec02_slide li .top em.tag{display: flex;align-items: center; height: 34px;padding: 0px 13px;font-size: 16px; background: var(--co01); color: #fff;font-weight: 700; border-radius:17px;}
#section02 .sec02_slide li .top b{display: flex;align-items: center; gap:6px;font-size: 16px; color: var(--co01);font-weight: 700;}
#section02 .sec02_slide li .top b img{transition:.3s;}
#section02 .sec02_slide li:hover .top b img{transform:rotate(90deg);}
#section02 .sec02_slide li .txt p{font-size: 20px; color: #222; line-height: 32px;font-weight: 700;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-wrap:break-word;}
#section02 .sec02_slide li .txt span{display: block;font-size: 18px; color: #999; line-height: 26px;margin-top: 20px;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; word-wrap:break-word;}
#section02 .sec02_slide li .txt b{position: absolute;bottom: 40px;left: 40px;font-size: 16px; color: #999;font-weight: 500;font-family: "Work Sans", sans-serif;}

#section02 .sec02_item{display: flex;align-items: center; justify-content: space-between; margin-top: 40px;}
#section02 .sec02_item .progress { position:relative; width:calc(100% - 160px); height:3px; background:#ddd;}
#section02 .sec02_item .progress .slider__label { position:absolute; left:0; top:50%; transform:translateY(-50%); width:0; height:100%; background:var(--co01); transition:0.5s;}
#section02 .sec02_item .arr_wrap{display: flex;gap:5px;}

/* section03 */
#section03{padding: 280px 0;background: url(/assets/images/main/sec03_bg01_pc.jpg)center no-repeat; background-size: cover;}
#section03 .sec_tit{margin-bottom: 120px;}
#section03 .sec_tit .tit p{color: #fff;}
#section03 .sec_tit .tit p b{color: #fff;}
#section03 .sec_tit .tit em{display: block;font-size: 24px; color: #fff;margin-top: 35px;}

#section03 .box_wrap{display: flex;}
#section03 .box_wrap .box{position: relative;width: calc(100% / 3);}
#section03 .box_wrap .box:not(:last-child)::after{content:'';position: absolute; right: 0; top: 50%;transform:translateY(-50%);width: 1px; height: 50px; background: rgba(255,255,255,.2);}
#section03 .box_wrap .box span{display: block;font-size: 24px; color: rgba(255,255,255,.5); margin-bottom: 40px;text-align: center;}
#section03 .box_wrap .box p{font-size: 35px; color: rgba(255,255,255,.5); font-weight: 700;text-align: center;}
#section03 .box_wrap .box p b{display: inline-block;font-size: 80px; color: #fff; font-weight: 700;margin-right: 20px;}

/* section04 */
#section04 .inner{display: flex;gap:160px;}
#section04 .left{width: 50%;}
#section04 .online_wrap .input_wrap{display: flex;flex-wrap:wrap;gap:10px;}
#section04 .online_wrap .input{position: relative;width: calc((100% - 10px) / 2);}
#section04 .online_wrap .input02{width: 100%;}
#section04 .online_wrap .input input[type="text"]{width: 100%; height: 60px; background: #f5f5f5;border:0;padding: 0px 20px;font-size: 16px; color: #999;}
#section04 .online_wrap .input input[type="text"]:focus{outline:0;}
#section04 .online_wrap .input input[type="text"] + label{opacity: 1;position: absolute; top: 50%; left: 20px;transform:translateY(-50%);font-size: 16px; color: #999;transition:.3s;}
#section04 .online_wrap .input input[type="text"] + label em{color: #fe7800;}
#section04 .online_wrap .input input[type="text"]:focus + label{opacity: 0;}
#section04 .online_wrap .input input[type="text"]:valid + label{opacity: 0;}

#section04 .online_wrap .input select{width: 100%; height: 60px; border:0;padding: 0px 20px;font-size: 16px; color: #222;-webkit-appearance:none; /* for chrome */-moz-appearance:none; /*for firefox*/appearance:none; background: url(/assets/images/main/select_icon01.png)center right 20px no-repeat #f5f5f5; background-size: 11px;}
#section04 .online_wrap .input select:focus{outline:0;}

#section04 .online_wrap .pri_wrap{display: flex;align-items: center;gap:5px;margin: 15px 0;}
#section04 .online_wrap .pri_wrap em.pri_pop_btn{font-size: 16px; color: #222; font-weight: 500; cursor:pointer;}
#section04 .online_wrap .pri_wrap em.pri_pop_btn span{text-decoration:underline;text-underline-position: under;}
#section04 .online_wrap a.submit_btn{display: flex;align-items: center; justify-content: center;width: 100%;height: 60px; background: var(--co01);font-size: 20px; color: #fff;}

#section04 .right{width: calc((100% - 160px) / 2);}
#section04 .right .box_wrap{display: flex;flex-wrap:wrap;gap:20px; flex-wrap:wrap;}
#section04 .right .box_wrap .box{display: flex;align-items: center; justify-content: center; flex-direction: column; width: calc((100% - 20px) / 2); height: 260px; background: #f2f5f8; border-radius:12px;}
#section04 .right .box_wrap .box p{font-size: 20px; color: #222; font-weight: 700;text-align: center;margin: 30px 0px 15px;}
#section04 .right .box_wrap .box span{display: block;font-size: 18px; color: #666;text-align: center;line-height: 28px;}

#section04 .right .box_wrap .box01{background: var(--co01);}
#section04 .right .box_wrap .box01 p{color: #fff;}
#section04 .right .box_wrap .box01 span{color: #fff;}

/*banner_wrap*/
#banner_wrap{border-top: 1px solid #ddd;padding: 30px 0;line-height: 1;}
#banner_wrap ul li{width: 240px;margin-right: 10px;}
#banner_wrap ul li .img_wrap{position:relative; width:100%; padding-bottom:33.333%;}
#banner_wrap ul li .img_wrap img{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:auto; height:auto; max-width:100%; max-height:100%;}

/*footer*/
#footer{position: relative;padding: 80px 0px 65px;border-top: 1px solid #ddd;line-height: 1;}
#footer .inner{width: 1780px;padding: 0 20px; }
#footer .f_logo{display: block; width: fit-content; font-size: 30px; color: #222; font-weight: 700; margin-bottom: 55px;}
#footer .f_con{display: flex; justify-content: space-between;	}

#footer address p{font-size: 16px;color: #999;}
#footer address p:not(:last-child){margin-bottom: 28px;}
#footer address strong{display: inline-block;width: 105px;font-size: 16px; color: #222; font-weight: 700;}
#footer .sns_wrap {display: flex; align-items: center;gap:20px; margin-top: 40px;}
#footer .sns_wrap a{display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; background: #aaa; border-radius:50%; transition:.3s;}
#footer .sns_wrap a:hover{background: var(--co01);}

#footer .a_wrap{display: flex;gap:35px;justify-content: flex-end;}
#footer .a_wrap a{font-size: 18px;color: #999; font-weight: 500;}
#footer .a_wrap a.pri{color: #222;}
#footer p.copy{font-size: 18px; color: #999;margin-top: 20px;text-align: right;}
#footer .top_btn{position: absolute;top: 60px; right: 80px; display: flex;align-items: center; justify-content: center; width: 60px; height: 60px; background: var(--co01);}

/* =====sub======================================= */
#sub_visual_wrap{position: relative;line-height: 1;}
#sub_visual_wrap .txt_wrap{position: absolute; left: 50%; top: 50%;transform:translate(-50%,-50%);width: 100%; text-align: center;}
#sub_visual_wrap .txt_wrap h2{font-size: 60px; color: #fff;font-weight: 700;}

.tab_menu_pc{position: absolute;left: 50%;transform:translateX(-50%); bottom: 60px; height: 64px; padding: 0 60px; border-radius:32px; border:1px solid rgba(255,255,255,.5);backdrop-filter: blur(10px); box-shadow: 3px 3px 12px rgba(23,30,60,.25);}
.tab_menu_pc ul{display: flex;align-items: center;gap:50px; height: 100%;}
.tab_menu_pc ul li a{position: relative;font-size: 18px; color: #fff;font-weight: 500;}
.tab_menu_pc ul li a::after{content:'';position: absolute; left: 0;bottom: -5px;width: 0%; height: 2px; background: #fff;transition:.3s;}
.tab_menu_pc ul li.on a::after{width: 100%;}
.tab_menu_pc ul li:hover a::after{width: 100%;}

.tab_menu_mob{display: none;}

#sub_contents{padding: 60px 0px 120px;}
#sub_contents.no_pb{padding: 60px 0px 0px;}

#sub_contents ul.sub_nav{display: flex;align-items: center;gap:30px;margin-bottom: 25px;}
#sub_contents ul.sub_nav li{position: relative;font-size: 16px; color: #999;}
#sub_contents ul.sub_nav li:not(:last-child)::after{content:'>';position: absolute;top: 50%;transform:translateY(-50%);right: -21px;}
#sub_contents .contop{line-height: 1;margin-bottom: 60px;}
#sub_contents .contop h3{font-size: 50px; color: #222; font-weight: 700;text-align: center;}

/* 공통 */
.tit_box_st01{margin-bottom: 80px;}
.tit_box_st01 p{text-align: center;font-size: 40px; color: #222; font-weight: 700;}
.tit_box_st01 p b{color: var(--co01);font-weight: 700;}
.tit_box_st01 span{display: block;font-size: 20px; color: #222; font-weight: 500;line-height: 32px;text-align: center; margin-top: 45px;}

table.tbl01{width: 100%;}		
table.tbl01 th{padding: 15px;font-size: 18px; color: #222; font-weight: 700;border:1px solid #ebf1f6;background: #f8fafb;}
table.tbl01 th:first-child{border-left: 0;}
table.tbl01 th:last-child{border-right: 0;}
table.tbl01 td{padding: 15px;font-size: 18px; color: #444; font-weight: 500;border:1px solid #ebf1f6;}
table.tbl01 td:first-child{border-left: 0;}
table.tbl01 td:last-child{border-right: 0;}
table.tbl01 td b{font-size: 20px;color: var(--co01);font-weight: 700;}
table.tbl01 td ul li{position: relative;padding-left: 16px;}
table.tbl01 td ul li:not(:last-child){margin-bottom: 10px;}
table.tbl01 td ul li::after{content:'•';position: absolute; left: 0; top: 0;}

/* sub0101 */
.sub0101_wrap{line-height: 1;}
.sub0101_wrap .con{padding: 120px 0;}
.sub0101_wrap .con01{position: relative;padding-bottom: 185px;}
.sub0101_wrap .con01 .bg{position: absolute;bottom: -14px; left: 50%;transform:translateX(-50%);font-size: 100px; font-weight: 700; color: #f5f5f5;width: max-content;}
.sub0101_wrap .con01 .txt_box{padding: 130px 0;background: url(/assets/images/sub/sub0101_img01.jpg)center no-repeat; background-size: cover;}
.sub0101_wrap .con01 .txt_box p{font-size: 36px; line-height: 54px;color: #fff; font-weight: 700;text-align: center;margin-bottom: 50px;}
.sub0101_wrap .con01 .txt_box span{display: block;font-size: 20px; color: #c3deff; font-weight: 500; line-height: 36px;text-align: center;}

.sub0101_wrap .con02{background: #f5f5f5;}
.sub0101_wrap .con02 .box_wrap .img_box{display: flex;justify-content: center;align-items: center;gap:160px;}
.sub0101_wrap .con02 .box_wrap .img_box .slick-list{width: 300px;}
.sub0101_wrap .con02 .box_wrap .slick-dots{width: 460px;}
.sub0101_wrap .con02 .box_wrap .slick-dots li{position: relative;text-indent: -9999px;}
.sub0101_wrap .con02 .box_wrap .slick-dots li:not(:last-child){margin-bottom: 80px;}
.sub0101_wrap .con02 .box_wrap .slick-dots li button::after{text-indent: initial;position: absolute;top: 0;left: 0;font-size: 20px; line-height: 32px; color: #999;font-weight: 500;text-align: center;width: 100%;transition:.3s;}
.sub0101_wrap .con02 .box_wrap .slick-dots li.slick-active  button::after{color: #222;font-weight: 700;}
.sub0101_wrap .con02 .box_wrap .slick-dots li:nth-child(1) button::after{content:'삼일회계법인(PwC) 출신의 실무 역량';}
.sub0101_wrap .con02 .box_wrap .slick-dots li:nth-child(2) button::after{content:'일본 회계법인 및 외투법인에서의 국제업무 경험';}
.sub0101_wrap .con02 .box_wrap .slick-dots li:nth-child(3) button::after{content:'교토대학교 MBA, 세무사고시회 국제부 부회장, 서울지방세무사회 국제이사로서의 글로벌 지식 및 네트워크';}

.sub0101_wrap .con02 .box_wrap .slick-dots li:not(:last-child) button::before{content:'';position: absolute;left: 50%;transform: translateX(-50%);bottom: -46px;width: 40px; height: 1px;background: #bbb;}

.sub0101_wrap .con03 .box_wrap{width: 1180px;margin: 0 auto;border-top: 1px solid #ddd;}
.sub0101_wrap .con03 .box_wrap .box{display: flex;border-bottom: 1px solid #ddd;padding: 30px 0 60px;}
.sub0101_wrap .con03 .box_wrap .box strong{display: block;width: 50%;font-size: 32px; color: #222; font-weight: 700;padding-left: 50px;transition:.3s;}
.sub0101_wrap .con03 .box_wrap .box:hover strong{color: var(--co01);}
.sub0101_wrap .con03 .box_wrap .box ul{width: 50%;padding-left: 170px;}
.sub0101_wrap .con03 .box_wrap .box ul li{position: relative;font-size: 20px; color: #444; font-weight: 500;padding-left: 35px;}
.sub0101_wrap .con03 .box_wrap .box ul li:not(:last-child){margin-bottom: 13px;}
.sub0101_wrap .con03 .box_wrap .box ul li::after{content:'•';position: absolute;left: 0; top: 0;}

.sub0101_wrap .con04{background: url(/assets/images/sub/sub0101_img05.jpg)center no-repeat; background: cover;}
.sub0101_wrap .con04 .tit_box_st01 p{color: #fff;text-shadow: 0px 0px 15px rgba(0, 0, 0, .5);}
.sub0101_wrap .con04 .txt_wrap{margin-top: 120px;}
.sub0101_wrap .con04 .txt_wrap p{font-size: 24px;font-weight: 700;color: #fff;text-align: center;text-shadow: 0px 0px 15px rgba(0, 0, 0, .5);}
.sub0101_wrap .con04 .txt_wrap span{display: block;font-size: 20px; font-weight: 500; line-height: 32px;color: #fff;text-align: center; margin-top: 15px;text-shadow: 0px 0px 15px rgba(0, 0, 0, .5);}

/* sub0102 */
.sub0102_wrap{line-height: 1;}
.sub0102_wrap .bg_wrap{background: url(/assets/images/sub/sub0102_bg01.jpg)center top no-repeat; background-size: 100%;}
.sub0102_wrap .con .tit_wrap{display: flex;align-items: flex-start;margin-bottom: 80px;}
.sub0102_wrap .con .tit_box_st01{width: 50%;margin-bottom: 0px;}
.sub0102_wrap .con .tit_box_st01 span{margin-top: 0;font-weight: 700;	text-align: left;}
.sub0102_wrap .con .tit_box_st01 p{margin-top: 10px;text-align: left;}
.sub0102_wrap .con .txt{width: 50%;margin-top: 35px;}
.sub0102_wrap .con .txt p{font-size: 20px; color: #444; line-height: 36px;}
.sub0102_wrap .con .txt p:not(:last-child){margin-bottom: 40px;}
.sub0102_wrap .con .img_wrap img{max-width: 100%;}

.sub0102_wrap .con01{padding: 60px 0px 180px;}

.sub0102_wrap .con03{padding: 250px 0px 240px;background: url(/assets/images/sub/sub0102_bg02.jpg)center no-repeat; background-size: 100%;}
.sub0102_wrap .con03 .txt{margin-bottom: 70px;}
.sub0102_wrap .con03 .txt p{font-size: 24px; color: #333; font-weight: 700; line-height: 40px;text-align: center;}
.sub0102_wrap .con03 .img_box{display: flex;gap:60px;}
.sub0102_wrap .con03 .img_box .img:nth-child(1){margin-top: 80px;}
.sub0102_wrap .con03 .img_box .img:nth-child(3){margin-top: 140px;}


/* sub0104 */
.sub0104_wrap{line-height: 1;}
.sub0104_wrap .map_wrap{position:relative; width:100%; padding-bottom:35.714%;}
.sub0104_wrap .map_wrap iframe{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:100%; height:100%; max-width:100%; max-height:100%; object-fit:cover;}
.sub0104_wrap .txt_wrap{display: flex;margin-top: 60px;}
.sub0104_wrap .txt_wrap .tit{width: 50%;}
.sub0104_wrap .txt_wrap .tit p{font-size: 36px; color: #333; font-weight: 700;}

.sub0104_wrap .txt_wrap .txt{width: 50%;}
.sub0104_wrap .txt_wrap .txt ul li{display: flex;}
.sub0104_wrap .txt_wrap .txt ul li:not(:last-child){margin-bottom: 25px;}
.sub0104_wrap .txt_wrap .txt ul li p{width: 85px;font-size: 18px;font-weight: 700;color: var(--co01);}
.sub0104_wrap .txt_wrap .txt ul li span{display: block;width: calc(100% - 85px);font-size: 18px; color: #444;}

/* sub0105 */
.sub0105_wrap{line-height: 1;}
.sub0105_wrap .list_wrap ul{display: flex;flex-wrap:wrap;gap:40px 20px; }
.sub0105_wrap .list_wrap ul li{position: relative;background: #fff; width: calc((100% - 60px) / 4);height: 400px;transition:.3s; border:1px solid #ddd;}
.sub0105_wrap .list_wrap ul li:hover{opacity: .8;}
.sub0105_wrap .list_wrap ul li a{display: block;padding: 40px;}
.sub0105_wrap .list_wrap ul li .top{display: flex;align-items: center; justify-content: space-between; margin-bottom: 40px;}
.sub0105_wrap .list_wrap ul li .top em.tag{display: flex;align-items: center; height: 34px;padding: 0px 13px;font-size: 16px; background: var(--co01); color: #fff;font-weight: 700; border-radius:17px;}
.sub0105_wrap .list_wrap ul li .top b{display: flex;align-items: center; gap:6px;font-size: 16px; color: var(--co01);font-weight: 700;}
.sub0105_wrap .list_wrap ul li .top b img{transition:.3s;}
.sub0105_wrap .list_wrap ul li:hover .top b img{transform:rotate(90deg);}
.sub0105_wrap .list_wrap ul li .txt p{font-size: 20px; color: #222; line-height: 32px;font-weight: 700;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-wrap:break-word;}
.sub0105_wrap .list_wrap ul li .txt span{display: block;font-size: 18px; color: #999; line-height: 26px;margin-top: 20px;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; word-wrap:break-word;}
.sub0105_wrap .list_wrap ul li .txt b{position: absolute;bottom: 40px;left: 40px;font-size: 16px; color: #999;font-weight: 500;font-family: "Work Sans", sans-serif;}

/* sub0201 */
.sub0201_wrap{line-height: 1;}
.sub0201_wrap .con01{margin-bottom: 140px;background: url(/assets/images/sub/sub0201_img04.png) right top no-repeat,url(/assets/images/sub/sub0201_img02.png) left 80px center no-repeat;}
.sub0201_wrap .con01 .inner{display: flex;gap:120px;}
.sub0201_wrap .con01 .img_con{padding-left: 60px;}
.sub0201_wrap .con01 .txt_con{display: flex;flex-direction: column;justify-content: space-between;padding-top: 100px;}
.sub0201_wrap .con01 .txt_con .txt01{}
.sub0201_wrap .con01 .txt_con .txt01 p{font-size: 48px; line-height: 72px;color: #999; font-weight: 700;}
.sub0201_wrap .con01 .txt_con .txt01 p b{color: var(--co01);font-weight: 700;}
.sub0201_wrap .con01 .txt_con .txt02{position: relative;}
.sub0201_wrap .con01 .txt_con .txt02::after{content:'';position: absolute; top: 15%;transform:translateY(-50%);left: -83px;background: url(/assets/images/sub/sub0201_img03.png)center no-repeat; width: 170px;height: 169px; background-size: cover;}
.sub0201_wrap .con01 .txt_con .txt02 p{font-size: 50px; color: #222; font-weight: 700;}
.sub0201_wrap .con01 .txt_con .txt02 p span{display: inline-block;margin-left: 20px;font-size: 32px; color: #222; font-weight: 700;}

.sub0201_wrap .con02 .box_wrap{width: 50%;margin-left: auto;padding-left: 60px;}
.sub0201_wrap .con02 .box_wrap .box{display: flex;}
.sub0201_wrap .con02 .box_wrap .box:not(:last-child){padding-bottom: 100px;}
.sub0201_wrap .con02 .box_wrap .box strong{display: block;font-size: 40px; color: #222; font-weight: 700;width: 190px;}
.sub0201_wrap .con02 .box_wrap .box ul li{font-size: 18px; color: #222;line-height: 32px;}
.sub0201_wrap .con02 .box_wrap .box ul li b{font-weight: 700;}

.sub0201_wrap .con02 .box_wrap .box ul.ul02 li{display: flex;align-items: center;gap:15px;font-size: 16px;font-weight: 500;}
.sub0201_wrap .con02 .box_wrap .box ul.ul02 li em.tag01{display: flex;align-items: center; justify-content: center;width: 22px; height: 22px; font-size: 15px;font-weight: 500; background: var(--co01); border-radius:50%;color: #fff;}
.sub0201_wrap .con02 .box_wrap .box ul.ul02 li em.tag02{display: flex;align-items: center; justify-content: center;width: 22px; height: 22px; font-size: 15px;font-weight: 500; background: #999; border-radius:50%;color: #fff;}

/* sub03 */
.sub03_wrap{line-height: 1;}
.sub03_wrap .con{padding: 120px 0;}
.sub03_wrap .con01{background: url(/assets/images/sub/sub03_bg01.jpg)center bottom no-repeat; background-size: 100%;}
.sub03_wrap .con01 .txt_wrap strong{display: block;font-size: 32px;color: #222; font-weight: 700;margin-bottom: 30px;}
.sub03_wrap .con01 .txt_wrap p{font-size: 20px; line-height: 36px;color: #444;font-weight: 500;}
.sub03_wrap .con01 .txt_wrap p b{color: var(--co01);font-weight: 500;}

.sub03_wrap .con02{background: #f2f5f8;}
.sub03_wrap .con02 .box_wrap{padding: 0px 100px;}
.sub03_wrap .con02 .box_wrap .box{display: flex;border-bottom: 1px solid #ddd;padding: 40px 0;min-height: 180px;}
.sub03_wrap .con02 .box_wrap .box:first-child{border-top: 1px solid #ddd;}
.sub03_wrap .con02 .box_wrap .box .tit{position: relative;width: 50%;padding: 0px 40px;z-index: 10;}
.sub03_wrap .con02 .box_wrap .box .tit p{font-size: 28px; color: #222; font-weight: 700;}
.sub03_wrap .con02 .box_wrap .box .tit em{position: absolute;top: -31px;z-index: -1;font-size: 150px; font-weight: 700;color: #ecf0f4;}
.sub03_wrap .con02 .box_wrap .box .txt{width: 50%;padding: 0px 40px;}
.sub03_wrap .con02 .box_wrap .box .txt p{position: relative;font-size: 18px; color: #444;padding-left: 17px;font-weight: 500;line-height: 32px;}
.sub03_wrap .con02 .box_wrap .box .txt p b{color: var(--co01); font-weight: 500;}
.sub03_wrap .con02 .box_wrap .box .txt p::after{content:'';position: absolute;left: 0; top: 13px;width: 5px; height: 5px; background: var(--co01); border-radius:50%;}

.sub03_wrap .con03 .box_wrap{display: flex;flex-wrap:wrap;gap:40px;}
.sub03_wrap .con03 .box_wrap .box{width: calc((100% - 80px) / 3);height: 300px;padding: 40px 30px 40px 30px ;border:1px solid #ddd;transition:.3s;}
.sub03_wrap .con03 .box_wrap .box:hover{border:1px solid #96c3ff;}
.sub03_wrap .con03 .box_wrap .box .icon{position: relative;height: 150px;}
.sub03_wrap .con03 .box_wrap .box .icon img{transition:.4s;}
.sub03_wrap .con03 .box_wrap .box .icon img.on{position: absolute; top: 0; left: 0;opacity: 0;}
.sub03_wrap .con03 .box_wrap .box p{font-size: 22px;color: #444;font-weight: 700; line-height: 36px;}
.sub03_wrap .con03 .box_wrap .box p b{font-weight: 700;transition:.4s;}
.sub03_wrap .con03 .box_wrap .box:hover p b{color: var(--co01);}
.sub03_wrap .con03 .box_wrap .box:hover .icon img.on{opacity: 1;}
.sub03_wrap .con03 .box_wrap .box:hover .icon img.off{opacity: 0;}

.sub03_wrap .con04{padding: 140px 0;background: url(/assets/images/sub/sub0301_bg01.jpg)center no-repeat; background-size: cover;}
.sub03_wrap .con04 .txt_wrap span{display: block;font-size: 20px; line-height: 40px; color: #fff; font-weight: 500;}
.sub03_wrap .con04 .txt_wrap p{font-size: 24px; color: #fff;font-weight: 700;margin-top: 20px;line-height: 40px;}

/* sub0302 */
.sub0302_wrap .con01{background: url(/assets/images/sub/sub0302_bg01.jpg)center bottom no-repeat; background-size: 100%;}
.sub0302_wrap .con01 .box_wrap{display: flex;gap:40px;margin-top: 70px;}
.sub0302_wrap .con01 .box_wrap .box{position: relative;width: calc((100% - 120px) / 4);}
.sub0302_wrap .con01 .box_wrap .box .txt{position: absolute;top: 0; left: 0; width: 100%;padding: 40px 20px 40px 35px;}
.sub0302_wrap .con01 .box_wrap .box .txt p{font-size: 24px; color: #222; font-weight: 700;margin-bottom: 25px;}
.sub0302_wrap .con01 .box_wrap .box .txt span{display: block;font-size: 20px; color: #444;font-weight: 500; line-height: 36px;}

.sub0302_wrap .con02-2{background: #fff;}
.sub0302_wrap .con02-2 .tbl_wrap{padding: 0px 100px;}
.sub0302_wrap .con02-2 .tbl_wrap table.tbl01 .col01{width: 310px;}
.sub0302_wrap .con02-2 .tbl_wrap table.tbl01 .col02{width: 410px;}
.sub0302_wrap .con02-2 .tbl_wrap table.tbl01 .col03{}
.sub0302_wrap .con02-2 .tbl_wrap table.tbl01 td:nth-child(1){padding: 35px 55px;}
.sub0302_wrap .con02-2 .tbl_wrap table.tbl01 td:nth-child(2){padding: 35px 70px;}
.sub0302_wrap .con02-2 .tbl_wrap table.tbl01 td:nth-child(3){padding: 35px 75px;}

.sub0302_wrap .con02{background: url(/assets/images/sub/sub0302_bg02.jpg)center no-repeat; background-size: cover;}
.sub0302_wrap .con02 .tit_box_st01 p{color: #fff;}
.sub0302_wrap .con02 .box_wrap .box{align-items: center;min-height: 160px;border-bottom: 1px solid rgba(202,217,231,.2);}
.sub0302_wrap .con02 .box_wrap .box:first-child{border-top: 1px solid rgba(202,217,231,.2);}
.sub0302_wrap .con02 .box_wrap .box .tit p{color: #fff;}
.sub0302_wrap .con02 .box_wrap .box .tit em{font-size: 120px;top: -50px;color: rgba(202,217,231,.05);}
.sub0302_wrap .con02 .box_wrap .box .txt p{color: #cad9e7;padding-left: 0;}
.sub0302_wrap .con02 .box_wrap .box .txt p::after{display: none;}

.sub0302_wrap .con03 .box_wrap .box p{font-size: 20px;font-weight: 500;}
.sub0302_wrap .con03 .box_wrap .box p b{font-size: 22px;font-weight: 700;}
.sub0302_wrap .con03 .box_wrap02{display: flex;align-items: center;gap:190px;justify-content: center;width: 1100px; border-radius:150px;background: #f5f5f5;margin: 40px auto 0;padding: 85px 0px 90px;transition:.3s;}
.sub0302_wrap .con03 .box_wrap02 .box{position: relative;}
.sub0302_wrap .con03 .box_wrap02 .box:not(:last-child)::after{content:'';position: absolute;right: -110px; top: 50%; transform:translateY(-50%);background: url(/assets/images/sub/sub0302_icon07.png)center no-repeat; width: 40px; height: 40px; background-size: cover;transition:.3s;}
.sub0302_wrap .con03 .box_wrap02 .box .icon{margin: 0 auto 40px;width: fit-content;}
.sub0302_wrap .con03 .box_wrap02 .box .icon img{transition:.3s;}
.sub0302_wrap .con03 .box_wrap02 .box p{font-size: 22px; color: #444;font-weight: 700;text-align: center;transition:.3s;}
.sub0302_wrap .con03 .box_wrap02:hover{background: var(--co01);}
.sub0302_wrap .con03 .box_wrap02:hover .box:not(:last-child)::after{background: url(/assets/images/sub/sub0302_icon07_on.png)center no-repeat; background-size: cover;filter:brightness(0.2);}
.sub0302_wrap .con03 .box_wrap02:hover .box .icon img{filter:brightness(10);}
.sub0302_wrap .con03 .box_wrap02:hover .box p{color: #fff;}

.sub0302_wrap .con04{background: url(/assets/images/sub/sub0302_bg03.jpg)center no-repeat; background-size: cover;}
.sub0302_wrap .con04 .txt_wrap{width: 50%;margin-left: auto;padding-left: 30px;}

/* sub0303 */
.sub0303_wrap .con02 .box_wrap{display: flex;flex-wrap:wrap;gap:0px 80px;}
.sub0303_wrap .con02 .box_wrap .box{width: calc((100% - 80px) / 2);min-height: 200px;}
.sub0303_wrap .con02 .box_wrap .box:nth-child(2){border-top: 1px solid #ddd;}
.sub0303_wrap .con02 .box_wrap .box .tit{width: 100%;}

/* sub0304 */
.sub0304_wrap .con02 .box_wrap .box{position: relative;}
.sub0304_wrap .con02 .box_wrap .box::after{content:'';position: absolute; top: 50px;left: 50%;transform:translateX(-50%);background: url(/assets/images/sub/sub0304_icon06.png)center no-repeat; width: 50px; height: 12px; background-size: cover;}
.sub0304_wrap .con02 .box_wrap .box .txt{padding: 0px 0 0 65px;}
.sub0304_wrap .con02 .box_wrap .box .txt p{padding-left: 0;}
.sub0304_wrap .con02 .box_wrap .box .txt p::after{display: none;}

.sub0304_wrap .con04{background: url(/assets/images/sub/sub0304_bg01.jpg)center no-repeat; background-size: cover;}
.sub0304_wrap .con04 .txt_wrap p{margin-top: 0;margin-bottom: 20px;}

/* sub0305 */
.sub0305_wrap .con02{background: #fff;}
.sub0305_wrap .con02 .tbl_wrap{padding: 0px 100px;}
.sub0305_wrap .con02 .tbl_wrap table.tbl01 .col01{width: 520px;}
.sub0305_wrap .con02 .tbl_wrap table.tbl01 .col02{}
.sub0305_wrap .con02 .tbl_wrap table.tbl01 td{padding-left: 60px;}

.sub0305_wrap .con03{background: url(/assets/images/sub/sub0305_bg01.jpg)center no-repeat; background-size: cover;}
.sub0305_wrap .con03 .box_wrap .box{border:0;background: rgba(34,34,34,.4);}
.sub0305_wrap .con03 .box_wrap .box p{color: #fff;}
.sub0305_wrap .con03 .box_wrap .box:hover{border:0;}