/* 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: 'NanumGothic';
  font-style: normal;
  font-weight: 300;
	src:url(/font/NanumGothicLight.ttf);
  src:url(/font/NanumGothicLight.ttf) format('truetype');
}
@font-face {
  font-family: 'NanumGothic';
  font-style: normal;
  font-weight: 700;
	src:url(/font/NanumGothicBold.ttf);
  src:url(/font/NanumGothicBold.ttf) format('truetype');
}
/* 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:15px; line-height:1.6; font-family: 'Noto Sans KR'; color:#555;} 
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;}

/* font-family: 'Nanum Gothic'; */

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

/* === header === */
#header { position:relative; z-index:1000; background:#fff;}
#header .inner { display:flex; justify-content:space-between; align-items:center; height:100px;}
#header .gnb { display:flex; position:relative; left:34px; height:100%;}
#header .gnb > li { position:relative; padding:0 34px; height:100%;}
#header .gnb > li::before { content:''; position:absolute; left:50%; bottom:20px; transform:translateX(-50%); width:0; height:2px; background:#d8c699; transition: all .5s;}
#header .gnb > li.on::before { width:30px;}
#header .gnb > li > a { display:flex; justify-content:center; align-items:center; width:100%; height:100%; font-size:16px; color:#222; font-weight:500;}
#header .gnb > li.on > a { color:#5f5c50;}
#header .gnb .sub_menu { display:none; position:absolute; left:50%; top:100%; transform:translateX(-50%); padding:25px 0; width:200px; background:rgba(0,0,0,.7);}
#header .gnb .sub_menu li { width:100%; text-align:center;}
#header .gnb .sub_menu li ~ li { margin-top:5px;}
#header .gnb .sub_menu li a { display:block; width:100%; font-size:15px; color:#bbb; line-height:30px; transition:.5s;}
#header .gnb .sub_menu li:hover a { color:#fff;}

/* === visual === */
#visual_wrap { position:relative; height:580px;}
#visual_wrap .visual li { position:relative;}
#visual_wrap .txt_wrap { position:absolute; left:0; right:0; top:48%; transform:translateY(-50%); text-align:center;}
#visual_wrap .txt_wrap p { margin-top:20px; font-size:42px; color:#fff; font-weight:300; line-height:67px; font-family: 'Nanum Gothic';}
#visual_wrap .txt_wrap p strong { font-weight:700; }
#visual_wrap .txt_wrap p strong img {margin: 18px 12px 0;}

/* === section === */
#section01 { padding:70px 0; background:url(/images/main/sec01_bg.jpg) center no-repeat; background-size:cover;}
#section01 .container { display:flex;}
#section01 .container .conbox .txt_tit { position:absolute; left:0; right:0; bottom:50px; padding:0 40px; line-height:1;}
#section01 .container .conbox .txt_tit strong { font-size:25px; color:#fff; font-weight:700;}
#section01 .container .conbox .txt_tit p { margin-top:20px; font-size:14px; color:#fff;}
#section01 .container .conbox { display:flex; flex-wrap:wrap; justify-content:space-between; align-content:space-between; width:890px;}
#section01 .container .conbox .con {}
#section01 .container .conbox .con a { overflow:hidden; position:relative; display:block; width:100%; height:100%; transition:all .5s;}
#section01 .container .conbox .con:nth-of-type(2n) { margin-left:20px;}
#section01 .container .conbox .con .ico_arrow { position:absolute; top:30px; right:30px; width:30px; height:30px; background:url(/images/main/sec01_arrow_view01.png) center no-repeat; transition:all .5s;}
#section01 .container .conbox .con04 .txt_tit strong { color:#6f6d66;}
#section01 .container .conbox .con04 .txt_tit p { color:#6f6d66;}
#section01 .container .conbox .con04 .ico_arrow { background:url(/images/main/sec01_arrow_view02.png) center no-repeat;}
#section01 .container .conbox .con01,
#section01 .container .conbox .con04{ width:290px; height:260px;}
#section01 .container .conbox .con02,
#section01 .container .conbox .con03{ width:580px; height:260px;}
#section01 .container .conbox .con01 { background:#6f6d66;}
#section01 .container .conbox .con04 { background:#edeae0;}
#section01 .container .conbox .con02 .bg_box { height:100%; background:url(/images/main/sec01_bg_img01.jpg) center no-repeat; background-size:cover; transition:all 1s;}
#section01 .container .conbox .con03 .bg_box { height:100%; background:url(/images/main/sec01_bg_img02.jpg) center no-repeat; background-size:cover; transition:all 1s;}
#section01 .container .conbox .con .ico_box { position:absolute; left:30px; top:30px;}
#section01 .container .conbox .con .ico_box img { transition:.5s;}
#section01 .container .conbox .con:hover .ico_box img { transform:scale(1.07);}
#section01 .container .conbox .con a::before{ content:''; position:absolute; left:0; top:0; width:100%; height:100%; border:0px solid transparent; opacity:0; transition:.3s ease-in-out; z-index: 999;}
#section01 .container .conbox .con:hover a::before { width:100%; height:100%; opacity:1; border:9px solid #e9dcbd;}
#section01 .container .conbox .con02:hover a::before { width:100%; height:100%; opacity:1; border:9px solid #e9dcbd;}
#section01 .container .conbox .con03:hover a::before { width:100%; height:100%; opacity:1; border:9px solid #e9dcbd;}
#section01 .container .conbox .con04:hover a::before { width:100%; height:100%; opacity:1; border:9px solid #e9dcbd;}
/* #section01 .container .conbox .con:hover .ico_arrow { top:15px; right:15px;} */
#section01 .container .conbox .con:hover .bg_box { transform:scale(1.1);}

