@media screen and (max-width:1024px) {
/*로그인스킨*/
#login_wrap {width:100%;  background:#f7f7f7; padding:50px;}
.login_top {width:100%; height:50px; border-bottom:1px solid #eaeaea; margin-bottom:20px;}
.login_top h2 {font-size:30px; color:#4b4f58; line-height:1; font-weight:600;}
.login_top h2 span {font-size:15px; font-weight:400; }
.login_mid {display: block; justify-content: space-between; width:100%; overflow: hidden;}
.login_mid .login_con { width:100%; height:100%; }
.login_mid .login_con h2 {text-align:center; color:#222; font-size:40px; margin-bottom:20px;}
.login_mid .login_con .login_id {width:100%; height:40px; background:#fff; border:1px solid #fff; margin-bottom:10px;}
.login_mid .login_con .login_id #mb_id {height:100%; width:90%; border:none; background:none; font-size:14px; color:#666; line-height:40px; vertical-align: top;}
.login_mid .login_con .login_pw {width:100%; height:40px; background:#fff; border:1px solid #fff; margin-bottom:20px;}
.login_mid .login_con .login_pw #mb_pass {height:100%; width:90%; border:none; background:none; font-size:14px; color:#666; line-height:40px; vertical-align: top;}
.login_mid .login_con span {display:inline-block;width:10%; height:100%; text-align:center; line-height:40px; }
.login_mid .login_con span img {vertical-align:middle;}
.login_mid .login_con input::placeholder {font-size:14px; color:#c3c3c3;}
.login_mid .login_con input::-webkit-input-placeholder { /* Chrome/Opera/Safari */font-size:14px; color:#c3c3c3;}
.login_mid .login_con input::-moz-placeholder { /* Firefox 19+ */font-size:14px; color:#c3c3c3;}
.login_mid .login_con input:-ms-input-placeholder { /* IE 10+ */font-size:14px; color:#c3c3c3;}
.login_mid .login_con input:-moz-placeholder { /* Firefox 18- */font-size:14px; color:#c3c3c3;}
.login_mid .login_btn {width:100%; height:55px; margin-top:20px;}
.login_mid .login_btn button {width:100%; height:100%; background:#4b4f58; border:1px solid #4b4f58; text-align:center; color:#fff; font-size:18px; line-height:53px;}
.login_mid .login_bottom {text-align:center;}
.login_mid .login_bottom li {display:inline-block; margin-left:20px; padding-left:20px; position:relative; line-height:35px;}
.login_mid .login_bottom li::before {width:1px; height:13px; background:#ddd; content:''; position:absolute; left:0; top:11px;}
.login_mid .login_bottom li:first-child {margin-left:0; padding-left:0;}
.login_mid .login_bottom li:first-child::before {display:none;}
.login_mid .login_bottom li a {color:#666; font-size:15px; line-height:15px;}
.login_mid .login_bottom li a img {vertical-align:middle; margin-right:5px;}
.login_mid .login_bottom li label {color:#666; font-size:15px; line-height:15px;}
.login_mid .login_bottom li input[type="checkbox"] {vertical-align:-3px;}
.login_mid .login_bottom li .naver_login {display:inline-block; background: #00ce38; width: 200px; height: 35px; font-size: 14px; color: #fff; text-align: center; 
line-height: 35px; border-left: 1px solid #DDD; border-radius: 5px; vertical-align: middle;}
.login_mid .login_bottom li .naver_login img {vertical-align:-1px;}
.login_mid .login_img {width:100%; margin-top: 40px;}
.login_mid .login_img .img_wrap{position:relative; padding-bottom: 42.3%;}
.login_mid .login_img .img_wrap img{position:Absolute; left: 0; top: 0; right: 0; bottom: 0; margin: auto; width: auto; height: auto; max-width: 100%; max-height:100%;}

.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:1024px; min-width: 375px; margin:0 auto; overflow:hidden;}
.inner{width:100%; margin:0 auto; padding: 0 2.6%; }

#header{position: absolute;transition:.2s;width: 100%;left: 0;top: 0;line-height: 1;border-bottom: 0px solid rgba(255,255,255,.2);z-index: 5000;background: #fff;}
#header .inner{display: flex;height: 80px; justify-content: space-between;align-items:center;}
#header h1 a{display: block;transition:.2s;width: 185.5px;height: 45px;background:url(/images/main/main_logo01_pc.png)center no-repeat;background-size:cover ;}

#header .right_box{display: flex;gap:30px;align-items:center;}
#header .right_box .lang{display: none;position: relative;}
#header .right_box .lang button{position: relative;transition:.2s;padding: 0 36px 0 5px;font-size: 15px;font-weight: 600;color: #fff;}
#header .right_box .lang button:after{content:'';transition:.2s;position: absolute;right: 10px;top: 50%;transform:translateY(-50%);width: 6px;height: 5px;background:url(/images/main/main_h_ico02_pc.png)center no-repeat;background-size:cover ;}
#header .right_box .lang ul{display: none;position: absolute;top: 110%;left: 0;width: 100%;padding: 10px 0;background: rgba(0,0,0,.6);}
#header .right_box .lang ul li:nth-child(1){margin-bottom: 10px;}
#header .right_box .lang ul li a{display: block;font-size: 15px;text-align: center;color: #fff;}

#header .right_box .btn_box button{width: 30px;transition:.2s;height: 18px;background:url(/images/main/main_btn01_pc.png)center no-repeat;background-size:cover ;}
#header .right_box .btn_box .pc_btn{display: none;}
#header .right_box .btn_box .tab_btn{display: block;}

#header.on02{background: #f5f5f5;}
#header.on02 h1 a{background:url(/images/main/main_logo01_pc.png)center no-repeat;background-size:cover ;}
#header.on .right_box .lang button{color: #222;}
#header.on .right_box .lang button:after{background:url(/images/main/main_h_ico01_pc.png)center no-repeat;background-size:cover ;}
#header.on02 .right_box .btn_box button{width: 18px;height: 18px;background:url(/images/main/main_btn02_tab.png)center no-repeat;background-size:cover ;}
#header.on .gnb li span a{color: #222;}

/* gnb */
.gnb{position: absolute;display: none;top: 0;left: 50%;transform:translateX(-50%);}
.gnb li{position: relative;}
.gnb li span a{position: relative;transition:.3s;display: block;transition:.2s;height: 100%;padding: 0 28px;text-align: center;line-height: 100px;font-size: 16px; color: #fff; font-weight: 400;transition:.2s;}
.gnb li span a:after{content:'';position: absolute;bottom: 0px;left: 50%;width: 50px;height: 2px;background: #0068b7;z-index: 1000;transform:translateX(-50%);opacity: 0;transition:.3s;}
.gnb li:hover span a:after{opacity: 1;}
.gnb .lnb_sub{display: none;position: absolute;z-index: 100;left: 50%; transform: translateX(-50%); top: 100%;border-top: 1px solid #ddd;}
.gnb .lnb_sub .sub_menu{position: relative;background: #fff;width: 180px;padding: 20px 0;}
.gnb .lnb_sub li{margin-bottom: 20px;}
.gnb .lnb_sub li:last-child{margin-bottom: 0;}
.gnb .lnb_sub li a{display: block;font-size: 16px; color: #555;transition:.3s;line-height: 1;text-align: center;}


/* all_menu */
.gnb_wrap{display: none;position: absolute;width: 100%;left: 0;top: 0;line-height: 1;height: 100vh;background:url(/images/main/main_a_bg01_pc.png)bottom right no-repeat #f5f5f5;z-index: 6000;}
.gnb_wrap .all_box{padding-top: 200px;}
.gnb_wrap .all_box .inner{display: flex; justify-content: space-between;}
.gnb_wrap .all_box h2{font-size: 35px;font-weight: 600;color: #222;padding-top: 20px;}
.gnb_wrap .all_box .all_menu{display: flex;flex-wrap:wrap;width: 1125px;gap:60px 0;}
.gnb_wrap .all_box .all_menu > li{width: calc((100% )/3);border-left: 1px solid #ddd;height: 300px;padding: 20px 0 0 50px;}
.gnb_wrap .all_box .all_menu > li:nth-child(3n){border-right: 1px solid #ddd;}
.gnb_wrap .all_box .all_menu > li h3{margin-bottom: 35px;}
.gnb_wrap .all_box .all_menu > li h3 a{font-size: 35px;font-weight: 600;color: #222;}
.gnb_wrap .all_box .all_menu > li ul li:not(:last-child){margin-bottom: 17px;}
.gnb_wrap .all_box .all_menu > li ul li a{font-size: 19px;color: #777;}



/* navigation */
.navigation{position:absolute;display:none;padding: 50px 0 225px;min-height: 860px;top: 80px;z-index:7000;width:100%;background:url(/images/main/main_a_bg01_tab.png)bottom right no-repeat #f5f5f5;background-size:327px auto;right: 0px;}
.navigation h3{margin-top: 40px;}
.navigation h3 a{display: block;line-height: 1;font-size: 30px;font-weight: 600;color: #222;text-align: center;}
.navigation ul{margin-top: 25px;}
.navigation ul li:not(:last-child){margin-bottom: 25px;}
.navigation ul li a{display: block;line-height: 1;font-size: 16px;color: #777;text-align: center;}
.navigation .lang_box{display: flex;margin-top: 80px;align-items:center;justify-content: center;gap:20px;}
.navigation .lang_box a{position: relative;font-size: 15px;color: #888;}
.navigation .lang_box a:nth-child(1):after{content:'';position: absolute;right: -11px;top: 50%;transform:translateY(-50%);width: 1px;height: 11px;background: #cccccc;}

#visual_wrap{position: relative;line-height: 1;}
#visual_wrap ul li{position: relative;}
#visual_wrap ul li .txt{position: absolute;left: 0;width: 100%;top: 50%;transform:translateY(-50%);color: #fff;text-align: center;}
#visual_wrap ul li .txt p{font-size: 39px;font-weight: 600;line-height: 55px;margin-bottom: 45px;}
#visual_wrap ul li .txt p:after{content:'';position: absolute;left: 50%;transform:translateX(-50%);width: 60px;height: 2px;background: #fff;bottom: -19px;}
#visual_wrap ul li .txt span{display: block;font-size: 15px;font-weight: 500;}
#visual_wrap .visual_items{display: flex;position: absolute;gap:50px;bottom: 40px;left: 2.6%;z-index: 1000;align-items:center;}
#visual_wrap .visual_items .pagination{display: flex;gap:10px;}
#visual_wrap .visual_items .pagination img{width: 30px;}
#visual_wrap .visual_items .visual_num{display: flex;gap:10px;align-items:center;}
#visual_wrap .visual_items .visual_num .current{font-size: 15px;font-weight: 600;color: #fff;}
#visual_wrap .visual_items .visual_num em{display: block;width: 14px;height: 2px;background: #fff;opacity: .5;}
#visual_wrap .visual_items .visual_num .total{font-size: 15px;color: #fff;opacity: .5;}


/* 공통 */
h2.main_tit01{font-size: 40px;font-weight: 700;color: #222;}
h2.main_tit01 span{color: #0068b7;}


#section01{line-height: 1;padding: 100px 0;background:url(/images/main/main_bg01_tab.jpg)bottom right no-repeat;background-size:cover ;}
#section01 .tit_box {margin-bottom: 60px;}
#section01 .tit_box h2{text-align: center;margin-bottom: 40px;}
#section01 .tit_box p{font-size: 18px;color: #222;opacity: .6;text-align: center;}
#section01 ul{display: flex;}
#section01 ul.pc_list{display: none;}
#section01 ul.tab_list{display: flex;}
#section01 ul li{position: relative;overflow:hidden;}
#section01 ul li img{transition:.5s;width: 100%;}
#section01 ul li:hover > img{transform:scale(1);}
#section01 ul li .box{position: absolute;left: 0;top: 0;display: flex;width: 100%;height: 100%;align-items:center;justify-content: center;flex-direction: column;}
#section01 ul li .box .ico_box{margin-bottom: 25px;}
#section01 ul li:nth-child(1) .box .ico_box img{width: 33px;}
#section01 ul li:nth-child(2) .box .ico_box img{width: 43.5px;}
#section01 ul li:nth-child(3) .box .ico_box img{width: 37.5px;}
#section01 ul li .box p{font-size: 20px;font-weight: 600;color: #fff;margin-bottom: 12px;text-align: center;}
#section01 ul li .box span{font-size: 15px;color: #fff;opacity: .6;}
#section01 ul li .box a{display: none;height: 0;transition:.5s;overflow:hidden;margin: 0;width: 150px;line-height: 38px;text-align: center;font-size: 13px;color: #fff;opacity: .6;}
#section01 ul li:hover .box a{height: 0px;margin-top:28px;border: 0px solid #fff;}



#section02{line-height: 1;padding: 100px 0;background:url(/images/main/main_bg02_tab.jpg)left center no-repeat;background-size:473px 100%;}
#section02 .inner{display: flex; justify-content: space-between;align-items:center;}
#section02 .con01 h2{line-height: 50px;margin-bottom: 25px;}
#section02 .con01 p{font-size: 18px;line-height: 28px;color: #999;}
#section02 .con01 p span{display: block;}

#section02 .con02{width: calc(100% - 260px);overflow-X:scroll;}
#section02 .con02::-webkit-scrollbar{display:none;}
#section02 .con02 ul{display: flex;gap:10px;width: max-content;}
#section02 .con02 ul li{width: 280px;}
#section02 .con02 ul li a{position: relative;}
#section02 .con02 ul li a .img_box{position:relative; width:100%; padding-bottom:150%;}
#section02 .con02 ul li a .img_box img{position:absolute;left:0; right:0;  top:0; bottom:0; margin:auto; width:auto; height:auto; max-width:100%; max-height:100%}
#section02 .con02 ul li a p{position: absolute;bottom: 30px;left: 30px;font-size: 24px;color: #fff;font-weight: 700;}
#section02 .con02 ul li a .more_box{display: none;position: absolute;transition:.4s;opacity: 0;width: 100%;height: 100%;top: 0;left: 0;gap:20px;align-items:center;justify-content: center;flex-direction: column;background: rgba(0,104,183,.7);}
#section02 .con02 ul li a:hover .more_box{opacity: 0;}
#section02 .con02 ul li a .more_box span{font-size: 18px;font-weight: 600;color: #fff;}


#section03{line-height: 1;height:450px;padding-top: 65px;color: #fff;background:url(/images/main/main_bg03_tab.jpg)center no-repeat;background-size:cover ;}
#section03 strong{display: block;font-size: 40px;line-height: 49px;font-weight: 400;margin-bottom: 25px;}
#section03 strong em{font-weight: 600;}
#section03 p{font-size: 18px;line-height: 27px;margin-bottom: 40px;}
#section03 p em{display: block;}
#section03 a{display: flex;gap:10px;width: 270px;height: 50px;background: #0068b7;align-items:center;justify-content: center;}
#section03 a span{font-size: 15px;color: #fff;}
#section03 a img{width: 13px;}


#section04{line-height: 1;padding: 100px 0;background:url(/images/main/main_bg04_tab.png)bottom center no-repeat;background-size:auto 430px;}
#section04 .con01{display: block;margin-bottom: 60px; justify-content: space-between;}
#section04 .con01 p{font-size: 18px;color: #999;margin-top: 40px;line-height: 1.3;text-align: left;}
#section04 .con01 p br{display: none;}

#section04 .con02 ul{display: block;gap:60px;}
#section04 .con02 ul li{display: flex;width:100%;box-shadow: 3px 3px 40px 0px rgba(3,72,167,.09);height: 210px;margin-bottom: 15px;background: #fff;align-items:center;}
#section04 .con02 ul li:last-child{margin-bottom: 0;}
#section04 .con02 ul li .img_wrap{width: 300px;}
#section04 .con02 ul li .img_box{position:relative; width:100%; padding-bottom:70%;}
#section04 .con02 ul li .img_box img{position:absolute;left:0; right:0;  top:0; bottom:0; margin:auto; width:auto; height:auto; max-width:100%; max-height:100%}
#section04 .con02 ul li .txt{width: calc(100% - 300px);height: auto;background: #fff;padding: 0 70px 0 70px;transition:.4s;}
#section04 .con02 ul li .txt strong{display: block;font-size: 20px;color: #222;transition:.4s;font-weight: 600;margin-bottom: 10px;text-align: left;}
#section04 .con02 ul li .txt p{color: #999;font-size: 14px;line-height: 23px;transition:.4s;margin-bottom: 15px;text-align: left;overflow: hidden; text-overflow: ellipsis;display: -webkit-box; -webkit-line-clamp: 2;-webkit-box-orient: vertical;}
#section04 .con02 ul li .txt a{display: block;margin: 0;width: 90px;transition:.4s;height: 35px;line-height: 332023-10-12px;text-align: center;font-size: 12px;color: #0068b7;border: 1px solid #0068b7;}


#section04 .con02 ul li:hover .txt{background: #fff;}
#section04 .con02 ul li:hover .txt strong{color: #222;}
#section04 .con02 ul li:hover .txt p{color: #999;}
#section04 .con02 ul li:hover .txt a{border: 1px solid #0068b7;background: #fff;}


#section05{line-height: 1;padding: 45px 0;}
#section05 ul{display: flex;}
#section05 ul li{flex:1;border-right: 1px solid rgba(0,0,0,.10);}
#section05 ul li:last-child{border-right: 0;}
#section05 ul li a{display: flex;height: 185px;align-items:center;justify-content: center;flex-direction: column;}
#section05 ul li:nth-child(1) a .ico_box{margin-bottom: 23px;}
#section05 ul li:nth-child(2) a .ico_box{margin-bottom: 30px;}
#section05 ul li:nth-child(3) a .ico_box{margin-bottom: 20px;}
#section05 ul li:nth-child(1) a .ico_box img{width: 62px;}
#section05 ul li:nth-child(2) a .ico_box img{width: 83px;}
#section05 ul li:nth-child(3) a .ico_box img{width: 89px;}
#section05 ul li a p{position: relative;padding-right: 50px;transition:.4s;font-size: 20px;color: #999;font-weight: 600;}
#section05 ul li a p:after{content:'';position: absolute;transition:.4s;right: 0;top: 50%;transform:translateY(-50%);width: 35px;height: 35px;background:url(/images/main/main_ico10_pc.png)center no-repeat;background-size:cover ;}
#section05 ul li:hover a p{color: #999;}
#section05 ul li:hover a p:after{background:url(/images/main/main_ico10_pc.png)center no-repeat;background-size:cover ;}

/* quick_menu */
.quick_menu {position: fixed; right:1.6%; bottom:20px; z-index: 2000;}
.quick_menu li{text-align: center;  margin-bottom: 5px;}
.quick_menu li a {display:flex;gap:5px;width: 55px;height: 55px;border-radius:50%;background: #fff; align-items:center;justify-content: center;flex-direction: column; box-shadow: 0 5px 10px 0 rgba(53, 53, 55, .2);}
.quick_menu li a.quick01{border: 1px solid rgba(255,255,255,.3); width: 80px; height: 80px; border-radius:10px; background:#0068b7 url('/e_images/main/quick_bg.png') no-repeat right bottom;}
.quick_menu li p {font-size: 13px;color: #fff;line-height: 16px;}
.quick_menu li p img {width: 18px;}
.quick_menu li span{font-size: 17px; font-weight: 500; color: #fff; line-height: 1.3; padding-top: 0;}

#footer{line-height: 1;padding: 40px 0 40px;background: #0068b7;color: #fff;}
#footer .inner{display: flex;gap:50px;}
#footer .left a img{width: 186px;}
#footer .right{width:calc(100% - 235px);padding-top:13px;}
#footer .right ul{display: flex;gap:30px;padding-bottom: 18px;margin-bottom: 18px;border-bottom: 1px solid rgba(255,255,255,.3);}
#footer .right ul li{position: relative;}
#footer .right ul li:nth-child(1):after{content:'';position: absolute;right: -15px;top: 50%;width: 1px;height: 11px;background: #fff;opacity: .3;transform:translateY(-50%);}
#footer .right ul li a{font-size: 13px;color: #fff;}
#footer .right address{font-size: 13px;color: rgba(255,255,255,.6);line-height: 22px;margin-bottom: 15px;}
#footer .right address em{color: #fff;}
#footer .right address span{display: inline-block;width: 1px;height: 11px;background: #fff;opacity: .6;margin: 0 10px;}
#footer .right address span:nth-child(3){display: none;}
#footer .right address span:nth-child(5){display: none;}
/* #footer .right address span:nth-child(7){display: none;} */
#footer .right address b{display: block;}
#footer .right address br{display: none;}
#footer .right .copy{font-size: 13px;opacity: .4;}

/* sub */
#sub_visual_wrap { position:relative;}
#sub_visual_wrap .txt_wrap { position:absolute; left:0; right:0; top:50%; transform:translateY(-50%); text-align:center; line-height:1;}
#sub_visual_wrap .txt_wrap h2 { margin-bottom:30px; font-size:45px; color:#fff; font-weight:600;}
#sub_visual_wrap .txt_wrap .sub_list { display: flex;align-items:center;justify-content: center;gap:33px}
#sub_visual_wrap .txt_wrap .sub_list img{width:15px;}
#sub_visual_wrap .txt_wrap .sub_list li { position:relative;font-size:16px; color:#fff; font-weight:300;}
#sub_visual_wrap .txt_wrap .sub_list li::before { content:''; position:absolute; right:-18px; top:50%; width:3px; height:3px;border-radius:50%;background: #fff;transform:translateY(-50%);}
#sub_visual_wrap .txt_wrap .sub_list li:last-child::before{display: none;}

#sub_contents.inner_none .inner {width: 100%;}

/* tab_menu */
.tab_menu {position: relative;display: block; width:100%; height:61px;left: 0;bottom: 0px;background: linear-gradient( to right, transparent 80%, #fff 20%);}
.tab_menu .inner{position:relative; display: flex; height:60px;background:#fff;padding: 0;border-bottom:1px solid #ddd;}
.tab_menu .on .arrow02{background: url(/images/sub/sub_ico05_pc.png)center no-repeat;}
.tab_menu .home{display: block;width: 60px; height: 60px; background: url(/images/sub/sub_ico02_pc.png)center no-repeat #0068b7;}
.tab_menu .menu {display: flex;width: calc(100% - 60px); height:100%;}
.tab_menu .menu > li{position:relative; min-width:auto;flex:1; height:100%; background:url("/images/sub/sub_ico04_pc.png") center right 20px no-repeat; background-size:10px auto;}
.tab_menu .menu > li:after{content:'';position: absolute;right: 0px;top: 50%;width: 1px ;height: 40px;background: #ddd;transform:translateY(-50%);}
.tab_menu .menu > li:last-child:after{display: none;}
.tab_menu .menu > li.on {background:url("/images/sub/sub_ico03_pc.png") center right 20px no-repeat; background-size:10px auto;}
.tab_menu .menu > li > a {display:flex; align-items:center;padding: 0 20px 0 20px; width:100%; height:100%;line-height: 1.2; font-size: 16px; color:#222; font-weight: 500; text-indent:0;}
.tab_menu .menu > li ul {display:none; position:absolute;width:100%; top:100%; left:0; background-color:#f7f7f7;z-index:2000;padding: 20px 0;}
.tab_menu .menu > li ul li{margin-bottom: 22px;}
.tab_menu .menu > li ul li:last-child{margin-bottom: 0px;}
.tab_menu .menu > li ul li a {display:block;height: auto;font-size:15px; color:#222; line-height:1.2; font-weight: 500;padding:0 20px;}


#sub_contents{padding: 80px 0 120px;}
#sub_contents .contop h2{font-weight: 700;font-size: 40px;line-height: 1;margin: 0 0 40px 0;text-align: center;color: #333;}

.depth03{display: none;gap:20px;margin-bottom: 50px;justify-content: center;}
.depth03 h3 a{display: block;width: 200px;height: 60px;border-radius: 60px;background: #f1f1f1;font-size: 18px;color: #666;font-weight: 500;text-align: center;line-height: 59px;}
.depth03 h3.on a{border: 1px solid #0068b7;color: #0068b7;background: #fff;}


.depth03_wrap{display: block; position:relative; z-index:1000;margin-bottom: 40px;}
.depth03_wrap .depth03_tab{position:relative; width:100%; height: 45px;}
.depth03_wrap .depth03_tab em{display:flex; align-items:center; justify-content:center; width:100%; height: 100%; font-size:16px; color:#333; line-height:1.2; border:1px solid #ddd;
background: url(/images/sub/sub_ico04_tab.png)center right 16px no-repeat #fff; background-size: 12px auto;font-weight: 500;}
.depth03_wrap .depth03_tab ul{position:absolute; display: none; padding:20px 0; width: 100%; border: 1px solid #ddd; border-top:none; background-color: #fff;}
.depth03_wrap .depth03_tab ul li ~ li { margin-top:20px;}
.depth03_wrap .depth03_tab ul li a{display: block; font-size: 15px; line-height: 1; color:#333; text-align:center;font-weight: 400;}
.depth03_wrap .depth03_tab.on em{background-image: url(/images/sub/sub_ico03_tab.png);}



/* 공통 */
a.sub_btn01{display: flex;gap:10px;width: 172px;height: 40px;background: #03c75a;align-items:center;justify-content: center;}
a.sub_btn01 span{font-size: 14px;color: #fff;}
a.sub_btn01 img{width: 13px;}

h3.sub_tit01{position: relative;padding-left: 37px;font-size: 26px;font-weight: 600;color: #222;margin-bottom: 40px;}
h3.sub_tit01:after{content:'';position: absolute;left: 0;top: 50%;transform:translateY(-50%);width: 23px;height: 17px;background:url(/images/sub/sub0101_ico01_pc.png)center no-repeat;background-size:cover ;}

/* sub0101 */
.sub0101_wrap{line-height: 1;}
.sub0101_wrap .con01{margin-bottom: 80px;}
.sub0101_wrap .con01 p{font-size: 40px;font-weight: 700;color: #ccc;margin-bottom: 30px;text-align: center;}
.sub0101_wrap .con01 p em{color: #0068b7;font-weight: 700;}
.sub0101_wrap .con01 span{display: block;font-size: 20px;color: #555;text-align: center;}

.sub0101_wrap .con02{padding: 80px 0;background: #f9fafb;margin-bottom: 80px;}
.sub0101_wrap .con02 .box01{margin-bottom: 80px;}
.sub0101_wrap .con02 .box01 .img_box{display: flex;justify-content: center;}
.sub0101_wrap .con02 .box01 .img_box img{width: 718px;}
.sub0101_wrap .con02 .box02 ul{display: block;gap:30px;}
.sub0101_wrap .con02 .box02 ul li{width:100%;background: #fff;margin-bottom: 20px;}
.sub0101_wrap .con02 .box02 ul li:last-child{margin-bottom: 0;}
.sub0101_wrap .con02 .box02 ul li .img_box{position:relative; width:100%; padding-bottom:34.341%;}
.sub0101_wrap .con02 .box02 ul li .img_box img{position:absolute;left:0; right:0;  top:0; bottom:0; margin:auto; width:auto; height:auto; max-width:100%; max-height:100%}
.sub0101_wrap .con02 .box02 ul li .txt{height: 123px;border: 1px solid #ddd;border-top: 0;padding-top: 25px;text-align: center;}
.sub0101_wrap .con02 .box02 ul li .txt strong{display: block;font-size: 19px;font-weight: 600;color: #222;margin-bottom: 15px;}
.sub0101_wrap .con02 .box02 ul li .txt p{font-size: 14px;color: #555;line-height: 23px;}
.sub0101_wrap .con02 .box02 ul li .txt p br{display: none;}
.sub0101_wrap .con02 .box02 ul li .txt p b{display: block;}

.sub0101_wrap .con03 .txt01{display: flex;gap:20px;height: 107px;margin-bottom: 55px;border-radius: 20px;box-shadow: 0px 0px 25px 0px rgba(0,104,183,.12);align-items:center;justify-content: center;}
.sub0101_wrap .con03 .txt01 span{font-size: 23px;color: #555;font-weight: 600;}
.sub0101_wrap .con03 .txt01 p{font-size: 35px;font-weight: 700;color: #0068b7;}
.sub0101_wrap .con03 ul{display: flex;gap:60px 40px;flex-wrap:wrap;}
.sub0101_wrap .con03 ul li{display: flex;width: calc((100% - 40px)/2);align-items:center;justify-content: center;flex-direction: column;}
.sub0101_wrap .con03 ul li .ico_box{margin-bottom: 19px;}
.sub0101_wrap .con03 ul li .ico_box img{width: 110px;}
.sub0101_wrap .con03 ul li strong{display: block;font-size: 20px;font-weight: 700;color: #0068b7;padding-bottom: 20px;margin-bottom: 20px;width: 100%;text-align: center;border-bottom: 2px solid #0068b7;}
.sub0101_wrap .con03 ul li p{font-size: 16px;font-weight: 600;color: #222;margin-bottom: 15px;}
.sub0101_wrap .con03 ul li span{display: block;font-size: 14px;color: #555;line-height: 23px;text-align: center;}

/* sub0102 */
.sub0102_wrap .img{text-align: right;}
.sub0102_wrap .img img.pc_img{display: none;}
.sub0102_wrap .img img.tab_img{width: calc(100% - 20px); display: inline-block;}
.sub0102_wrap .txt > strong{display: block; font-size:50px; font-weight: 600; color: #999; margin-top: 60px;}
.sub0102_wrap .txt > span{font-size: 23px; color: #0068b7; display: block; margin:35px 0;}
.sub0102_wrap .txt > span em{font-weight: 600;}
.sub0102_wrap .txt > p{font-size: 16px; color: #222; margin-bottom: 15px;}
.sub0102_wrap .name{text-align: right; font-size: 22px; color: #222; margin-top: 40px;} 

/* sub0103 */
.sub0103_wrap {}
.sub0103_wrap .history_wrap {position: relative; width: 100%; 
background: url(/images/sub/sub0103_bg02.png), url(/images/sub/sub0103_bg03.png), url(/images/sub/sub0103_bg06.png), url(/images/sub/sub0103_bg05.png), url(/images/sub/sub0103_bg07.png), url(/images/sub/sub0103_bg08.png); 
background-repeat: no-repeat; background-position: 13% 2%, 94% 12%, 15% 36%, 88% 52%, 15% 79%, 93% 92%; background-size: 30%, 30%, 20%, 30%, 30%, 30%;}
.sub0103_wrap .history_wrap p.line {position: absolute; content: ''; width: 1px; height: 100%; top: auto; left: 50%; z-index: -1; background: #ddd;}
.sub0103_wrap .history_wrap .history01 {}
.sub0103_wrap .history_wrap .right {margin-left: 50%; margin-bottom: 60px;}
.sub0103_wrap .history_wrap .right:last-child {margin-bottom: 0;}
.sub0103_wrap .history_wrap .left {margin-right: 50%; margin-bottom: 60px; text-align: right;}
.sub0103_wrap .history_wrap .left:last-child {margin-bottom: 0;}
.sub0103_wrap .history_wrap h5.year {font-size: 24px; color: #0068b7; font-weight: 800; position: relative; padding-left: 30px; margin-bottom: 20px;}
.sub0103_wrap .history_wrap h5.year:before {top: 9px; left: -9px;}
.sub0103_wrap .history_wrap .left h5.year {padding-left: 0; padding-right: 30px;}
.sub0103_wrap .history_wrap .left h5.year:before {left: auto; right: -11px;}
.sub0103_wrap .history_wrap ul.his_li01 {padding-left: 30px;}
.sub0103_wrap .history_wrap .left ul.his_li01 {padding-left: 0; padding-right: 30px;}
.sub0103_wrap .history_wrap ul.his_li01 li {margin-bottom: 20px;}
.sub0103_wrap .history_wrap ul.his_li01 li:last-child {margin-bottom: 0;}
.sub0103_wrap .history_wrap ul.his_li01 li span.month {font-size: 16px; color: #333; font-weight: 600;margin-top: -2px;}
.sub0103_wrap .history_wrap .left ul.his_li01 li span.month {float: right;}
.sub0103_wrap .history_wrap ul.his_li01 li ul.his_li02 {width: calc(100% - 10px); margin-bottom: 20px;}
.sub0103_wrap .history_wrap ul.his_li01 li ul.his_li02:last-child {margin-bottom: 0;}
.sub0103_wrap .history_wrap ul.his_li01 li ul.his_li02 li {margin-bottom: 5px;}
.sub0103_wrap .history_wrap ul.his_li01 li ul.his_li02 li.his_txt {font-size: 14px; color: #555; padding-left: 30px;}
.sub0103_wrap .history_wrap .left ul.his_li01 li ul.his_li02 li.his_txt {padding-left: 0; padding-right: 30px;}
.sub0103_wrap .history_wrap ul.his_li01 li ul.his_li02 li:last-child {margin-bottom: 0;}
.sub0103_wrap .history_wrap ul.his_li01 li ul.his_li03 li.his_img {display: flex; flex-wrap:wrap; gap: 10px; padding-left: 30px;}

.sub0103_wrap .history_wrap ul.his_li01 li ul.his_li04 {width: calc(100% - 10px); margin-bottom: 20px;}
.sub0103_wrap .history_wrap ul.his_li01 li ul.his_li04:last-child {margin-bottom: 0;}
.sub0103_wrap .history_wrap ul.his_li01 li ul.his_li04 li {margin-bottom: 5px;}
.sub0103_wrap .history_wrap ul.his_li01 li ul.his_li04 li.his_txt {font-size: 14px; color: #555; padding-left: 30px;}
.sub0103_wrap .history_wrap ul.his_li01 li ul.his_li04 li:last-child {margin-bottom: 0;}
.sub0103_wrap .history_wrap ul.his_li01 li ul.his_li04 li.his_txt {font-size: 14px; color: #555; padding-left: 10px;}

/* sub0104 */
.sub0104_wrap iframe{width: 100%; height: 350px;}
.sub0104_wrap .map_txt{border-top: 2px solid #0068b7; font-size: 16px; color: #555; margin-top: 30px;}
.sub0104_wrap .map_txt img{vertical-align: middle; margin-right: 10px;}
.sub0104_wrap .map_txt p{border-bottom: 1px solid #ddd; padding: 25px;}
.sub0104_wrap .map_txt span{color: #222; font-weight: 500; display: inline-block; margin-right: 20px;}
.sub0104_wrap .map_txt ul{display: flex; border-bottom: 1px solid #ddd; flex-wrap:wrap;}
.sub0104_wrap .map_txt ul li{padding: 25px; width: 50%; border-bottom: 1px solid #ddd;}
.sub0104_wrap .map_txt ul li:last-child{border-bottom: 0;}

/* sub02 */
.sub02_wrap .txt{text-align: center; margin-bottom: 40px;}
.sub02_wrap .txt p{font-size: 24px; color: #0068b7; font-weight: 600; margin-bottom: 10px; line-height: 1.3;}
.sub02_wrap .txt span{font-size: 15px; color: #555;}
.sub02_wrap .txt span i {display: none;}
.sub02_wrap .box_wrap{display: flex; gap:30px; flex-wrap:wrap;}	
.sub02_wrap .box_wrap .box{border: 1px solid #ddd; border-radius:20px ;  width: calc(33.33% - 30px); text-align: center; padding: 30px; position: relative;}	
.sub02_wrap .box_wrap .box:before{position: absolute; content: ''; background: url('/images/sub/sub02_arrow.png') no-repeat; width: 11px; height: 14px; right: -21px; top: 50%; transform:translateY(-50%);}
.sub02_wrap .box_wrap .box p{font-size: 18px; color: #222; font-weight:600; margin-top: 15px;}
.sub02_wrap .box_wrap .box img{width: 120px;}

/* sub0202 */
ul.sub0202_list{display: flex; flex-wrap:wrap;gap:20px; line-height: 1;}
ul.sub0202_list li{position: relative;width: calc((100% - 40px) / 3);}
ul.sub0202_list li .img_box{position: relative;}
ul.sub0202_list li .img_wrap{position:relative; width:100%; padding-bottom:72.052%;}
ul.sub0202_list 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%;}
ul.sub0202_list .txt01{position: absolute; left: 0; bottom: 0; width: 100%;height: 25px; background: rgba(0,104,183,.7); }
ul.sub0202_list .txt01 p{line-height: 26px; color: #fff;text-align: center;font-size: 12px;}
ul.sub0202_list em{position: absolute; top: 10px; left: 10px; display: block; height: 20px; line-height: 21px; font-size: 11px;padding: 0px 10px; background: #222; text-align: center; border-radius:50px;font-weight: 500;}
ul.sub0202_list em.tag01{color: #fff;}
ul.sub0202_list em.tag02{color: #fffd71;}
ul.sub0202_list em.tag03{color: #92f9ff;}
ul.sub0202_list .txt_wrap{position: relative;height: 130px;border-top: 1px solid #ddd; border-bottom: 1px solid #ddd ;margin-top: 10px;}
ul.sub0202_list .txt_wrap p{position: absolute; top: 50%; left: 50%; transform:translate(-50%,-50%);font-size: 13px; color: #555;text-align: center; line-height: 19px;width: 100%;word-break: keep-all;}
ul.sub0202_list .txt_wrap p i{display: inline;}
ul.sub0202_list .txt_wrap p b{display: block;}

/* sub0203 */
.sub0203_wrap{line-height: 1;}
.sub0203_wrap > ul{display: flex;gap:20px;flex-wrap:wrap;}
.sub0203_wrap > ul > li{display: block;width: calc((100% - 20px)/2);gap:80px;margin-bottom: 0px;height: auto;background:url(/images/sub/sub0203_bg01_pc.png)bottom right no-repeat #f7f8f9;background-size:0px auto;align-items:center;}
.sub0203_wrap > ul > li:last-child{margin-bottom: 0;}
.sub0203_wrap > ul > li .img_wrap{width: 100%;}
.sub0203_wrap > ul > li .img_wrap .img_box{position:relative; width:100%; padding-bottom:100%;border: 1px solid #ddd;}
.sub0203_wrap > ul > li .img_wrap .img_box img{position:absolute;left:0; right:0;  top:0; bottom:0; margin:auto; width:auto; height:auto; max-width:100%; max-height:100}
.sub0203_wrap > ul > li .txt_wrap{width: 100%;padding: 35px; word-break: keep-all;}
.sub0203_wrap > ul > li .txt_wrap strong{display: block;font-size: 23px;font-weight: 600;color: #333;margin-bottom: 15px;}
.sub0203_wrap > ul > li .txt_wrap p{font-size: 16px;color: #333;margin-bottom: 10px;line-height: 21px;}
.sub0203_wrap > ul > li .txt_wrap ul{margin-bottom: 15px;}
.sub0203_wrap > ul > li .txt_wrap ul li{position: relative;padding-left: 15px;margin-bottom: 10px;font-size: 14px;line-height: 20px;color: #555;}
.sub0203_wrap > ul > li .txt_wrap ul li:after{content:'';position: absolute;left: 0;top: 7px;width: 4px;height: 4px;border-radius: 50%;background: #0068b7;}
.sub0203_wrap > ul > li .txt_wrap ul li:last-child{margin-bottom: 0;}



/* sub0301 */
.sub0301_wrap{line-height: 1;}
.sub0301_wrap .box02 ul{display: flex;gap:30px;}
.sub0301_wrap .box02 ul li img{width: 100%;}
.sub0301_wrap h2.sub_tit01{font-size: 34px;font-weight: 700;text-align: center;color: #0068b7;margin-bottom: 50px;}
.sub0301_wrap .con01{margin-bottom: 60px;}
.sub0301_wrap .con01 ul{display: flex;gap:30px;}
.sub0301_wrap .con01 ul li{position: relative;width: calc((100% - 30px)/2);}
.sub0301_wrap .con01 ul li img{width: 100%;}
.sub0301_wrap .con01 ul li .txt{position: absolute;display: flex;gap:15px;width: 100%;left: 0;bottom: 0;height: 60px;background: rgba(0,104,183,.6);color: #fff;align-items:center;justify-content: center;}
.sub0301_wrap .con01 ul li .txt strong{font-size: 24px;}
.sub0301_wrap .con01 ul li .txt p{font-size: 16px;}

.sub0301_wrap .con02{padding: 50px 0;background: #f2f7fb;margin-bottom: 60px;}
.sub0301_wrap .con02 .box01{margin-bottom: 50px;}
.sub0301_wrap .con02 .box01 ul{display: flex;gap:80px;align-items:center;justify-content: center;}
.sub0301_wrap .con02 .box01 ul li{position: relative;display: flex;flex-direction: column;align-items:center;}
.sub0301_wrap .con02 .box01 ul li:after{content:'';position: absolute;right: -48px;top: 50%;transform:translateY(-50%);width: 2px;height: 60px;background: #ddd;}
.sub0301_wrap .con02 .box01 ul li p{font-size: 18px;color: #222;margin-bottom: 20px; text-align: center; line-height: 1.3;}
.sub0301_wrap .con02 .box01 ul li .txt{display: flex;gap:12px;align-items:flex-end;justify-content: center;}
.sub0301_wrap .con02 .box01 ul li .txt strong{font-size: 30px;color: #222;}
.sub0301_wrap .con02 .box01 ul li .txt span{position: relative;top: -4px;font-size: 15px;color: #555;}


.sub0301_wrap .con03 .box01 ul{display: flex;border-top: 2px solid #0068b7;margin-bottom: 50px;}
.sub0301_wrap .con03 .box01 ul li{flex:1;border-bottom: 1px solid #ddd;border-right: 1px solid #ddd;}
.sub0301_wrap .con03 .box01 ul li:last-child{border-right: 0;}
.sub0301_wrap .con03 .box01 ul li span{display: flex; align-items: center; justify-content: center; height: 50px;line-height: 1.5; padding: 0 5px; text-align: center;background: #f7f7f7;border-bottom: 1px solid #ddd;font-size: 15px;font-weight: 500;color: #222;}
.sub0301_wrap .con03 .box01 ul li p{display: flex;line-height: 25px;height: 180px;font-size: 13px;color: #222;font-weight: 500;text-align: center;align-items:center;justify-content: center;}


/* sub0302 */
/* .sub0302_wrap p{background: #f7f8fa; font-size: 16px; line-height: 2; color: #222; padding: 50px; text-align: center; font-weight: 500; margin-bottom: 50px;} 
.sub0302_wrap p br{display: none;}
.sub0302_wrap p span{color: #0068b7;}
.sub0302_wrap img{width: 100%;}
.sub0302_wrap .img_wrap01 {margin-bottom: 40px;} */
.sub0302_wrap{line-height: 1;}
.sub0302_wrap .con01{position: relative;margin-bottom: 65px; width: 100%;}
.sub0302_wrap .con01 .img_wrap{position:relative; width:100%; padding-bottom:54.945%;}
.sub0302_wrap .con01 .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%;}
.sub0302_wrap .con01 .txt_wrap{position: absolute; top: 0; left: 40px; background: rgba(255,255,255,.8);padding: 84px 25px 0; height: 100%;}
.sub0302_wrap .con01 .txt_wrap strong{display: block;margin-bottom: 20px;font-size: 28px; color: #0068b7; font-weight: 700;}
.sub0302_wrap .con01 .txt_wrap p{font-size: 16px; color: #222; line-height: 26px;}
.sub0302_wrap .con01 .txt_wrap p i{display: inline;}
.sub0302_wrap .con01 .txt_wrap p b{display: block;}
.sub0302_wrap .con01 .txt_wrap p:not(:last-child){margin-bottom: 25px;}
.sub0302_wrap .con02 img{width: 100%;}

/* sub0304 */
.sub0304_wrap{line-height: 1;}
.sub0304_wrap ul.dots_slide{position: relative; margin-bottom: 50px;}
.sub0304_wrap ul.dots_slide .slick-list{width: calc(100% + 40px); padding: 0px;}
.sub0304_wrap ul.dots_slide li{display: flex;flex-direction: column;align-items: center;justify-content: center;position: relative;width: 12.6vw; height: 12.6vw;border:5px solid #888; background: #f7f7f7; padding-top: 0px;margin-right: 38px;border-radius:50%;cursor:pointer;transition:.5s;}
.sub0304_wrap ul.dots_slide li span{display: block;font-size: 16px; color: #999; font-weight: 800;text-align: center; transition:.5s;}
.sub0304_wrap ul.dots_slide li em{position: absolute; top: 50%; right: -32px; transform:translateY(-50%);background: url(/images/sub/sub0304_arr.png)center no-repeat; width: 14px; height: 26px; background-size: cover;transition:.5s;}
.sub0304_wrap ul.dots_slide li p{font-size: 12px; color: #999; margin-top: 5px;font-weight: 600;text-align: center; transition:.5s; line-height: 1.2;}
.sub0304_wrap ul.dots_slide li p i{display: block;}
.sub0304_wrap ul.dots_slide li.slick-current{background: #fff;border:5px solid #0068b7; }
.sub0304_wrap ul.dots_slide li.slick-current span{color: #0068b7;}
.sub0304_wrap ul.dots_slide li.slick-current p{color: #222;}
.sub0304_wrap ul.dots_slide li.slick-current em{background: url(/images/sub/sub0304_arr_on.png)center no-repeat; background-size: cover;}
.sub0304_wrap ul.img_slide{}
.sub0304_wrap ul.img_slide .slick-list{width: calc(100% + 2px);}
.sub0304_wrap ul.img_slide li{display: flex;border: 1px solid #ddd;}
.sub0304_wrap ul.img_slide li .txt_wrap{position: relative;width: 50%;padding: 30px;}
.sub0304_wrap ul.img_slide li .txt_wrap::after{content:'';position: absolute;bottom: 5px; right: 20px; background: url(/images/sub/sub0304_bg01.png)center no-repeat; background-size: cover; width: 254px; height: 60px; z-index: -1;}
.sub0304_wrap ul.img_slide li .txt_wrap strong{display: block;font-size: 20px;color: #0068b7; font-weight: 700;}
.sub0304_wrap ul.img_slide li .txt_wrap p{font-size: 20px;color: #222; font-weight: 700;padding: 11px 0px 15px;}
.sub0304_wrap ul.img_slide li .txt_wrap span{display: block;font-size: 14px;color: #555; font-weight: 400; line-height: 21px;}
.sub0304_wrap ul.img_slide li .txt_wrap span i{display: block;}
.sub0304_wrap ul.img_slide li .img_box{width: 50%;}
.sub0304_wrap ul.img_slide li .img_wrap{position:relative; width:100%; padding-bottom:71.429%;}
.sub0304_wrap ul.img_slide 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%;}
@media screen and (max-width:938px) {
.sub0304_wrap ul.dots_slide li{margin-right: 34px;}
.sub0304_wrap ul.dots_slide li em{right: ;}
}

@media screen and (max-width:830px) {
.sub0304_wrap ul.dots_slide li{margin-right: 31px;}
.sub0304_wrap ul.dots_slide li em{right: -28px;}
}

/* sub0401 */
.sub0401_wrap .con {margin-top:80px;}
.sub0401_wrap .con:first-child {margin-top:0;}
.sub0401_wrap .bg {background:#f2f7fb;padding:80px 0 120px;margin-bottom:-120px;}
.sub0401_wrap .con .con_wrap {margin-top:160px;}
.sub0401_wrap .con .con_wrap:first-child {margin-top:0;}
.sub0401_wrap .con .con_top {position:relative;}
.sub0401_wrap .con .con_top p {position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);font-size:30px;color:#fff;font-weight:600;text-align:center;}
.sub0401_wrap .con .ul_box {display:flex;flex-direction:column;gap:40px;}
.sub0401_wrap .con .ul_box li {width:100%;background:rgba(0,104,183,0.1);border-radius:20px;padding:60px 40px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:40px;}
.sub0401_wrap .con .ul_box li .txt_wrap h6 {font-size:34px;color:#0068b7;text-align:center;}
.sub0401_wrap .con .ul_box li .txt_wrap p {font-size:18px;color:#222;margin-top:20px;text-align:center;}
.sub0401_wrap .con .img_box img {width:100%;}

/* sub0402 */
.sub0402_wrap{line-height: 1;}
.sub0402_wrap .tab-con ul{display: flex; flex-wrap:wrap;gap:20px;}
.sub0402_wrap .tab-con ul li{position: relative;width: calc((100% - 20px) / 2); height: 290px;padding: 25px;background: #f5faff;border:1px solid #0068b7;}
.sub0402_wrap .tab-con ul li p{font-size: 26px; font-weight: 300;color: #0068b7;}
.sub0402_wrap .tab-con ul li span{display: block; color: #555;font-size: 14px; line-height: 19px; padding-top: 18px;word-break: keep-all;}
.sub0402_wrap .tab-con ul li span i{display: block;}
.sub0402_wrap .tab-con ul li img{position: absolute; bottom: 25px; right: 25px;height: 20%;}

/* sub0503 */
.sub0503_wrap{line-height: 1;}
.sub0503_wrap .txt_box{position: relative;background: #f7f8fa; min-height: 154px; margin-bottom: 60px;}
.sub0503_wrap .txt_box p{position: absolute; top: 50%; left: 50%; transform:translate(-50%,-50%);width: 100%;font-size: 16px; line-height: 30px;color: #222;text-align: center;}
.sub0503_wrap .txt_box p span{color: #0068b7;}
.sub0503_wrap .txt_box p i{display: inline;}
.sub0503_wrap .txt_box p b{display: block;}
.sub0503_wrap .tbl_con{margin-bottom: 50px;}
.sub0503_wrap .tbl_con .tit{display: flex; justify-content:space-between;align-items: baseline;margin-bottom: 15px;}
.sub0503_wrap .tbl_con .tit h3{font-size: 25px; color: #222; font-weight: 700;}
.sub0503_wrap .tbl_con .tit p{font-size: 13px; color: #555;}
.sub0503_wrap .tbl_con .tit p em{color: #ff4200;}
table.tbl01{border-top: 2px solid #0068b7; width: 100%;}
table.tbl01 tr th{width: 20%; font-size: 16px; color: #222; font-weight: 500;border:1px solid #ddd;}
table.tbl01 tr th em{color: #ff4200;}
table.tbl01 tr td{width: 80%;padding: 15px 20px; border:1px solid #ddd;}
table.tbl01 tr td p{font-size: 15px; color: #222; font-weight: 500;}
table.tbl01 tr td input[type="text"]{width: 100%;height: 40px;border:1px solid #ddd;font-size: 14px; color: #555; padding-left: 15px;}
table.tbl01 tr td input[type="text"].input02{width: 100%;}
table.tbl01 tr td input[type="text"]::placeholder{font-size: 14px;color: #acacac;}
table.tbl01 tr td select{width: 147px;height: 40px; border:1px solid #ddd;font-size: 14px; color: #555; font-weight: 500;}
table.tbl01 tr td textarea{width: 100%; height: 80px; padding: 18px;border:1px solid #ddd; resize:none;}
table.tbl01 tr td textarea::placeholder{font-size: 14px;color: #acacac;}
table.tbl01 tr td textarea.textarea02{height: 150px;}
table.tbl01 tr td .radio_wrap{display: flex;gap:10px 30px;flex-wrap: wrap;}
table.tbl01 tr td .radio_wrap .input{display: flex;gap:10px; align-items:center;}
table.tbl01 tr td .radio_wrap .input label{font-size: 14px; color: #555; font-weight: 500;}
table.tbl01 tr td .add_wrap{display: flex;flex-wrap:wrap;gap:20px 10px;}
table.tbl01 tr td .add_wrap input[type="text"]:nth-of-type(1){width: calc(100% - 160px);}
table.tbl01 tr td .add_wrap input[type="text"]:nth-of-type(2){width: 100%;}
table.tbl01 tr td .add_wrap button{font-size: 14px; color: #fff; font-weight: 500; background: #555; width: 150px; height: 40px; border-radius:5px;}
table.tbl01 tr td .input_wrap{display: flex;gap:10px;flex-wrap: wrap;}
table.tbl01 tr td .input_wrap .input{display: flex;gap:10px; align-items:center;}
table.tbl01 tr td .input_wrap .input p{width: 90px; font-size: 14px; color: #555; font-weight: 500;}
table.tbl01 tr td .input_wrap .input p:nth-of-type(2){width: auto;}
table.tbl01 tr td .input_wrap .input input[type="text"]{width: 170px;}
table.tbl01 tr td .input_wrap .input:nth-child(3) input[type="text"]{width: 130px;}
table.tbl01 tr td .input_wrap02{display: flex; flex-wrap:wrap; gap:20px 30px;}
table.tbl01 tr td .input_wrap02 p{width: 150px;font-size: 14px; color: #555; font-weight: 500;}
table.tbl01 tr td .input_wrap02 .input{display: flex;align-items: center;width: calc((100% - 30px) / 2);}
table.tbl01 tr td .input_wrap02 .input input[type="text"]{width: calc(100% - 80px);}
table.tbl01 tr td .chk_wrap{position: relative;}
table.tbl01 tr td .chk_wrap input[type="text"]{width: 200px;}
table.tbl01 tr td .chk_wrap span{display: inline-block; padding-left: 22px;position: absolute; top: 78%; right: 0; transform:translateY(-50%);font-size: 14px; color: #555;}
table.tbl01 tr td .chk_wrap span::before{content:'';position: absolute;left: 0;top: 50%;transform: translateY(-50%);display: block; background: url(/images/sub/chk_icon.png)center no-repeat; width: 13px; height: 12px; background-size: cover;}
table.tbl01 tr td .chk_wrap .input:nth-child(5){width: 100%;}

.sub0503_wrap .con .txt{border:1px solid #ddd; padding: 20px; max-height:200px; overflow-y: scroll;}
.sub0503_wrap .con .txt p{font-size: 16px; color: #222; font-weight: 700;margin-bottom: 20px;}
.sub0503_wrap .con .txt span{font-size: 12px; color: #555; line-height: 22px;}
.sub0503_wrap .con .txt span i{display: block;}
.sub0503_wrap .con .radio_box{display: flex; align-items:center; justify-content:space-between;margin: 10px 0px 20px; padding: 15px 20px;background: #f7f8fa;}
.sub0503_wrap .con .radio_box p{color: #222;font-size: 14px; font-weight: 500;}
.sub0503_wrap .con .radio_box input{vertical-align: text-top;}
.sub0503_wrap .con .radio_box input:nth-of-type(2){margin-left: 35px;}
.sub0503_wrap .con .radio_box label{font-size: 14px; color: #555; font-weight: 500;margin-left: 10px;}
.sub0503_wrap .con span{display: block;font-size: 13px; color: #555; font-weight: 500;}
.sub0503_wrap .con button{display: block;margin: 40px auto 0; width: 200px; height: 50px; background: #222; color: #fff; font-size: 15px; font-weight: 700;}

/* sub0601 */
.sub0601_wrap{line-height: 1;}
.sub0601_wrap .con{position: relative;height: auto;}
.sub0601_wrap .con .img_box{display: flex;position: inherit;margin-bottom: 35px;top: 0%;left: 0%;transform:translate(0% , 0%);justify-content: center;}
.sub0601_wrap .con .img_box img{width: 410px;}
.sub0601_wrap .con ul{display: flex;height: 100%;gap:20px;flex-wrap:wrap;}
.sub0601_wrap .con ul li{display: flex;width: calc((100% - 20px)/2);height: 200px;padding-left: 20px;gap:20px;border-radius: 15px;box-shadow: 0px 0px 15px 0px rgba(0,104,183,.12);align-items:center;}
.sub0601_wrap .con ul li .ico_box img{width: 100px;}
.sub0601_wrap .con ul li .txt strong{display: block;font-size: 18px;font-weight: 600;color: #0068b7;margin-bottom: 10px;}
.sub0601_wrap .con ul li .txt p{font-size: 14px;line-height: 20px;color: #222;}
.sub0601_wrap .con ul li .txt p br{display: none;}
.sub0601_wrap .con ul li .txt p b{display: block;}
.sub0601_wrap .con ul li{position: inherit;}
.sub0601_wrap .con ul li:nth-child(1){top: 0;left: 50%;transform:translateX(0%);}
.sub0601_wrap .con ul li:nth-child(2){left: 0;top: 235px;}
.sub0601_wrap .con ul li:nth-child(3){right: 0;top: 235px;}
.sub0601_wrap .con ul li:nth-child(4){left: 0;bottom: 235px;}
.sub0601_wrap .con ul li:nth-child(5){right: 0;bottom: 235px;}
.sub0601_wrap .con ul li:nth-child(6){bottom: 0;left: 50%;transform:translateX(0%);}


/* sub0602_wrap */
.sub0602_wrap{line-height: 1;}
.sub0602_wrap .con:not(:last-child){margin-bottom: 80px;}
.sub0602_wrap h3{display: flex;gap:22px;margin-bottom: 44px;align-items:center;justify-content: center;}
.sub0602_wrap h3 span{font-size: 25px;color: #333;font-weight: 700;}
.sub0602_wrap ul{display: flex;gap:20px;flex-wrap:wrap;}
.sub0602_wrap ul li{display: flex;width: calc((100% - 40px)/3);height: 273px;padding-top: 30px;padding: 30px 15px 0;border-radius:10px;box-shadow: 1px 1px 20px 0px rgba(0,104,183,.15);flex-direction: column;align-items:center;}
.sub0602_wrap .con:nth-child(1) ul li {height: 340px;}
.sub0602_wrap .con:nth-child(2) ul li {height: 310px;}
.sub0602_wrap .con:nth-child(3) ul li {height: 370px;}
.sub0602_wrap ul li .ico_box{margin-bottom: 30px;}
.sub0602_wrap ul li strong{display: block;width: 100%;height: 32px;border-radius: 32px;text-align: center;margin-bottom: 13px;line-height: 32px;font-weight: 600;background: #0068b7;color: #fff;font-size: 14px;}
.sub0602_wrap ul li p{text-align: center;color: #555;font-size: 14px;line-height: 26px;}
.sub0602_wrap .con:last-child ul li{height: 212px;}
.sub0602_wrap .con:last-child ul li strong{margin-bottom: 0;}
}