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

.center{text-align:center;}
.pc_img {display:none;}
.tab_img {display:none;}
.mob_img {display:block;}
.pc {display:none;}
.tab {display:none;}
.mob {display:block;}

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

.main_quick{display: none;position: fixed;left: 60px;top: 50%;transform:translateY(-50%);z-index: 3000;transition:.2s;}
.main_quick.t01{top: 45%;}
.main_quick ul li:not(:last-child){margin-bottom: 40px;}
.main_quick ul li a{position: relative;display: block;width: 5px;height: 5px;background: #fff;border-radius: 50%;transition:.2s;}
.main_quick ul li.on a{width: 50px;height: 2px;border-radius: 0;}
.main_quick.b01 ul li a{background: #666;}
.main_quick ul li a:after{content:'E&R';position: absolute;left: 70px;font-size: 14px;color: #fff;font-weight: 500;top: 50%;transform:translateY(-50%);width: max-content;opacity: 0;transition:.2s;}
.main_quick.b01 ul li a:after{color: #666;}
.main_quick ul li:nth-child(2) a:after{content:'BUSINESS';}
.main_quick ul li:nth-child(3) a:after{content:'PARTNER';}
.main_quick ul li.on a:after{opacity: 1;}


/* quick_menu */
.quick{position: fixed;right: 20px;bottom: 20px;z-index: 3000;}
.quick.rel{position: fixed;bottom: 20px;}
.quick.rel01{position: absolute;bottom:196px;}
.quick li:nth-child(1){display: flex;justify-content: center;margin-bottom: 10px;}
.quick li:nth-child(1) a{position: relative;background: #fff;border-radius: 50%;}
.quick li:nth-child(1) a:after{content:'';position: absolute;transition:.5s;left: 0;z-index: 100;top: 0;transform:scale(0);width: 100%;height: 100%;background: #c0b5a3;border-radius: 50%;}
.quick li:nth-child(1) a .box{position: relative;display: flex;z-index: 200;width: 40px;height: 40px;gap:4px;border-radius: 50%;align-items:center;justify-content: center;flex-direction: column;}
.quick li:nth-child(1) a .ico_box{position: relative;}
.quick li:nth-child(1) a .ico_box img{transition:.2s;width: 10px}
.quick li:nth-child(1) a .ico_box .w01{position: absolute;top: 0;left: 0;opacity: 0;}
.quick li:nth-child(1) a p{position: relative;z-index: 200;font-size: 10px;color: #c0b5a3;line-height: 1;transition:.2s;}

.quick li:nth-child(1) a:hover:after{transform:scale(0);}
.quick li:nth-child(1) a:hover .ico_box img{opacity: 1;}
.quick li:nth-child(1) a:hover .ico_box .w01{opacity: 0;}
.quick li:nth-child(1) a:hover p{color: #c0b5a3;}

.quick li:nth-child(2) a{display: block;position: relative;width: 55px;height: 55px;border-radius:50%;background: #fff;}
.quick li:nth-child(2) a:after{content:'';position: absolute;transition:.6s;left: 0;z-index: 100;top: 0;transform:scale(0);width: 100%;height: 100%;background: #c0b5a3;border-radius: 50%;}

.quick li:nth-child(2) a .logo{position: absolute;top: 50%;left: 50%;transform:translate(-50% , -50%);transition:.2s;z-index: 200;}
.quick li:nth-child(2) a .logo img{width:16px;}
.quick li:nth-child(2) a .logo .w01{position: absolute;left: 0;top: 0;opacity: 0;}

.quick li:nth-child(2) a .ani{position: absolute;top: 50%;left: 50%;transform:translate(-50% , -50%);transition:.2s;animation:ani01 linear 10s infinite;z-index: 200;}
.quick li:nth-child(2) a .ani img{width: 47px;}
.quick li:nth-child(2) a .ani .w01{position: absolute;left: 0;top: 0;opacity: 0;}


.quick li:nth-child(2) a:hover:after{transform:scale(0);}
.quick li:nth-child(2) a:hover .logo .w01{opacity: 0;}
.quick li:nth-child(2) a:hover .ani .w01{opacity: 0;}


@keyframes ani01{
0%{transform:translate(-50% , -50%) rotate(0) ;}
100%{transform: translate(-50% , -50%) rotate(360deg) ;}
}


#section01{height: auto !important;}
#section01 .fp-tableCell{height: auto !important;}

#header{position: fixed;width: 100%;left: 0;top: 0;line-height: 1;z-index: 5000;padding-top: 20px;}
#header .inner{display: flex;height: 43px;align-items:center; justify-content: space-between;}
#header h1 a{display: block;width: 32px;height: 42px;transition:.2s;background:url(/images/main/main_logo01_mob.png)center no-repeat;background-size:cover ;}
#header .right{display: flex;gap:20px;align-items:center;}
#header .right .lang{display: flex;gap:34px;}
#header .right .lang li a{position: relative;font-size: 12px;color: #fff;z-index: 1;}
#header .right .lang li.on a{color: #222;}
#header .right .lang li a:after{content:'';position: absolute;width: 40px;height: 40px;border-radius: 50%;opacity: 0;z-index: -1;background: #fff;left: 50%;top: 50%;transform:translate(-50% , -50%)}
#header .right .lang li.on a:after{opacity: 1;}
#header .navi_btn{display: block;width: 20px;height: 16px;background:url(/images/main/main_btn01_mob.png)center no-repeat;background-size:cover ;}

#header.bl01 .gnb li span a{color: #222;}
#header.bl01 .navi_btn{background:url(/images/main/main_btn01_1_mob.png)center no-repeat;background-size:cover ;}

#header.bl02 h1 a{background:url(/images/main/main_logo02_mob.png)center no-repeat;background-size:cover ;}
#header.bl02 .gnb li span a{color: #222;}
#header.bl02 .navi_btn{background:url(/images/main/main_btn01_1_mob.png)center no-repeat;background-size:cover ;}


/* gnb */
.gnb{display: none;}
.gnb li{position: relative;}
.gnb li span a{position: relative;transition:.3s;display: block;transition:.2s;height: 100%;padding: 0 44.5px;text-align: center;line-height: 120px;font-size: 18px; color: #fff; font-weight: 500;transition:.2s;font-family: 'Poppins';}
.gnb li span a:after{content:'';position: absolute;bottom: 24px;left: 50%;width: 4px;height: 4px;border-radius: 50%;background: #c0b5a3;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%;box-shadow: 1px 1px 20px 0px rgba(0,0,0,.3);}
.gnb .lnb_sub .sub_menu{position: relative;background: #fff;width: 160px;padding: 30px 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: 17px; color: #c0b5a3;transition:.3s;line-height: 1;text-align: center;}


.navigation{position:fixed;display: none;top: 0px;z-index:5000;width:100%;background-color:#fff;height: 100vh;right: 0px;line-height: 1;}
.navigation .lnb{position: relative;padding-top: 100px;}
.navigation .lnb > button{position: absolute;top: 33px;right: 2.66%;}
.navigation .lnb > button img{width: 15px;}
.navigation .lnb h3{margin-top: 40px;}
.navigation .lnb h3 a{display: block;color: #444;font-size: 20px;font-weight: 500;text-align: center;}
.navigation .lnb h3:nth-child(2){margin-top: 0;}
.navigation .lnb h3.on a{color: #c0b5a3;}
.navigation .lnb h3.active a{color: #c0b5a3;}
.navigation .lnb ul{margin-top: 20px;}
.navigation .lnb ul li:not(:last-child){margin-bottom: 20px;}
.navigation .lnb ul li a{display: block;text-align: center;color: #666;font-size: 12px;}

#visual_wrap{position: relative;line-height: 1;}
#visual_wrap ul li{position: relative;overflow:hidden;}
#visual_wrap ul li > p{transform:scale(1.15);transition:ease 4s;}
#visual_wrap ul li.swiper-slide-active > p{transform:scale(1);}
#visual_wrap ul li .txt{position: absolute;width: 100%;left: 0;top: 52%;overflow:hidden;box-sizing:border-box;padding: 0 2.6%;transform:translate(0% , -50%);font-family: 'Poppins';color: #fff;}
#visual_wrap ul li .txt strong{display: block;font-size: 30px;font-weight: 600;margin-bottom: 20px;line-height: 40px;transform:translateX(-150px);opacity: 0;}
#visual_wrap ul li .txt strong b{display: block;}
#visual_wrap ul li .txt p{font-size: 15px;font-weight: 500;margin-bottom: 20px;transform:translateX(-150px);opacity: 0;}
#visual_wrap ul li .txt span{display: block;font-size: 12px;line-height: 15px;transform:translateX(-150px);opacity: 0;}
#visual_wrap ul li .txt span b{display: none;}
#visual_wrap ul li .txt span br{display: none;}
#visual_wrap ul li .txt span em{display: block;}

#visual_wrap ul li.swiper-slide-active .txt strong{animation:ani02 ease 1.5s forwards;}
#visual_wrap ul li.swiper-slide-active .txt p{animation:ani02 ease 1.5s forwards;animation-delay:.5s;}
#visual_wrap ul li.swiper-slide-active .txt span{animation:ani02 ease 1.5s forwards;animation-delay:1s;}


@keyframes ani02{
0%{transform:translateX(-150px);opacity: 0;}
100%{transform: translateX(0);opacity: 1;}
}


#visual_wrap .visual_item{position: absolute;display: flex;width: 100%;padding: 0 2.6%;gap:10px;left: 50%;bottom: 180px;transform:translateX(-50%);z-index: 2000;align-items:center;}
#visual_wrap .swiper-pagination01{display: flex;gap:5px;}
#visual_wrap .swiper-pagination01 span{display: block;width: 10px;height: 2px;background: #fff;opacity: .5;border-radius: 0;}
#visual_wrap .swiper-pagination01 span.swiper-pagination-bullet-active{opacity: 1;}
#visual_wrap .visual_item .visual_num{display: flex;gap:5px;}
#visual_wrap .visual_item .visual_num em{font-size: 12px;color: #fff;font-weight: 500;}
#visual_wrap .visual_item .visual_num span{font-size: 12px;color: #fff;font-weight: 500;font-family: 'Poppins';}


/* 공통 */
a.more01{display: block;position: relative;width: fit-content;margin: 0 auto;font-size: 12px;font-weight: 300;padding-right: 11px;color: #fff;font-family: 'Poppins';}
a.more01:after{content:'';position: absolute;right: 0;top: 6px;width: 6px;height: 1.5px;background: #fff;}

span.more01{display: block;position: relative;width: fit-content;font-size: 12px;font-weight: 300;padding-right: 11px;color: #666;font-family: 'Poppins';}
span.more01:after{content:'';position: absolute;right: 0;top: 6px;width: 6px;height: 1.5px;background: #666;}




#section02{position: relative;line-height: 1;height: auto !important;}
#section02 .fp-tableCell{height: auto !important;}
#section02 .con_box{display: block;height: 100%;}
#section02 .con_box .con01{width: 100%;overflow:hidden;}
#section02 .con_box .con01 .box{position: relative;transition:1s;width: 100%;height: 200px;background:url(/images/main/main_bg01_mob.jpg)center no-repeat;background-size:cover ;}
#section02.active .con_box .con01 .box{width: 100%;}

#section02 .con_box .con01 .txt{position: absolute;width: max-content;transition:1s;left: 50%;top: 50%;transform:translate(-50% , -50%);text-align: center;opacity: 0;}
#section02.active .con_box .con01 .txt{opacity: 1;}
#section02 .con_box .con01 .txt h2{font-size: 20px;font-weight: 450;margin-bottom: 15px;color: #fceabe;font-family: 'Poppins';}
#section02 .con_box .con01 .txt p{font-size: 12px;font-weight: 300;color: #fff;line-height: 18px;margin-bottom: 30px;}
#section02 .con_box .con01 .txt p br{display: none;}
#section02 .con_box .con01 .txt p b{display: none;}
#section02 .con_box .con01 .txt p em{display: block;}

#section02 .con_box .con02{width: 100%;}
#section02 .con_box .con02 ul{height: 100%;}
#section02 .con_box .con02 ul li{height: 200px;transform:translateY(0px);opacity: 1;transition:.7s;}
#section02.active .con_box .con02 ul li{transition-delay:.5s;opacity: 1;transform:translateY(0px);}
#section02.active .con_box .con02 ul li:nth-child(2){transition-delay:.8s;}
#section02.active .con_box .con02 ul li:nth-child(3){transition-delay:1.1s;}


/* @keyframes ani03{
0%{transform:translateY(-50px);opacity: 0;}
100%{transform: translateY(0);opacity: 1;}
} */


#section02 .con_box .con02 ul li a{position: relative;display: flex;height: 100%;padding: 0 2.66%;position: relative;flex-direction: column;justify-content: center;}
#section02 .con_box .con02 ul li a:after{content:'';position: absolute;width: 100%;height: 100%;left: 0;top: 0;background: #c4beb4;opacity: 0;transition:.3s;}
#section02 .con_box .con02 ul li a:hover:after{opacity: 0;}
#section02 .con_box .con02 ul li:nth-child(1) a{background:url(/images/main/main_bg02_pc.jpg)center no-repeat;background-size:cover ;}
#section02 .con_box .con02 ul li:nth-child(2) a{background:url(/images/main/main_bg03_pc.jpg)center no-repeat;background-size:cover ;}
#section02 .con_box .con02 ul li:nth-child(3) a{background:url(/images/main/main_bg04_pc.jpg)center no-repeat;background-size:cover ;}
#section02 .con_box .con02 ul li a .txt{position: relative;z-index: 200;opacity: 0;transition:1s;}
#section02 .con_box .con02 ul li.on a .txt{opacity: 1;}
#section02 .con_box .con02 ul li a strong{display: block;font-size: 20px;font-weight: 600;color: #222;margin-bottom: 15px;}
#section02 .con_box .con02 ul li a p{color: #666;font-size: 12px;font-weight: 300;line-height: 18px;}
#section02 .con_box .con02 ul li:first-child a p br{display: none;}
#section02 .con_box .con02 ul li a p br{display: block;}
#section02 .con_box .con02 ul li a p b{display: none;}
#section02 .con_box .con02 ul li a span{transition:.3s;height: 0;margin-top: 0;overflow:hidden;}
#section02 .con_box .con02 ul li a:hover span{height: 0;margin-top: 0px;}


#section03{line-height: 1;background:url(/images/main/main_bg05_mob.jpg)bottom center no-repeat;background-size:100% 89px;height: 250px !important;}
#section03 .fp-tableCell{height: 250px !important;}
#section03 .inner{position: relative;top: 15px;display: block;width: 100%;padding: 0 2.6%; justify-content: flex-start;align-items:center;gap:75px;}
#section03 .con01{overflow:hidden;}
#section03 .con01 .txt{transform:translateY(-60px);opacity: 0;transition:all 0.8s 0.2s;transition-delay:.5s;}

#section03.active .con01 .txt{transform:translateY(0px);opacity: 1;}
#section03 .con01 h2{font-size: 30px;font-weight: 700;color: #222;font-family: 'Poppins';margin-bottom: 15px;line-height: 1;}
#section03 .con01 h2 b{display: none;}
#section03 .con01 p{font-size: 12px;font-weight: 300;color: #666;line-height: 18px;margin-bottom: 65px;}
#section03 .con01 p b{display: block;}

#section03 .con02{display: flex;justify-content: flex-end;}
#section03 .con02 a.more01{color: #666;margin: 0;}
#section03 .con02 a.more01:after{background: #666;}


#footer{position: relative;line-height: 1;background: #eae5da;height: 310px !important;}
#footer .fp-tableCell {height: 336px !important;}
#footer .a_box{margin-bottom: 20px; justify-content: flex-start; align-items: flex-start; gap: 15px; flex-direction:column;}
#footer .a_box img{width: 32px;}
#footer .a_box .down_btn {width: 110px ; height: 30px; background: #666; display: flex; align-items: center; justify-content: center;}
#footer .a_box .down_btn  a button { font-size: 11px; color: #fff;}
#footer .b_box{display: block; justify-content: space-between;font-size: 11px;color: #666;}
#footer .b_box .left ul{display: flex;gap:20px;margin-bottom: 52px;}
#footer .b_box .left ul li{position: relative;}
#footer .b_box .left ul li:nth-child(1):after{content:'';position: absolute;width: 1px;height: 5px;background: #666;right: -11px;top: 50%;transform:translateY(-50%);}
#footer .b_box .left ul li a{font-size: 11px;color: #666;}
#footer .b_box .left address{line-height: 20px;margin-bottom: 15px;}
#footer .b_box .left address em{display: none;}
#footer .b_box .left address span{display: block;}
#footer .b_box .right{position: absolute;top: 176px;right: 0;transform:translateY(0%);width: 100%;}
#footer .b_box .right > ul{display: flex;gap:0px; justify-content: space-between;padding: 0 2.66%;}
#footer .b_box .right > ul li a{font-size: 11px;color: #666;}
#footer .b_box .right ul.foot_dep02 {display: none;}


/* sub */
#header.sub_header{position: relative;padding: 0;}
#header.sub_header .inner{height: 82px;}
#header.sub_header h1 a{background:url(/images/main/main_logo02_tab.png)center no-repeat;background-size:cover ;}
#header.sub_header .right .lang li a{position: relative;font-size: 12px;color: #666;z-index: 1;}
#header.sub_header .right .lang li.on a{color: #fff;}
#header.sub_header .right .lang li a:after{background: #c0b5a3;}
#header.sub_header .gnb li span a{color: #c0b5a3;}
#header.sub_header .navi_btn{background:url(/images/main/main_btn01_1_mob.png)center no-repeat;background-size:cover ;}

#footer.sub_footer{padding-top: 40px;}

.sub_menu{border-top: 1px solid #eee;border-bottom: 1px solid #eee;line-height: 1;}
.sub_menu .inner{display: block;height: auto;width: 100%;padding-left: 0px;padding: 0;align-items:center;}
.sub_menu .con01{display: flex;height: 40px;align-items:center;padding: 0 10px;}
.sub_menu .con01 .home{display: none;gap:14px;align-items:center;height: 100%;padding-right: 80px;border-right: 1px solid #eee;}
.sub_menu .con01 .home p{position: relative;top: 2px;font-size: 16px;color: #c0b5a3;font-weight: 500;font-family: 'Poppins';}

.sub_menu .con01 .box01{position: relative;padding-left: 0px;margin-right: 65px;}
.sub_menu .con01 .box01:after{content:'';position: absolute;right: -35px;width: 6px;height: 11px;top: 50%;background:url(/images/sub/sub_ico02_mob.png)center no-repeat;background-size:cover ;transform:translateY(-50%);}
.sub_menu .con01 .box01 a{color: #c0b5a3;font-size: 12px;font-weight: 500;font-family: 'Poppins';}

.sub_menu .con01 .box02{display: flex;gap:20px;}
.sub_menu .con01 .box02 h3 a{font-size: 12px;color: #666;font-weight: 400;}
.sub_menu .con01 .box02 h3.on a{color: #c0b5a3;}

.sub_menu .con02 ul{position: relative;display: flex;gap:30px;margin-left: 0px;height: 30px;border-top: 1px solid #eee;padding: 0 10px;align-items:center;}
.sub_menu .con02 ul:after{display: none;content:':';position: absolute;left: -30px;top: 40%;transform:translateY(-50%);font-size: 16px;color: #c0b5a3;}
.sub_menu .con02 ul li{position: relative;}
.sub_menu .con02 ul li:after{content:'';position: absolute;right: -16px;top: 50%;transform:translateY(-50%);width: 1px;height: 12px;background: #ddd;}
.sub_menu .con02 ul li:last-child:after{display: none;}
.sub_menu .con02 ul li a{position: relative;font-size: 12px;color: #666;}
.sub_menu .con02 ul li a:after{content:'';position: absolute;opacity: 0;right: -5px;top: -1px;width: 3px;height: 3px;border-radius: 50%;background: #c0b5a3;}
.sub_menu .con02 ul li.on a:after{opacity: 1;}
.sub_menu .con02 ul li.on a{color: #c0b5a3;}


#sub_contents{padding: 50px 0;}
#sub_contents .inner{width: 100%;}
#sub_contents.no_inner > .inner {padding: 0;}
#sub_contents .contop h3{font-size: 30px;font-weight: 500;color: #222;text-align: center;margin-bottom: 30px;}

/* 공통 */
h4.h4_tit {position:relative; padding-left: 26px; font-size: 20px; font-weight: 700; color: #222; margin-bottom: 40px;}
h4.h4_tit:before {position:absolute; content:""; background: url(/images/sub/h4_sub_tit.png)no-repeat; width: 18px; height: 18px; left:0; top:50%; transform:translateY(-50%); background-size: cover;}

.btn_wrap{text-align: center; margin-top: 30px;}
.btn_wrap div{display: inline-block;}
.btn_wrap div a{display: block; background: #222; color: #fff; width: 100px; padding: 10px; font-size: 12px; border-radius:8px ;}
.btn_wrap .pc_btn{display: none;}
.btn_wrap .mob_btn{display: inline-block;}

table.pc_tbl{display: none;}
table.mob_tbl{display: table;}

/* sub0101 */
.sub0101_wrap span.bold {font-weight: 600; }
.sub0101_wrap .w1400 {width: 100%; margin: 0 auto; padding: 0 2.6%;}
.sub0101_wrap .con_bg {background: none; padding: 0; text-align:center;}
.sub0101_wrap .con_bg h4.h4_tit {display: inline-block;}

.sub0101_wrap .con01 {position:relative; display: flex; justify-content: space-between; align-items: flex-start; flex-direction: column-reverse;padding-bottom: 30px;}
.sub0101_wrap .con01:before {display: none;}
.sub0101_wrap .con01 .left {margin-bottom: 10px;}
.sub0101_wrap .con01 .left .txt_wrap strong {color: #222; font-size: 15px; margin-bottom: 10px; display: block;}
.sub0101_wrap .con01 .left .txt_wrap em {display: block; color:#222; font-size: 13px; margin-bottom: 15px;}
.sub0101_wrap .con01 .left .txt_wrap .p_wrap {font-size: 12px; color: #666;line-height: 2;}
.sub0101_wrap .con01 .left .txt_wrap .p_wrap p br {display: none;}
.sub0101_wrap .con01 .left .txt_wrap .p_wrap span.bold {color: #222;}
.sub0101_wrap .con01 .right {margin: 0 auto; margin-bottom: 40px;}
.sub0101_wrap .con01 .right img {position: relative; width:100%;}
.sub0101_wrap .con01 .right img:before {position:absolute; content: "";width: 471px; height: 500px;  border: 6px solid rgba(192,181,163,0.2);; right: 40px; top: 50px;}

.sub0101_wrap .con02 {padding: 0;}
.sub0101_wrap .con02 .pc_wrap {display: none;}
.sub0101_wrap .con02 .tab_wrap {display: block; word-break:keep-all;}
.sub0101_wrap .con02 .tab_wrap .icon_wrap01 li {display: flex; align-items: center; gap: 25px; margin-bottom: 20px;}
.sub0101_wrap .con02 .tab_wrap .icon_wrap01 li:last-child {margin-bottom:0;}
.sub0101_wrap .con02 .tab_wrap .icon_wrap01 li img {width: 136px;}
.sub0101_wrap .con02 .tab_wrap .icon_wrap01 li .txt_box {text-align: left;}
.sub0101_wrap .con02 .tab_wrap .icon_wrap01 li .txt_box  p {font-size: 12px; color: #222; font-weight: 450; margin-bottom: 6px;}
.sub0101_wrap .con02 .tab_wrap .icon_wrap01 li .txt_box  span {font-size: 12px; color: #666;}

.sub0101_wrap .con03 {text-align:center; padding: 50px 0; word-break:keep-all; background: #fbf9f2;}
.sub0101_wrap .con h4.h4_tit {display: inline-block;}
.sub0101_wrap .con03 .icon_box {display: flex; gap: 20px; flex-wrap: wrap; flex-direction: column;}
.sub0101_wrap .con03 .icon_box li {padding: 20px; border: 2px solid #eae5da; width: 100%; text-align: left; display: flex; justify-content: space-between; align-items: flex-start;height: 143px;}
.sub0101_wrap .con03 .icon_box li:nth-child(1) img {width: 42px;}
.sub0101_wrap .con03 .icon_box li:nth-child(2) img {width: 33px;}
.sub0101_wrap .con03 .icon_box li:nth-child(3) img {width: 38px;}
.sub0101_wrap .con03 .icon_box li:nth-child(4) img {width: 42px;}
.sub0101_wrap .con03 .icon_box li:nth-child(5) img {width: 44px;}
.sub0101_wrap .con03 .icon_box li:nth-child(6) img {width: 38px;}
.sub0101_wrap .con03 .icon_box li .txt span {font-size: 12px; color: #c0b5a3; font-weight: 500;}
.sub0101_wrap .con03 .icon_box li .txt em {display: block; font-weight: 600; font-size:16px; color: #c0b5a3;}
.sub0101_wrap .con03 .icon_box li p {font-size: 12px; color: #666; margin-top: 15px;}
.sub0101_wrap .con03 .icon_box li p br {display: none;}

.sub0101_wrap .con04 {padding: 70px 0 50px;}

/* sub0102 */
.sub0102_wrap .con{display: flex;gap: 30px;flex-direction: column;}
.sub0102_wrap .con .img_box{width: 100%;margin: 0; padding: 0px 30px;}
.sub0102_wrap .con .txt_box{width: 100%;padding: 0;}
.sub0102_wrap .con .txt_box strong{font-size: 15px;}
.sub0102_wrap .con .txt_box strong:nth-of-type(1){display: block;}
.sub0102_wrap .con .txt_box strong:nth-of-type(1)::after{right: 0;width: calc(100% - 350px);}
.sub0102_wrap .con .txt_box strong:nth-of-type(2) span{font-size: 12px;}
.sub0102_wrap .con .txt_box strong:nth-of-type(2)::before{width: calc(100% - 110px);}
.sub0102_wrap .con .txt_box p{padding: 20px 0px;font-size: 13px; line-height: 20px;}
.sub0102_wrap .con .txt_box p i{padding-top: 20px;}

/* sub0201 */
.sub0201_wrap{line-height: 1; padding-bottom: 50px;}
.sub0201_wrap h4.h4_tit{text-align: center;}
.sub0201_wrap .con01{padding-bottom: 50px;}
.sub0201_wrap .con01 .inner{display: flex;align-items: end;flex-direction: column;}
.sub0201_wrap .con01 .txt_box{width: 100%;padding-bottom: 30px;}
.sub0201_wrap .con01 .txt_box h3{font-size: 30px; font-weight: 900; color: rgba(192,181,163,.2);}
.sub0201_wrap .con01 .txt_box p{font-size: 20px; color: #222; font-weight: 600;padding: 15px 0px;}
.sub0201_wrap .con01 .txt_box span{display: block; font-size: 17px; color: #c0b5a3; font-weight: 500; margin-bottom: 15px;}
.sub0201_wrap .con01 .txt_box ul li{position: relative;font-size: 12px; font-weight: 500; color: #666;padding-left: 12px;}
.sub0201_wrap .con01 .txt_box ul li:not(:last-child){margin-bottom: 10px;}
.sub0201_wrap .con01 .txt_box ul li::before{content:''; position: absolute; top: 4px; left: 0; width: 3px; height: 3px; border-radius:50%; background: #c0b5a3;}
.sub0201_wrap .con01 .img_box01 {display: block; width: calc(100% - 30px);padding-bottom: 30px;}
.sub0201_wrap .con01 .img_wrap{position:relative; width:100%; padding-bottom:66.667%;}
.sub0201_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%;}
.sub0201_wrap .con01 .img_wrap::after{content:'';position: absolute; top: 30px; left: -30px; z-index: -1; width: 100%;height: 100%;border:6px solid rgba(192,181,163,.2);}
.sub0201_wrap .con01 .mob_none {display: none;}

.sub0201_wrap ul.tabs{margin: 0px; padding: 0px; list-style: none; display: flex; width: 100%; margin: 0 auto; text-align:center;}
.sub0201_wrap ul.tabs li{background: none; color: #c0b5a3; display: inline-block; padding: 10px 15px; cursor: pointer; font-size: 13px; width:33.333%; border: 1px solid #c0b5a3; border-bottom: none;}
.sub0201_wrap ul.tabs li.current{ background: #efece8; color: #222; border: 1px solid #c0b5a3; border-bottom: none;}
.sub0201_wrap .tab-content{ display: none; background: #efece8;}
.sub0201_wrap .tab-content.current{ display: inherit; padding: 50px 0; }

.sub0201_wrap .con02 h4.h4_tit{text-align: center;}
.sub0201_wrap .con02 h4.h4_tit:before{display: inline-block;position: initial;margin-right: 10px;vertical-align: -webkit-baseline-middle;}
.sub0201_wrap .con02 .con02_wrap ul{display: flex; flex-wrap:wrap;gap:25px;justify-content:flex-start;width: 355px;margin: 0 auto;}
.sub0201_wrap .con02 .con02_wrap ul li{position: relative;width: 163px; height: 163px; border-radius:50%; background: #fff; border:1px solid #c0b5a3;padding-top: 24px;}
.sub0201_wrap .con02 .con02_wrap ul li::after{content:'';position: absolute; right: -18px; top: 50%; transform:translateY(-50%);background: url(/images/sub/sub0201_arr01.png)center no-repeat; width: 7px; height: 19px; background-size: cover;}
.sub0201_wrap .con02 .con02_wrap ul li img{display: block;margin: 0 auto; width: 40px;}
.sub0201_wrap .con02 .con02_wrap ul li p{font-size: 17px; font-weight: 700; color: #c0b5a3;padding: 10px 0px;text-align: center;}
.sub0201_wrap .con02 .con02_wrap ul li span{display: block;font-size: 12px; font-weight: 500; color: #666; text-align: center;}
.sub0201_wrap .con02 .con02_wrap ul li span i{display: block;}
.sub0201_wrap .con02 .con02_wrap ul li.on{background: #c0b5a3;}
.sub0201_wrap .con02 .con02_wrap ul li.on p{color: #fff;}
.sub0201_wrap .con02 .con02_wrap ul li.on span{color: #fff;}

.sub0201_wrap .con02 .con02_wrap ul li.reverse::after{right: initial; left: -18px; transform:translateY(-50%) rotate(180deg);}
.sub0201_wrap .con02 .con02_wrap ul li.bot::after{right: initial; left: 50%; top: initial; bottom: -24px;transform:translateX(-50%) rotate(90deg);}
.sub0201_wrap .con02 .con02_wrap ul li.none::after{display: none;}

.sub0201_wrap .con02-1 .con02_wrap ul li:nth-child(5) img{width: 30px;}
.sub0201_wrap .con02-1 .con02_wrap ul li:nth-child(8) img{width: 40px;}
.sub0201_wrap .con02-1 .con02_wrap ul li:nth-child(9) img{width: 42px;margin-bottom: 8px;}

.sub0201_wrap .con02-2 .con02_wrap ul li:nth-child(14) img{padding-left: 24px;}
.sub0201_wrap .con02-2 .con02_wrap ul.con02_tab{justify-content: end;}
.sub0201_wrap .con02-2 .con02_wrap ul li:nth-child(13) img{width: 40px;margin-bottom: 12px;}
.sub0201_wrap .con02-2 .con02_wrap ul li:nth-child(14) img{width: 40px;margin-bottom: 0px;padding-left: 0;}
.sub0201_wrap .con02-2 .con02_wrap ul li:nth-child(15) img{width: 50px;margin-bottom: 12px;}

.sub0201_wrap .con02-3{background: #efece8;}
.sub0201_wrap .con02-3 h4.h4_tit{margin-bottom: 0;}
.sub0201_wrap .con02-3 p.sub_tit{font-size: 13px; color: #555; line-height: 22px;text-align: center; margin: 15px 0px 40px;}
.sub0201_wrap .con02-3 p.sub_tit i{display: inline;}
.sub0201_wrap .con02-3 .con02_wrap ul li.on{padding-top: 20px;} 
.sub0201_wrap .con02-3 .con02_wrap ul li.on span{line-height: 1.3;font-size: 12px;}
.sub0201_wrap .con02-3 .con02_wrap ul li.on p{padding: 6px 0px 4px;}

.sub0201_wrap .con02 .con02_wrap ul.con02_pc{display: none;}
.sub0201_wrap .con02 .con02_wrap ul.con02_tab{display: none;}
.sub0201_wrap .con02 .con02_wrap ul.con02_mob{display: flex;}


.sub0201_wrap .con03{padding: 50px 0px 0;}
.sub0201_wrap .con03 .img_wrap{ position:relative; width:100%; padding-bottom:21.875%;}
.sub0201_wrap .con03 .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%;}
.sub0201_wrap .con03 .icon_wrap h4{font-size: 35px; font-weight: 800;text-align: center;color: #c0b5a3;margin:40px 0 30px;}
.sub0201_wrap .con03 .icon_wrap ul{display: flex;flex-wrap: wrap;justify-content: center;}
.sub0201_wrap .con03 .icon_wrap ul li{width: 20%;flex:initial;padding: 15px 0px 13px;}
.sub0201_wrap .con03 .icon_wrap ul li img{display: block; margin: 0 auto;height: 40px;}
.sub0201_wrap .con03 .icon_wrap ul li p{font-size: 12px; color: #222;margin-top: 15px;text-align: center;}
.sub0201_wrap .con03-3 .icon_wrap ul li{width: 16.66%;}

/* sub0201_3 */
.sub0201_3_wrap {word-break:keep-all;}
.sub0201_3_wrap .sec01{background: #fbf9f2; padding: 50px 0;}
.sub0201_3_wrap .sec01 .box_wrap{display: flex; gap:25px; align-items: center; margin-bottom:40px; flex-direction: column-reverse}
.sub0201_3_wrap .sec01 .box_wrap:nth-child(odd){flex-direction: column;}
.sub0201_3_wrap .sec01 .box_wrap:last-child{margin-bottom: 0;}
.sub0201_3_wrap .sec01 .box_wrap .img{width: 100%;}
.sub0201_3_wrap .sec01 .box_wrap .img img{width: 100%;}
.sub0201_3_wrap .sec01 .box_wrap .txt{width: 100%;}
.sub0201_3_wrap .sec01 .box_wrap p.tit{font-size: 18px; color: #222; font-weight: 500; margin-bottom: 10px;}
/* .sub0201_3_wrap .sec01 .box_wrap table{width: 100%;}
.sub0201_3_wrap .sec01 .box_wrap table thead{border-radius:10px; width: 100%;}
.sub0201_3_wrap .sec01 .box_wrap table th{background:#ece9e3; font-size: 14px; color: #222; font-weight: 500; padding: 10px;}
.sub0201_3_wrap .sec01 .box_wrap table th:first-child{border-radius:10px 0 0 10px ;}
.sub0201_3_wrap .sec01 .box_wrap table th:last-child{border-radius:0 10px 10px 0;}
.sub0201_3_wrap .sec01 .box_wrap table td{font-size: 12px; color: #555; text-align: center; padding: 10px; border-bottom: 1px solid #eaeaea;} */
.sub0201_3_wrap .sec01 .box_wrap .ul_tit {display: flex;}
.sub0201_3_wrap .sec01 .box_wrap .ul_tit li {font-size: 14px; color: #222; font-weight:500; padding: 10px; text-align:center; width: 40%; background: rgba(208,200,186,0.7); border-radius: 30px;}
.sub0201_3_wrap .sec01 .box_wrap .ul_tit li:nth-child(2) {margin: 0 -15px;}
.sub0201_3_wrap .sec01 .box_wrap ul.info {display: flex; margin-top:3px;}
.sub0201_3_wrap .sec01 .box_wrap ul.info li {font-size: 12px; color: #555; text-align:center; padding: 10px; width: 40%;background: rgba(223,218,209,0.3); border-radius: 30px; display: flex; align-items: center; justify-content: center;}
.sub0201_3_wrap .sec01 .box_wrap ul.info li:nth-child(2) {margin: 0 -15px;}
.sub0201_3_wrap .sec02{padding: 50px 0;}
.sub0201_3_wrap .sec02 .con_wrap{display: flex; gap:15px; flex-direction: column;}
.sub0201_3_wrap .sec02 .con_wrap .con{width: 100%; text-align: center;}
.sub0201_3_wrap .sec02 .con_wrap .con .top{background: #dfdad1; color: #222; font-size: 14px; font-weight: 500; color: #fff; padding: 10px; border-radius:10px;}
.sub0201_3_wrap .sec02 .con_wrap .con:nth-child(2) .top{background: #d0c8ba;}
.sub0201_3_wrap .sec02 .con_wrap .con:nth-child(3) .top{background: #c0b5a3;}
.sub0201_3_wrap .sec02 .con .img{position: relative; margin-top: 5px;}
.sub0201_3_wrap .sec02 .con .img img{width: 100%;}
.sub0201_3_wrap .sec02 .con:first-child .img {margin-top:5px;}
.sub0201_3_wrap .sec02 .con .txt{position: absolute; bottom: 0; background: rgba(0, 0, 0, 0.5); color: #fff; padding: 5px; width: 100%; left: 0; font-size: 12px;}
.sub0201_3_wrap .sec02 .process_wrap{margin-top: 50px;}
.sub0201_3_wrap .sec02 .process_wrap strong.tit{font-size: 20px; color: #c0b5a3; margin-bottom: 10px; display: block;}
.sub0201_3_wrap .sec02 .process_wrap p{font-size: 12px; color: #555;}
.sub0201_3_wrap .sec02 .process_wrap ul{display: flex; gap:20px; margin-top: 20px; flex-direction: column;}
.sub0201_3_wrap .sec02 .process_wrap ul li{position: relative; background: #fff; width: 100%; text-align: center; padding: 10px; border-radius:10px; border: 1px solid #e3ded2;}
.sub0201_3_wrap .sec02 .process_wrap ul li:before{position: absolute; content: ''; background: url('/images/sub/sub0201_3_arrow.png') no-repeat; width: 5px; height: 18px; right: 50%; top: auto; bottom: -20px; transform:translateY(-50%); transform: rotate(90deg);}
.sub0201_3_wrap .sec02 .process_wrap ul li:last-child:before{display: none;}
.sub0201_3_wrap .sec02 .process_wrap ul li span{display: block; font-size: 14px; font-weight: 600; color: #c0b5a3; margin-bottom: 0px;}
.sub0201_3_wrap .sec02 .process_wrap ul li em{display: block; font-size: 12px; color: #555;}
.sub0201_3_wrap .sec03{padding: 50px 0;}
.sub0201_3_wrap .sec03 .con_wrap{display: flex; gap:15px; flex-direction: column;}
.sub0201_3_wrap .sec03 .con_wrap {position:relative;}
.sub0201_3_wrap .sec03 .con_wrap:before {position:absolute; content:""; background: url(/images/sub/sub0201_3_arrow01.png)no-repeat; width: 70px; height:46px; left:50%; transform:translatex(-50%); bottom:-70px; background-size: cover;}
.sub0201_3_wrap .sec03 .con_wrap .con{width: 100%; border: 1px solid #ddd; border-radius:10px ; text-align: center; padding: 20px 50px; display: flex; flex-direction: column; align-items: center}
.sub0201_3_wrap .sec03 .con_wrap .con img{width: 80px;}
.sub0201_3_wrap .sec03 .con_wrap .con em{display: block; font-size: 14px; font-weight: 600; color: #c0b5a3; margin-bottom: 5px;}
.sub0201_3_wrap .sec03 .con_wrap .con p.tit{font-size: 18px; font-weight: 600; margin-top: 10px; color: #222;}
.sub0201_3_wrap .sec03 .con_wrap .con p.tit i {display: none;}
.sub0201_3_wrap .sec03 .con_wrap .con ul{display: flex; flex-wrap:wrap; margin-top: 10px; gap:5px; flex-direction: row}
.sub0201_3_wrap .sec03 .con_wrap .con ul li{width:calc((100% - 5px)/2); font-size: 12px; color: #555; text-align: left; position: relative; padding-left: 8px; }
.sub0201_3_wrap .sec03 .con_wrap .con ul li:before{position: absolute; content: ''; width: 3px; height: 3px; background: #c0b5a3; border-radius:50%; left: 0; top: 10px;}
.sub0201_3_wrap .sec03 .box{background:linear-gradient(90deg, rgba(192,181,163,1) 0%, rgba(136,118,100,1) 100%); color: #fff; text-align: center; padding: 15px; border-radius:10px ; margin-top: 80px; font-size:14px; font-weight: 500;} 
.sub0201_3_wrap .sec03 .process_wrap{margin-top: 40px;}
.sub0201_3_wrap .sec03 .process_wrap strong.tit{font-size: 20px; color: #c0b5a3; margin-bottom: 10px; display: block;}
.sub0201_3_wrap .sec03 .process_wrap p{font-size: 12px; color: #555;}
.sub0201_3_wrap .sec03 .process_wrap ul{display: flex; gap:20px; margin-top: 20px; flex-direction: column;}
.sub0201_3_wrap .sec03 .process_wrap ul li{position: relative; background: #fff; width: 100%; text-align: center; padding: 10px; border-radius:10px; border: 1px solid #e3ded2;}
.sub0201_3_wrap .sec03 .process_wrap ul li:before{position: absolute; content: ''; background: url('/images/sub/sub0201_3_arrow.png') no-repeat; width: 5px; height: 18px; right: 50%; top: auto; bottom: -20px; transform:translateY(-50%); transform: rotate(90deg);}
.sub0201_3_wrap .sec03 .process_wrap ul li:last-child:before{display: none;}
.sub0201_3_wrap .sec03 .process_wrap ul li span{display: block; font-size: 14px; font-weight: 600; color: #c0b5a3; margin-bottom: 0px;}
.sub0201_3_wrap .sec03 .process_wrap ul li em{display: block; font-size: 12px; color: #555;}

/* sub0201_4 */
.sub0201_4_wrap .con {text-align: center;}
.sub0201_4_wrap .con01 {margin-bottom: 50px;}
.sub0201_4_wrap .con ul {display: flex; gap:10px; flex-wrap:wrap;}
.sub0201_4_wrap .con ul li {width: calc((100% - 10px)/2); height: 50px; border: 1px solid #ddd; display: flex; align-items: center; justify-content: center;}
.sub0201_4_wrap .con ul li.bg_bk {background: #000;}
.sub0201_4_wrap .con ul li.bg_bk01 {background: #010204;}
.sub0201_4_wrap .con ul li.bg_gr {background: #262626;}

/* sub0301 */
.sub0301_wrap i {display: none;}
.sub0301_wrap h4.h4_tit {margin-bottom: 10px;}
.sub0301_wrap .txt_wrap {margin-top: 30px;}
.sub0301_wrap .txt_wrap ul li {display: block; position: relative; padding-bottom: 20px; height: 140px; margin-bottom: 4px;}
.sub0301_wrap .txt_wrap ul li:after {position: absolute; content: ''; width: 100%; border: 1px dashed #ddd; top: 128px; left: 0;}
.sub0301_wrap .txt_wrap ul li span.tit {display: block; font-size: 14px; width: 240px; padding: 4px;}
.sub0301_wrap .txt_wrap ul li p.p_con {font-size: 12px;}

/* sub0301_2 */
.sub0301_2_wrap .sec01{margin-bottom: 50px;}
.sub0301_2_wrap .sec01 strong.tit{font-size: 30px; color: #c0b5a3; line-height: 1.3; display: block; margin-bottom:15px;}
.sub0301_2_wrap .sec01 p{font-size: 14px; font-weight: 500; color: #555; margin-bottom: 40px; line-height: 2;}
.sub0301_2_wrap .sec01 ul{display: flex; gap:10px; flex-wrap:wrap;}
.sub0301_2_wrap .sec01 ul li{background: #f8f7f3; width: calc((100% - 10px)/2); padding: 20px; font-size: 14px; color: #555; font-weight: 600; border-radius:10px ;}
.sub0301_2_wrap .sec01 ul li img{display: block; margin-bottom: 10px; width: 40px;}
.sub0301_2_wrap .sec02{padding-bottom: 50px;}
.sub0301_2_wrap .sec02 .box_wrap{display: flex; gap:20px;	flex-direction: column;}
.sub0301_2_wrap .sec02 .box_wrap:first-child{margin-bottom: 40px;}
.sub0301_2_wrap .sec02 .box_wrap .tit{font-size:20px; font-weight: 600; color: #222;}
.sub0301_2_wrap .sec02 .box_wrap img{margin-bottom:10px; border-radius:10px ; width: 100%;}
.sub0301_2_wrap .sec02 .box_wrap ul li{background: rgba(255,255,255,0.5); width: 100%; display: block; font-size: 12px; color: #222; padding: 10px 25px; border-radius:45px ; margin-top: 10px; border: 2px solid #e3ded2;}

/* sub0401 */
.sub0401_wrap .top{ border-left: 3px solid #c0b5a3; margin-bottom: 30px; padding-left: 15px;}
.sub0401_wrap .top p{font-size:18px; font-weight: 600; color: #c0b5a3; margin-bottom: 5px; line-height: 1.3;}
.sub0401_wrap .top span{font-size: 14px; color: #555;}
.sub0401_wrap table{width: 100%; border-top: 1px solid #222;}
.sub0401_wrap table th{padding:20px 15px 20px 5px; color: #222; font-weight: 500; font-size: 12px; text-align: left; border-bottom: 1px solid #eaeaea;}
.sub0401_wrap table td{border-bottom: 1px solid #eaeaea; font-size: 12px; padding:5px 0 5px 5px;}
.sub0401_wrap input[type=text]{background: #f7f7f7; border: 0; outline: 0; font-size: 12px; padding: 10px; width: 100%; border-radius:5px ; color: #222;}
.sub0401_wrap input[type=text]::placeholder{color: #aaa;}
.sub0401_wrap input[type=checkbox]{border: 1px solid #ddd;}
.input_con{margin-right: 10px; display: inline-block;}
.input_con input{display: inline-block; margin-right: 5px; vertical-align: middle;}
.sub0401_wrap textarea{width: 100%; border: 1px solid #eaeaea; padding: 10px; outline: 0; font-size: 12px; border-radius:5px ; background: #f7f7f7; border: 0;}
.sub0401_wrap textarea::placeholder{color: #aaa; }

.sub0401_wrap .add_box{display: flex; gap:5px; margin-bottom: 5px;}
.sub0401_wrap .add_box:last-child{margin-bottom: 0;}
.sub0401_wrap .add_box span{color: #fff; font-size: 18px; font-weight: 400; text-align: center; width: 42px; height: 42px; background: #999; border-radius: 5px; line-height: 40px;}
.sub0401_wrap input[type=file]{width: 100%; border: 1px solid #eaeaea; padding: 10px; border-radius:5px; font-size: 11px;}

/* sub0402 */
.sub0402_wrap .con {margin-bottom: 40px;}
.sub0402_wrap .con .map_wrap iframe {width: 100%; height: 260px;}
.sub0402_wrap .con .info_wrap {margin-top: 16px; display: block;}
.sub0402_wrap .con .info_line {position:relative;}
.sub0402_wrap .con .info_line:before {position:absolute; content:""; width:100%; height:1px; background: #ddd; bottom:-3px; left:0;}
.sub0402_wrap .con .info_wrap span.office {width: 180px; padding: 5px; font-size: 14px; margin-bottom: 14px;}
.sub0402_wrap .con .info_wrap span.office2 {width: 180px; padding: 5px; font-size: 14px; margin-bottom: 14px;}
.sub0402_wrap .con .info_wrap ul.off_con {display: flex; flex-wrap: wrap;}
.sub0402_wrap .con .info_wrap ul.off_con li {position: relative; padding-right: 30px; padding-left: 0; display: flex; align-items: center; gap: 12px; margin-bottom: 5px;}
.sub0402_wrap .con .info_wrap ul.off_con li:nth-child(1) {padding-left: 0; width: 100%;}
.sub0402_wrap .con .info_wrap ul.off_con li:nth-child(1):after {display: none;}
.sub0402_wrap .con .info_wrap ul.off_con li:after {display: none;}
.sub0402_wrap .con .info_wrap ul.off_con li b.tit {font-size: 13px; }
.sub0402_wrap .con .info_wrap ul.off_con li p.p_con {font-size: 12px;}
.sub0402_wrap .con .info_wrap ul.off_con li span.tit {font-size: 12px; }
}