/* 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: 'SUIT';
  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: 'SUIT';
  font-style: normal;
  font-weight: 300;
  src: url(/font/SUIT-Light.otf) format('opentype');
  src: url(/font/SUIT-Light.otf) format('opentype'),
       url(/font/SUIT-Light.ttf) format('truetype');
}
@font-face {
  font-family: 'SUIT';
  font-style: normal;
  font-weight: 400;
  src: url(/font/SUIT-Regular.otf) format('opentype');
  src: url(/font/SUIT-Regular.otf) format('opentype'),
       url(/font/SUIT-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'SUIT';
  font-style: normal;
  font-weight: 500;
  src: url(/font/SUIT-Medium.otf) format('opentype');
  src: url(/font/SUIT-Medium.otf) format('opentype'),
       url(/font/SUIT-Medium.ttf) format('truetype');
}
@font-face {
  font-family: 'SUIT';
  font-style: normal;
  font-weight: 600;
  src: url(/font/SUIT-SemiBold.otf) format('opentype');
  src: url(/font/SUIT-SemiBold.otf) format('opentype'),
       url(/font/SUIT-SemiBold.ttf) format('truetype');
}
@font-face {
  font-family: 'SUIT';
  font-style: normal;
  font-weight: 700;
  src: url(/font/SUIT-Bold.otf) format('opentype');
  src: url(/font/SUIT-Bold.otf) format('opentype'),
       url(/font/SUIT-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'SUIT';
  font-style: normal;
  font-weight: 900;
  src: url(/font/SUIT-ExtraBold.otf) format('opentype');
  src: url(/font/SUIT-ExtraBold.otf) format('opentype'),
       url(/font/SUIT-ExtraBold.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:13px; line-height:1.6; font-family: 'SUIT'; 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: 1400px; */margin: 0 auto; overflow: hidden;}
.inner{width: 1200px; margin: 0 auto; max-width:100%;}
.no_inner{width: 1580px; margin: 0 auto; max-width:100%;padding: 0px 90px;}

