/* 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-style: normal;
  font-weight: 200;
  src: url(/font/SUIT-Thin.otf) format('opentype');
  src: url(/font/SUIT-Thin.otf) format('opentype'),
       url(/font/SUIT-Thin.ttf) format('truetype');
}

@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;} 
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%; min-width: 1600px;  margin: 0 auto; overflow: hidden; word-break:break-word;}
.inner{width: 1400px; margin: 0 auto; max-width:100%;}

/* h_top */
.h_top{border-bottom: 1px solid #ddd;}
.h_top .inner{display: flex;align-items: center;justify-content: flex-end; height: 40px;}
.h_top .lan_pc{position: relative;display: flex; align-items: center;gap:40px;padding-left: 30px;}
.h_top .lan_pc::before{content:'';position: absolute; left: 0; top: 50%; transform:translateY(-50%); width: 16px; height: 16px; background: url(/e_images/main/lan_icon_pc.png)center no-repeat; background-size: cover;}
.h_top .lan_pc a{position: relative;font-size: 16px; color: #c1c1c1; font-weight: 500;}
.h_top .lan_pc a.on{color: #222; font-weight: 600;}
.h_top .lan_pc a:not(:last-child)::before{content:'';position: absolute; right: -20px; top: 50%; transform:translateY(-50%);width: 1px; height: 12px; background: #ddd;}

/* header */
#header{position: relative; height: 110px; line-height: 1;}
#header h1 a img{width: 370px;}
#header .inner{width: 1400px; display: flex; justify-content:space-between; align-items:center;height: 100%;}
#header .gnb{display: flex;}
#header .gnb > li{position: relative;padding: 45px 11px;}
#header .gnb > li::after{content:'';position: absolute; top: 0; left: 50%; transform:translateX(-50%); width: 8px; height: 8px; background: #1f458e; border-radius:50%;opacity: 0;transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);}
#header .gnb > li:last-child::after{left: 60%;}
#header .gnb > li.on::after{top: 82px;opacity: 1;}
#header .gnb span a{display: block;font-size: 18px; color: #222; font-weight: 600;}
#header .gnb > li:last-child{padding-right: 0;}
#header .gnb .lnb_sub{position: absolute; top: 110px; left: 50%; transform:translateX(-50%);z-index: 100; width: 320px; background: rgba(0,0,0,.7);}
#header .gnb .lnb_sub ul{display: none;padding: 30px 0px;}
#header .gnb .lnb_sub ul li a{display: block;color: #fff;font-size: 16px;text-align: center;300}
#header .gnb .lnb_sub ul li:not(:last-child){margin-bottom: 20px;}

.h_right_tab{display: none;}
.navigation{display: none;}

/* visual_wrap */
#visual_wrap{position: relative; line-height: 1;}
#visual_wrap .txt_wrap{position: absolute; left: 260px; top: 50%; transform:translateY(-50%);}
#visual_wrap .txt_wrap p{font-size: 40px; color: #fff; font-weight: 700; line-height: 50px;}
#visual_wrap .txt_wrap p em{color: #8da8e2;font-weight: 700; }
#visual_wrap .txt_wrap span{display: block; font-size: 18px; color: #fff; line-height: 28px; margin-top: 40px;}

/* section01 */
#section01{position: relative;line-height: 1; background: url(/e_images/main/sec01_bg01_pc.jpg)center no-repeat; background-size: cover; }
#section01 .box_wrap{display: flex; justify-content: space-between; align-items: center; height: 355px;}
#section01 .box_wrap .img_box{position: absolute;top: 50%;left: 50%;transform:translate(-50%,-50%);width: 514px;}
#section01 .box_wrap .img_wrap{position:relative; width:100%; padding-bottom:57.004%;}
#section01 .box_wrap .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%;}
#section01 .box_wrap .btn .icon{position: relative;width: 180px; height: 180px; background: #e8edf3; border-radius:50%; margin-bottom: 20px;transition:.3s;}
#section01 .box_wrap .btn .icon img{position: absolute; top: 50%; left: 50%; transform:translate(-50%,-50%);transition:.3s;}
#section01 .box_wrap .btn p{font-size: 24px; font-weight: 700;text-align: center;color: #fff;}
#section01 .box_wrap .btn:hover .icon img{top: 45%;}

/* footer */
#footer{padding: 30px 0px; background: #fff;line-height: 1;}
#footer p{font-size: 16px; color: #444;}
#footer address p{margin-bottom: 15px;}
#footer p.copy{margin-top: 25px;}

/* ===sub=============================================== */
#header.sub_header{border-bottom: 1px solid #ddd;}
#footer.sub_footer{border-top: 1px solid #ddd;}

.sub_container{padding: 100px 0px;}
.sub_container .inner{display: flex;gap:70px;}
#sub_contents{width: calc(100% - 330px);}

.contop{display: flex; justify-content: space-between; align-items: baseline;line-height: 1;padding-bottom: 24px; margin-bottom: 40px; border-bottom: 1px solid #ddd;}
.contop h2{font-size: 34px; color: #222; font-weight: 700;}
.contop ul{display: flex;align-items: center;gap:30px;}
.contop ul li{position: relative;font-size: 13px; color: #666;}
.contop ul li:not(:first-child)::before{content:'';position: absolute; top: 50%; left: -15px; transform:translate(-50%,-50%); background: url(/e_images/sub/nav_arr_pc.png)center no-repeat; width: 8px; height: 15px; background-size: cover;}

.sub_menu_box{ width:260px;}
.sub_menu_box h2{display: flex;align-items: center;justify-content: center;background:url(/e_images/sub/sub_menu_bg_pc.png)center no-repeat; height: 150px; color:#fff; font-size:28px;font-weight:600;background-size:cover;text-align:center;line-height:1.2;border-radius:5px;margin-bottom: 20px;padding: 0px 10px;}
.sub_menu_box .lnb h3 {display: flex;align-items: center;position: relative;width:100%; min-height:50px; height: auto; border:1px solid #ddd; margin:10px 0 0; border-radius:5px;transition:.3s;}
.sub_menu_box .lnb h3 a {display:flex; align-items: center;width:100%; height:100%; line-height: 1.2;padding-left: 20px;padding-right: 30px;min-height:50px;}
.sub_menu_box .lnb h3 span{color:#222;font-size:16px; font-weight:500;}
.sub_menu_box .lnb h3.on,
.sub_menu_box .lnb h3:hover{background: #204f8c; border:1px solid #204f8c;}
.sub_menu_box .lnb h3.on span,
.sub_menu_box .lnb h3:hover span{color:#fff;}
.sub_menu_box .lnb h3 span::after{content: '';position: absolute; right: 0px; top: 50%; transform:translateY(-50%);display: inline-block;width: 8px;height:8px; background:#fff; border-radius:50%;opacity: 0;  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);}
.sub_menu_box .lnb h3.on span::after,
.sub_menu_box .lnb h3:hover span::after{opacity: 1;right: 20px;}

.tab_menu{display: none;}

/* 공통 */
h5.h5_tit {position:relative; font-size: 22px; font-weight: 700; margin-bottom: 30px; color: #222; padding-left: 35px;}
h5.h5_tit:before {position:absolute; content:"";width: 26px; height: 26px; background-size: cover; background: url(/e_images/sub/h5_tit.png)no-repeat; left:0; top:50%; transform: translateY(-50%);}

.tit_wrap {padding: 30px 0; background: #f4f6f9; font-weight: 600; text-align: center; border-radius: 10px;}
.tit_wrap p {font-size: 18px; color: #222;}

h6.h6_tit02 {font-size: 18px; color: #204f8c; font-weight: 600; position: relative; padding-left: 18px; margin-bottom: 10px; font-weight: 700;}
h6.h6_tit02:before {position: absolute; content:''; top: 7px; left: 0; background: url(/e_images/sub/h6_tit02.png)no-repeat; width: 6px; height: 14px;}

p.p_list01 {position: relative; padding-left:11px;}
p.p_list01:before {position: absolute; content:"-"; left:0; top: -1px;}

/* sub0101 */
.sub0101_wrap{line-height: 1;}
.sub0101_wrap .img_box{background: url(/e_images/sub/sub0101_img01_pc.jpg)center no-repeat; height: 260px;margin-bottom: 30px;background-position-y: 40%;}
.sub0101_wrap .txt_box{background: #f4f6f9; padding: 30px 0px; border-radius:10px;}
.sub0101_wrap .txt_box p{font-size: 24px; color: #222; font-weight: 700; line-height: 40px;text-align: center;}
.sub0101_wrap .txt_box p b{color: #204f8c;font-weight: 700; }
.sub0101_wrap .con_wrap .con{display: flex;	align-items: center;gap:40px;margin-top: 40px;}
.sub0101_wrap .con_wrap .con .icon img{box-shadow:2px 2px 20px rgba(32,79,140,.15); border-radius:50%;}
.sub0101_wrap .con_wrap .con .txt strong{display: block;font-size: 20px; color: #204f8c; font-weight: 700;}
.sub0101_wrap .con_wrap .con .txt p{margin-top: 20px;font-size: 16px; color: #444; line-height: 26px; word-break:keep-all;}

/* sub0102 */
/* .sub0102_wrap .img_wrap img {margin: 0 auto;}
.sub0102_wrap ul.list_wrap {margin-top: 70px;}
.sub0102_wrap ul.list_wrap li {display: flex; border: 1px solid #ddd; border-radius: 5px; align-items: center; margin-bottom: 20px; background :#f8f8f8;}
.sub0102_wrap ul.list_wrap li:last-child {margin-bottom: 0;}
.sub0102_wrap ul.list_wrap li span.icon {background: #f8f8f8; width: 100px; height: 100%; display: flex; align-items: center; justify-content: center;}
.sub0102_wrap ul.list_wrap li .txt {padding: 20px 25px; background: #fff; width: calc(100% - 100px);}
.sub0102_wrap ul.list_wrap li .txt strong {font-size: 17px; font-weight: 550; color: #222; margin-bottom: 5px; display: inline-block;}
.sub0102_wrap ul.list_wrap li .txt p {font-size: 15px; color: #444;} */

/* sub0102 */
.sub0102_2_wrap {word-break: keep-all;}
.sub0102_2_wrap .con01 .img_wrap img {margin: 0 auto;}
.sub0102_2_wrap .con01 .list_wrap {margin-top: 70px;}
.sub0102_2_wrap .con01 .list_wrap li:not(:last-child) {margin-bottom: 20px;}
.sub0102_2_wrap .con01 .list_wrap li .txt {box-shadow: 2px 2px 20px rgba(32,79,140,.15); padding:30px;}
.sub0102_2_wrap .con01 .list_wrap li .txt p {font-size: 16px; color:#444;}
.sub0102_2_wrap .con01 .list_wrap li .txt p b {display: block; color: #222; font-weight: 500;}


/* sub0103 */
.sub0103_wrap .map_wrap {display: flex; gap: 40px; flex-wrap:wrap;}
.sub0103_wrap .map_wrap .img_wrap {background: url(/e_images/sub/sub0103_img01.jpg)no-repeat; width: 30%; height: auto; position:relative; border-radius: 20px 0 0 0;}
.sub0103_wrap .map_wrap .img_wrap .txt {position:absolute; content:""; top: 50%; left:50%; transform: translate(-50%,-50%); width: 100%; color: #fff; text-align: center;}
.sub0103_wrap .map_wrap .img_wrap .txt strong {font-size: 26px; font-weight: 700; display: inline-block; margin-bottom: -10px;}
.sub0103_wrap .map_wrap .img_wrap .txt p {font-size: 14px;}
.sub0103_wrap .map_wrap .map_box {width: 66%;}

/* sub0201 */
.sub0201_wrap ul.con01 {display: flex; gap: 40px; flex-wrap: wrap;}
.sub0201_wrap ul.con01 > li {width: calc((100% - 40px)/2); display: flex; gap: 30px; padding: 30px; box-shadow: 2px 2px 20px rgba(32,79,140,.15);}
.sub0201_wrap ul.con01 li .img_wrap {width: 180px;}
.sub0201_wrap ul.con01 li .img_box {position: relative; width: 100%; padding-bottom: 127.778%; overflow: hidden;}
.sub0201_wrap ul.con01 li .img_box img {position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 100%; height:100%; max-width: 100%; max-height: 100%; border: 1px solid #ddd;}
.sub0201_wrap ul.con01 li .txt_box {width: calc(100% - 210px);}
.sub0201_wrap ul.con01 li .txt_box strong.name {font-size: 25px; color: #222; border-bottom: 1px dashed #ddd; position:relative;font-weight: 550;display: inline-block; padding: 5px 0 10px; width: 100%;}
.sub0201_wrap ul.con01 li .txt_box strong.name:before {position:absolute; content:""; width: 40px; height: 2px; background:#204f8c; left:0; bottom: -1px;}
.sub0201_wrap ul.con01 li .txt_box strong.name span {display: block;margin-left: 0px; font-size: 14px; font-weight: 500; color: #666;}
.sub0201_wrap ul.con01 li .txt_box .box {margin-top: 15px;}
.sub0201_wrap ul.con01 li .txt_box .box b {font-size:17px; color: #204f8c; margin-bottom: 5px; display: inline-block;}
.sub0201_wrap ul.con01 li .txt_box .box ul li {font-size: 15px; color: #666; position: relative; padding-left: 12px; line-height: 1.5;}
.sub0201_wrap ul.con01 li .txt_box .box ul li:before {position:absolute; content: "";width: 3px; height: 3px; background: #666; border-radius: 50%; top: 9px;left:0;}

/* sub0202 */
.sub0202_wrap ul.con01 li .txt_box {width: 100%;}
.sub0202_wrap ul.con01 li .txt_box strong.name {padding-top: 0;}

/* sub0301 */
.sub0301_wrap .con01 {margin-top: 40px; word-break: break-word;}
.sub0301_wrap .con01 ul.box_wrap {display: flex; flex-wrap: wrap; gap:30px 60px;}
.sub0301_wrap .con01 ul.box_wrap li {width: calc((100% - 180px)/3); border-radius: 10px; box-shadow: 2px 2px 20px rgba(32,79,140,.16); position: relative;}
.sub0301_wrap .con01 ul.box_wrap li:after {position: absolute; content:""; width:20px; height: 20px; background: url(/e_images/sub/sub0301_icon01.png); background-size: cover; right: -40px; top: 50%; transform: translateY(-50%);}  
.sub0301_wrap .con01 ul.box_wrap li:last-child:after {display: none;}  
.sub0301_wrap .con01 ul.box_wrap li .tit_box {width: 100%; display: flex; padding: 15px 0; background: #204f8c; color: #fff; position: relative; border-radius: 10px 10px 0 0; font-size:15px; justify-content: center; text-align: center; height: 78px; align-items: center; padding: 0 50px; line-height: 1.3;}
.sub0301_wrap .con01 ul.box_wrap li:nth-child(3n+1) .tit_box{background: #4d84cc;}
.sub0301_wrap .con01 ul.box_wrap li:nth-child(3n+2) .tit_box{background: #3769ab;}
.sub0301_wrap .con01 ul.box_wrap li .tit_box span.num {position: absolute; left: 15px; top: 50%; transform: translateY(-50%); color: #fff; opacity: 0.5; font-size: 16px; font-weight: 600;}
.sub0301_wrap .con01 ul.box_wrap li .txt_box {padding: 20px; text-align:center;}
.sub0301_wrap .con01 ul.box_wrap li .txt_box p {font-size: 15px; color: #222;}

/* sub0302 */
.sub0302_wrap {word-break: keep-all;}
.sub0302_wrap .con01 .box {box-shadow: 2px 2px 20px rgba(32,79,140,.15); padding: 30px; display: flex; flex-wrap: wrap; gap: 40px; align-items:center;}
.sub0302_wrap .con01 .box:not(:first-child) {margin-top: 20px;}
.sub0302_wrap .con01 .box:first-child {margin-top: 40px;}
.sub0302_wrap .con01 .box .icon_wrap {background: #f4f6f9; border-radius: 50%; width: 100px; height: 100px; display: flex; flex-wrap: wrap; justify-content: center; align-items:center; }
.sub0302_wrap .con01 .box .txt_wrap {width: calc(100% - 140px);}
.sub0302_wrap .con01 .box .txt_wrap strong {font-weight: 700; color: #204f8c; font-size: 18px;}
.sub0302_wrap .con01 .box .txt_wrap p {font-size: 16px; color:#222; margin-top: 5px;}
.sub0302_wrap .con01 .box .txt_wrap p span {color:#204f8c; font-weight: 600; font-size: 15px;}

/* sub0303 */
.sub0303_wrap .con {margin-top: 100px;}
.sub0303_wrap .con2 {margin-top: 40px;}
.sub0303_wrap .con01 .img_wrap { width: 100%; padding: 40px 0;display: flex; align-items: center; justify-content: center;}
.sub0303_wrap .con01 .txt_wrap {width: 100%; padding: 30px; box-shadow:2px 2px 20px rgba(32,79,140,.15); margin-top:20px;}
.sub0303_wrap .con01 .txt_wrap strong {font-size: 18px; color: #204f8c; font-weight: 600;}
.sub0303_wrap .con01 .txt_wrap p {font-size: 16px; color: #555; margin-top: 10px;}
.sub0303_wrap .con01 .txt_wrap p span.line {color: #222; }

.sub0303_wrap .con02 .txt_wrap {width: 100%; padding: 30px; box-shadow:2px 2px 20px rgba(32,79,140,.15); margin-top:30px;}
.sub0303_wrap .con02 .txt_wrap > p {font-size: 16px; color: #222; border-bottom: 1px dashed #ddd; padding-bottom: 20px; margin-bottom: 20px; font-weight: 600;}
.sub0303_wrap .con02 .txt_wrap ul.list02 li {display: flex; gap: 20px; margin-bottom: 20px;}
.sub0303_wrap .con02 .txt_wrap ul.list02 li:last-child {margin-bottom: 0}
.sub0303_wrap .con02 .txt_wrap ul.list02 li b.blue {font-size: 16px; font-weight: 700; color: #204f8c;}
.sub0303_wrap .con02 .txt_wrap ul.list02 li .txt_box {width: calc(100% - 54px); word-break:keep-all;}
.sub0303_wrap .con02 .txt_wrap ul.list02 li .txt_box em {font-size: 16px; color: #222; font-weight: 500; }
.sub0303_wrap .con02 .txt_wrap ul.list02 li .txt_box p {font-size: 16px; color: #555;}
.sub0303_wrap .con03 {margin-top: 30px; display: flex; gap: 40px; flex-wrap: wrap;}
.sub0303_wrap .con03 .img_box {padding: 20px; width: calc(50% - 20px);}

/* sub0401 */
.sub0401_wrap .con01 ul.list_wrap li .txt p {color: #555;}
.sub0401_wrap .con01 ul.list_wrap li .txt strong {font-size: 16px; color: #222; font-weight: 500; display: block;}
.sub0401_wrap .con01 ul.list_wrap li .txt strong:not(:first-child) {margin-top: 12px;}
.sub0401_wrap .con01 .list_wrap {margin-top: 0;}


/* sub0501 */
.sub0501_wrap .con01 {display: flex;}
.sub0501_wrap .con01 .img_wrap img {border-radius: 20px 0 0 0;}
.sub0501_wrap .con01 .txt_wrap {background: url(/e_images/sub/sub0501_logo.png) no-repeat; background-position: 95% 95%; background-color: #f4f6f9; padding: 30px; border-radius: 0 0 20px 0; display: flex; align-items: center;}
.sub0501_wrap .con01 .txt_wrap p {font-size: 16px; color: #222; word-break:keep-all;}

/* sub0502 */
.sub0502_wrap .con01 .txt_box{background: #f4f6f9; padding: 30px; border-radius:10px; margin-bottom: 50px;}
.sub0502_wrap .con01 .txt_box p{font-size: 18px; color: #222; font-weight: 700; text-align: center;}
.sub0502_wrap .con01 .txt_box p b{color: #204f8c;font-weight: 700; }
.sub0502_wrap .con02 ul {box-shadow: 2px 2px 20px rgba(32,79,140,.15); padding: 30px; }
.sub0502_wrap .con02 ul li {border-bottom: 1px dashed #ddd;}
.sub0502_wrap .con02 ul li:not(:first-child) {margin-top: 25px;}
.sub0502_wrap .con02 ul li:last-child {border-bottom: 0;}
.sub0502_wrap .con02 ul li strong {font-size: 17px; display: inline-block; color: #204f8c; padding: 4px; border: 1px solid #204f8c; border-radius: 50px; padding-right: 14px; margin-bottom: 15px;}
.sub0502_wrap .con02 ul li strong span {width: 25px; height: 25px; line-height: 25px; background: #204f8c; color: #fff; display: inline-block; text-align: center; border-radius: 50px; margin-right: 6px;}
.sub0502_wrap .con02 ul li p {font-size: 16px; word-break:keep-all; color: #555; margin-bottom: 15px;}
.sub0502_wrap .con02 ul li p.p_list01 {margin-bottom: 4px;}
.sub0502_wrap .con02 ul li p.p_list01:last-child {margin-bottom: 20px;}
.sub0502_wrap .con02 ul li:last-child p {margin-top: 0;}
.sub0502_wrap .con02 ul li:last-child p:last-child {margin-bottom: 0;}

/* sub0503 */
.sub0503_wrap .con01 {margin-bottom: 100px;}

/* sub0601 */
.sub0601_wrap .con01 {margin-bottom: 100px;}
.sub0601_wrap ul.info_box {display: flex; justify-content: space-between}
.sub0601_wrap ul.info_box li {width: 35%; box-shadow: 2px 2px 20px rgba(32,79,140,.15); padding: 30px 25px; display: flex;}
.sub0601_wrap ul.info_box li:last-child {width: 60%;}
.sub0601_wrap ul.info_box li .con_box {width: 100%;}
.sub0601_wrap ul.info_box li:last-child .con_box:last-child {border-left: 1px dashed #ddd; padding-left: 25px;}
.sub0601_wrap ul.info_box li .con_box strong {color: #204f8c; font-size: 16px; display: block; margin-bottom: 10px;}
.sub0601_wrap ul.info_box li .con_box p {font-size: 15px; color: #555; margin-bottom: 4px;}
.sub0601_wrap ul.info_box li .con_box p img {width: 15px; margin-top: 5px; margin-right: 8px;}
.sub0601_wrap ul.info_box li .con_box p b {display: inline-block; width: 127px;}
.sub0601_wrap ul.info_box li:last-child .con_box p b {display: inline-block; width: 85px;}
.sub0601_wrap ul.info_box li .con_box span {font-size: 15px; color: #eb6877;}

.sub0601_wrap .con02 {margin-bottom: 0;}