@media screen and (max-width:1400px) {

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

/* === Main === */
#wrap {position:relative; width:100%; max-width:1400px; min-width: 375px; margin:0 auto; overflow:hidden;}
.inner{width:100%; margin:0 auto; padding: 0 2.6%; }

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

#header ul.gnb{display: none;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 em img{width: 30px;}
.h_btn_wrap .lan_wrap ul{display: none;position: absolute;top: 45px; left: 50%; transform:translateX(-50%); background: #fff;width: 65px;padding: 15px;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: 15px;}
.h_btn_wrap .lan_wrap ul li a{display: block;font-size: 14px; color: #333;font-weight: 700;text-align: center;text-transform:uppercase;}

/* navi */
.nav_btn{position: relative;width: 30px; 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: 90px;padding-right: 5.6%;}
.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:55px;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:55px;width:100%;background-color:#fff;display: flex;align-items: center;padding: 0 20px;color:#222;font-size:16px;font-weight: 700;}
.navigation .lnb ul{display: block; padding:20px 0;background:#f5f5f5;border-bottom: 1px solid #ddd;}
.navigation .lnb ul li{margin-bottom: 13px;}
.navigation .lnb ul li:last-child{margin-bottom: 0;}
.navigation .lnb ul li a{display:flex;height:auto;width:100%;color:#666;font-size:15px;border:none;font-weight: 400;padding:0 20px; word-break:keep-all;}
.navigation .lnb ul li a:after{display: none;}
.navi_bg{display: none;position: absolute;top: 90px;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: 18px; font-weight: 700;color: var(--co01);}
#visual_wrap .txt_wrap strong{display: block;font-size: 60px; color: #fff; font-weight: 700;text-align: center;margin: 25px 0px 40px;}
#visual_wrap .txt_wrap p{font-size: 24px; color: #fff; font-weight: 500;text-align: center;}
#visual_wrap .slick-prev{position: absolute; left: 2.6%; top: 50%;transform:translateY(-50%); background: url(/assets/images/main/vis_prev_tab.png)center no-repeat; width: 30px; height: 55px; background-size: cover;text-indent: -9999px;z-index: 100;}
#visual_wrap .slick-next{position: absolute; right: 2.6%; top: 50%;transform:translateY(-50%); background: url(/assets/images/main/vis_next_tab.png)center no-repeat; width: 30px; height: 55px; background-size: cover;text-indent: -9999px;z-index: 100;}
#visual_wrap .scroll{position: absolute;left: 50%;bottom: 30px;left: 50%;transform:translateX(-50%);padding-bottom: 35px;}
#visual_wrap .scroll::before{content:'';position: absolute;bottom: 0; left: 50%;transform:translateX(-50%);background: #fff; width: 6px; height: 6px; 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: 6px; height: 24px;background: linear-gradient(180deg,transparent 30%, rgba(255, 255, 255, .5) 100%); border-radius:4px;}
#visual_wrap .scroll p{font-size: 14px; color: #fff;font-weight: 700;}
@keyframes scrollAni{
0%{bottom: 0;}
100%{bottom: 20px;}
}

/* section */
.section{padding: 100px 0;line-height: 1;}
.section .sec_tit{display: flex;justify-content: flex-start;align-items: flex-start;flex-direction: column;gap:30px;margin-bottom: 60px;} 
.section .sec_tit .tit span{display: block;font-size: 16px; color: #222; font-weight: 700;text-transform:uppercase;margin-bottom: 20px;}
.section .sec_tit .tit p{font-size: 35px; color: #999; font-weight: 700; line-height: 50px;}
.section .sec_tit .tit p b{color: var(--co01);font-weight: 700;}

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

input.chk_st01{display: none;}
input.chk_st01 + label{position: relative;padding-left: 24px;font-size: 14px; color: #666;}
input.chk_st01 + label::after{content:'';position: absolute; left: 0; top: 1px;width: 14px; height: 14px; border:1px solid #ddd; color: #fff;font-size: 12px;text-align: center;line-height: 12px;}
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:40px;}
#section01 .tab-menu-wrap a{position: relative;display: block;font-size: 15px; color: #999; font-weight: 700;padding-left: 10px;transition:.3s;}
#section01 .tab-menu-wrap a::after{content:'';position: absolute;left: 0; opacity: 0; top: 10%;transform:translateY(-50%); width: 4px; height: 4px;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:42.582%;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: 33px 30px 30px;} 
#section01 .txt_wrap::after{content:'';position: absolute; top: 0; left: 30px;width: 30px; height: 3px; background: #fff;}
#section01 .txt_wrap p{font-size: 24px; color: #fff;font-weight: 700;text-transform:uppercase;}
#section01 .txt_wrap span{display: block;font-size: 18px; color: #fff;margin-top: 20px;}
#section01 strong.more_btn{position: absolute;top: 30px; right: 30px;display: flex;align-items: center; gap:10px;font-size: 16px; color: #fff;font-weight: 400;}
#section01 strong.more_btn img{width: 10px;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: -12px;font-size: 80px; color: #f5f5f5; font-weight: 700;text-transform:uppercase;z-index: -1;}

/* section02 */
#section02{background: url(/assets/images/main/sec02_bg01_tab.jpg)center no-repeat; background-size: cover;}
#section02 .sec02_slide .slick-list{width: calc(100% + 10px);}
#section02 .sec02_slide li{position: relative;background: #fff;height: 286px;margin-right: 10px;transition:.3s;}
#section02 .sec02_slide li:hover{opacity: .8;}
#section02 .sec02_slide li a{display: block;padding: 25px;}
#section02 .sec02_slide li .top{display: flex;align-items: center; justify-content: space-between; margin-bottom: 25px;}
#section02 .sec02_slide li .top em.tag{display: flex;align-items: center; height: 26px;padding: 0px 13px;font-size: 14px; background: var(--co01); color: #fff;font-weight: 700; border-radius:17px;}
#section02 .sec02_slide li .top b{display: flex;align-items: center; gap:8px;font-size: 14px; color: var(--co01);font-weight: 700;}
#section02 .sec02_slide li .top b img{width: 8px;transition:.3s;}
#section02 .sec02_slide li:hover .top b img{transform:rotate(90deg);}
#section02 .sec02_slide li .txt p{font-size: 15px; color: #222; line-height: 24px;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: 14px; color: #999; line-height: 20px;margin-top: 15px;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: 25px;left: 25px;font-size: 14px; 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: 30px;}
#section02 .sec02_item .progress { position:relative; width:calc(100% - 115px); 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;}
#section02 .sec02_item .arr_wrap img{width: 45px;}

/* section03 */
#section03{padding: 130px 0;background: url(/assets/images/main/sec03_bg01_tab.jpg)center no-repeat; background-size: cover;}
#section03 .sec_tit{margin-bottom: 80px;}
#section03 .sec_tit .tit p{color: #fff;}
#section03 .sec_tit .tit p b{color: #fff;}
#section03 .sec_tit .tit em{display: block;font-size: 18px; color: #fff;margin-top: 25px;}

#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: 18px; color: rgba(255,255,255,.5); margin-bottom: 25px;text-align: center;}
#section03 .box_wrap .box p{font-size: 26px; color: rgba(255,255,255,.5); font-weight: 700;text-align: center;}
#section03 .box_wrap .box p b{display: inline-block;font-size: 55px; color: #fff; font-weight: 700;margin-right: 15px;}

/* section04 */
#section04 .inner{display: flex;gap:60px;flex-wrap:wrap;}
#section04 .left{width: 100%;}
#section04 .online_wrap .input_wrap{display: flex;flex-wrap:wrap;gap:15px;}
#section04 .online_wrap .input{position: relative;width: calc((100% - 15px) / 2);}
#section04 .online_wrap .input02{width: 100%;}
#section04 .online_wrap .input input[type="text"]{width: 100%; height: 50px; background: #f5f5f5;border:0;padding: 0px 15px;font-size: 14px; 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: 14px;transform:translateY(-50%);font-size: 14px; 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: 50px; border:0;padding: 0px 15px;font-size: 14px; color: #222;-webkit-appearance:none; /* for chrome */-moz-appearance:none; /*for firefox*/appearance:none; background: url(/assets/images/main/select_icon01_tab.png)center right 15px no-repeat #f5f5f5; background-size: 10px;}
#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: 14px; 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: 50px; background: var(--co01);font-size: 16px; color: #fff;}

#section04 .right{width: 100%;}
#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: 167px; background: #f2f5f8; border-radius:6px;}
#section04 .right .box_wrap .box p{font-size: 16px; color: #222; font-weight: 700;text-align: center;margin: 25px 0px 13px;}
#section04 .right .box_wrap .box span{display: block;font-size: 15px; color: #666;text-align: center;line-height: 1;}
#section04 .right .box_wrap .box span br{display: none;}

#section04 .right .box_wrap .box:nth-child(1) .icon img{width: 30px;}
#section04 .right .box_wrap .box:nth-child(2) .icon img{width: 34px;}
#section04 .right .box_wrap .box:nth-child(3) .icon img{width: 35px;}
#section04 .right .box_wrap .box:nth-child(4) .icon img{width: 23px;}

#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: 20px 0;line-height: 1;}
#banner_wrap ul li{width: 180px;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: 60px 0px 50px;border-top: 1px solid #ddd;line-height: 1;}
#footer .inner{width: 100%;padding: 0 2.6%; }
#footer .f_logo{display: block; width: fit-content; font-size: 24px; color: #222; font-weight: 700; margin:0 auto 40px;}
#footer .f_con{display: flex;flex-direction: column; justify-content: space-between;	}
#footer .f_con .left{display: flex;flex-direction: column-reverse;gap:65px;}

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

#footer .sns_wrap a:nth-child(1) img{width: 12px;}
#footer .sns_wrap a:nth-child(2) img{width: 17px;}
#footer .sns_wrap a:nth-child(3) img{width: 18px;}

#footer .a_wrap{position: absolute; top: 185px;left: 50%; transform:translateX(-50%);display: flex;justify-content: center;gap:30px;justify-content: flex-end;}
#footer .a_wrap a{font-size: 15px;color: #999; font-weight: 500;}
#footer .a_wrap a.pri{color: #222;}
#footer p.copy{font-size: 15px; color: #999;margin-top: 25px;text-align: center;}
#footer .top_btn{position: absolute;top: 50px; right: 2.6%; display: flex;align-items: center; justify-content: center; width: 45px; height: 45px; background: var(--co01);}
#footer .top_btn img{width: 12px;}

/* =====sub======================================= */
#sub_visual_wrap{position: relative;line-height: 1;z-index: 100;}
#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: 45px; color: #fff;font-weight: 700;}

.tab_menu_pc{display: none;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{font-size: 18px; color: #fff;font-weight: 500;}

.tab_menu_mob {display: block;position: absolute;bottom: 40px; right: 2.6%; height:45px; line-height: 1;}
.tab_menu_mob .menu{display: flex; gap:10px; height:100%; }
.tab_menu_mob .menu > li {position:relative;width: 160px; height:100%;border:1px solid rgba(255,255,255,.5);backdrop-filter: blur(10px); box-shadow: 3px 3px 12px rgba(23,30,60,.25); border-radius:22px;}
.tab_menu_mob .menu > li::after{content:'';position: absolute; right: 15px; top: 50%; transform:translateY(-50%);width: 10px; height: 6px; background: url(/assets/images/sub/tab_arr_tab.png)center no-repeat; background-size: cover;}
.tab_menu_mob .menu > li > a {display:flex; align-items:center; padding: 0 15px; width:100%; height:100%; font-size: 14px; color:#fff; font-weight: 500; line-height:1.2; box-sizing:border-box; word-break:keep-all;}
.tab_menu_mob .menu > li ul {display:none; position:absolute; width:100%; top:100%; padding:15px 0; box-sizing:content-box; background-color:#fff; z-index:10;box-shadow: 3px 3px 12px rgba(23,30,60,.25); border-radius:22px;}
.tab_menu_mob .menu > li ul li ~ li { margin-top:10px;}
.tab_menu_mob .menu > li ul li a {display:flex; align-items:center; position:relative; width:100%; font-size:13px; line-height: 26px; color:#666;  font-weight: 400;padding:0 15px; box-sizing:border-box; line-height:1.2;transition:.3s}
.tab_menu_mob .menu > li ul li.on a{color: var(--co01);font-weight: 500;}
.tab_menu_mob .menu > li ul li.on a span{text-decoration: underline;text-underline-position: under;}


#sub_contents{padding: 40px 0px 100px;}
#sub_contents.no_pb{padding: 40px 0px 0px;}

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

/* 공통 */
.tit_box_st01{margin-bottom: 60px;}
.tit_box_st01 p{text-align: center;font-size: 30px; color: #222; font-weight: 700;}
.tit_box_st01 span{display: block;font-size: 16px; color: #222; font-weight: 500;line-height: 1.6;text-align: center; margin-top: 25px;}

table.tbl01{width: 100%;}		
table.tbl01 th{padding: 15px;font-size: 15px; 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: 15px; 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: 16px;color: var(--co01);font-weight: 700;}
table.tbl01 td ul li{position: relative;padding-left: 15px;}
table.tbl01 td ul li:not(:last-child){margin-bottom: 8px;}
table.tbl01 td ul li::after{content:'•';position: absolute; left: 0; top: 0;}

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

.sub0101_wrap .con02{background: #f5f5f5;}
.sub0101_wrap .con02 .box_wrap .img_box{display: flex;justify-content: center;align-items: center;gap:50px;}
.sub0101_wrap .con02 .box_wrap .img_box .slick-list{width: 260px;}
.sub0101_wrap .con02 .box_wrap .img_box img{width: 100%;}
.sub0101_wrap .con02 .box_wrap .slick-dots{width: 400px;}
.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: 60px;}
.sub0101_wrap .con02 .box_wrap .slick-dots li button::after{text-indent: initial;position: absolute;top: 0;left: 0;font-size: 16px; line-height: 1.6; 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: -33px;width: 40px; height: 1px;background: #bbb;}

.sub0101_wrap .con03 .box_wrap{width: 100%;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: 24px; color: #222; font-weight: 700;padding-left: 20px;transition:.3s;}
.sub0101_wrap .con03 .box_wrap .box:hover strong{color: var(--co01);}
.sub0101_wrap .con03 .box_wrap .box ul{width: 50%;padding-left: 0px;}
.sub0101_wrap .con03 .box_wrap .box ul li{position: relative;font-size: 16px; color: #444; font-weight: 500;padding-left: 30px;}
.sub0101_wrap .con03 .box_wrap .box ul li:not(:last-child){margin-bottom: 10px;}
.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: 60px;}
.sub0101_wrap .con04 .txt_wrap p{font-size: 20px;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: 16px; font-weight: 500; line-height: 1.6;color: #fff;text-align: center; margin-top: 25px;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 no-repeat; background-size: cover;}
.sub0102_wrap .con .tit_wrap{display: flex;align-items: flex-start;flex-wrap:wrap;margin-bottom: 40px;}
.sub0102_wrap .con .tit_box_st01{width: 100%;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: 100%;margin-top: 25px;}
.sub0102_wrap .con .txt p{font-size: 16px; color: #444; line-height: 1.6;}
.sub0102_wrap .con .txt p:not(:last-child){margin-bottom: 20px;}
.sub0102_wrap .con .img_wrap img{max-width: 100%;object-fit:cover;height: 300px;}

.sub0102_wrap .con01{padding: 50px 0px 120px;}

.sub0102_wrap .con03{padding: 150px 0px 180px;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: 20px; color: #333; font-weight: 700; line-height: 1.6;text-align: center;}
.sub0102_wrap .con03 .img_box{display: flex;gap:20px;}
.sub0102_wrap .con03 .img_box .img:nth-child(1){flex:1;margin-top: 20px;}
.sub0102_wrap .con03 .img_box .img:nth-child(2){flex:2;}
.sub0102_wrap .con03 .img_box .img:nth-child(3){flex:1;margin-top: 50px;}
.sub0102_wrap .con03 .img_box .img img{max-width: 100%;}

@media screen and (max-width:1024px) {
.sub0102_wrap .con03 .txt p{font-size: 16px;}
}

/* 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: 28px; 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: 12px;}
.sub0104_wrap .txt_wrap .txt ul li p{width: 60px;font-size: 16px;font-weight: 700;color: var(--co01);line-height: 1.4;}
.sub0104_wrap .txt_wrap .txt ul li span{display: block;width: calc(100% - 60px);font-size: 16px; color: #444;line-height: 1.4;}

/* sub0105 */
.sub0105_wrap{line-height: 1;}
.sub0105_wrap .list_wrap ul{display: flex;flex-wrap:wrap;gap:25px 15px; }
.sub0105_wrap .list_wrap ul li{position: relative;width: calc((100% - 30px) / 3);background: #fff;height: 286px;transition:.3s;}
.sub0105_wrap .list_wrap ul li:hover{opacity: .8;}
.sub0105_wrap .list_wrap ul li a{display: block;padding: 25px;}
.sub0105_wrap .list_wrap ul li .top{display: flex;align-items: center; justify-content: space-between; margin-bottom: 25px;}
.sub0105_wrap .list_wrap ul li .top em.tag{display: flex;align-items: center; height: 26px;padding: 0px 13px;font-size: 14px; 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:8px;font-size: 14px; color: var(--co01);font-weight: 700;}
.sub0105_wrap .list_wrap ul li .top b img{width: 8px;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: 15px; color: #222; line-height: 24px;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: 14px; color: #999; line-height: 20px;margin-top: 15px;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: 25px;left: 25px;font-size: 14px; color: #999;font-weight: 500;font-family: "Work Sans", sans-serif;}

@media screen and (max-width:1024px) {
.sub0105_wrap .list_wrap ul li{width: calc((100% - 15px) / 2);}
}

/* sub0201 */
.sub0201_wrap{line-height: 1;}
.sub0201_wrap .con01{margin-bottom: 100px;background: url(/assets/images/sub/sub0201_img04.png) right top no-repeat,url(/assets/images/sub/sub0201_img02.png) left -50px center no-repeat;background-size: 240px, 300px;}
.sub0201_wrap .con01 .inner{display: flex;gap:40px;justify-content: center;}
.sub0201_wrap .con01 .img_con{padding-left: 0px;}
.sub0201_wrap .con01 .img_con img{width: 350px;}
.sub0201_wrap .con01 .txt_con{display: flex;flex-direction: column;justify-content: space-between;padding-top: 20px;}
.sub0201_wrap .con01 .txt_con .txt01{}
.sub0201_wrap .con01 .txt_con .txt01 p{font-size: 30px; line-height: 1.6;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: -58px;background: url(/assets/images/sub/sub0201_img03.png)center no-repeat; width: 120px;height: 120px; background-size: cover;}
.sub0201_wrap .con01 .txt_con .txt02 p{font-size: 30px; color: #222; font-weight: 700;}
.sub0201_wrap .con01 .txt_con .txt02 p span{display: inline-block;margin-left: 15px;font-size: 22px; color: #222; font-weight: 700;}

.sub0201_wrap .con02 .box_wrap{width: 720px;margin-left: auto;padding-left: 0px;margin: 0 auto;}
.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: 30px; color: #222; font-weight: 700;width: 200px;}
.sub0201_wrap .con02 .box_wrap .box ul{width: calc(100% - 200px);}
.sub0201_wrap .con02 .box_wrap .box ul li{font-size: 16px; color: #222;line-height: 1.8;}
.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:10px;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: 20px; height: 20px; font-size: 13px;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: 20px; height: 20px; font-size: 13px;font-weight: 500; background: #999; border-radius:50%;color: #fff;}

/* sub03 */
.sub03_wrap{line-height: 1;}
.sub03_wrap .con{padding: 100px 0;}
.sub03_wrap .con01{background: url(/assets/images/sub/sub03_bg01.jpg)center bottom no-repeat; background-size: 100%;padding-top: 50px;}
.sub03_wrap .con01 .txt_wrap strong{display: block;font-size: 25px;color: #222; font-weight: 700;margin-bottom: 20px;}
.sub03_wrap .con01 .txt_wrap p{font-size: 18px; line-height: 1.6;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 ;}
.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: 20px; color: #222; font-weight: 700;line-height: 1.5;}
.sub03_wrap .con02 .box_wrap .box .tit em{position: absolute;top: -18px;z-index: -1;font-size: 120px; font-weight: 700;color: #ecf0f4;}
.sub03_wrap .con02 .box_wrap .box .txt{width: 50%;padding: 0px 20px;}
.sub03_wrap .con02 .box_wrap .box .txt p{position: relative;font-size: 16px; color: #444;padding-left: 15px;font-weight: 500;line-height: 1.5;}
.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: 9px;width: 4px; height: 4px; background: var(--co01); border-radius:50%;}

.sub03_wrap .con03 .box_wrap{display: flex;flex-wrap:wrap;gap:20px;}
.sub03_wrap .con03 .box_wrap .box{width: calc((100% - 40px) / 3);height: 250px;padding: 30px 20px ;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: 120px;}
.sub03_wrap .con03 .box_wrap .box .icon img{transition:.4s;transform:scale(0.8)}
.sub03_wrap .con03 .box_wrap .box .icon img.on{position: absolute; top: 0; left: 0;opacity: 1;}
.sub03_wrap .con03 .box_wrap .box .icon img.off{display: none;}
.sub03_wrap .con03 .box_wrap .box p{font-size: 16px;color: #444;font-weight: 700; line-height: 1.6;}
.sub03_wrap .con03 .box_wrap .box p b{font-weight: 700;transition:.4s;color: var(--co01);}
.sub03_wrap .con03 .box_wrap .box p br{display: none;}
.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: 120px 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: 16px; line-height: 1.6; color: #fff; font-weight: 500;}
.sub03_wrap .con04 .txt_wrap p{font-size: 22px; color: #fff;font-weight: 700;margin-top: 10px;line-height: 1.6;}

/* 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:20px;margin-top: 50px;flex-wrap:wrap;}
.sub0302_wrap .con01 .box_wrap .box{position: relative;width: calc((100% - 60px) / 4);}
.sub0302_wrap .con01 .box_wrap .box img{width: 100%;}
.sub0302_wrap .con01 .box_wrap .box .txt{position: absolute;top: 0; left: 0; width: 100%;padding: 30px 20px;}
.sub0302_wrap .con01 .box_wrap .box .txt p{font-size: 20px; color: #222; font-weight: 700;margin-bottom: 15px;line-height: 1.5;}
.sub0302_wrap .con01 .box_wrap .box .txt span{display: block;font-size: 15px; color: #444;font-weight: 500; line-height: 1.6;}
.sub0302_wrap .con01 .box_wrap .box .txt span br{display: none;}

@media screen and (max-width:800px) {
.sub0302_wrap .con01 .box_wrap .box{width: calc((100% - 20px) / 2);}
.sub0302_wrap .con01 .box_wrap .box .txt{padding: 40px 30px;}
}

.sub0302_wrap .con02-2{background: #fff;}
.sub0302_wrap .con02-2 .tbl_wrap{padding: 0px;}
.sub0302_wrap .con02-2 .tbl_wrap table.tbl01 .col01{width: 25%;}
.sub0302_wrap .con02-2 .tbl_wrap table.tbl01 .col02{width: 35%;}
.sub0302_wrap .con02-2 .tbl_wrap table.tbl01 .col03{width: 40%;}
.sub0302_wrap .con02-2 .tbl_wrap table.tbl01 td:nth-child(1){padding: 15px;}
.sub0302_wrap .con02-2 .tbl_wrap table.tbl01 td:nth-child(2){padding: 15px;}
.sub0302_wrap .con02-2 .tbl_wrap table.tbl01 td:nth-child(3){padding: 15px;}

.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: 100px;top: -40px;color: rgba(202,217,231,.05);}
.sub0302_wrap .con02 .box_wrap .box .txt p{color: #cad9e7;}
.sub0302_wrap .con02 .box_wrap .box .txt p br{display: none;}

.sub0302_wrap .con03 .box_wrap .box p{font-size: 16px;font-weight: 500;}
.sub0302_wrap .con03 .box_wrap .box p b{font-size: 16px;font-weight: 700;}
.sub0302_wrap .con03 .box_wrap02{display: flex;align-items: center;gap:100px;justify-content: center;width: 1100px; border-radius:120px;background: #f5f5f5;margin: 40px auto 0;padding: 85px 0px 90px;transition:.3s;max-width: 100%;}
.sub0302_wrap .con03 .box_wrap02 .box{position: relative;}
.sub0302_wrap .con03 .box_wrap02 .box:not(:last-child)::after{content:'';position: absolute;right: -65px; top: 50%; transform:translateY(-50%);background: url(/assets/images/sub/sub0302_icon07.png)center no-repeat; width: 30px; height: 30px; background-size: cover;transition:.3s;}
.sub0302_wrap .con03 .box_wrap02 .box .icon{margin: 0 auto 30px;width: fit-content;}
.sub0302_wrap .con03 .box_wrap02 .box .icon img{transition:.3s;transform:scale(0.8);}
.sub0302_wrap .con03 .box_wrap02 .box p{font-size: 18px; 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: 100%;margin-left: auto;padding-left: 0px;}

/* sub0303 */
.sub0303_wrap .con02 .box_wrap{display: flex;flex-wrap:wrap;gap:0px 30px;}
.sub0303_wrap .con02 .box_wrap .box{width: calc((100% - 30px) / 2);min-height: 180px;}
.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: 40px; height: 9px; background-size: cover;}
.sub0304_wrap .con02 .box_wrap .box .txt{padding: 0px 0 0 55px;}
.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: 10px;}

/* sub0305 */
.sub0305_wrap .con02{background: #fff;}
.sub0305_wrap .con02 .tbl_wrap{padding: 0px;}
.sub0305_wrap .con02 .tbl_wrap table.tbl01 .col01{width: 35%;}
.sub0305_wrap .con02 .tbl_wrap table.tbl01 .col02{width: 65%;}
.sub0305_wrap .con02 .tbl_wrap table.tbl01 td{padding-left: 25px;}

.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;}

}