@media screen and (max-width:1024px) {
/*로그인스킨*/
#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: 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: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:100%; margin-top: 40px;}
.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:block;}
.mob_img {display:none;}
.pc {display:none;}
.tab {display:block;}
.mob {display:none;}

/* === Main === */
#wrap {position:relative; width:100%; max-width:1024px; min-width: 375px; margin:0 auto; overflow:hidden;}
.inner{width:100%; margin:0 auto; padding: 0 2.6%; }

#header{position: relative;line-height: 1;z-index: 5000;}
#header h1 a img{width: 130px;}
#header .inner{display: flex;height: 100px;align-items:center;justify-content: space-between;}
#header .navi_btn{display: block;width: 25px;height: 18px;background:url(../images/main/main_btn01_tab.png)center no-repeat;background-size:cover ;  }
#header .navi_btn.on{width: 23px;height: 23px;background:url(../images/main/main_btn02_tab.png)center no-repeat;background-size:cover ; }

/* gnb */
#header .gnb{display: none;align-items: center;height: 100px;transform:translateX(55px);}
#header .gnb li{position: relative;}
#header .gnb li span a{position: relative;transition:.3s;display: block;height: 100%;padding: 0 55px;text-align: center;line-height: 100px;font-size: 16px; color: #444; font-weight: 500;transition:.2s;}
#header .gnb li span a:after{content:'';position: absolute;bottom: 21px;left: 50%;width: 5px;height: 5px;background: #e6aaa6;border-radius: 50%;z-index: 1000;transform:translateX(-50%);opacity: 0;transition:.3s;}
#header .gnb li:hover span a:after{opacity: 1;}
#header .gnb .lnb_sub{display: none;position: absolute;z-index: 100;left: 50%; transform: translateX(-50%); top: 100%;padding-top: 20px;}
#header .gnb .lnb_sub .sub_menu{position: relative;background: #fff;width: 210px;padding: 35px 0;border-radius: 20px;}
#header .gnb .lnb_sub li{margin-bottom: 18px;}
#header .gnb .lnb_sub li:last-child{margin-bottom: 0;}
#header .gnb .lnb_sub li a{display: block;font-size: 16px; color: #444;font-weight: 500;transition:.3s;line-height: 1;text-align: center;}