#section01 .container .con05 { position:relative; margin-left:20px; width:290px; height:540px;}
#section01 .container .con05 a { overflow:hidden; display:block; position:relative; width:100%; height:100%;}
#section01 .container .con05 a .bg_box { overflow:hidden; height:100%; background:url(/images/main/sec01_bg_img03.png) center no-repeat; background-size:cover;}
#section01 .container .con05 a .txt_wrap { display:flex; align-content:space-between; flex-wrap:wrap; position:absolute; left:0; right:0; top:0; bottom:0; padding:50px 40px; line-height:1;}
#section01 .container .con05 a .txt_tit { width:100%;}
#section01 .container .con05 a .txt_tit strong { font-size:25px; color:#fff; font-weight:700;}
#section01 .container .con05 a .txt_tit p { margin-top:20px; font-size:14px; color:#fff;}
#section01 .container .con05 a span { display:inline-block; position:relative; padding-right:30px; font-size:15px; color:#fff;}
#section01 .container .con05 a span::before { content:''; position:absolute; right:11px; top:50%; transform:translateY(-50%); width:11px; height:12px; background:url(/images/main/sec01_ico_view01.png) center no-repeat;}
#section01 .container .con05 a span::after { content:''; position:absolute; right:0; top:50%; transform:translateY(-50%); width:11px; height:12px; background:url(/images/main/sec01_ico_view02.png) center no-repeat;}
@keyframes goAni01 {
	0% { opacity:0; right:20px;}
	100% { opacity:1; right:11px;}
}
@keyframes goAni02 {
	0% { opacity:0; right:20px;}
	100% { opacity:1; right:0;}
}
#section01 .container .con05:hover a span::before { animation:goAni01 1s .5s infinite forwards;}
#section01 .container .con05:hover a span::after { animation:goAni02 1.5s infinite forwards;}

/* === footer === */
#footer { padding:43px 0 50px; background:#1a1b1d;}
#footer .inner { display:flex; justify-content:space-between; align-items:center;}
#footer address { font-size:14px; color:#fff; font-weight:300; line-height:28px;}
#footer address i { display:inline-block; margin:0 20px; width:1px; height:10px; background:rgba(255,255,255,.3);}
#footer address .copy { margin-top:20px; font-size:14px; color:rgba(255,255,255,.5); line-height:1;}

/* ===== SUB ===== */
#sub_visual_wrap { position:relative;}
#sub_visual_wrap .txt_wrap { position:absolute; left:0; right:0; top:40%; transform:translateY(-50%); text-align:center; line-height:1;}
#sub_visual_wrap .txt_wrap h2 { font-size:44px; color:#fff; font-weight:700; font-family: 'Nanum Gothic';}

