/* Common **********************************************************************/
/* @import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css); <-- 기존에 있던 것 */
/*  Nanum Gothic (Korean) http://www.google.com/fonts/earlyaccess   */
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 100; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'), 
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'), 
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype'); 
} 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 300; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'), 
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'), 
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype'); 
} 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 400; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype'); 
 } 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 500; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype'); 
 } 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 700; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype'); 
 } 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 900; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format('woff2'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format('woff'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format('opentype'); 
 }

  @font-face {
	font-family: 'Pretendard';
	font-weight: 100;
	src: url('/font/Pretendard-Thin.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 200;
	src: url('/font/Pretendard-ExtraLight.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 300;
	src: url('/font/Pretendard-Light.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 400;
	src: url('/font/Pretendard-Regular.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 500;
	src: url('/font/Pretendard-Medium.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 600;
	src: url('/font/Pretendard-SemiBold.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 700;
	src: url('/font/Pretendard-Bold.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 800;
	src: url('/font/Pretendard-ExtraBold.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 900;
	src: url('/font/Pretendard-Black.woff2') format('woff2');
}
/* Common **********************************************************************/ 
html,body {width:100%; }
html {overflow-y:scroll; box-sizing:border-box;}
*, *:before, *:after{box-sizing:inherit;}
*{
-webkit-text-size-adjust:none;
-webkit-text-size-adjust - auto | none | N% (default auto)
}
body {word-break:break-all;-ms-word-break:break-all; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button {margin:0; padding:0;}
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; word-break:keep-all;} 
input, select, textarea, button{vertical-align:middle; }
a:link,a:active,a:visited{color:#7d7d7d; text-decoration:none; border:0px;}
a:hover,a:focus{color:#333; text-decoration:none}

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

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

.list {border-top:2px solid #1c1815; border-bottom:1px solid #1c1815;}


/*멤버스킨*/
.title{font-size:15px; font-weight:bold;}

/*테이블*/
.tbl_type,.tbl_type th,.tbl_type td{border:0}
.tbl_type{width:100%;border-bottom:1px solid #e2e2e5; }
.tbl_type th{padding:10px 0 10px 0;border-top:2px solid #383d4a; font-weight:bold; border-bottom:1px solid #e2e2e5;}
.tbl_type p{font-size:11px; color:#b6b7bc;}
.tbl_type td{padding:7px 0 7px 0;border-top:1px solid #e5e5e5;color:#4c4c4c; border-bottom:none; border-top:none; line-height:18px;}

.tbl_type2,.tbl_type2 th,.tbl_type2 td{border:0}
.tbl_type2{width:100%;border-bottom:1px solid #e7e7e7; }
.tbl_type2 th{padding:10px 0 10px 0; background:#f9f9f9; text-align:center;}
.tbl_type2 p{font-size:11px; color:#b6b7bc;}
.tbl_type2 td{padding:10px 0 10px 10px; border-bottom:none; border-top:none; line-height:18px;}


/*로그인스킨*/
#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: flex; justify-content: space-between; width:100%; overflow: hidden;}
.login_mid .login_con { width:50%; 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:47.27%;}
.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%;}


/*회원가입 스킨*/
.inWrap {width:98%;  border:1px solid #353638; border-width:1px 0; padding:30px 0;}
.inWrap.type1 { padding:50px 0;}
.inWrap.type2 { padding:0;}
.inWrap.type3 { padding:5px 0; border-bottom-width:0;}
.inWrap.width1 { width:680px !important; margin:0 auto;}
.tbox1 { border:1px solid #cdcdcd; }
.tbox1 .boxTit { padding:20px 20px 10px; color:#333; font-weight:700; font-size:16px;}
.tbox1 .txt_scroll { height:200px; padding:0 20px; overflow-y:auto;}
.txt_type { line-height:25px; font-size:13px; color:#666;}
.agreement input{vertical-align:middle; border:none;}
.btnType { display:inline-block; position:relative; transition:all 0.3s;}
.btnType.btn1 { height:30px; line-height:28px; padding:0 45px; font-size:13px;}
.btnType.btn1.color2 {border:1px solid #333; background:#333; cursor:pointer; }
.btnWrap input{color:#fff;}

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

/* ==main== */
#wrap{ position: relative; width: 100%; max-width: 100%;  margin: 0 auto; overflow: hidden;min-width: 1600px;}
.inner{width: 1500px; margin: 0 auto; max-width:100%;}


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

#header .right_box{display: flex;gap:30px;align-items:center;}
#header .right_box .lang{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_btn03_pc.png)center no-repeat;background-size:cover ;}
#header .right_box .btn_box .tab_btn{display: none;}

#header.on{background: #fff;}
#header.on 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.on .right_box .btn_box button{background:url(/images/main/main_btn01_pc.png)center no-repeat;background-size:cover ;}
#header.on .gnb li span a{color: #222;}
#header .gnb li:nth-child(1).on span a{font-weight: 700;}
#header .gnb li:nth-child(2).on span a{font-weight: 700;}
#header .gnb li:nth-child(3).on span a{font-weight: 700;}
#header .gnb li:nth-child(4).on span a{font-weight: 700;}
#header .gnb li:nth-child(5).on span a{font-weight: 700;}
#header .gnb li:nth-child(6).on span a{font-weight: 700;}

/* gnb */
.gnb{position: absolute;display: flex;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: 210px;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.3;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 50px 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{position: relative;display: block;padding-left: 15px;font-size: 19px;color: #777;line-height: 1.4;}
.gnb_wrap .all_box .all_menu > li ul li a:after{content:'-';position: absolute;left: 0;top: 0px;}


.navigation{display: none;}


#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{position: relative;font-size: 60px;font-weight: 600;line-height: 90px;margin-bottom: 60px;}
#visual_wrap ul li .txt p:after{content:'';position: absolute;left: 50%;transform:translateX(-50%);width: 70px;height: 3px;background: #fff;bottom: -26px;}
#visual_wrap ul li .txt span{display: block;font-size: 18px;font-weight: 500;}
#visual_wrap ul li video{width: 100%;}
#visual_wrap .visual_items{display: flex;position: absolute;gap:50px;bottom: 100px;left: 235px;z-index: 1000;align-items:center;}
#visual_wrap .visual_items .pagination{display: flex;gap:10px;}
#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;}
#visual_wrap .video_wrap{width: 100%;}
#visual_wrap .video_box{position:relative; width:100%; padding-bottom:56.25%;}
#visual_wrap .video_box iframe{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:100%; height:100%; max-width:100%; max-height:100%;}


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


#section01{line-height: 1;padding: 120px 0;background:url(/images/main/main_bg01_pc.jpg)bottom right no-repeat;background-size:cover ;}
#section01 .tit_box {margin-bottom: 70px;}
#section01 .tit_box h2{text-align: center;margin-bottom: 40px;}
#section01 .tit_box p{font-size: 20px;color: #222;opacity: .6;text-align: center;}
#section01 ul{display: flex;}
#section01 ul.tab_list{display: none;}
#section01 ul li{position: relative;overflow:hidden;}
#section01 ul li img{transition:.5s;}
#section01 ul li:hover > img{transform:scale(1.07);}
#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: 30px;}
#section01 ul li .box p{font-size: 24px;font-weight: 600;color: #fff;margin-bottom: 12px;}
#section01 ul li .box span{font-size: 18px;color: #fff;opacity: .6;}
#section01 ul li .box a{display: block;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: 40px;margin-top:28px;border: 1px solid #fff;}



#section02{line-height: 1;padding: 120px 0;background:url(/images/main/main_bg02_pc.jpg)left center no-repeat;background-size:1300px 100%;}
#section02 .inner{display: flex; justify-content: space-between;align-items:center;}
#section02 .con01 h2{line-height: 65px;margin-bottom: 25px;}
#section02 .con01 p{font-size: 20px;line-height: 32px;color: #999;}

#section02 .con02 ul{display: flex;gap:10px;}
#section02 .con02 ul li{width: 350px;}
#section02 .con02 ul li a{position: relative;}
#section02 .con02 ul li a .img_box{position:relative; width:100%; padding-bottom:142.857%;}
#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: 40px;left: 15px;font-size: 28px;color: #fff;font-weight: 700; line-height: 1.3;}
#section02 .con02 ul li a .more_box{display: flex;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: 1;}
#section02 .con02 ul li a .more_box span{font-size: 18px;font-weight: 600;color: #fff;}


#section03{line-height: 1;height: 600px;padding-top: 90px;color: #fff;background:url(/images/main/main_bg03_pc.jpg)center no-repeat;background-size:cover ;}
#section03 strong{display: block;font-size: 50px;line-height: 64px;font-weight: 400;margin-bottom: 28px;}
#section03 strong em{font-weight: 600;}
#section03 p{font-size: 20px;line-height: 32px;margin-bottom: 68px;}
#section03 a{display: flex;gap:10px;width: 318px;height: 60px;background: #0068b7;align-items:center;justify-content: center;}
#section03 a span{font-size: 18px;color: #fff;}


#section04{line-height: 1;padding: 120px 0;background:url(/images/main/main_bg04_pc.png)bottom center no-repeat;}
#section04 .con01{display: flex;margin-bottom: 70px; justify-content: space-between;}
#section04 .con01 p{font-size: 20px;color: #999;line-height: 32px;text-align: right;}

#section04 .con02 ul{display: flex;gap:60px;}
#section04 .con02 ul li{width: calc((100% - 120px)/3);box-shadow: 3px 3px 35px 0px rgba(3,72,167,.08);}
#section04 .con02 ul li .img_box{position:relative; width:100%; padding-bottom:54.348%;}
#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{height: 250px;background: #fff;padding: 30px 40px;transition:.4s;}
#section04 .con02 ul li .txt strong{display: block;font-size: 24px;color: #222;transition:.4s;font-weight: 600;margin-bottom: 20px;text-align: center;}
#section04 .con02 ul li .txt p{color: #999;font-size: 16px;line-height: 28px;transition:.4s;margin-bottom: 25px;text-align: center;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 auto;width: 120px;transition:.4s;height: 40px;line-height: 38px;text-align: center;font-size: 13px;color: #0068b7;border: 1px solid #0068b7;}


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


#section05{line-height: 1;padding: 50px 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: 250px;align-items:center;justify-content: center;flex-direction: column;}
#section05 ul li:nth-child(1) a .ico_box{margin-bottom: 53px;}
#section05 ul li:nth-child(2) a .ico_box{margin-bottom: 56px;}
#section05 ul li:nth-child(3) a .ico_box{margin-bottom: 45px;}
#section05 ul li a p{position: relative;padding-right: 60px;transition:.4s;font-size: 24px;color: #999;font-weight: 600;}
#section05 ul li a p:after{content:'';position: absolute;transition:.4s;right: 0;top: 50%;transform:translateY(-50%);width: 40px;height: 40px;background:url(/images/main/main_ico10_pc.png)center no-repeat;background-size:cover ;}
#section05 ul li:hover a p{color: #222;}
#section05 ul li:hover a p:after{background:url(/images/main/main_ico09_pc.png)center no-repeat;background-size:cover ;}



#footer{line-height: 1;padding: 50px 0 60px;background: #0068b7;color: #fff;}
#footer .inner{display: flex;gap:90px;}
#footer .right{width:calc(100% - 295px);padding-top:13px;}
#footer .right ul{display: flex;gap:40px;padding-bottom: 22px;margin-bottom: 22px;border-bottom: 1px solid rgba(255,255,255,.3);}
#footer .right ul li{position: relative;}
#footer .right ul li:nth-child(1):after, #footer .right ul li:nth-child(2):after{content:'';position: absolute;right: -20px;top: 50%;width: 1px;height: 11px;background: #fff;opacity: .3;transform:translateY(-50%);}
#footer .right ul li a{font-size: 15px;color: #fff;}
#footer .right address{font-size: 15px;color: rgba(255,255,255,.6);line-height: 25px;margin-bottom: 32px;}
#footer .right address i {display: block;}
#footer .right address em{color: #fff;}
#footer .right address span{display: inline-block;width: 1px;height: 11px;background: #fff;opacity: .6;margin: 0 20px;}
#footer .right .copy{font-size: 15px;opacity: .4;}

/* quick_menu */
.quick_menu {position: fixed; right:50px; bottom:50px; z-index: 2000; display: flex; flex-direction: column; align-items: center;}
.quick_menu li{text-align: center;  margin-bottom: 10px;}
.quick_menu li:last-child{margin-bottom: 0;}
.quick_menu li a {display:flex;gap:5px;width: 60px;height: 60px;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: 90px; height: 90px; border-radius:10px; background:#0068b7 url('/e_images/main/quick_bg.png') no-repeat right bottom;}
.quick_menu li p {font-size: 13px; font-weight: 500;color: #0068b7;line-height: 16px;}
.quick_menu li span{font-size: 18px;   color: #fff; line-height: 1.3; padding-top: 4px; font-weight: 600;}



/* 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:50px; font-size:52px; color:#fff; font-weight:600;}
#sub_visual_wrap .txt_wrap .sub_list { display: flex;align-items:center;justify-content: center;gap:35px}
#sub_visual_wrap .txt_wrap .sub_list li { position:relative;font-size:18px; color:#fff; font-weight:400;}
#sub_visual_wrap .txt_wrap .sub_list li::before { content:''; position:absolute; right:-20px; top:50%; width:5px; height:5px;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: absolute;display: block; width:100%; height:81px;left: 0;bottom: -1px;background: linear-gradient( to right, transparent 80%, #fff 20%);}
.tab_menu .inner{position:relative; display: flex; height:80px;background:#fff;}
.tab_menu .on .arrow02{background: url(/images/sub/sub_ico05_pc.png)center no-repeat;}
.tab_menu .home{display: block;width: 80px; height: 80px; background: url(/images/sub/sub_ico02_pc.png)center no-repeat #0068b7;}
.tab_menu .menu {display: flex;width: calc(100% - 80px); height:100%;}
.tab_menu .menu > li{position:relative; min-width:360px; height:100%; background:url("/images/sub/sub_ico04_pc.png") center right 30px no-repeat; background-size:12px 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.on {background:url("/images/sub/sub_ico03_pc.png") center right 30px no-repeat; background-size:12px auto;}
.tab_menu .menu > li > a {display:flex; align-items:center;padding: 0 30px 0 30px; width:100%; height:100%; font-size: 17px;line-height: 1.4; 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:100;padding: 20px 0;}
.tab_menu .menu > li ul li{margin-bottom: 25px;}
.tab_menu .menu > li ul li:last-child{margin-bottom: 0px;}
.tab_menu .menu > li ul li a {display:block;height: auto;font-size:16px; color:#222; line-height:1.4; font-weight: 500;padding:0 30px;}


#sub_contents{padding: 100px 0 160px;}
#sub_contents .contop h2{font-weight: 700;font-size: 52px;line-height: 1;margin: 0 0 50px 0;text-align: center;color: #333;}

.depth03{display: flex;gap:20px;margin-bottom: 50px;justify-content: center;}
.depth03 h3 a{display: block;width: 220px;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: none;}

/* 공통 */
a.sub_btn01{display: flex;gap:10px;width: 300px;height: 60px;background: #0068b7;align-items:center;justify-content: center;}
a.sub_btn01 span{font-size: 16px;color: #fff;}


h3.sub_tit01{position: relative;padding-left: 45px;font-size: 32px;font-weight: 600;color: #222;margin-bottom: 50px;}
h3.sub_tit01:after{content:'';position: absolute;left: 0;top: 50%;transform:translateY(-50%);width: 25px;height: 19px;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: 100px;}
.sub0101_wrap .con01 p{font-size: 70px;font-weight: 700;color: #ccc;margin-bottom: 50px;text-align: center;}
.sub0101_wrap .con01 p em{color: #0068b7;font-weight: 700;}
.sub0101_wrap .con01 span{display: block;font-size: 24px;color: #555;text-align: center;}

.sub0101_wrap .con02{padding: 100px 0;background: #f9fafb;margin-bottom: 100px;}
.sub0101_wrap .con02 .box01{margin-bottom: 100px;}
.sub0101_wrap .con02 .box01 .img_box{display: flex;justify-content: center;}
.sub0101_wrap .con02 .box01 .mob_box{display: none;}
.sub0101_wrap .con02 .box02 ul{display: flex;gap:30px;}
.sub0101_wrap .con02 .box02 ul li{width: calc((100% - 60px)/3);background: #fff;}
.sub0101_wrap .con02 .box02 ul li .img_box{position:relative; width:100%; padding-bottom:52.083%;}
.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: 195px;border: 1px solid #ddd;border-top: 0;padding-top: 30px;text-align: center;}
.sub0101_wrap .con02 .box02 ul li .txt strong{display: block;font-size: 22px;font-weight: 600;color: #222;margin-bottom: 13px;}
.sub0101_wrap .con02 .box02 ul li .txt p{font-size: 16px;color: #555;line-height: 26px;}

.sub0101_wrap .con03 {padding: 100px 0;}
.sub0101_wrap .con03 .txt01{display: flex;gap:20px;height: 107px;margin-bottom: 80px;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: 26px;color: #555;font-weight: 600;}
.sub0101_wrap .con03 .txt01 p{font-size: 38px;font-weight: 700;color: #0068b7;}
.sub0101_wrap .con03 ul{display: flex;gap:40px;}
.sub0101_wrap .con03 ul li{display: flex;width: calc((100% - 120px)/4);align-items:center;justify-content: center;flex-direction: column;}
.sub0101_wrap .con03 ul li .ico_box{margin-bottom: 19px;}
.sub0101_wrap .con03 ul li strong{display: block;font-size: 22px;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: 18px;font-weight: 600;color: #222;margin-bottom: 15px;}
.sub0101_wrap .con03 ul li span{display: block;font-size: 16px;color: #555;line-height: 24px;text-align: center;}

.sub0101_wrap .con05 {padding: 100px 0;}
.sub0101_wrap .con05 img {margin: 0 auto;}

.sub0101_wrap .con06 {padding: 100px 0;}
.sub0101_wrap .con06 img {margin: 0 auto;}

.sub0101_wrap .con04 img {margin: 0 auto;}

/* sub0102 */
.sub0102_wrap .img{text-align: right;}
.sub0102_wrap .img img.pc_img{display: inline-block;}
.sub0102_wrap .txt > strong{display: block; font-size:75px; font-weight: 600; color: #999; line-height: 1.5; margin-top: 100px;}
.sub0102_wrap .txt > span{font-size: 30px; color: #0068b7; display: block; margin: 45px 0; line-height: 1.5;}
.sub0102_wrap .txt > span em{font-weight: 600;}
.sub0102_wrap .txt > p{font-size: 18px; color: #222; margin-bottom: 20px;}
.sub0102_wrap .name{text-align: right; font-size: 24px; color: #222; margin-top: 60px;} 

/* sub0103 */
.sub0103_wrap {}
.sub0103_wrap .history_wrap {position: relative; width: 100%; 
background: url(/images/sub/sub0103_bg01.png), url(/images/sub/sub0103_bg02.png), url(/images/sub/sub0103_bg03.png), url(/images/sub/sub0103_bg05.png), url(/images/sub/sub0103_bg06.png), url(/images/sub/sub0103_bg04.png), url(/images/sub/sub0103_bg07.png), url(/images/sub/sub0103_bg08.png), url(/images/sub/sub0103_bg07.png), url(/images/sub/sub0103_bg05.png), url(/images/sub/sub0103_bg01.png), url(/images/sub/sub0103_bg02.png), url(/images/sub/sub0103_bg03.png), url(/images/sub/sub0103_bg07.png), url(/images/sub/sub0103_bg08.png), url(/images/sub/sub0103_bg03.png), url(/images/sub/sub0103_bg05.png); 
background-repeat: no-repeat; background-position: 17% 1%, 3% 2%, 35% 5%, 92% 7%, 64% 12%, 64% 18%, 91% 21%, 26% 41%, 1% 34%, 81% 55%, 61% 58%, 7% 66%, 67% 71%, 17% 81%, 29% 83%, 66% 88%, 17% 96%; }
.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: 80px;}
.sub0103_wrap .history_wrap .right:last-child {margin-bottom: 0;}
.sub0103_wrap .history_wrap .left {margin-right: 50%; margin-bottom: 80px; text-align: right;}
.sub0103_wrap .history_wrap .left:last-child {margin-bottom: 0;}
.sub0103_wrap .history_wrap h5.year {font-size: 27px; color: #0068b7; font-weight: 800; position: relative; padding-left: 30px; margin-bottom: 30px;}
.sub0103_wrap .history_wrap h5.year:before {position: absolute; content: ''; width: 20px; height: 20px; background: #ebf6ff; border-radius: 50%; 
border: 5px solid #0068b7; top: 12px; 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 {position: relative;margin-bottom: 30px;}
.sub0103_wrap .history_wrap ul.his_li01 li:last-child {margin-bottom: 0;}
.sub0103_wrap .history_wrap ul.his_li01 li span.month {position: absolute;font-size: 20px; color: #333; font-weight: 600; top: 0;left: 0px; margin-top: -5px;}
.sub0103_wrap .history_wrap .left ul.his_li01 li span.month {left: auto;right: 0;}
.sub0103_wrap .history_wrap ul.his_li01 li ul.his_li02 {width: calc(100% - 20px); 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: 10px;}
.sub0103_wrap .history_wrap ul.his_li01 li ul.his_li02 li.his_txt {font-size: 16px; color: #555; padding-left: 50px;}
.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 {}
.sub0103_wrap .history_wrap .left ul.his_li01 li ul.his_li03 li.his_img {flex-direction: row-reverse;}
.sub0103_wrap .history_wrap ul.his_li01 li ul.his_li03 li.his_img {display: flex; gap: 20px; width: 100%; padding-left: 50px; margin-bottom: 10px;}
.sub0103_wrap .history_wrap ul.his_li01 li ul.his_li03 li.his_img:last-child {margin-bottom: 0;}
.sub0103_wrap .history_wrap ul.his_li01 li ul.his_li03 li.his_img .img {position: relative; width: 30%; padding-bottom: 32.222%; border: 1px solid #ddd;}
.sub0103_wrap .history_wrap ul.his_li01 li ul.his_li03 li.his_img .img img {position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:auto; height:auto; max-width:100%; max-height:100%;}

.sub0103_wrap .history_wrap .left ul.his_li01 li ul.his_li03 .img {flex-direction: row-reverse; }
.sub0103_wrap .history_wrap .his_img_box{text-align: center; display: flex; flex-direction: column;align-items: center;align-content: space-between;flex-wrap: wrap;}
.sub0103_wrap .history_wrap .left .his_img_box{align-content: flex-end}
.sub0103_wrap .history_wrap ul.his_li01 li ul.his_li03 .img {display: flex; gap: 20px; width: 100%; padding-left: 50px; margin-bottom: 10px;}
.sub0103_wrap .history_wrap ul.his_li01 li ul.his_li03 .his_img{width: 30%;}
.sub0103_wrap .history_wrap ul.his_li01 li ul.his_li03 .his_img .img {position: relative; width: 100%; padding-bottom: 141.47%; border: 1px solid #ddd;}
.sub0103_wrap .history_wrap ul.his_li01 li ul.his_li03 .his_img .img img {position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:auto; height:auto; max-width:100%; max-height:100%;}

.sub0103_wrap .history_wrap ul.his_li01 li ul.his_li04 {width: calc(100% - 20px); 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: 10px;}
.sub0103_wrap .history_wrap ul.his_li01 li ul.his_li04 li.his_txt {font-size: 16px; color: #555; padding-left: 50px;}
.sub0103_wrap .history_wrap .left ul.his_li01 li ul.his_li04 li.his_txt {padding-left: 0; padding-right: 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: 16px; color: #555; padding-left: 25px;}

/* sub0104 */
.sub0104_wrap iframe{width: 100%; height: 450px;}
.sub0104_wrap .map_txt{border-top: 2px solid #0068b7; font-size: 18px; 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;}
.sub0104_wrap .map_txt ul li{padding: 25px;}

/* sub02 */
.sub02_wrap .txt{text-align: center; margin-bottom: 40px;}
.sub02_wrap .txt p{font-size: 27px; color: #0068b7; font-weight: 600; margin-bottom: 10px;}
.sub02_wrap .txt span{font-size: 18px; color: #555;}
.sub02_wrap .txt span i {display: block;}
.sub02_wrap .box_wrap{display: flex; gap:30px; flex-wrap:wrap;}	
.sub02_wrap .box_wrap .box{border: 1px solid #ddd; border-radius:20px ;  width: 18.4%; 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:last-child:before{display: none;}
.sub02_wrap .box_wrap .box p{font-size: 20px; color: #222; font-weight:600; margin-top: 15px;}
.sub02_wrap .box_wrap .box p em{font-size: 16px; font-weight: 400; display: block;}

/* sub0202 */
ul.sub0202_list{display: flex; flex-wrap:wrap;gap:30px 20px; line-height: 1;}
ul.sub0202_list li{position: relative;width: calc((100% - 120px) / 4);}
ul.sub0202_list li .img_box{position: relative;}
ul.sub0202_list li .img_wrap{position:relative; width:100%; padding-bottom:72.222%;}
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: 34px; background: rgba(0,104,183,.7); }
ul.sub0202_list .txt01 p{line-height: 34px; color: #fff;text-align: center;font-size: 16px;}
ul.sub0202_list em{position: absolute; top: 20px; left: 20px;display: block; font-size: 16px;height: 30px; line-height: 30px;padding: 0px 13px; 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: 140px;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: 16px; color: #555;text-align: center; line-height: 26px;width: 100%;word-break: keep-all;}
ul.sub0202_list .txt_wrap p i{display: block;}


/* sub0203 */
.sub0203_wrap{line-height: 1;}
.sub0203_wrap > ul > li{display: flex;gap:80px;margin-bottom: 30px;height: 411px;background:url(/images/sub/sub0203_bg01_pc.png)bottom right no-repeat #f7f8f9;background-size:260px auto;align-items:center;}
.sub0203_wrap > ul > li:last-child{margin-bottom: 0;}
.sub0203_wrap > ul > li .img_wrap{width: 410px;}
.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: calc(100% - 490px);}
.sub0203_wrap > ul > li .txt_wrap strong{display: block;font-size: 30px;font-weight: 600;color: #333;margin-bottom: 30px;}
.sub0203_wrap > ul > li .txt_wrap p{font-size: 18px;color: #333;margin-bottom: 30px;}
.sub0203_wrap > ul > li .txt_wrap ul{margin-bottom: 30px;}
.sub0203_wrap > ul > li .txt_wrap ul li{position: relative;padding-left: 15px;margin-bottom: 20px;font-size: 16px;color: #555;}
.sub0203_wrap > ul > li .txt_wrap ul li:after{content:'';position: absolute;left: 0;top: 5px;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:60px;}
.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:60px; justify-content: center;}
.sub0301_wrap .con01 ul li{position: relative;width: calc((100% - 60px)/2);}
.sub0301_wrap .con01 ul li img{width: 100%;}
.sub0301_wrap .con01 ul li .txt{position: absolute;display: flex;gap:20px;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: 26px;}
.sub0301_wrap .con01 ul li .txt p{font-size: 18px;}

.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:180px;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: -90px;top: 50%;transform:translateY(-50%);width: 2px;height: 80px;background: #ddd;}
.sub0301_wrap .con02 .box01 ul li:last-child:after{display: none;}
.sub0301_wrap .con02 .box01 ul li p{font-size: 26px;color: #222;margin-bottom: 28px;text-align:center;}
.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: 48px;color: #222;}
.sub0301_wrap .con02 .box01 ul li .txt span{position: relative;top: -4px;font-size: 26px;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: block;height: 50px;line-height: 50px;text-align: center;background: #f7f7f7;border-bottom: 1px solid #ddd;font-size: 20px;font-weight: 500;color: #222;}
.sub0301_wrap .con03 .box01 ul li p{display: flex;line-height: 30px;height: 140px;font-size: 20px;color: #222;font-weight: 500;text-align: center;align-items:center;justify-content: center;}

/* sub0302 */
/* .sub0302_wrap p{background: #f7f8fa; font-size: 18px; line-height: 2; color: #222; padding: 50px; text-align: center; font-weight: 500; margin-bottom: 80px;} 
.sub0302_wrap p span{color: #0068b7;}
.sub0302_wrap .img_wrap01 {margin-bottom: 60px;}
.sub0302_wrap .img_wrap img {margin: 0 auto;} */
.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:26.042%;}
.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: 210px; background: rgba(255,255,255,.8);padding: 50px 40px 0; height: 100%;}
.sub0302_wrap .con01 .txt_wrap strong{display: block;margin-bottom: 18px;font-size: 30px; color: #0068b7; font-weight: 700;}
.sub0302_wrap .con01 .txt_wrap p{font-size: 18px; color: #222; line-height: 30px;}
.sub0302_wrap .con01 .txt_wrap p i{display: block;}
.sub0302_wrap .con01 .txt_wrap p:not(:last-child){margin-bottom: 20px;}
.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% + 60px); padding: 0px 120px;}
.sub0304_wrap ul.dots_slide li{position: relative;width: 140px; height: 140px;border:10px solid #888; background: #f7f7f7; padding-top: 26px;margin-right: 70px;border-radius:50%;cursor:pointer;transition:.5s;}
.sub0304_wrap ul.dots_slide li span{display: block;font-size: 22px; color: #999; font-weight: 800;text-align: center; transition:.5s;}
.sub0304_wrap ul.dots_slide li em{position: absolute; top: 50%; right: -57px; transform:translateY(-50%);background: url(/images/sub/sub0304_arr.png)center no-repeat; width: 22px; height: 37px; background-size: cover;transition:.5s;}
.sub0304_wrap ul.dots_slide li p{font-size: 16px; color: #999; margin-top: 12px;font-weight: 600;text-align: center; transition:.5s;}
.sub0304_wrap ul.dots_slide li.slick-current{background: #fff;border:10px 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 li{display: flex;border: 1px solid #ddd;}
.sub0304_wrap ul.img_slide li .txt_wrap{position: relative;width: 50%;padding: 50px;}
.sub0304_wrap ul.img_slide li .txt_wrap::after{content:'';position: absolute;bottom: 40px; right: 40px; background: url(/images/sub/sub0304_bg01.png)center no-repeat; background-size: cover; width: 254px; height: 60px; }
.sub0304_wrap ul.img_slide li .txt_wrap strong{display: block;font-size: 26px;color: #0068b7; font-weight: 700;}
.sub0304_wrap ul.img_slide li .txt_wrap p{font-size: 26px;color: #222; font-weight: 700;padding: 15px 0px 20px;}
.sub0304_wrap ul.img_slide li .txt_wrap span{display: block;font-size: 16px;color: #555; font-weight: 400; line-height: 26px;}
.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:46.667%;}
.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%;}

/* sub0401 */
.sub0401_wrap .con {margin-top:100px;}
.sub0401_wrap .con:first-child {margin-top:0;}
.sub0401_wrap .bg {background:#f2f7fb;padding:100px 0 160px;margin-bottom:-160px;}
.sub0401_wrap .con .con_wrap {margin-top:200px;}
.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;gap:80px;}
.sub0401_wrap .con .ul_box li {width:calc((100% - 40px) / 2);background:rgba(0,104,183,0.1);border-radius:20px;padding:60px;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:30px 20px;}
.sub0402_wrap .tab-con ul li{position: relative;width: calc((100% - 40px) / 3); height: 350px;padding: 30px;background: #f5faff;border:1px solid #0068b7;}
.sub0402_wrap .tab-con ul li p{font-size: 36px; font-weight: 300;color: #0068b7;}
.sub0402_wrap .tab-con ul li span{display: block; color: #555;font-size: 16px; line-height: 26px; padding-top: 25px;word-break: keep-all;}
.sub0402_wrap .tab-con ul li span i{display: block;}
.sub0402_wrap .tab-con ul li img{position: absolute; bottom: 30px; right: 30px;}

/* 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: 18px; line-height: 38px;color: #222;text-align: center;}
.sub0503_wrap .txt_box p span{color: #0068b7;}
.sub0503_wrap .txt_box p i{display: block;}
.sub0503_wrap .tbl_con{margin-bottom: 80px;}
.sub0503_wrap .tbl_con .tit{display: flex; justify-content:space-between;align-items: baseline;margin-bottom: 20px;}
.sub0503_wrap .tbl_con .tit h3{font-size: 27px; color: #222; font-weight: 700;}
.sub0503_wrap .tbl_con .tit p{font-size: 14px; 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: 16%;font-size: 18px; color: #222; font-weight: 500;border:1px solid #ddd; padding: 5px;}
table.tbl01 tr th em{color: #ff4200;}
table.tbl01 tr td{height: 84%; padding: 20px 40px; border:1px solid #ddd;}
table.tbl01 tr td p{font-size: 18px; color: #222; font-weight: 500;}
table.tbl01 tr td input[type="text"]{width: 800px;height: 40px;border:1px solid #ddd;font-size: 14px; color: #555; padding-left: 15px;}
table.tbl01 tr td input[type="text"].input02{width: 960px;}
table.tbl01 tr td input[type="text"]::placeholder{font-size: 14px;color: #acacac;}
table.tbl01 tr td select{width: 120px;height: 40px; border:1px solid #ddd;font-size: 14px; color: #555; font-weight: 500;}
table.tbl01 tr td textarea{width: 960px; height: 100px; 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: 200px;}
table.tbl01 tr td .radio_wrap{display: flex;gap:40px;}
table.tbl01 tr td .radio_wrap .input{display: flex;gap:10px; align-items:center;}
table.tbl01 tr td .radio_wrap .input label{font-size: 16px; 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: 600px;}
table.tbl01 tr td .add_wrap input[type="text"]:nth-of-type(2){width: 960px;}
table.tbl01 tr td .add_wrap button{font-size: 14px; color: #fff; font-weight: 500; background: #555; width: 190px; height: 40px; border-radius:5px;}
table.tbl01 tr td .input_wrap{display: flex;gap:50px;}
table.tbl01 tr td .input_wrap .input{display: flex;gap:10px; align-items:center;}
table.tbl01 tr td .input_wrap .input p{font-size: 16px; color: #555; font-weight: 500;}
table.tbl01 tr td .input_wrap .input input[type="text"]{width: 150px;}
table.tbl01 tr td .input_wrap .input:nth-child(3) input[type="text"]{width: 120px;}
table.tbl01 tr td .input_wrap02{display: flex; flex-wrap:wrap; gap:20px 60px;}
table.tbl01 tr td .input_wrap02 p{width: 194px;font-size: 16px; color: #555; font-weight: 500;}
table.tbl01 tr td .input_wrap02 .input{display: flex;align-items: center;width: calc((100% - 60px) / 2);}
table.tbl01 tr td .input_wrap02 .input input[type="text"]{width: calc(100% - 97px);}
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: 50%; 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;}

.sub0503_wrap .con .txt{border:1px solid #ddd; padding: 30px; max-height:260px; overflow-y: scroll;}
.sub0503_wrap .con .txt p{font-size: 18px; color: #222; font-weight: 700;margin-bottom: 30px;}
.sub0503_wrap .con .txt span{font-size: 14px; color: #555; line-height: 24px;}
.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: 16px; 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: 16px; color: #555; font-weight: 500;margin-left: 10px;}
.sub0503_wrap .con span{display: block;font-size: 16px; color: #555; font-weight: 500;}
.sub0503_wrap .con button{display: block;margin: 60px auto 0; width: 240px; height: 60px; background: #222; color: #fff; font-size: 16px; font-weight: 700;}

/* sub0601 */
.sub0601_wrap{line-height: 1;}
.sub0601_wrap .con{position: relative;height: 852px;}
.sub0601_wrap .con .img_box{position: absolute;top: 50%;left: 50%;transform:translate(-50% , -50%);}
.sub0601_wrap .con ul{height: 100%;}
.sub0601_wrap .con ul.mob_list01{display: none;}
.sub0601_wrap .con ul li{display: flex;width: 470px;height: 180px;padding-left: 20px; padding-right: 12px; gap:20px;border-radius: 15px;box-shadow: 0px 0px 15px 0px rgba(0,104,183,.12);align-items:center;}
.sub0601_wrap .con ul li .txt strong{display: block;font-size: 22px;font-weight: 600;color: #0068b7;margin-bottom: 10px;}
.sub0601_wrap .con ul li .txt p{font-size: 16px;line-height: 24px;color: #222;}
.sub0601_wrap .con ul li{position: absolute;}
.sub0601_wrap .con ul li:nth-child(1){top: 0;left: 50%;transform:translateX(-50%);}
.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(-50%);}



/* 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: 30px;color: #333;font-weight: 700;}
.sub0602_wrap ul{display: flex;gap:30px;flex-wrap:wrap;}
.sub0602_wrap ul li{display: flex;width: calc((100% - 120px)/5);height: 273px;padding: 30px 10px 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: 310px;}
.sub0602_wrap .con:nth-child(2) ul li {height: 290px;}
.sub0602_wrap .con:nth-child(3) ul li {height: 340px;}
.sub0602_wrap ul li .ico_box{margin-bottom: 30px;}
.sub0602_wrap ul li strong{display: block;width: 236px;height: 32px;border-radius: 32px;text-align: center;margin-bottom: 13px;line-height: 32px;font-weight: 600;background: #0068b7;color: #fff;font-size: 16px;}
.sub0602_wrap ul li p{text-align: center;color: #555;font-size: 16px;line-height: 26px;}
.sub0602_wrap .con:last-child ul li{height: 212px;}
.sub0602_wrap .con:last-child ul li strong{margin-bottom: 0;}



.ethics_wrap h3 {font-size: 16px;}
.ethics_wrap p {margin-bottom: 20px; }
.ethics_wrap ul li {margin-bottom: 20px; font-size: 14px;}


