/* intro */
#intro_wrap{position: fixed;top: 0; left: 0;z-index: 1000;height: 100%;max-width: 100%; width: 100vw; }
#intro_wrap .intro_logo{display: none; position: absolute;top: 50%;left: 50%;transform:translate(-50%,-50%);}
h6 {position: absolute;background-color: #fff;border-radius: 50%;pointer-events: none;transform: translate(-50%, -50%);animation: animate .5s linear;}
@keyframes animate {
  0% {
    width: 0px;
    height: 0px;
    opacity: 0.5;
  }
  100% {
    width: 600px;
    height: 600px;
    opacity: 0;
  }
}
#intro_wrap a.link_btn{display: block;border: 1px solid #fff;width: 200px;height: 45px;text-align: center;line-height: 43px;border-radius: 50px;position: absolute; left: 50%; transform:translateX(-50%); bottom: 220px;color: #fff; font-weight: 300; font-size: 18px;transition:.4s;overflow: hidden;}
#intro_wrap a.link_btn::after{content:'';display: block; width: 100%; height: 0;position: absolute; bottom: 0; left: 50%; transform:translateX(-50%);transition:.4s; background: #fff;z-index: -1;}
#intro_wrap a.link_btn:hover::after{height: 100%;}
#intro_wrap a.link_btn:hover{color: #b19c89;font-weight: 500;}


/* header */
#header{position: absolute;height: 120px;left: 100px;}
#header .inner{display: flex; justify-content:space-between;align-items:center;height: 100%;width: 1720px;}
#header h1 a{display: block;background: url(/images/main/main_logo_pc.png)center no-repeat;width: 81px;height: 45px; background-size: cover;}
#header .nav_btn{display: none;}
.lnb_menu{position: relative;padding: 10px 0;}
.lnb_menu:last-child .lnb_sub{ left: 72%;}
.lnb_menu:nth-child(4) .lnb_sub{ left: 66%;}
.lnb_sub{display: none;position: absolute;left: 80%; transform: translateX(-50%); width: 100px;top: 40px;}
.lnb_sub ul li{text-align: left;margin-top: 10px;}
.lnb_sub ul li a{font-size: 16px; transition:.3s;color: #666;font-weight: 300;}
.lnb_sub ul li:hover a{color: #b19c89;}

/* gnb */
.lnb_wrap{display: flex; align-items: center;}
.lnb_wrap .gnb{display: flex; align-items: center;}
.lnb_wrap .gnb li h3 a span{font-size: 17px; color: #000; font-weight: 300; padding: 0 20px 0 20px;transition:.3s;}
.lnb_wrap .gnb li h3 a span:hover{color: #b19c89;}
.lnb_wrap .gnb li h3.on a span{color: #b19c89;}
.youtube_btn{display: block;background: url(/images/main/youtube_pc.png)center no-repeat; background-size: cover; width: 24px;height: 18px;margin-left: 20px;transition:.3s;}
.youtube_btn:hover{background: url(/images/main/youtube_b_pc.png)}

.navigation {display: none;}

/* visual_wrap */
#visual_wrap{position: relative;}

/* ====sub======================================================================== */

/* sub_header */
#sub_header{position: relative;height: 120px;z-index: 9999;transition:.4s;}
#sub_header:hover{background: rgba(255,255,255,.6);}
#sub_header .inner{display: flex; justify-content:space-between;align-items:center;height: 100%;width: 100%; padding: 0px 90px;}
#sub_header h1 a{display: block;background: url(/images/main/main_logo_pc.png)center no-repeat;width: 81px;height: 45px; background-size: cover;}
#sub_header .nav_btn{display: none;}

#sub_contents{padding: 90px 0 50px;}

/* 공통 */
h5.h5_tit {position:relative; margin-bottom:20px; font-size:16px; color:#b19c89; word-break:keep-all; font-weight:300; }
h5.h5_tit::before { position:absolute; content:''; width:5px; height:5px; left:0; top:11px; display:none; background:#222; border-radius:50%;}

ul.dot_list li{position:relative; margin-bottom:20px; padding-left:15px; font-size:15px;  word-break:keep-all; color:#888; font-weight: 300;}
ul.dot_list li::before {position:absolute; content:''; width:3px; height:3px; left:0; top:9px; display:block; background:#222; border-radius:50%;}

/* sub0101 */
.sub0101_con_pc .img_box{position: relative;width: calc((100% - 100px) / 3);transition:.3s;}
.sub0101_con_pc .img_box:hover .txt_wrap{opacity:1;}
.sub0101_con_pc{display: flex; flex-wrap:wrap;gap: 50px 50px;}
.sub0101_con_pc .img_box .img_wrap{position:relative; width:100%; padding-bottom:66.66%;}
.sub0101_con_pc .img_box .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%;}
.sub0101_con_pc .img_box .txt_wrap{opacity:0;position:absolute;z-index: 100;top: 50%;left: 50%;transform:translate(-50%,-50%);background: rgba(0,0,0,.4);width: 100%;height: 100%;padding: 115px 65px;transition:.3s;}
.sub0101_con_pc .img_box .txt_wrap p{text-align: center; color: #fff; font-size: 17px; }
.sub0101_con_pc .img_box .txt_wrap em{text-align: center; color: #fff; font-size: 15px; display: block;}
.sub0101_con_pc .img_box .txt_wrap em b{display: block;}
.sub0101_con_pc .img_box .txt_wrap .line{height: 1px; width: 100%; background: #fff;margin: 5px 0 5px;}
.sub0101_con_tab{display: none;}
.paging_wrap{margin: 80px 0 80px;}
ul.paging li{border:none;}
ul.paging li a{font-size: 15px; color: #222; font-weight: 300;}
ul.paging li.on{border:none;background: none;}
ul.paging li.on a{color: #b19c89;}

/* sub0101_view */
.sub0101_view .big_img_wrap {position:relative; overflow: hidden; margin-top:20px; margin-bottom: 30px;}
.sub0101_view .big_img_wrap .big_img_slide li .img_wrap {position:relative; padding-bottom: 66.667%;}
.sub0101_view .big_img_wrap .big_img_slide li .img_wrap img {display:block; margin:0 auto; width: auto; height: auto; max-width: 100%; max-height: 100%;
position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.sub0101_view .big_img_wrap .arrow_wrap {}
.sub0101_view .big_img_wrap .arrow_wrap .prev_button {position:absolute; width: 15px; height: 28px; left:0; bottom:50%; background:url("/images/sub/sub0101_view_l_arrow02.png") no-repeat; cursor:pointer; transform: translateY(50%);}
.sub0101_view .big_img_wrap .arrow_wrap .next_button {position:absolute; width: 15px; height: 28px; right:0; bottom:50%; background:url("/images/sub/sub0101_view_r_arrow02.png") no-repeat; cursor:pointer; transform: translateY(50%);}

.sub0101_view .small_img_slide li{margin-right:20px;}
.sub0101_view .small_img_slide li .img_wrap {position:relative; padding-bottom: 66.667%; }
.sub0101_view .small_img_slide li .img_wrap img {display:block; margin:0 auto; width: auto; height: auto; max-width: 100%; max-height: 100%;
position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}

.dot_wrap {display:flex; justify-content: center; margin-top:30px;}
.dot_wrap li {width: 8px; height: 8px; background: #b19c89; border-radius: 50%; margin-right: 10px;}
.dot_wrap li.on {background: #635345;}
.dot_wrap li:last-child {margin-right: 0;}

/* sub0201 */
.sub0201_wrap .con01 {display:flex; margin-bottom:100px; justify-content:center;align-items:flex-start;}
.sub0201_wrap .con01 .img_wrap {width: 60%;}
.sub0201_wrap .con01 .img_wrap img{text-align: center; }
.sub0201_wrap .con01 .txt_wrap{width: 80%;}
.sub0201_wrap .con01 .txt_wrap h3{font-size: 24px; color: #b19c89; font-weight: 500; word-break:keep-all;}
.sub0201_wrap .con01 .txt_wrap p{font-size: 15px; color: #888; margin-top: 15px; text-transform:uppercase ; font-weight: 300;text-align: left;}
.sub0201_wrap .con01 .txt_wrap p b {color:#b19c89; font-weight:500;}

.sub0201_wrap .con02 {margin-bottom:0;}
.sub0201_wrap .con02 > h5.h5_tit {margin-bottom: 35px;}
.sub0201_wrap .con02 .con_box {display:flex; align-items: flex-start; justify-content: space-between;}
.sub0201_wrap .con02 .txt_wrap p {font-size:15px; font-weight:300; color:#888; margin-bottom:15px; }
.sub0201_wrap .con02 .txt_wrap p:last-child {margin-bottom:0;}
.sub0201_wrap .con02 .img_wrap img {display:block; margin:0 auto; width: 80%;}


/* sub0202 */
.sub0202_wrap .con01 .con_box .txt_wrap p {font-size:15px; margin-bottom:15px; color:#888; word-break:keep-all; font-weight: 300;}
.sub0202_wrap .con02 {margin-bottom:100px; display: flex; justify-content: space-between;}
.sub0202_wrap .con03 {}
.sub0202_wrap .con03 .con_box {display:flex; align-items:center; gap:100px;  justify-content: flex-start; }
.sub0202_wrap .con03 .con_box .img_wrap img {height:280px;}
.sub0202_wrap .con03 .con_box .txt_wrap {margin-left:70px;}
.sub0202_wrap .con03 .con_box .txt_wrap p {font-size:15px; margin-bottom:15px; color:#888; word-break:keep-all; font-weight: 300;}

/* sub0301 */
.sub0301_wrap .sub0301_con{display: flex;gap: 0 90px;align-items:center; margin-bottom:80px;}
.sub0301_wrap .sub0301_con:last-child {margin-bottom:0;}
.sub0301_wrap .map_wrapper iframe{width: 700px; height: 420px;}
.sub0301_wrap .txt{width: 100%;}
.sub0301_wrap .hq h4{font-size: 18px; color:#b19c89;padding: 30px 0;border-bottom:1px solid #cbb39c;margin-bottom: 30px; font-weight:400; }
.sub0301_wrap .office h4{font-size: 18px; color: #b19c89;padding: 30px 0; border-bottom: 1px solid #cbb39c;  margin-bottom: 30px; font-weight:400; }
.sub0301_wrap .txt p{font-size: 15px; color: #888;font-weight: 300; padding-bottom: 30px;}
.sub0301_wrap .txt span{font-size: 18px; color: #777;font-weight: 300;width: 95px; display: inline-block; }

/* sub0401 */
.sub0401_wrap {}
div.input_box01{width:33.33%; }
div.input_box01 p{position:relative; font-size: 17px; color: #777; padding-left: 13px;  margin-bottom: 15px;}
div.input_box01 p:after{position: absolute; content: '';  left: 0px; top: 10px; width: 4px; height: 4px; border-radius: 4px; background: #b19c89;}
div.input_box01 p b {color:red; }
div.input_box01 input{display: block; border: none; border-bottom: 1px solid #ddd;font-size:16px; color:#888; font-weight:300; border-radius:none; padding:0 10px;}
div.input_box01 input:focus{outline: none;}
div.e_mail_box{display:flex;}
select.select01{padding:0 20px 0 5px; height:35px; margin-left:10px;border:1px solid #ddd;}
.sub0401_wrap .con01{display:flex;  flex-wrap:wrap; justify-content: space-between;}
.sub0401_wrap .con01 .input_box01 {width:calc(33.33% - 20px); margin-bottom:60px;}
.sub0401_wrap .con01 .input_box01:nth-child(3n) {margin-right:0;}
.sub0401_wrap .con01 .input_box01:nth-child(n+3) {margin-bottom:0;}
.sub0401_wrap span {margin-bottom:10px; display:block; font-size:18px; color: #b19c89;}
.sub0401_wrap span b {color:red;}
.sub0401_wrap .con01 .phone_box{display:flex; align-items: center;}
.sub0401_wrap .con01 .phone_box span{display: inline-block; width: 10px; height: 2px; background: #ddd; margin: 0 5px;}
.sub0401_wrap .con02 {display:flex; margin-top:60px;}
.sub0401_wrap .con03 {margin-top:60px;}
.sub0401_wrap .con03 .area_box p{position:relative; font-size: 16px; color: #777; padding-left: 13px; font-weight: 500; margin-bottom: 15px;}
.sub0401_wrap .con03 .area_box p:after{position: absolute; content: '';  left: 0px; top: 7px; width: 4px; height: 4px; border-radius: 4px; background: #b19c89;}
.sub0401_wrap .con03 .area_box textarea{display: block; width: 100%;height: 400px; border: 1px solid #ddd; color: #222; margin-top: 20px;}
.sub0401_wrap .con04{ margin-top:60px;}
.sub0401_wrap .con04 div.input_box01{width:100%;}
.sub0401_wrap .con04 .check_box01{display:flex;flex-wrap:wrap; width:82%;}
.sub0401_wrap .con04 .check_box01 li{display:flex;margin-right:30px; font-size:15px; color:#888; margin-bottom:0;}
.sub0401_wrap .con04 .check_box01 li:last-child{margin-right:0;}
.sub0401_wrap .con04 .check_box01 li label{padding-left:5px;}
.sub0401_wrap .con05 .check_box01 li{display:flex;margin-right:30px; font-size:15px; color:#888; margin-bottom:10px;}
.sub0401_wrap .con07 {display:flex;}
.sub0401_wrap .con08 .area_box textarea{display: block; width: 100%;height: 200px; border: 1px solid #ddd; color: #222; margin-top: 20px;
color:#888; font-size:16px; padding:10px; font-weight:300;}
.sub0401_wrap .con09 {margin-top:60px;}

div.button_wrap01 {display:flex; justify-content: flex-end;}
div.button_wrap01 a{display: block; width: 160px; height: 45px; text-align: center; background: #fff; font-size: 15px; color: #222; border:1px solid #222; line-height:45px;}

div.button_wrap02 { display: flex; justify-content: center; margin-top:35px;}
div.button_wrap02 a{display: block; width: 250px; height: 60px; text-align: center; background: #b19c89; font-size: 16px; color: #fff; line-height: 60px;}

input[type="text"].input_txt01{width:370px; font-weight:300;}
input[type="text"].input_txt02{width:400px; font-weight:300;}
input[type="text"].input_txt03{width:110px; font-weight:300;}

.p_content {width: 50%; height: auto; padding: 40px; overflow-y: auto; background: #fff; max-height: 700px; text-align: center; }
.p_content .input_box01 {display: block; border: none; border-bottom: 1px solid #ddd;font-size:16px; color:#888; font-weight:300; margin-bottom:15px;width:85%;}
.p_content p {font-size: 15px; line-height: 25px; color: #777; font-weight: 500; margin-bottom: 40px; color: #000; display: block;}
.p_content .next {display: block;width: 190px;height: 50px;  background: #b19c89; border-radius: 0;margin-top:30px;}
.p_content .next a { line-height: 50px; font-size: 14px; font-weight: 400; text-align: center; color: #fff;}

/* sub0401_2 */
.sub0401_2_wrap .con_box{display:flex;  flex-wrap:wrap; justify-content: space-between; border-top:3px solid #b19c89;}
.sub0401_2_wrap .con_box .input_box01 {width:calc(50% - 20px); padding:25px 0;  display:flex; border-bottom:1px solid #ddd;}
.sub0401_2_wrap .con_box .input_box01 p {width:40%; margin-right:40px; color:#222; font-weight:500; margin-bottom:0; word-break:keep-all;}
.sub0401_2_wrap .con_box .input_box01 em {font-size:16px;display:block; color:#888; font-weight:300; word-break:keep-all;}

/* sub0401_3 */
.sub0401_3_wrap .con01 {display:flex; justify-content: space-between;}
.sub0401_3_wrap .con01 .input_box01 {width:370px; margin-bottom:20px;}
.sub0401_3_wrap .con01 .con_box {box-shadow: 5px 5px 10px #ddd; width:45%; padding:20px 85px; margin: 0 auto;}
.sub0401_3_wrap .con01 .img_wrap {display: none;}
.sub0401_3_wrap .btn_wrap{display: flex;gap: 10px;justify-content: center;}
.sub0401_3_wrap .button_wrap02 {display:block; margin-top:30px;}
.sub0401_3_wrap .button_wrap03 a{width: 150px;height: 50px;line-height: 50px;}
/* .sub0401_3_wrap .button_wrap03:first-child a{background: #fff;color: #b19c89;border: 1px solid #b19c89;} */

/* sub0501 */
.sub0501_wrap .con01 h4.h4_tit {margin-bottom: 10px;}
.sub0501_wrap .con01 span {display: block; font-size: 15px; color: #888; margin-bottom: 35px;}
.sub0501_wrap .con01 .con_box {display:flex; justify-content: space-between; margin-bottom:100px;}
.sub0501_wrap .con01 .con_box .img_box{width: 780px; cursor:pointer;}
.sub0501_wrap .con01 .con_box .img_box .img_wrap{position:relative; width:100%; padding-bottom:66.667%;}
.sub0501_wrap .con01 .con_box .img_box .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%;}

.sub0501_wrap .con01 .con_box .mini_img{display: flex;flex-direction: column;gap: 65px;width: 340px;cursor:pointer;}
.sub0501_wrap .con01 .con_box .mini_img .img_wrap{position:relative; width:100%; padding-bottom:66.667%;}
.sub0501_wrap .con01 .con_box .mini_img .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%;}

.sub0501_wrap .con01 .con_box .mini_img02{display: flex;flex-direction: column;gap: 65px;width: 340px;cursor:pointer;}
.sub0501_wrap .con01 .con_box .mini_img02 .img_wrap{position:relative; width:100%; padding-bottom:152.941%;}
.sub0501_wrap .con01 .con_box .mini_img02 .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%;}

.sub0501_wrap .con01 .con_box02 {display:flex; justify-content: space-between;}
.sub0501_wrap .con01 .con_box02 .img_box{width: 560px;cursor:pointer;}
.sub0501_wrap .con01 .con_box02 .img_box .img_wrap{position:relative; width:100%; padding-bottom:150%;}
.sub0501_wrap .con01 .con_box02 .img_box .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%;}
.sub0501_wrap .con02 {margin-top:120px;}

.pop_wrap{display: none;position: fixed; left: 0; top: 0;width: 100%; height: 100%; background: #fff;}
.pop_wrap .x_btn{position: absolute; top: 40px; right: 40px;}
.pop_wrap .img_box{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 900px;}
.pop_wrap .img_box .img_wrap{}
.pop_wrap .img_box .img_wrap img{width: 100%;}

.edit_box {margin-top:150px; display: none;}
h4.h4_tit {font-size: 24px; color: #b19c89; font-weight: 500; margin-bottom:30px;}