/* sub_menu */
.sub_tab_menu { position:absolute; left:0; right:0; bottom:0; width:100%; height:65px; background:rgba(0,0,0,.3);}
.sub_tab_menu .inner { display:flex; height:100%;}
.sub_tab_menu .inner h3 { flex:1; height:100%;}
.sub_tab_menu .inner h3.on,
.sub_tab_menu .inner h3.active { background:rgba(251,243,223,.85);}
.sub_tab_menu .inner h3 a { display:flex; justify-content:center; align-items:center; width:100%; height:100%; font-size:16px; color:#fff; font-weight:400;}
.sub_tab_menu .inner h3.on a, 
.sub_tab_menu .inner h3.active a { color:#5f5c50;}

#sub_contents { padding:70px 0 100px;}
#sub_contents .contop { margin-bottom:60px; text-align:center; line-height:1;}
#sub_contents .contop h3 { font-size:37px; color:#000; font-weight:700; font-family: 'Nanum Gothic';}

/* sub0101 */
.sub0101_wrap {display: flex; flex-wrap: wrap; justify-content: space-between; background: url(/images/sub/sub0101_bg.png)center bottom -10px no-repeat; padding-bottom: 100px;}
.sub0101_wrap .txt_box {width: 600px; margin-top: 60px;}
.sub0101_wrap .txt_box h4 {color: #3362af; font-size: 25px; font-weight: 500; margin-bottom: 40px;}
.sub0101_wrap .txt_box ul li {position: relative; padding-left: 90px; font-size: 16px;}
.sub0101_wrap .txt_box ul li + li {margin-top: 25px;}
.sub0101_wrap .txt_box ul li span {position: absolute; left: 0; top: 0; color: #222; font-weight: 500;}

/* sub0202 */
.sub0202_wrap {display: flex; flex-wrap: wrap;}
.sub0202_wrap > div {border: 1px solid #ddd; border-radius: 20px; width: 48%; padding: 20px 30px; margin-right: 4%; margin-top: 45px;}
.sub0202_wrap > div:nth-child(2n) {margin-right: 0;}
.sub0202_wrap > div:nth-child(-n+2) {margin-top: 0;}
.sub0202_wrap > div h5 {color: #222; font-size: 20px; border-bottom: 1px solid #ddd; padding-bottom: 10px; margin-bottom: 15px;}	
.sub0202_wrap > div h5 span {color: #5f5c50;}
.sub0202_wrap > div ul li {position: relative; padding-left: 15px; color: #222;}
.sub0202_wrap > div ul li + li {margin-top: 15px;}
.sub0202_wrap > div ul li:after {content: ""; position: absolute; left: 0; top: 11px; width: 3px; height: 3px; background-color: #5f5c50;}

/* sub0103_wrap */
.sub0102_wrap table {display: table; width: 100%; table-layout: fixed; border-top: 3px solid #6F6D66; margin-top: 10px;}
.sub0102_wrap table tr {border-bottom: 1px solid #ddd;}
.sub0102_wrap table th { color: #222; font-weight: 500; padding: 15px; font-size: 16px; font-weight: 500; color: #6F6D66;}
.sub0102_wrap table td { padding: 15px; font-size: 15px; color: #222;}
.sub0102_wrap table td p {position: relative; padding-left: 15px;}
.sub0102_wrap table td p:after {content: "-"; position: absolute; left: 0; top: 0; }

/* sub0201 */
.sub0201_wrap {display: flex; flex-wrap: wrap; justify-content: space-between;}
.sub0201_wrap > div {border: 1px solid #ddd; border-radius: 20px; width: 48%; padding: 30px;}
.sub0201_wrap > div h4{color: #222; font-size: 20px; font-weight: 500;}
.sub0201_wrap > div h4 span{color: #6F6D66; display: inline-block; margin-right: 5px; }
.sub0201_wrap > div h5{color: #222; font-size: 16px; font-weight: 500; position: relative; padding-left: 13px; margin-top: 25px;}
.sub0201_wrap > div h5:after {content: ""; position: absolute; left: 0; top: 12px; width: 3px; height: 3px; background-color: #6f6d66;}
.sub0201_wrap > div ul {margin-top: 10px;}
.sub0201_wrap > div ul li {position: relative; padding-left: 18px;}
.sub0201_wrap > div ul li + li {margin-top: 8px;}
.sub0201_wrap > div ul li:after {content: ""; position: absolute; left: 0; top: 5px; background: url(/images/sub/sub0201_ico1.png)center no-repeat; width: 12px; height: 13px;}

/* sub0301 */
.sub0301_wrap .con1{margin-bottom:30px;}
.sub0301_wrap .con1 p{margin:0 auto; padding:10px 0;width:20%; background:#3362af; font-size:22px; text-align:center; color:#fff; font-weight:500;}
.sub0301_wrap .con2 p{margin-bottom:30px;}

/* sub0401 */
.sub0401_wrap .con1 ul li{position:relative; margin-bottom:40px; display:flex; align-items: center;}
.sub0401_wrap .con1 ul li::after{position:absolute;content:"";width:15%; height:2px; background:#3362af; top:53%; left:40%;}
.sub0401_wrap .con1 ul li::before{position:absolute;content:"";width:15px; height:15px;border-radius:50%; background:#3362af; top:50%; left:54%;}
.sub0401_wrap .con1 ul li:nth-child(2)::before{position:absolute;content:"";width:15px; height:15px;border-radius:50%; background:#3362af; top:50%; left:40%;}
.sub0401_wrap .con1 ul li div{width:50%; margin-right:20px;}
.sub0401_wrap .con1 ul li:nth-child(3){margin-bottom:0;}
.sub0401_wrap .con1 ul li:nth-child(2) div.img_wrap{margin-right:0;}
.sub0401_wrap .con1 ul li:nth-child(2) div.txt_wrap{margin-right:20px; padding-left:0; padding-right:13%; text-align:right;}
.sub0401_wrap .con1 ul li div.txt_wrap{margin-right:0; padding-left:8%; vertical-align:middle; }
.sub0401_wrap .con1 ul li div.txt_wrap strong{display:inline-block; padding-bottom:5px; width:100%; font-size:25px; color:#3362af; font-weight:600;}
.sub0401_wrap .con1 ul li div.txt_wrap p{font-size:15px; color:#292929;}

/* sub0403 */
.sub0403_wrap .con1{display:flex; flex-wrap: wrap; margin-bottom:40px;}
.sub0403_wrap .con1 div{width:48%;}
.sub0403_wrap .con1 div:nth-child(1){margin-right:20px;}
.sub0403_wrap .con1 div strong{display:inline-block;  padding:20px 0;width:100%; background:#3362af;text-align:center; font-weight:500; color:#fff;}
.sub0403_wrap .con1 div table{width:100%; height:400px;}
.sub0403_wrap .con1 div table tr th{padding:20px 0; background:#e5e9ef; font-size:16px; font-weight: 400; color:#3362af;border-bottom:1px solid #bbb; }
.sub0403_wrap .con1 div table tr td{padding:20px 20px;font-size:15px; border-bottom:1px solid #bbb;}
.sub0403_wrap .con1 div table tr td ul li{position:relative; padding-left:10px;}
.sub0403_wrap .con1 div table tr td ul li::before{position:absolute; content:"";width:3px; height:3px; background:#3362af; top:10px; left:0}
.sub0403_wrap .con1 div table tr td ul li.dot_none::before{display:none;}
p.point_box{padding:25px 0; background:#f8f8f8; border:1px solid #3362AF; text-align:center; font-size:20px; color: #3362AF; font-weight: 500; }

/* sub0601 */
.sub0601_wrap .map_wrap_all{display:flex; flex-wrap: wrap; background:#f8f8f8;}
.sub0601_wrap .map_wrap_all iframe{margin-right:30px;}
.sub0601_wrap .map_wrap_all .txt_wrap{margin-top:6%;}
.sub0601_wrap .map_wrap_all .txt_wrap ul{margin-top:45px;}
.sub0601_wrap .map_wrap_all .txt_wrap ul li{color:#3362af; font-weight:600; margin-bottom: 30px;  line-height: 44px; font-size: 18px;}
.sub0601_wrap .map_wrap_all .txt_wrap ul li  img{padding:7px 15px 0 0;}
.sub0601_wrap .map_wrap_all .txt_wrap ul li span{font-size:15px; color:#555; font-weight:400; padding-left:10px;}
.sub0601_wrap .map_wrap_all .txt_wrap .right_img{text-align:right;}