/* nav */
.navigation { display:none; position:absolute; left: 0; top:0; width: 100%; height: 100%; z-index: 3500;}
.navigation .lnb {position:absolute; right: 0; top: 100px; width: 50%; height: 100%; background-color: #fff; font-size: 0; z-index: 3000;}
.navigation .nav_bg {position:absolute; left: 0; top: 100px; width: 100%; height: 100%; background-color:rgba(0,0,0,.5); z-index: 2900; }
.navigation h3{height:55px;width:100%;}
.navigation h3:nth-child(1) a{border-top: 1px solid #e2e2e2;;}
.navigation h3 > a{position: relative; height:55px;width:100%;background-color:#fff;display: flex;align-items: center;padding: 0 0 0 20px;color:#222;font-size:16px;border-bottom:1px solid #ddd;font-weight:400;}
.navigation h3 > a:after{content: "";position: absolute;right: 20px;top: 50%; width: 13px;height: 7.5px;transform:translateY(-50%);background:url(../images/main/main_btn04_tab.png) center no-repeat;background-size:cover ; }
.navigation h3.on > a:after,
.navigation h3.active > a:after{background:url(../images/main/main_btn03_tab.png) center no-repeat;background-size:cover ;}
.navigation ul li:not(:last-child){margin-bottom: 20px;}
.navigation ul{display: none;padding:20px 0;background:#f6f6f6;border-top: 2px solid #e6aba7;}
.navigation ul li a{width:100%;color:#555 ;font-size:15px;padding-left: 20px;line-height: 1;border:none;display:block;font-weight: 400;}



#visual_wrap{position: relative;line-height: 1;}

#visual_wrap ul li{position: relative;}
#visual_wrap ul li .inner{position: absolute;left: 50%;top: 43%;transform:translate(-50% , -50%);}
#visual_wrap ul li .inner p{font-size: 40px;color: #222;line-height: 57px;font-weight: 600;}
#visual_wrap ul li .inner p span{color: #fff;font-weight: 500;text-shadow:2px 2px 10px rgba(0,0,0,0.5);}

#visual_wrap .visual_items { position:absolute; width: 100%;left:0;bottom: 195px;z-index:1000;padding-left: 14px;}
#visual_wrap .visual_items .inner { display:flex; align-items:center;}
#visual_wrap .visual_items .visual_paging { display:flex; align-items:center; margin-right:40px;}
#visual_wrap .visual_items .visual_paging a { display:block; position:relative;}
#visual_wrap .visual_items .visual_paging a ~ a { margin-left:33px;}
#visual_wrap .visual_items .visual_paging a em { font-size:14px; color:rgba(255,255,255,.6); font-weight:500;}
#visual_wrap .visual_items .visual_paging a.active em { color:#fff;}
#visual_wrap .visual_items .visual_paging a .circle_wrap{position: absolute; left:50%; top:50%; transform:translate(-50%,-50%); width:40px; height:40px;}
#visual_wrap .visual_items .visual_paging a .circle_wrap:before { content:''; position:absolute; left:0; top:0; width:100%; height:100%; border-radius:50%; border:3px solid rgba(0,0,0,0); }
#visual_wrap .visual_items .visual_paging a .circle_wrap .left{position: absolute; left: 0; top:0; width: 50%; height: 100%; overflow: hidden; z-index:10;}
#visual_wrap .visual_items .visual_paging a .circle_wrap .right{position: absolute; right: 0; top:0; width: 50%; height: 100%; overflow: hidden; z-index:10;}
#visual_wrap .visual_items .visual_paging a .circle_wrap .left img{position: absolute; left: 0; top:0; width:100%; height:100%; transform: rotate(180deg); transform-origin:center right;}
#visual_wrap .visual_items .visual_paging a .circle_wrap .right img{position: absolute; right: 0; top:0; width:100%; height:100%;  transform: rotate(180deg); transform-origin:center left;}
#visual_wrap .visual_items .visual_paging a.active .circle_wrap .right img{transform: rotate(360deg); transition: linear 1.9s; }
#visual_wrap .visual_items .visual_paging a.active .circle_wrap .left img{transform: rotate(360deg); transition:linear 1.9s; transition-delay:1.9s;}
#visual_wrap .visual_items .visual_paging a.on .circle_wrap .right img{transform: rotate(360deg); transition: linear 2s; }
#visual_wrap .visual_items .visual_paging a.on .circle_wrap .left img{transform: rotate(360deg); transition:linear 2s; transition-delay:2s;}


#visual_wrap .arrow_box{display: flex;gap:10px;align-items:center;}
#visual_wrap .stop{display: flex;align-items:center;justify-content: center;}
#visual_wrap .arrow_box .bx-prev{display: block;text-indent: -9999px;width: 7px;height: 12px;background:url(../images/main/main_slide01_pc.png)center no-repeat;background-size:cover ;  }
#visual_wrap .arrow_box .bx-next{display: block;text-indent: -9999px;width: 7px;height: 12px;background:url(../images/main/main_slide02_pc.png)center no-repeat;background-size:cover ;  }


/* 공통 */
.tit_box{text-align: center;margin-bottom: 50px;}
.tit_box h2{font-size: 40px;margin-bottom: 20px;font-weight: 700;color: #222;}
.tit_box h2 span{color: #e6aaa6;}
.tit_box p{font-size: 16px;color: #444;}

div.view_btn{display: flex;transition:.2s;gap:15px;justify-content: center;align-items:center;}
div.view_btn span{font-size: 16px;font-weight: 300;}


#section01{line-height: 1;padding: 100px 0;word-break: keep-all;}
#section01 .con{position: relative;}
#section01 ul li{position: relative;width: 100%;margin-right: 0px;opacity: 1;}
#section01 ul li.slick-center {/* animation:ani01 linear  .7s forwards;animation-delay:.5s; */}
#section01 ul li a .img_box{position:relative;width:100%;padding-bottom:41.209%;border-radius: 20px;overflow:hidden;}
#section01 ul li a .img_box img{position:absolute;left:0;transition:.4s;  right:0;  top:0; bottom:0; margin:auto; width:auto; height:auto; max-width:100%; max-height:100%}
#section01 ul li a:hover .img_box img{transform:scale(1);}

@keyframes ani01{
0%{opacity: .35;}
100%{opacity: 1;}
}

#section01 ul li a .txt{position: absolute;bottom: 50px;left: 0px;width: 100%;padding: 0 50px;color: #fff;}
#section01 ul li a .txt span{display: block;font-size: 20px;margin-bottom: 20px;}
#section01 ul li a .txt strong{display: block;font-size: 45px;margin-bottom: 17px;}
#section01 ul li a .txt p{font-size: 17px;line-height: 22px;}
#section01 .prev01{position: absolute;left: 20px;margin-left: 0px;top: 50%;transform:translateY(-50%);}
#section01 .prev01 img{width: 8.5px;}
#section01 .next01{position: absolute;right: 20px;margin-right: -0px;top: 50%;transform:translateY(-50%);}
#section01 .next01 img{width: 8.5px;}


#section02{line-height: 1;padding: 100px 0;background: #fff9f8;}
#section02 ul{display: flex;gap:40px;flex-wrap:wrap;}
#section02 ul li{width: calc((100% - 40px)/2);}
#section02 ul li a{position: relative;display: block;border-radius: 20px;overflow:hidden;}
#section02 ul li a .img_box{position:relative; width:100%; padding-bottom:100%;}
#section02 ul li a .img_box img{position:absolute;transition:.4s;left:0; right:0;  top:0; bottom:0; margin:auto; width:auto; height:auto; max-width:100%; max-height:100%}
#section02 ul li a:hover .img_box img{transform:scale(1);}
#section02 ul li a .txt{position: absolute;display: flex;color: #fff;text-align: center;left: 0;top: 0;width: 100%;height: 100%;flex-direction: column;justify-content: center;align-items:center;}
#section02 ul li a .txt .ico_box{margin-bottom: 20px;transition:.4s;}
#section02 ul li a .txt .ico_box img{width: 40px;}
#section02 ul li a:hover .txt .ico_box{transform:translateY(0px);}
#section02 ul li a .txt strong{display: block;font-size: 22px;font-weight: 600;margin-bottom: 18px;}
#section02 ul li a .txt p{font-size: 16px;line-height: 22px;font-weight: 300;margin-bottom: 15px;}



#section03{line-height: 1;padding: 100px 0 50px;}
#section03 .inner{display: block;gap:40px;}
#section03 .con{width: 100%;}
#section03 .con .tit{display: flex;margin-bottom: 40px;align-items:center;justify-content: space-between;}
#section03 .con .tit h2{font-size: 40px;font-weight: 700;color: #e6aaa6;}
#section03 .con .tit a{display: flex;transition:.2s;gap:15px;align-items:center;}
#section03 .con .tit a:hover{gap:25px;}
#section03 .con .tit a span{font-size: 16px;color: #666;font-weight: 300;}

#section03 .con01{margin-bottom: 50px;}
#section03 .con01 ul li:not(:last-child){margin-bottom: 20px;}
#section03 .con01 ul li a{display: flex;height: 60px;padding: 0 20px;border-radius: 20px;box-shadow: 4px 4px 4px 0px rgba(0,0,0,.05);align-items:center;justify-content: space-between;}
#section03 .con01 ul li a p{font-size: 16px;color: #555;width: calc(100% - 150px);white-space: nowrap; overflow:hidden;text-overflow: ellipsis; }
#section03 .con01 ul li a span{font-size: 15px;color: #999;font-weight: 300;}

#section03 .con02 .slick-list { width:calc(100% + 40px);}
#section03 .con02 .slide02 li{width: 344px;margin-right: 40px;}
#section03 .con02 .slide02 li a .img_box{position:relative;overflow:hidden;border-radius: 15px;width:100%; padding-bottom:62.5%;margin-bottom: 20px;}
#section03 .con02 .slide02 li a .img_box img{position:absolute;transition:.4s;left:0; right:0;  top:0; bottom:0; margin:auto; width:auto; height:auto; max-width:100%; max-height:100%}
#section03 .con02 .slide02 li a:hover .img_box img{transform:scale(1.1);}
#section03 .con02 .slide02 li a .txt p{font-size: 16px;margin-bottom: 20px;color: #555;white-space: nowrap; overflow:hidden;text-overflow: ellipsis;}
#section03 .con02 .slide02 li a .txt span{display: block;text-align: right;font-size: 15px;color: #999;font-weight: 300;}
#section03 .con02 .slick-dots{display: flex;gap:20px;justify-content: center;margin-top: 25px;}
#section03 .con02 .slick-dots li{text-indent: -9999px;width: 8px;margin-right: 0;height: 8px;border-radius: 50%;border: 1px solid #aaa;}
#section03 .con02 .slick-dots li.slick-active{background: #c27671;border: 1px solid #c27671;}


#section04{line-height: 1;/* padding-bottom: 110px; */padding-bottom: 50px;}
#section04 ul{display: flex;gap:20px;}
#section04 ul li{width: calc((100% - 40px)/3);}
#section04 ul li a{position: relative;display: block;border-radius:20px;padding: 0 30px;color: #fff;height: 100px;background: #e6aaa6;align-items:center;justify-content: space-between;}
#section04 ul li:nth-child(2) a{background: #e9d47f;}
#section04 ul li:nth-child(3) a{background: #aed38d;}
#section04 ul li a p{position: absolute;font-size: 18px;top: 25px;left: 20px;}
#section04 ul li a .view_btn{position: absolute;right: 20px;bottom: 25px;}
#section04 ul li a:hover .view_btn{gap:15px;}

#section05 {line-height: 1;padding:40px 0 100px;border-top:1px solid #ddd;}
#section05 .click_con .click_btn {display:flex;gap:10px;margin-top:100px;}
#section05 .click_con .click_btn li {width:100%;height:60px;border:1px solid #ddd;background:#f5f5f5;font-size:17px;color:#555;display:flex;justify-content:center;align-items:center;cursor:pointer;}
#section05 .click_con .click_btn li.on {background:#2366ff;color:#fff;border:none;}
#section05 .click_con .click_con {margin-top:100px;}
#section05 .click_con .box:first-child {border-top:1px solid #222;}
#section05 .click_con .box {border-bottom:1px solid #222;padding:40px 0;}
#section05 .click_con .box_top {display:flex;gap:40px;}
#section05 .click_con .box_top .img_wrap img {border:1px solid #ddd;}
#section05 .click_con .box_top .p_tit {font-size:40px;font-weight:700;color:#222;line-height:45px;}
#section05 .click_con .box_top .p_tit span {font-size:16px;color:#999;font-weight:500;}
#section05 .click_con .ul_list {border-top:1px dashed #ddd;margin-top:30px;padding-top:30px;display:flex;flex-wrap:wrap;gap:20px 10px;}
#section05 .click_con .ul_list li {position:relative;padding-left:14px;width:32.5%;font-size:17px;color:#555;word-break:keep-all;}
#section05 .click_con .ul_list li:before {position:absolute;left:0;top:10px;content:'';width:4px;height:4px;background:#2366ff;border-radius:50%;}
#section05 .con_box {position:relative;width:100%;/* display:flex;gap:235px;justify-content: space-between; */}
#section05 .con_box .arrow {}
#section05 .con_box .arrow .prev02 {position:absolute;left:-15px;top:50%;transform:translateY(-50%);}
#section05 .con_box .arrow .prev02 img {width:8.5px;}
#section05 .con_box .arrow .next02 {position:absolute;right:-15px;top:50%;transform:translateY(-50%);}
#section05 .con_box .arrow .next02 img {width:8.5px;}
#section05 .con_box .slick-slider {overflow:hidden;width:100%;}
#section05 .slick-initialized .slick-slide {width:216px;height:70px;border:1px solid #ddd;margin-left:20px;display:flex;justify-content:center;align-items:center;}
#section05 .con_box .slide_bn li a {position:relative;width:100%;padding-bottom:32.407%;}
#section05 .con_box .slide_bn li a img {position:absolute;left:0;top:0;bottom:0;right:0;margin:auto;width:auto;height:auto;max-width:100%;max-height:100%;padding:10px;}

.main_quick{position: fixed;right: 0px;top: auto;transform:translateY(0%);bottom: 0;width: 100%;z-index: 2000;}
.main_quick.rel{position: absolute;bottom: 358px;}
.main_quick ul{display: flex;}
.main_quick ul li{flex:1;}
.main_quick ul li:not(:last-child){margin-bottom: 0px;}
.main_quick ul li a{display: flex;width: 100%;height: 60px;font-size: 15px;text-align: center;color: #fff;font-weight: 500;line-height: 1;border-radius: 0%;background: #e0a8a4;align-items:center;justify-content: center;}
.main_quick ul li a br{display: none;}
.main_quick ul li:nth-child(2) a{background: #c27671;}
.main_quick ul li:nth-child(3) a{background: #802a24;}
.main_quick ul li:nth-child(4) a{background: #470f0b;}


#footer{line-height: 1;color: #aaa;background: #222;}
#footer .top{border-bottom: 1px solid rgba(255,255,255,.2);}
#footer .top .inner{display: flex;padding:20px;align-items:center;justify-content: space-between;}
#footer .top ul{display: flex;gap:20px;}
#footer .top ul li a{font-size: 14px;color: #aaa;font-weight: 300;}
/* #footer .top a img{width: 130px;} */
#footer .top .sns_logo {display:flex;gap:15px;align-items:center;}
#footer .top .sns_logo a img {width:24px;}

#footer .bottom{padding: 25px 0 60px;}
#footer .bottom address{font-size: 14px;line-height: 20px;margin-bottom: 15px;}
#footer .bottom address span{margin: 0 3px;}
/* #footer .bottom address  br{display: none;} */
#footer .bottom address span:nth-child(3){display: block;width: 0px;text-indent: -9999px;margin-bottom: 0;height: 0;}
#footer .bottom p{font-size: 14px;line-height: 20px;}
#footer .bottom .inner {display: flex;flex-direction:column;gap:40px;align-items:flex-start;}
#footer .bottom a img{width: 130px;}


/* sub */
#sub_visual_wrap{position: relative;}
#sub_visual_wrap h2{position: absolute;font-size: 50px;font-weight: 600;text-align: center;color: #fff;width: 100%;left: 0;top: 50%;transform:translateY(-50%);}


/* tab_menu */
.tab_menu {position: relative;display: block; width:100%; height:56px;border-bottom: 1px solid #ddd;line-height: 1;}
.tab_menu .inner{position:relative; display: flex; height:55px;background:#fff;width: 100%;padding: 0;}
.tab_menu .menu {display: flex;width: 100%; height:100%;}
.tab_menu .menu > li{position:relative; min-width:auto;flex:1;height:100%; background:url("../images/sub/sub_ico01_tab.png") center right 20px no-repeat; background-size:18px auto;}
.tab_menu .menu > li.on {background:url("../images/sub/sub_ico02_tab.png") center right 20px no-repeat; background-size:18px auto;}
.tab_menu .menu > li > a {display:flex; align-items:center;padding: 0 40px 0 20px; width:100%; height:100%; font-size: 15px; color:#222; font-weight: 500; text-indent:0;border-right:1px solid #ddd ;}
.tab_menu .menu > li:nth-child(2) > a{border-right: 0;}
.tab_menu .menu > li ul {display:none; position:absolute;width:100%; top:100%; left:0; background-color:#fff;z-index:100;border: 1px solid #ddd;padding: 20px 0;}
.tab_menu .menu > li:nth-child(2) ul{border-right: 0;}
.tab_menu .menu > li ul li{margin-bottom: 30px;}
.tab_menu .menu > li ul li:last-child{margin-bottom: 0;}
.tab_menu .menu > li ul li a {display:block;transition:.3s;font-size:15px;line-height: 1; color:#555;font-weight: 400;padding:0 20px;border: 1px solid transparent;}


#sub_contents{padding: 80px 0 140px;}
#sub_contents .inner{display: block;justify-content: space-between;}
#sub_contents .contop{width: 250px;}
#sub_contents .conbody{width: 100%;}

/* sub_tab_menu */
.sub_tab_menu{display: none;}
.sub_tab_menu .sub_menu_tit{margin-bottom: 15px;}
.sub_tab_menu .sub_menu_tit strong{display: flex;height: 106px;color: #fff;font-size: 25px;font-weight: 700;background: #e6aba7;align-items:center;justify-content: center;flex-direction: column;gap:5px;}
.sub_tab_menu .sub_menu_tit strong em{font-weight: 700;}
.sub_tab_menu .lnb h3:not(:last-child){margin-bottom: 10px;}
.sub_tab_menu .lnb h3 a{position: relative;display: block;height: 50px;border: 1px solid #ddd;transition:.3s;padding-left: 25px;color: #555;font-size: 16px;line-height: 50px;font-weight: 300;}
.sub_tab_menu .lnb h3.on a{color: #222;background: #f8f8f8;font-weight: 500;}
.sub_tab_menu .lnb h3 a:hover{color: #222;background: #f8f8f8;font-weight: 500;}


.title_box01{display: flex;align-items:flex-end;justify-content: space-between;padding-bottom: 40px;border-bottom: 1px solid #ddd;margin-bottom: 40px;}
.title_box01 h2{line-height: 1;color: #222;font-weight: 700;font-size: 40px;}
.title_box01 ul{display: flex;gap:45px;align-items:center;}
.title_box01 ul li{position: relative;color: #999;font-size: 15px;line-height: 1;font-weight: 300;}
.title_box01 ul li:after{content:'';position: absolute;right: -24px;top: 45%;transform:translateY(-50%);width: 5px;height: 5px;background: #999;border-radius: 50%;}
.title_box01 ul li:last-child:after{display: none;}

/* 공통 */
h5.h5_tit{position:relative; margin-bottom:20px; padding-left:16px; font-size:22px; color:#222; }
h5.h5_tit::before{position:absolute; content:''; width:4px; height:20px; background:#c27671; top:8px; left:0; }
h6.h6_tit {position:relative;padding-left:25px;font-size:20px;color:#222;margin-bottom:20px;}
h6.h6_tit:before {position:absolute;left:0;top:50%;transform:translateY(-50%);content:'';background:url(../images/sub/sub_tit.png)no-repeat center;width:15px;height:15px;}

table.tb01{width:100%; border-top:2px solid #e0a8a4;}
table.tb01 tr th{padding:10px 15px; border:1px solid #ddd; text-align:center; background:#f8f8f8; font-size:15px; color:#333; }
table.tb01 tr td{padding:10px 15px; border:1px solid #ddd; font-size:14px; color:#666; }
table.tb01 tr td span{display:inline-block; padding:0 10px; }

.paging_btn{margin-top:50px; text-align:center; box-sizing:border-box;}
.paging_btn:before, .paging_btn:after{box-sizing:inherit;}
.paging_btn ul{display:inline-block; font-size:0; }
.paging_btn ul li{display:inline-block; margin:0 2px; vertical-align:middle; }
.paging_btn ul li img{vertical-align: -webkit-baseline-middle;}
.paging_btn ul li a{display:block; width:40px; height: 40px; border:1px solid #ddd;  font-size:12px; color:#222; line-height:40px; font-weight:500; }
.paging_btn ul li.page_arrow a{line-height:32px; }
.paging_btn ul li.on{background:#e0a8a4; }
.paging_btn ul li.on a{color:#ffffff; border:1px solid #e0a8a4; }

div.btn_wrap{margin-top:40px; text-align:center; }
div.btn_wrap a{display:inline-block; width:200px; height:50px; background:#c27671; font-size:15px; color:#fff; text-align:center; line-height:50px; }

/* sub0101 */
.sub0101_wrap .con01{}
.sub0101_wrap .con01 .txt_wrap{text-align:center;background:url(../images/sub/sub0102_bg.png)center bottom no-repeat;padding-bottom:80px;background-size:100%;}
.sub0101_wrap .con01 .txt_wrap strong{position:relative; margin-bottom:60px; display:block; font-size:35px; color:#e6aba7; font-weight:600; line-height:1.3;}
.sub0101_wrap .con01 .txt_wrap strong::after{position:absolute; content:''; width:30px; height:2px; background:#c27671; bottom:-40px; left:50%;transform:trnaslateX(-50%); }
.sub0101_wrap .con01 .txt_wrap p{position:font-size:16px; color:#444;}
.sub0101_wrap .con01 .txt_wrap p ~ p{padding-top:10px; }
.sub0101_wrap .con01 .txt_wrap p.p_sign {position:relative; padding-top:30px;}
.sub0101_wrap .con01 .txt_wrap p span {position:relative;padding-left:25px;font-size:16px;color:#222;font-weight:600;}
.sub0101_wrap .con01 .txt_wrap p span:before {position:absolute;left:0;top:50%;transform:translateY(-50%);content:'';background:url(../images/sub/sub_tit.png)no-repeat center;width:15px;height:15px;}

/* .sub0101_wrap .con01{position:relative; padding-bottom:300px;}
.sub0101_wrap .con01::after{position:absolute; content:''; background:url(../images/sub/sub0101_bg_icon01_tab.png)right top no-repeat; width:200px; height:198px; top:320px; right:0;}
.sub0101_wrap .con01 .img_wrap img{width:100%; }
.sub0101_wrap .con01 .txt_wrap{position:absolute; top:300px; right:0; padding:50px 60px; background:#fff; border-radius:10px 0; }
.sub0101_wrap .con01 .txt_wrap strong{position:relative; margin-bottom:60px; display:block; font-size:35px; color:#e6aba7; font-weight:600; line-height:1.3;}
.sub0101_wrap .con01 .txt_wrap strong::after{position:absolute; content:''; width:30px; height:3px; background:#c27671; bottom:-30px; left:0; }
.sub0101_wrap .con01 .txt_wrap p{position:font-size:16px; color:#444;}
.sub0101_wrap .con01 .txt_wrap p ~ p{padding-top:10px; }
.sub0101_wrap .con01 .txt_wrap p:last-child{position:relative; padding-top:30px; text-align:right;}
.sub0101_wrap .con01 .txt_wrap p:last-child::before{position:absolute; content:''; background:url(../images/sub/sub0101_bg_icon02.png)center no-repeat; width:60px; height:60px; bottom:-10px; left:-75px;}
.sub0101_wrap .con01 .txt_wrap p.p_right {position:relative; padding-top:30px; text-align:right;}
.sub0101_wrap .con01 .txt_wrap p span {position:relative;padding-left:25px;font-size:16px;color:#222;font-weight:600;}
.sub0101_wrap .con01 .txt_wrap p span:before {position:absolute;left:0;top:50%;transform:translateY(-50%);content:'';background:url(../images/sub/sub_tit.png)no-repeat center;width:15px;height:15px;} */

/* sub0102 */
.sub0102_wrap{/* margin-bottom:-50px; */}
.sub0102_wrap .con01 .img_wrap{margin-bottom:30px; }
.sub0102_wrap .con01 .img_wrap img{width:100%; }
.sub0102_wrap .con01 .txt_wrap{position:relative;padding-top:60px;width:100%;/* padding-bottom:50px;height:auto; background:url(../images/sub/sub0102_bg_tab.png)center bottom no-repeat; */}
.sub0102_wrap .con01 .txt_wrap:before {position:absolute;content:'';left:50%;top:0;transform:translateX(-50%);background:url(../images/sub/sub0101_icon.png)no-repeat center;width:42px;height:50px;}
.sub0102_wrap .con01 .txt_wrap p{font-size:16px; color:#444; text-align:center;}
.sub0102_wrap .con01 .txt_wrap p ~ p{padding-top:20px; }
.sub0102_wrap .con01 .txt_wrap p i{display:block;}

/* sub0103 */
.sub0103_wrap .con {margin-top:60px;}
.sub0103_wrap .con:first-child {margin-top:0;}
.sub0103_wrap .con .tb_style01 {width:100%;border-top:2px solid #facecb;text-align:center;}
.sub0103_wrap .con .tb_style01 th {background:#f5f5f5;border:1px solid #ddd;padding:10px 20px;font-size:16px;color:#222;}
.sub0103_wrap .con .tb_style01 td {border:1px solid #ddd;padding:10px 20px;font-size:16px;color:#444;}
.sub0103_wrap .con .tb_style01 .ul_btn {display:flex;flex-direction: column;gap:10px;justify-content:center;align-items: center;}
.sub0103_wrap .con .tb_style01 .ul_btn li {width:100px;height:25px;background:#facecb;border:1px solid #c1c1c1;border-radius:5px;}
.sub0103_wrap .con .tb_style01 .ul_btn li:first-child {background:#fafafa;}
.sub0103_wrap .con .tb_style01 .ul_btn li a {width:100%;line-height:22px;font-size:14px;color:#222;font-weight:500;}

/* sub0104 */
.sub0104_wrap .con {margin-top:60px;}
.sub0104_wrap .con:first-child {margin-top:0;}
.sub0104_wrap .con p, .sub0104_wrap .con li {font-size:16px;color:#333;word-break:keep-all;}
.sub0104_wrap .con .ul_box {margin-top:40px;display:flex;gap:10px;}
.sub0104_wrap .con .ul_box li {width:50%;border:1px solid #c1c1c1;background:#fafafa;padding:30px;}
.sub0104_wrap .con .ul_box li .li_tit {position:relative;padding-left:40px;font-size:18px;color:#222;font-weight:500;margin-bottom:30px;}
.sub0104_wrap .con .ul_box li .li_tit:before {position:absolute;left:0;content:'';background:url(../images/sub/sub0104_icon01.png)no-repeat center;width:30px;height:24px;}
.sub0104_wrap .con .ul_box li:nth-child(2) .li_tit:before {background:url(../images/sub/sub0104_icon02.png)no-repeat center;width:19px;height:30px;}
.sub0104_wrap .con .ul_box li a {text-decoration:underline;color:#444;}
.sub0104_wrap .con .ul_ckbox {border:2px solid #facecb;padding:30px;display:flex;flex-wrap:wrap;gap:10px 0;justify-content:flex-start;}
.sub0104_wrap .con .ul_ckbox li {width:50%;position:relative;padding-left:23px;}
.sub0104_wrap .con .ul_ckbox li:before {position:absolute;left:0;top:6px;content:'';background:url(../images/sub/sub0104_ck.png)no-repeat center;width:13px;height:10px;}
.sub0104_wrap .con .ul_list {display:flex;flex-wrap:wrap;gap:10px;}
.sub0104_wrap .con .ul_list li {width:100%;border:1px solid #ddd;border-radius:50px;padding:10px 20px;}
.sub0104_wrap .con .ul_list li span {position:relative;padding-left:12px;}
.sub0104_wrap .con .ul_list li span:before {position:absolute;left:0;top:7px;content:'';width:4px;height:4px;border-radius:50%;background:#facecb;}
.sub0104_wrap .con .ul_step {display:flex;flex-wrap:wrap;gap:10px 0;}
.sub0104_wrap .con .ul_step li {width:51%;background:rgba(250,206,203,0.2);padding:30px;text-align:center;border-radius:70px;}
.sub0104_wrap .con .ul_step li:nth-child(2) {background:rgba(250,206,203,0.4);margin-left:-20px;}
.sub0104_wrap .con .ul_step li:nth-child(3) {background:rgba(250,206,203,0.6);margin-left:0;}
.sub0104_wrap .con .ul_step li:nth-child(4) {background:rgba(250,206,203,0.8);margin-left:-20px;}
.sub0104_wrap .con .ul_step li .icon_wrap {margin-bottom:20px;}
.sub0104_wrap .con .ul_step li p {font-weight:500;color:#222;}
.sub0104_wrap .con .txt_box {border:1px dashed #ddd;text-align:center;padding:40px 0;}
.sub0104_wrap .con .txt_box p {position:relative;padding-top:30px;font-weight:500;color:#222;}
.sub0104_wrap .con .txt_box p:before {position:absolute;content:'';top:0;left:50%;transform:translateX(-50%);background:url(../images/sub/sub0104_icon03.png)no-repeat center;width:20px;height:16px;}
.sub0104_wrap .con .pc_tb {display:none;}
.sub0104_wrap .con .tab_tb {display:table;}
.sub0104_wrap .con .tb_style01 {width:100%;border-top:2px solid #facecb;margin-top:40px;}
.sub0104_wrap .con .tb_style01 th {background:#f5f5f5;border:1px solid #ddd;padding:10px 15px;font-size:16px;color:#222;}
.sub0104_wrap .con .tb_style01 td {border:1px solid #ddd;padding:10px 15px;font-size:16px;color:#444;}
.sub0104_wrap .con .tb_style01 input {width:100%;height:30px;border:1px solid #ddd;padding:15px;}
.sub0104_wrap .con .tb_style01 textarea {width:100%;height:200px;border:1px solid #ddd;padding:15px;}
.sub0104_wrap .con .btn_box {display:flex;justify-content:center;margin-top:40px;}
.sub0104_wrap .con .btn {width:200px;height:50px;background:#facecb;}
.sub0104_wrap .con .btn a {width:100%;height:50px;display:flex;justify-content:center;align-items:center;font-size:16px;color:#222;font-weight:500;}

/* sub0105 */
.sub0105_wrap .con .txt_box {border:1px dashed #ddd;text-align:center;padding:40px 0;}
.sub0105_wrap .con .txt_box p {position:relative;padding-top:30px;font-weight:500;color:#222;font-size:16px;}
.sub0105_wrap .con .txt_box p:before {position:absolute;content:'';top:0;left:50%;transform:translateX(-50%);background:url(../images/sub/sub0104_icon03.png)no-repeat center;width:20px;height:16px;}
.sub0105_wrap .con .tb_box {background:#fefafa;border:1px solid #e6aba7;margin-top:30px;padding:10px;}
.sub0105_wrap .con .tb_style01 {width:100%;}
.sub0105_wrap .con .tb_style01 th {border-right:1px solid #facecb;border-bottom:1px solid #eee;padding:10px 20px;font-size:16px;text-align:left;}
.sub0105_wrap .con .tb_style01 th span {position:relative;padding-left:12px;font-size:16px;color:#e6aba7;}
.sub0105_wrap .con .tb_style01 th span:before {position:absolute;left:0;top:4px;content:'';width:2px;height:12px;background:#e6aba7;}
.sub0105_wrap .con .tb_style01 tr:last-child th {border-bottom:none;}
.sub0105_wrap .con .tb_style01 td {border-bottom:1px solid #eee;padding:10px 20px;font-size:16px;color:#444;}
.sub0105_wrap .con .tb_style01 tr:last-child td {border-bottom:none;}
.sub0105_wrap .con .tb_style01 ul li {position:relative;padding-left:14px;}
.sub0105_wrap .con .tb_style01 ul li:before {position:absolute;left:0;top:10px;content:'';width:4px;height:4px;background:#e6aba7;border-radius:50%;}

/* sub0201 */
.sub0201_wrap .con {margin-top:60px;}
.sub0201_wrap .con:first-child {margin-top:0;}
.sub0201_wrap .con .tb_style01 {width:100%;border-top:2px solid #facecb;word-break:keep-all;}
.sub0201_wrap .con .tb_style01 th {background:#f5f5f5;border:1px solid #ddd;padding:10px 15px;font-size:14px;color:#222;}
.sub0201_wrap .con .tb_style01 td {border:1px solid #ddd;padding:10px 15px;font-size:14px;color:#444;}
.sub0201_wrap .con .tb_style01 td span {padding:4px 12px;background:#facecb;border-radius:20px;color:#222;font-weight:500;}
.sub0201_wrap .con .tb_style01 ul li {position:relative;padding-left:10px;}
.sub0201_wrap .con .tb_style01 ul li:before {position:absolute;left:0;top:10px;content:'';width:3px;height:3px;background:#facecb;border-radius:50%;}
.sub0201_wrap .con .txt_box {border:1px dashed #ddd;text-align:center;padding:30px;}
.sub0201_wrap .con .txt_box p {position:relative;padding-top:30px;font-weight:500;color:#222;font-size:15px;color:#222;word-break:keep-all;}
.sub0201_wrap .con .txt_box p:before {position:absolute;content:'';top:0;left:50%;transform:translateX(-50%);background:url(../images/sub/sub0104_icon03.png)no-repeat center;width:20px;height:16px;}
.sub0201_wrap .con .mob_tb {display:none;}
.sub0201_wrap .con .pc_tb {display:table;}
.sub0201_wrap .con .ul_list {margin-top:30px;background:#fafafa;border:1px solid #c1c1c1;padding:25px 30px;}
.sub0201_wrap .con .ul_list li {position:relative;padding-left:14px;font-size:16px;color:#444;}
.sub0201_wrap .con .ul_list li:before {position:absolute;left:0;top:10px;content:'';width:4px;height:4px;background:#e6aba7;border-radius:50%;}

/* sub0202 */
.sub0202_wrap .con {margin-top:60px;}
.sub0202_wrap .con:first-child {margin-top:0;}
.sub0202_wrap .con p, .sub0202_wrap .con li {font-size:16px;color:#333;word-break:keep-all;}
.sub0202_wrap .con .ul_list {display:flex;flex-direction:column;gap:10px;}
.sub0202_wrap .con .ul_list li {border:1px solid #ddd;border-radius:10px;display:flex;flex-direction: column;align-items: flex-start;;gap:10px;padding:20px;}
.sub0202_wrap .con .ul_list li .p_tit {width:130px;height:30px;font-size:14px;color:#222;font-weight:600;background:rgba(250,206,203,0.4);border-radius:20px;text-align:center;line-height:30px;}
.sub0202_wrap .con .ul_list li .p_tit02 {background:rgba(250,206,203,0.6);}
.sub0202_wrap .con .ul_list li .p_tit03 {background:rgba(250,206,203,0.8);}
.sub0202_wrap .con .ul_list li .p_tit04 {background:rgba(250,206,203,1);}
.sub0202_wrap .con .ul_list li .p_tit05 {background:#f1f1f1;}

/* sub0203 */
.sub0203_wrap .con p, .sub0203_wrap .con li {word-break:keep-all;font-size:16px;color:#444;}
.sub0203_wrap .con {margin-top:60px;}
.sub0203_wrap .con:first-child {margin-top:0;}
.sub0203_wrap .con .con_wrap {margin-bottom:40px;}
.sub0203_wrap .con .con_wrap:last-child {margin-bottom:0;}
.sub0203_wrap .con .p_tit02 {margin-top:40px;}
.sub0203_wrap .con .p_tit {position:relative;padding-left:13px;font-size:18px;color:#e6aba7;font-weight:600;margin-bottom:15px;}
.sub0203_wrap .con .p_tit:before {position:absolute;left:0;top:6px;content:'';width:3px;height:15px;background:#e6aba7;}
.sub0203_wrap .con .ul_list li {position:relative;padding-left:14px;font-size:16px;color:#333;margin-bottom:5px;}
.sub0203_wrap .con .ul_list li:last-child {margin-bottom:0;}
.sub0203_wrap .con .ul_list li:before {position:absolute;left:0;top:10px;content:'';width:4px;height:4px;background:#facecb;border-radius:50%;}
.sub0203_wrap .con .ul_list li a {color:#222;text-decoration:underline;}
.sub0203_wrap .con .ul_list li span {color:#777;}
.sub0203_wrap .con .sub_p {position:relative;font-size:16px;color:#c27671;margin-top:10px;}
.sub0203_wrap .con .tb_style01 {width:100%;border-top:2px solid #facecb;word-break:keep-all;}
.sub0203_wrap .con .tb_style01 th {background:#f5f5f5;border:1px solid #ddd;padding:10px 15px;font-size:16px;color:#222;font-weight:500;}
.sub0203_wrap .con .tb_style01 td {border:1px solid #ddd;padding:10px 15px;font-size:16px;color:#444;}
.sub0203_wrap .con .tb_style01 td span {color:#c27671;}
.sub0203_wrap .con .tb_style01 td ul li {position:relative;padding-left:12px;font-size:16px;color:#444;}
.sub0203_wrap .con .tb_style01 td ul li:before {position:absolute;left:0;top:11px;content:'';width:4px;height:1px;background:#444;}
.sub0203_wrap .con .pc_tb {display:none;}
.sub0203_wrap .con .tab_tb {display:block;}
.sub0203_wrap .con .tab_tb .tb_style01 {margin-bottom:30px;}

/* sub0204 */
.sub0204_wrap .con_bg {border:5px solid rgba(250,206,203,0.2);padding:30px;}
.sub0204_wrap .con .con_wrap {margin-top:50px;}
.sub0204_wrap .con .con_wrap:first-child {margin-top:0;}
.sub0204_wrap .con .con_wrap .p_txt {font-size:16px;color:#444;word-break:keep-all;}
.sub0204_wrap .con .con_wrap .p_txt strong {position:relative;color:#444;}
.sub0204_wrap .con .con_wrap .p_txt strong:before {position:absolute;left:0;bottom:0;content:'';background:rgba(250,206,203,0.4);width:100%;height:12px;z-index:-1;}
.sub0204_wrap .con .con_wrap .txt_box {background:#f5f5f5;padding:25px;}
.sub0204_wrap .con .con_wrap .txt_box > p {font-size:16px;color:#222;margin-bottom:20px;word-break:keep-all;}
.sub0204_wrap .con .con_wrap .txt_box > p:last-child {margin-bottom:0;}

/* sub0301 */
.sub0301_wrap .con {margin-top:60px;}
.sub0301_wrap .con:first-child {margin-top:0;}
.sub0301_wrap .con .ul_top {position:relative;display:flex;flex-wrap:wrap;gap:10px;}
.sub0301_wrap .con .ul_top:before {position:absolute;content:'';left:0;top:50%;transform:translateY(-50%);border:1px solid #c1c1c1;width:100%;z-index:-1;}
.sub0301_wrap .con .ul_top li {font-size:17px;color:#222;font-weight:500;width:calc((100% - 40px) / 5);height:100px;border-radius:20px;background:#fef5f5;display:flex;justify-content:center;align-items:center;}
.sub0301_wrap .con .ul_top li:nth-child(2) {background:#fdebea;}
.sub0301_wrap .con .ul_top li:nth-child(3) {background:#fce2e0;}
.sub0301_wrap .con .ul_top li:nth-child(4) {background:#fbd8d5;}
.sub0301_wrap .con .ul_top li:nth-child(5) {background:#facecb;}
.sub0301_wrap .con .ul_list li {position:relative;padding-left:14px;font-size:16px;color:#444;word-break:keep-all;}
.sub0301_wrap .con .ul_list li:before {position:absolute;left:0;top:10px;content:'';width:4px;height:4px;background:#facecb;border-radius:50%;}

/* sub0103_view */
.sub0103_view_wrap .con {margin-top:60px;}
.sub0103_view_wrap .con:first-child {margin-top:0;}
.sub0103_view_wrap .con .edit_box {width:100%;height:300px;background:#f5f5f5;padding:20px;}
.sub0103_view_wrap .con .edit_box p {font-size:16px;color:#222;}
.sub0103_view_wrap .con .tb_style01 {width:100%;border-top:2px solid #facecb;margin-top:40px;}
.sub0103_view_wrap .con .tb_style01 th {background:#f5f5f5;border:1px solid #ddd;padding:10px 15px;font-size:16px;color:#222;}
.sub0103_view_wrap .con .tb_style01 td {border:1px solid #ddd;padding:10px 15px;font-size:16px;color:#444;}
.sub0103_view_wrap .con .tb_style01 ul li {position:relative;padding-left:14px;}
.sub0103_view_wrap .con .tb_style01 ul li:before {position:absolute;left:0;top:10px;content:'';width:4px;height:4px;background:#facecb;border-radius:50%;}
.sub0103_view_wrap .con .tb_pc {display:none;}
.sub0103_view_wrap .con .tb_tab {display:table;}
.sub0103_view_wrap .con .btn_box {display:flex;gap:10px;justify-content: flex-end;margin-top:30px;}
.sub0103_view_wrap .con .btn_box .btn {width:170px;height:45px;background:#e6aba7;}
.sub0103_view_wrap .con .btn_box .btn:nth-child(2) {background:#333;}
.sub0103_view_wrap .con .btn_box .btn a {width:100%;height:45px;display:flex;justify-content:center;align-items:center;font-size:16px;color:#fff;}
.sub0103_view_wrap .con .add_box {margin-top:10px;}
.sub0103_view_wrap .con .add_box p {border:1px solid #ddd;border-radius:10px;padding:10px;font-size:16px;color:#444;}
.sub0103_view_wrap .con .add_box p span {display:block;width:80px;height:30px;padding:0;display:flex;justify-content:center;align-items:center;background:#facecb;border-radius:30px;font-weight:500;margin-right:0;margin-bottom:10px;}

/* sub0302 */
.sub0302_wrap .con {margin-top:60px;}
.sub0302_wrap .con:first-child {margin-top:0;}
.sub0302_wrap .con .txt_wrap {margin-top:10px;}
.sub0302_wrap .con .txt_wrap .point_p {font-size:16px;color:#e0a8a4;}
.sub0302_wrap .con .txt_wrap span {font-size:16px;color:#444;}
.sub0302_wrap .con .tb_style01 {width:100%;border-top:2px solid #e6aba7;}
.sub0302_wrap .con .tb_style01 th {background:#f5f5f5;border:1px solid #ddd;padding:10px 15px;font-size:16px;color:#222;font-weight:500;}
.sub0302_wrap .con .tb_style01 td {border:1px solid #ddd;padding:10px 15px;font-size:16px;color:#444;}
.sub0302_wrap .con .tb_style01 td ul li {position:relative;padding-left:9px;font-size:16px;color:#444;}
.sub0302_wrap .con .tb_style01 td ul li:before {position:absolute;left:0;top:10px;content:'';background:#e6aba7;border-radius:50%;width:3px;height:3px;}
.sub0302_wrap .con .ul_list {margin-top:30px;background:#fafafa;border:1px solid #c1c1c1;padding:25px 30px;}
.sub0302_wrap .con .ul_list li {position:relative;padding-left:14px;font-size:16px;color:#444;}
.sub0302_wrap .con .ul_list li:before {position:absolute;left:0;top:10px;content:'';width:4px;height:4px;background:#e6aba7;border-radius:50%;}
.sub0302_wrap .con .pc_tb {display:none;}
.sub0302_wrap .con .tab_tb {display:block;}
.sub0302_wrap .con .tab_tb .tb_style01 {margin-bottom:30px;}

/* sub0303 */
.sub0303_wrap p, .sub0303_wrap li {word-break:keep-all;}
.sub0303_wrap .con .con_box {margin-top:40px;}
.sub0303_wrap .con .con_box:first-child {margin-top:0;}
.sub0303_wrap .con .con_box .p_tit {font-size:18px;color:#e0a8a4;font-weight:600;padding-bottom:5px;}
.sub0303_wrap .con .con_box .p_txt {font-size:15px;color:#222;padding:5px 0;font-weight:500;line-height:1.7;}
.sub0303_wrap .con .con_box .ul_list {padding:12px 0;}
.sub0303_wrap .con .con_box .ul_list li {position:relative;padding:0 0 0 20px;font-size:15px;color:#666;font-weight:500;}
.sub0303_wrap .con .con_box .ul_list li span {position:absolute;left:0;}

/* sub0402 */
.sub0402_wrap .con01{margin-bottom:40px; padding:20px 0; background:#e0a8a4;}
.sub0402_wrap .con01 p{text-align:center; font-size:15px; color:#fff;}
.sub0402_wrap .con01 p span{font-size:16px; font-weight:600; }

.sub0402_wrap .con02 .online_pc_wrap{display:none;}
.sub0402_wrap .con02 .online_tab_wrap{display:block;}
.sub0402_wrap .con02 .form_ck {margin-top:10px;display:flex;align-items:center;}
.sub0402_wrap .con02 .form_ck input {width:13px;border:1px solid #ddd;}
.sub0402_wrap .con02 .form_ck span {font-size:16px;color:#444;padding-left:5px;}

select:focus, input:focus, textarea:focus{outline:none;}
input[type="text"].input_txt01{padding-left:10px; width:100%; height:30px; font-size:14px; color:#666; border:1px solid #ddd; }
input[type="text"].input_txt02{padding-left:10px; width:47%; height:30px; font-size:14px; color:#666; border:1px solid #ddd;}

select.select01{border:1px solid #ddd; width:32%; height:30px; }
select.select02{border:1px solid #ddd; width:100%; height:30px; }

textarea.textarea01{width:100%; border:1px solid #ddd; }

/* sub0403 */
.sub0403_wrap .con01 ul{display:flex; gap:40px; flex-wrap:wrap;}
.sub0403_wrap .con01 ul li{width:calc((100% - 40px)/2);}
.sub0403_wrap .con01 ul li .img_wrap{position: relative; text-align: center; width: 100%; height:0; padding-bottom: 62.353%; overflow:hidden; border-radius:15px; }
.sub0403_wrap .con01 ul li .img_wrap img{position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; width: auto; height: auto; max-width: 100%; max-height: 100%;}
.sub0403_wrap .con01 ul li .txt_wrap{margin-top:20px; }
.sub0403_wrap .con01 ul li .txt_wrap em{display:inline-block; padding:0 25px; height:30px; background:#e0a8a4; text-align:center; font-size:14px; color:#fff; line-height:30px; }
.sub0403_wrap .con01 ul li .txt_wrap p{padding:15px 0; font-size:16px; color:#555; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.sub0403_wrap .con01 ul li .txt_wrap span{display:block; font-size:15px; color:#999; text-align:right; }
}