@charset "utf-8";

@import url("base.css");

@font-face {
    font-family: 'shilla';
    src: url('../fonts/Shilla_Culture(B).ttf');
}
@font-face {
    font-family: 'shillaM';
    src: url('../fonts/Shilla_Culture(M).ttf');
}
@font-face {
    font-family: 'rokaf';
    src: url('../fonts/ROKAF Slab Serif Bold.ttf');
}

@font-face {
    font-family: 'myngjo';
    src: url('../fonts/KimjungchulMyungjo-Bold.otf'),
    src: url('../fonts/KimjungchulMyungjo-Bold.ttf');
}

@font-face {
    font-family: 'myngjoR';
    src: url('../fonts/KimjungchulMyungjo-Regular.otf'),
    src: url('../fonts/KimjungchulMyungjo-Regular.ttf');
}

@font-face {
    font-family: 'wando';
    src: url('../fonts/WandohopeB.ttf');
}

/* 초기화 */
html, body {
	width: 100%;
	height: 100%;
}

body {
	overflow-x: hidden;
	margin:0;
	padding:0;
	font-size:15px;
	line-height: 1;
	vertical-align:middle !important;
	font-family:'Poppins', 'Pretendard', 'Noto Sans KR', Sans-serif, 'myngjo', 'shilla';
	font-family:"Pretendard";
	letter-spacing:-0.5px;
	/*overflow-x:hidden;*/
	transition: all 0.5s;
}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {
	margin:0;
	padding:0;
	border:0
}
h1, h2, h3, h4, h5, h6 {
	letter-spacing:-1px;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block
}
ul, ul li {
	margin:0;
	padding:0;
	list-style:none
}
ol, li, dl, dt, dd {
	margin:0;
	padding:0
}
legend {
	position:absolute;
	margin:0;
	padding:0;
	font-size:0;
	line-height:0;
	text-indent:-9999em;
	overflow:hidden
}
label, input, button, select, img {
	vertical-align:middle
}
input, button {
	margin:0;
	padding:0;
	font-family:'Noto Sans KR', Sans-serif ;
	font-size:.85em
}
button {
	cursor:pointer
}
button:focus{
    border: none;
    outline:none;
    }
textarea, select {
	font-family: 'Pretendard', 'Noto Sans KR', Sans-serif ;
	font-size:.85em
}
select {
	margin:0
}
p, span, i {
	margin:0;
	padding:0;
	word-break:break-all;
/*     vertical-align:middle; */
}
hr {
	display:none
}
pre {
	overflow-x:scroll;
	font-size:1.1em
}
a:link, a:visited {color:#444;text-decoration:none; display: inline-block;}
a:hover, a:focus, a:active {
	/*color:#3f3f41;*/
	text-decoration:none !important;

}
*, :after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*a:focus {border:#ea5513 1px solid; letter-spacing:-1px;}*/


input[type=text], input[type=password], textarea {
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;
}
input[type=text]:focus, input[type=password]:focus, textarea:focus, select:focus {
	-webkit-box-shadow:  0 0 5px #9ed4ff;
	-moz-box-shadow:  0 0 5px #9ed4ff;
	box-shadow: 0 0 5px #9ed4ff;
	border: 1px solid #558ab7 !important;
}
input[type=checkbox] {
    border: 1px solid #ccc !important;
    border-radius:3px !important;
	padding:2px;
	color:#666;
}

.placeholdersjs {
	color: #aaa !important;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {margin-bottom:0;}
.mb {display:none;}
#index {position:relative;}
.wrap {position:relative; max-width:1400px;width: calc(100% - 45px);margin:0 auto;}
.wrap:after {/* display:none; *//* visibility:hidden; */clear:both;content:""}
#hd_wrapper .wrap:after {display: none;}
/* 팝업레이어 */
.languag_btn {display: none;}
#hd_pop {z-index:999999;position:relative; margin:0 auto;width:100%; height:0}
#hd_pop h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.hd_pops {position:absolute; border:1px solid #e9e9e9; background:#fff;}
.hd_pops img{max-width:100%}
.hd_pops_con {}
.hd_pops_footer {padding: 0; background:#000;color:#fff;text-align:left;position:relative;}
.hd_pops_footer:after {display:block;visibility:hidden;clear:both;content:""}
.hd_pops_footer button {padding: 10px; border:0;color:#fff}
.hd_pops_footer .hd_pops_reject{background:#000;text-align:left}
.hd_pops_footer .hd_pops_close{background:#393939;position:absolute;top:0;right:0}
#lnb {
    display: inline-block;
    position: absolute;
    right: 2%;
    top: 32px;
    z-index: 100;
}
#lnb > a {
	display: block;
    padding: 6px 42px 6px 21px;
    border: #fff 1px solid;
    border-radius: 19px;
    display: block;
    color: #fff;
    font-size: 15px;
    background: url(/img/main/lang_arr.png) 80% 13px no-repeat;
}
#lnb_menu {
    position: absolute;
    left: 0;
    top: 36px;
    background: #2e2e2e;
    width: 100%;
    padding: 20px;
    border-radius: 10px;
}
#lnb_menu li a {
    text-align: left;
    display: block;
    color: #fff;
    font-size: 13px;
    border-bottom: #000 1px solid;
    line-height: 30px;
}
#1nb_menu li:last-child a {border-bottom:none;}

/************** main 20250305 **************/
.mob {display: none !important;}
.follow.on {transform: translateY(100%);}
#main {margin-top: 120px;  color: #fff; overflow-x: hidden;/ cursor: default; background-color: #61452d;}
#main .main_visual {width: 100vw; height: 115vh; background: url('../img/main/main_visual.jpg') center no-repeat; background-size: cover;position: relative; cursor: default;}
#main .main_visual .wrap {}
#main .main_visual .text_box {position: absolute; top: 40%; left: 12%; transform: translateY(-50%); display: flex; flex-direction: column; color: #fff !important;}
#main .main_visual .text_box p {font-size:24px;  font-family: 'shilla'; margin-bottom:20px;}
#main .main_visual .text_box strong {font-size: 70px; font-family:'myngjo';  line-height: 1.26; margin-bottom: 37px;}
#main .main_visual .text_box a {font-size: 16px; color: #fff; display: flex; column-gap: 24px; align-items: center; position: relative; transform: translateX(30px);}
#main .main_visual .text_box a:before {transition: 0.4s; content:''; position: absolute; top: 50%; left: -30px; transform: translateY(-50%); width: 50px; height: 50px; background-color: #61452d; z-index:-1; border-radius:50%;}
#main .main_visual .text_box a:hover:before {width: 165px; border-radius: 30px;}
#main .main_visual:after {content:''; position: absolute; bottom: -1px; left:0; width:100%; height: 256px; background: url('../img/main/section01_bg.png') center no-repeat;}
#main section {background-color: #61452d; position: relative;}
#main section .wrap {margin: 120px auto;}
#main section figure {overflow: hidden;}
.section01:before {content:''; width: 525px; height: 251px; z-index: 0; position: absolute; top: 5%; right: -120px; background: url('../img/main/sec01_deco.png') center no-repeat; opacity: 0.1;}
.section01:after {content:''; width: 525px; height: 251px; z-index: 0; position: absolute; bottom: -15%; left: -210px; background: url('../img/main/sec01_deco.png') center no-repeat; opacity: 0.1; z-index:0;}
.section01 .wrap, .section02 .wrap { display: flex; flex-direction: column; align-items: center;}
.section01 .wrap h2 {font-family: 'myngjoR'; font-size: 48px; margin-bottom: 25px;}
.section01 .wrap h2 span {font-family: 'myngjo'; word-break: keep-all;}
.section01 .wrap > p {font-size: 18px; line-height: 2; text-align: center;}
.section01 .wrap .box_wrap {width: 100%; margin-top: 50px; display: flex; justify-content: space-around; position: relative; z-index: 1;}
.section01 .wrap .box_wrap .box {display: flex; flex-direction: column; row-gap: 25px; text-align: center;}
.section01 .wrap .box_wrap .box figure {border-radius: 50%;}
.section01 .wrap .box_wrap .box img {transition: 0.4s;}
.section01 .wrap .box_wrap .box img:hover {scale: 1.05;}
.section01 .wrap .box_wrap .box strong {font-size: 30px; font-weight: 500;}
.section01 .wrap .box_wrap .box strong span {font-weight: 700;}
.section01 .wrap .box_wrap .box p {margin-top: 15px; font-size: 18px; color: #aa9889; line-height: 1.54;}
.section02 .wrap:after {content: ''; position: absolute; top: -6%; left:-22.5%; background: url('../img/main/sec02_left.png') center no-repeat;
width: 660px; height: 655px; z-index: 1; background-size: cover; border-radius: 50%; box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;}
.section02 .wrap, .section03 .wrap {border: 3px solid #000; color: #000; padding: 8px; padding-top: 120px; background-color: #f9f4f0; z-index:0;}
.section02 .wrap:before, .section03 .wrap:before {content:''; position: absolute; top: 0; left:0; width: 99%; height: 99%; border: 1px solid #000; margin: 7px; z-index:0;}
.section02:after{content: ''; position: absolute; top: -80px; left: 50%; transform: translateX(-50%);width:1px; height: 150px;
background: url('../img/main/sec02_deco.png') center no-repeat;}
#main section .wrap .text_top p {word-break: keep-all; display: flex; flex-direction: column; row-gap: 15px; align-items: center; font-size: 75px; font-family: 'myngjo'; text-align: center; line-height: 1.25; letter-spacing: 1px;}
#main .section05 .wrap .text_top p {margin-bottom: 30px;}
#main section .wrap .text_top p span{font-family:'shillaM'; font-size: 28px; word-break: keep-all;}
.section02 .wrap .center {position: relative; background: url('../img/main/sec02_circle.png') center no-repeat; width: 100%; height: 70vh; display: flex; align-items: center; justify-content: center; flex-direction: column;}
.section02 .wrap .center:before {content:''; position: absolute; top:43%; left:61%; width: 100%; transform: translate(-50%, -50%); height: 100%; background: url('../img/main/sec02_circle01.png') center no-repeat;
animation: motion 1s linear 0s infinite alternate;}
.section02 .wrap .center p {font-size: 45px; text-align: center;  font-family: 'myngjo'; margin-bottom: 25px;}
.section02 .wrap .center span {font-size: 20px; font-weight: 600;}
.section02 .wrap .right {width: 237px; height: 235px; position: absolute; top:23%; right:11%; background: url('../img/main/sec02_box.png') center no-repeat; background-size: cover;
display: flex; flex-direction: column; align-items: center; justify-content: center; animation: pulse 2s infinite;}
@keyframes pulse {
    0% {
        transform: scale(0.95);
    }
    70% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.95);
    }
}
.section02 .wrap .right span {font-size: 18px; font-weight: 300;}
.section02 .wrap .right p {font-size: 26px; font-weight: 800; margin: 7px 0 10px 0;}
.section02 .wrap .right strong {font-size: 62px; font-family: 'rokaf';}
.section02 .wrap .left {position: absolute; bottom: 10%; left: 13%; display: flex; flex-direction: column;}
.section02 .wrap .left span {font-size: 28px; font-weight: 700;}
.section02 .wrap .left strong {z-index: 0; position: relative; display: inline-block; font-size: 70px; font-family: 'myngjo'; margin: 20px 0 30px 0; color: #fff;}
.section02 .wrap .left strong:before {z-index: -1; content:''; position: absolute;  top:0; left: -50px; width: 80%; height: 110%;  background: url('../img/main/sec02_pay.png') center no-repeat;
background-size: cover;}
.section02 .wrap .left p {font-size: 20px; font-weight: 600; line-height: 1.8; font-family: 'Pretendard'; text-align: start; }
.section02 .wrap .img_box {display: flex;}
.section02 .wrap .img_box > div {width: 33.33%; border-top: 1px solid #000; border-right: 1px solid #000; position: relative; z-index: -1;}
.section02 .wrap .img_box > div:last-child {border-right: none;}
.section02 .wrap .img_box > div .text {background-color: #f9f4f0; padding: 40px; padding-top: 0;}
.section02 .wrap .img_box > div .text strong {font-size: 48px; font-family:'myngjo';}
.section02 .wrap .img_box > div .text p {font-size: 18px; font-weight: 500; margin-top: 25px; line-height: 2; word-break: keep-all;}
.section03 {padding-bottom: 120px;}
.section03 .wrap .text_top figure {text-align: center; margin: 50px 0;}
.section03 .wrap:after {content: ''; position: absolute; right: -30%; top: -23%; background: url('../img/main/sec03_right.png') center no-repeat;
background-size: cover; width: 660px; height: 655px; border-radius: 50%; box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;}
.section04, .section05 {background-color: #f9f4f0 !important;}
.section04:before {content: ''; position: absolute; top: -255px; left:0; width: 100%; height: 256px;   background: url('../img/main/sec04_01.png') center no-repeat;}
.section04 .wrap {margin-top: 30vh; padding-top: 10vh; color: #000; margin-bottom: 0 !important;}
.section04 .wrap:before {content:''; width: 661px; height: 820px; top:20%; right: -23%; position: absolute;  background: url('../img/main/sec04_03.png') center no-repeat; opacity: 0.1;}
.section04 .wrap .text_top {position: relative;}
.section04 .wrap .text_top:before {content:''; width: 700px; height: 504px; top:0; left: -35%; position: absolute;  background: url('../img/main/sec04_02.png') center no-repeat; opacity: 0.1;}
.section04 .wrap .food_btn {display: flex; row-gap: 20px; column-gap: 18px; width: 80%; margin: 0 auto; flex-wrap: wrap; margin-top: 60px; position:relative; z-index:1;}
.section04 .wrap .food_btn li {width: calc(100%/6 - 15px); cursor: pointer; padding: 18px; border-radius: 25px; background-color: #d4d0cb; color: #fff;
text-align: center; font-size: 18px; font-weight: 700; word-break: keep-all;}
.section04 .wrap .food_btn li.on {background-color: #61452d; pointer-events : none;}
.section04 .wrap .food_btn li:hover {background-color: #e8e5e1;}
.section04 .wrap .swiper, .section04 .wrap .swiper_btn li {display: none;}
.section04 .wrap .swiper.on, .section04 .wrap .swiper_btn li.on {display: block;}
.section04 .wrap .swiper_wrap {position: relative;}
.section04 .wrap .swiper_wrap:before {content: ''; width: 589px; height: 563px; bottom: -10%; left: -30%; position:absolute; background: url('../img/main/sec04_04.png') center no-repeat; z-index: 1; opacity: 0.1;}
.section04 .wrap .swiper {margin-top: 40px;}
.section04 .wrap .swiper_btn .slide_next {position: absolute; top: 50%; right:0; width: 120px; height: 120px; border-radius: 50%;  background: url('../img/main/sec04_next.png') center no-repeat;  z-index:1;  transform: translateY(-50%); cursor: pointer;}
.section04 .wrap .swiper_btn .slide_prev {position: absolute; top: 50%; left:0; width: 120px; height: 120px; border-radius: 50%;  background: url('../img/main/sec04_prev.png') center no-repeat;  z-index:1;  transform: translateY(-50%); cursor: pointer;}
.section05 {padding-bottom: 120px;}
.section05 .wrap {color: #000; padding-top: 60px; margin-top:0; margin-bottom: 60px; margin:0 auto !important;}
.button12-next  {position: absolute; top: 50%; right: 30%; width: 120px; height: 120px; border-radius: 50%;  background: url('../img/main/sec04_next.png') center no-repeat;  z-index:1;  transform: translateY(-50%); cursor: pointer;}
.button12-prev  {position: absolute; top: 50%; left: 30%; width: 120px; height: 120px; border-radius: 50%;  background: url('../img/main/sec04_prev.png') center no-repeat;  z-index:1;  transform: translateY(-50%); cursor: pointer;}
.section05 .swiper12 .swiper-slide {display: flex; flex-direction: column; row-gap: 25px;}
.section05 .swiper12 .swiper-slide p {color: #000; font-size: 20px; font-weight: 700;}
.section06 {height: 110vh;  background: url('../img/main/sec06_01.jpg') center no-repeat; background-size: cover;}
.section06 .wrap {margin-top: 0; height: 100%; display: flex; align-items: center; justify-content: flex-start; padding: 120px 0; margin: 0 auto !important;}
.section06 .wrap .text_top p {text-align: start !important; align-items: unset !important; margin-bottom: 15px;}
.section06 .wrap .text_top > span {font-size: 18px; font-weight: 400; line-height:1.7;}
.section07 {background-color: #000 !important; padding: 120px 0;}
.section07 .wrap {margin: 0 auto;}
.section07 .wrap:before {content:''; top:0; left: -25%; width:649px; height:640px; position:absolute; background: url('../img/main/sec07_left.png') center no-repeat; background-size: cover; opacity:0.1;}
.section07 .wrap:after {content:''; top: -5%; right: -10%; width: 445px; height: 487px; position:absolute; background: url('../img/main/sec07_right.png') center no-repeat; background-size: cover; opacity:0.15;}
.section07 .wrap .item_box {width: 100%; display: flex; justify-content: flex-end; margin: 0 auto; position: relative; z-index:1; column-gap: 10%; margin-top: 60px;}
.section07 .wrap .item_box .left {width:44%; display: flex; flex-direction: column; letter-spacing: 1px;}
.section07 .wrap .item_box .left .deco {color: #61452d; font-weight: 900; font-size: 18px; position: relative; line-height: 0;}
.section07 .wrap .item_box .left .deco:before {content:''; position: absolute; top: 50%; right: -35%; transform: translateY(-50%);width: 100%; height:1px; background: url('../img/main/sec07_line.png') center no-repeat; }
.section07 .wrap .item_box .left strong {font-size:60px; margin: 35px 0;  line-height: 1.2; word-break: keep-all;}
.section07 .wrap .item_box .left p {font-size: 30px; font-weight: 700; margin-bottom: 30px;}
.section07 .wrap .item_box .left span {font-size: 18px; color: #cecece; line-height: 1.8; font-weight: 500; word-break: keep-all;}
.flow_banner {position: absolute; bottom:0; left:0; overflow: hidden;display: flex;max-width: 100%; height: 25vh; margin: 30px auto;background: #000; z-index: 0;}
.flow_banner .list {display: flex; column-gap: 10px; margin: 0 5px; position: relative;}
.flow_banner .list:after {content:''; position: absolute; top: 0; left:0; width:100%; height:100%; background-color: #0000006b;}
.flow_banner .list > li {white-space: nowrap; color: #fff; width: 165px; height:100%;}
.flow_banner .list > li img {width: 100%; height:100%; object-fit: cover;}
.follow {transition: 0.5s;background-color: #1a1a1a; position: fixed; bottom:0; left:0; z-index: 999; width: 100%;}
.follow .wrap {display: flex; margin: 0 auto !important; padding: 20px 0; justify-content: center; align-items: center; column-gap: 15px; flex-wrap: wrap; row-gap: 15px;}
.follow p {font-size: 30px; font-family: 'myngjo';}
.follow input {width: 130px; height: 46px; padding-left: 10px;}
.follow input#scales {width: 30px; margin-left: 25px; margin-right: 10px;}
.follow label {margin:0;}
.follow button {padding: 15px 24px; color: #fff; background-color: #61452d; margin-left: 25px; font-size: 17px; font-weight: 900;}
input[type=checkbox] {border: none !important;}
[type="checkbox"] {
	width: 30px;
	height: 30px;
	appearance: none;
		background: url('../img/main/uncheck.png') center no-repeat;

}
[type="checkbox"]:checked {
background: url('../img/main/check.png') center no-repeat;
}
@keyframes flowRolling {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

@keyframes motion {
	0% {margin-top: 0px;}
	100% {margin-top: -15px;}
}


/************** footer 20250310 **************/
#footer {color: #000; background-color: #fff; display: flex; flex-direction: column; max-width: 1400px; width: calc(100% - 40px); margin: 50px auto; flex-wrap: wrap;}
#footer .top {display: flex; justify-content: space-between; flex-wrap: wrap;}
#footer ul {display: flex; margin-bottom: 10px; column-gap: 25px; flex-wrap: wrap; row-gap: 10px;}
#footer p {margin-top: 25px;}
/* 상단 레이아웃 */
#hd {z-index:8;width:100%; background:#fff;}
#hd_h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.mob_menu {display:none;}
#hd_wrapper {width:100%; height: 120px; background-color: #fff; position: fixed; z-index: 999; transition: 0.5s;}
#hd_wrapper.on {transform: translateY(-100%);}
#hd_wrapper > .wrap {display: flex; align-items: center; height: 100%; justify-content: space-between;}
#hd_wrapper > div {position: relative;}
#total_m_lay {position: fixed !important;}
#hd_wrapper:after {display:block;visibility:hidden;clear:both;content:""}
/* #hd_wrapper.fix {position:fixed;} */

/* #tnb {position: absolute;right:90px;top: 0;z-index:111;} */
.btnMenu {position:relative;}
.btnMenu span {position: absolute; left: 0;width: 100%;height: 2px;background-color: #000;border-radius: 4px;display: inline-block;transition: all 0.4s;box-sizing: border-box;}
.btnMenu span:nth-of-type(1) {top: 0;}
.btnMenu span:nth-of-type(2) {top: 10px;}
.btnMenu span:nth-of-type(3) {bottom: 0;}

#logo {display: inline-block;}
#logo a {height:60px;}
#logo a img {height:100%;}
#logo a, #logo a img {display: block;}

.contact_btn {position:absolute; right:140px; top:24px; z-index:9;}
.contact_btn a {display:block; border-radius:50px; color:#fff; font-size:15px; font-weight:500; padding:5px 25px; background:#2384c6; border:1px solid #2384c6; transition:0.3s;}
.contact_btn a:hover {color:#EB5B00; background:#fff;}

/* 메인메뉴 */
#gnb {height: 100%;}
#gnb h2{position:absolute;font-size:0;line-height:0;overflow:hidden}
#gnb .gnb_wrap{position:relative; height: 100%;}
#gnb #gnb_1dul {margin:0 auto;width:100%;height:100%; text-align:center;display: flex; align-items: center;}
#gnb ul:after {display:block;visibility:hidden;clear:both;content:""}
#gnb .gnb_1dli{display:inline-block; padding:0 35px; position:relative; text-align:center;display: flex; align-items: center;}
#gnb .gnb_1dli a {color:#000; font-size:20px; font-weight:500; line-height: 120px; display: block; word-break:keep-all; font-family: 'myngjo';}
#gnb .gnb_1dli > a:hover {color:#EB5B00 !important;}
#gnb .gnb_1dli a:hover {color: #EB5B00;}
.gnb_1da {display:inline-block;color:#fff;text-decoration:none;}
.gnb_2dul {padding: 5px 0 15px 0; display:none;position:absolute;top:120px;left:50%; transform: translateX(-50%); min-width:163px; background:#fff;}
.gnb_2da {display:block;padding:0 10px;line-height:30px;color:#fff;text-align:left;font-size:16px;text-align:center;}
#gnb #gnb_1dul > li.active > a, #gnb #gnb_1dul > li > a.on{color:#51dd7e;}


.gnb_2dli {padding:10px 5px;}
#gnb .gnb_2dli a{line-height:30px; font-size:16px; color:#333;}





.gnb_1dli_air .gnb_2da {}
.gnb_1dli_on .gnb_2da {}
.gnb_2da:focus, .gnb_2da:hover {}
.gnb_1dli_over .gnb_2dul {display:block;}
.gnb_1dli_over2 .gnb_2dul {display:block;right:0}
.gnb_wrap .gnb_empty {padding:10px 0;width:100%;text-align:center;line-height:2em;}
.gnb_wrap .gnb_empty a{color:#fff;text-decoration:underline}
.gnb_wrap .gnb_al_ul .gnb_empty, .gnb_wrap .gnb_al_ul .gnb_empty a{color:#555}



#gnb .gnb_menu_btn{display:none; background:#4158d1;color:#fff;width:50px;height:50px; border:0;vertical-align:top;font-size:18px}
#gnb .gnb_close_btn{background:#4158d1;color:#fff;width:50px;height:50px; border:0;vertical-align:top;font-size:18px;position:absolute;top:-50px;left:0}
#gnb .gnb_mnal{padding:0}

#gnb_all{display:none;position:absolute;width:100%;z-index:99;}
#gnb_all .gnb_al_ul:after {display:block;visibility:hidden;clear:both;content:""}
#gnb_all .gnb_al_ul{background:#fff; border:1px solid #4158d1;padding:20px;}
#gnb_all .gnb_al_li{background:#fff;float:left; min-width:20%;padding:5px }
#gnb_all .gnb_al_li .gnb_al_a{font-size:1.083em;padding:10px;display:block;position:relative; margin-bottom:10px; background: #eff1f9; border-bottom: 1px solid #dee2f1;font-weight: bold;color:#243071}
#gnb_all .gnb_al_li li {padding-left:10px;line-height:2em}
#gnb_all .gnb_al_li li i{color:#9ca6cc}
#gnb_all .gnb_al_li li a{color:#555}

#gnb .language{position:absolute; right:100px; top:40px;}
#gnb .language a{display:block; position:relative; font-size:18px; color:#fff;}
#gnb .language a img {margin-right:7px; vertical-align:bottom}


/*사이드 메뉴*/
#side_menu{position:fixed;top:0;right:0;z-index:999;height:100%; background:#fff}
.side_menu_wr{display:none;width:230px;overflow-y:auto;height: 100%; border-left:1px solid #cdcdcd;}
#btn_sidemenu{position:absolute;top:50%;left:-35px;width:35px;height:50px; margin-top:-25px; background:#fff; border:1px solid #cdcdcd; border-right:0;font-size:14px}
#side_menu .side_menu_shop{padding:10px 20px; border-bottom:1px solid #f3f3f3;}
#side_menu .btn_side_shop{position:relative; background:none; border:0;width:100%;height:30px;text-align:left;font-weight:bold;}
#side_menu .btn_side_shop span{position:absolute;top:5px;right:0;padding:0 5px;line-height:20px; border-radius:10px;color:#fff; background:#ed1c24}
#side_menu .side_menu_shop .op_area{ display:none; border-top:1px solid #f3f3f3; margin:5px 0}
#side_menu .side_menu_shop .op_area h2{position:absolute;font-size:0;line-height:0;overflow:hidden}
#side_menu .side_menu_shop .op_area li{border-bottom:1px solid #f3f3f3;position:relative;padding:10px 0; min-height:80px;padding-left:70px}
#side_menu .side_menu_shop .op_area li .prd_img{position:absolute;top:10px;left:0px;}
#side_menu .side_menu_shop .op_area li .prd_cost{display:block;font-weight:bold; margin:3px 0 0}
#side_menu .side_menu_shop .op_area  .li_empty{padding:50px 0;padding-left:0;color:#999; border-bottom:1px solid #f3f3f3;text-align:center}


/* 중간 레이아웃 */
#wrapper {z-index:5; min-width:320px;width:100%;height:100%;position:relative;}
#wrapper:after {display:block;visibility:hidden;clear:both;content:""}
#wrapper_title {font-size: 35px; line-height: 1.0em;  font-weight: 500; text-align:center; margin:50px 0; color: #17462c;}

/* aside wrapper */
#aside {float:left; margin:0 10px 0 0;width:215px; margin-right:20px}

#container {position:relative;width:100%; background:#fff;zoom:1; z-index:7;float: left; clear: both;}
/* #index #container  {height:100% !important; min-height:100%;} */
#container #content{position:relative;width:100%; margin:0 auto; background-color: #F9F4F0;}
#container #content01{position:relative;width:100%; margin:0 auto; background-color: #61452D; color: #fff;}
#container #content::after{display:block;clear:both;content:''}

#container #content.sand {display:none;}

.sale_prd h2{font-size:1.167em; margin:20px 0 10px}
.st_bg{display: inline-block;width: 1px;height: 10px; margin: 0 10px; background: #e2e1e0;vertical-align: -1px;}
.con_box.wrap {padding-bottom: 60px;}
/* 텍스트 크기 조절 */
#text_size {display:none;position:absolute;top:-31px;left:-1px}
#text_size button {padding:0 10px;height:30px; border:1px solid #cfded8; border-bottom:0; background:#000;color:#fff;cursor:pointer}


/* 하단 레이아웃 */
footer {position: relative; background:#fff; /* padding:90px 0 120px; */ display:inline-block; width:100%;}
#ft {width:100%;}

.ft_info {}
.ft_menu ul {overflow: hidden; margin-bottom: 30px;}
.ft_menu ul li {float:left; margin-right:50px;}
.ft_menu ul li:last-child {margin-right:0;}
.ft_menu ul li a {display: block; transition:0.3s; color:#f7f7f7; font-size: 16px; font-weight:500;}
.ft_menu ul li a:hover {color:#fff;}

.info_wrap ul {overflow:hidden; width:50%;}
.info_wrap ul li {float:left; font-size:16px; color:#878787; margin-bottom:5px; margin-right:30px;}
.info_wrap ul li span {font-weight:bold; vertical-align:baseline;}

p.copyright{margin-top:20px;width: 100%;overflow: hidden;color:#878787;font-size:16px;}
p.copyright a {color:#878787;font-size:16px;}

.ft_logo {position:absolute; right:0; top:0;}
.ft_logo ul li {display:inline-block; margin-left:10px;}
.ft_logo ul li a {display:block; height:70px;}
.ft_logo ul li a img {height:100%;}
.ft_logo p {font-size:16px; color:#878787; word-break:keep-all; margin-top:10px;}

/***** 성공경쟁력 20250602 *****/
.flow_bar {position: fixed; top: 50%; right: 30px; z-index: 9; display: flex; flex-direction: column; row-gap: 10px}
.flow_bar a {display: inline-block; padding: 20px 7px; border-radius: 7px;font-family: 'myngjo'; color: #fff;}
.flow_bar a:nth-child(1) {background: #69533f}
.flow_bar a:nth-child(2) {background: #5b4837}
.flow_bar a:nth-child(3) {background: #48392c}
.flow_bar a:nth-child(4) {background: #352a20}
.success001 {background-color: #f9f4f0; position: relative;}
.success001:before {content: ''; position: absolute; bottom: -1px; left: 0; width: 100%; height: 256px; background: url('../img/sub/wave01.png')center no-repeat;}
.success001 .box {padding: 120px 0 200px 0; display: flex; justify-content: space-between; column-gap: 120px;}
.success001 .box .left {display: flex; flex-direction: column; align-items: center;}
.success001 .box .left p {font-family: 'wando'; font-size: 28px;}
.success001 .box .left h2 {writing-mode: vertical-lr; font-family: 'myngjo'; font-size: 85px; letter-spacing: 10px; margin-top: 25px; animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;}
.success001 .box .right {display: flex; column-gap: 120px;}
.success001 .box .right figure {width: 100%; border-radius: 280px; overflow: hidden; animation: swing-in-top-bck 1s cubic-bezier(0.175, 0.885, 0.320, 1.275) 0.5s both;}
.success001 .box .right figure img {height: 100%; object-fit: cover;  animation: kenburns-top 15s ease-out infinite both;}
.success001 .box .right .txt_box {position: relative; display: flex; flex-direction: column; justify-content: center; row-gap: 40px;}
.success001 .box .right .txt_box:before {position: absolute; content: ''; top: 47.5%; left: -60px; width: 100%; height: 2px; background: url('../img/sub/line01.png')center no-repeat;}
.success001 .box .right .txt_box .txt strong {font-size: 30px;}
.success001 .box .right .txt_box .txt p {width: 70%; word-break: keep-all; line-height: 1.5; font-size: 18px; margin-top: 15px;}
.success002 .wrap {z-index: 1;}
.success002 {padding: 120px 0 !important;}
.success002 .sub_title01 strong img {margin-bottom: 20px; animation: jello-horizontal 1.5s infinite both;}
.success002 .sub_title01 p {font-family: 'wando'}
.success002  .flow_banner {top: 530px;}
.success002  .flow_banner .list:after {display: none;}
.success002 .flow_banner .list > li {width: 250px;}
.success002 .flow_banner .list {column-gap: 5px; margin: 0; padding: 0 5px; background:#61452D; }
.success002 .review01 {text-align: center; margin-top: 60px; position: relative;}
.success002 .review01 .txt_box {position: absolute; top: 50%; left: 0; width: 100%; z-index: 2;}
.success002 .review01 .txt_box p {animation: motion 0.9s linear 0s infinite alternate; margin-top: 0; position: absolute; display: flex; align-items: center; justify-content: center; line-height: 1.2; font-size: 24px; font-weight: 500; width: 200px; aspect-ratio: 1/1; border-radius: 50%; background: linear-gradient(to top, rgba(0, 0, 0, 0) 2%, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0.7) 40%, rgba(0, 0, 0, 1) 50%,  rgba(0, 0, 0, 1) 70%,  rgba(0, 0, 0, 1) 100%);}
@keyframes motion {
	0% {margin-top: 0px;}
	100% {margin-top: 20px;}
}
@keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
.success002 .review01 .txt_box p:first-child {top: -100px; left: 23%;}
.success002 .review01 .txt_box p:last-child {top: 25px; right: 24%;}
.success002 .review02 > .txt_box {padding: 180px 100px; background: url('../img/sub/start_bg01.jpg')center no-repeat; margin-bottom: 35px;}
.success002 .review02 > .txt_box01 {padding: 180px 100px; background: url('../img/sub/start_bg02.jpg')center no-repeat;}
.success002 .review02 > div p:first-child {font-size: 30px; line-height: 1.2; font-weight: 400; margin-bottom: 15px;}
.success002 .review02 > div p:first-child span { font-weight: 600;}
.success002 .review02 > div p:last-child {font-size: 18px; line-height: 1.74;  font-weight: 400; word-break: keep-all; }
.success002 .review02 .txt_box01 p {width: 45%; margin-left: auto;}
.success003 {background: url('../img/sub/start03_bg.jpg')center no-repeat; position:relative; background-size: cover;}
.success003:before {content: ''; position: absolute; bottom: -1px; left: 0; width: 100%; height: 256px; background: url('../img/sub/wave02.png')center no-repeat;}
.success003 .wrap {padding: 120px 0;}
.success003 .sub_title01 {color: #fff; margin-bottom: 120px;}
.success003 .sub_title01 p{font-family:"pretendard"; font-size: 20px; font-weight: 500; line-height: 1.5;}
.success003 .item_wrap {width: 100%; display: flex; justify-content: space-between; color: #fff;}
.success003 .item_wrap .item {position: relative;}
.success003 .item_wrap .item.rec {width: 38%;}
.success003 .item_wrap .item  strong {font-family:'myngjo'; font-size: 85px; writing-mode: vertical-lr;}
.success003 .item_wrap .item.cir {margin-left: 90px;}
.success003 .item_wrap .item.cir > strong {position: absolute; top:0; left: 0;}
.success003 .item_wrap .item.rec > strong {position: absolute; bottom:0; right: 0;}
.success003 .item_wrap .item.sq01 > strong {position: absolute; bottom:0; right: 0;}
.success003 .item_wrap .item.cir01 > strong {position: absolute; top:0; left: -1%;}
.success003 .item_wrap .item.cir img {border-radius: 50%; aspect-ratio: 1/1; width: 70%; object-fit: cover; }
.success003 .item_wrap .item .txt_box {margin-top: 35px;}
.success003 .item_wrap .item .txt_box p.tit {font-size: 30px; margin-bottom: 20px; word-break: keep-all; line-height: 1.5;}
.success003 .item_wrap .item .txt_box p.tit span {font-weight: 600;  word-break: keep-all;}
.success003 .item_wrap .item .txt_box p:last-child {font-size: 18px; font-weight: 400; line-height: 1.6; color: #cccccc;  word-break: keep-all;}
.success003 .item_wrap .item.sq strong{position:  absolute; top: -5%; left:10%;}
.success003 .item_wrap .item.sq .txt_box {margin-left: 90px;}
.success003 .item_wrap .item.sq01 {width: 40%; margin-top: 120px; position:relative;}
.success003 .item_wrap .item.sq01 img {width: 100%; height: 100%; object-fit: cover;}
.success003 .item_wrap .item.sq01 .txt_box {position: absolute; top:30px; left: 50px;}
.success003 .item_wrap .item.cir01 {display: flex; align-items: center;  column-gap: 120px; margin: 120px 0 120px 90px;}
.success003 .item_wrap .item.cir01 img {width: 40%;}
.success003 .item_wrap .item.cir01 .txt_box p.tit {line-height: 1.6;}
.success004 {background: #f9f4f0; position:relative; z-index: 1; overflow: hidden}
.success004:before {content:''; position: absolute; top:0; left: 0; width: 349px; height: 452px; background: url('/img/sub/suc04_01.png')center no-repeat; opacity: 0.1; z-index: -1;}
.success004:after {content:''; position: absolute; bottom: -50%; right: -24%; width: 630px; height: 622px; background: url('/img/sub/suc04_02.png')center no-repeat; opacity: 0.1; z-index: -1;}
.success004 .wrap {padding: 120px 0;}
.success004 .table_wrap {width: 80%; margin: 0 auto; margin-top: 60px;}
.success004 p.alert01 {width: 80%; margin: 0 auto; margin-top: 15px; color: #555555}
.success004 .table_wrap td {background :#fff}
.success004 .table_wrap td.point {background-color: #765d47; color: #fff; font-weight: 600;}
@keyframes flowRolling01 {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(0); }
}
@keyframes swing-in-top-bck {
  0% {
    -webkit-transform: rotateX(70deg);
            transform: rotateX(70deg);
    -webkit-transform-origin: top;
            transform-origin: top;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    -webkit-transform-origin: top;
            transform-origin: top;
    opacity: 1;
  }
}
@keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
            transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.25) translateY(-15px);
            transform: scale(1.25) translateY(-15px);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
}
@keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
/* 화면낭독기 사용자용 */
#hd_login_msg {position:absolute;top:0;left:0;width:1px;height:1px;overflow:hidden}
.msg_sound_only, .sound_only {position: absolute; width: 0; height: 0; font-size: 0; top: 0; left: 0; margin: 0;
	/*display:inline-block !important;position:absolute;top:0;left:0; margin:0 !important;padding:0 !important;font-size:0;line-height:0; border:0 !important;overflow:hidden !important */}
/* 이미지 등비율 리사이징 */
.img_fix {width:100%;height:auto}

/* 캡챠 자동등록(입력)방지 기본 -pc */
#captcha {display:inline-block;position:relative}
#captcha legend {position:absolute; margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden;}
#captcha #captcha_img {;height:40px; border:1px solid #898989;vertical-align:top;padding:0; margin:0}
#captcha #captcha_mp3 {; margin:0;padding:0;width:40px;height:40px; border:0; background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;width:40px;height:40px; background:url('../img/captcha.png') no-repeat;text-indent:-999px; border-radius:3px}
#captcha #captcha_reload {margin:0;padding:0;width:40px;height:40px; border:0; background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer; background:url('../img/captcha.png') no-repeat  0 -40px;text-indent:-999px; border-radius:3px}
#captcha #captcha_key {margin:0 0 0 3px;padding:0 5px;width:90px;height:40px; border:1px solid #ccc; background:#fff;font-size:1.333em;font-weight:bold;text-align:center; border-radius:3px;vertical-align:top}
#captcha #captcha_info {display:block; margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}

/* 캡챠 자동등록(입력)방지 기본 - mobile */
#captcha.m_captcha audio {display:block; margin:0 0 5px;width:187px}
#captcha.m_captcha #captcha_img {width:160px;height:60px; border:1px solid #e9e9e9; margin-bottom:3px; margin-top:5px;display:block;}
#captcha.m_captcha #captcha_reload {position:static; margin:0;padding:0;width:40px;height:40px; border:0; background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer; background:url('../img/captcha.png') no-repeat  0 -40px;text-indent:-999px}
#captcha.m_captcha #captcha_reload span{display:none;}
#captcha.m_captcha #captcha_key {margin:0;padding:0 5px;width:115px;height:29px; border:1px solid #b8c9c2; background:#f7f7f7;font-size:1.333em;font-weight:bold;text-align:center;line-height:29px; margin-left:3px}
#captcha.m_captcha #captcha_info {display:block; margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}
#captcha.m_captcha #captcha_mp3 {width:31px;height:31px; background:url('../img/captcha.png') no-repeat 0 0 ;  vertical-align:top;overflow:hidden;cursor:pointer;text-indent:-9999px; border:none}

/* ckeditor 단축키 */
.cke_sc {margin:0 0 5px;text-align:right}
.btn_cke_sc{display:inline-block;padding:0 10px;height:23px; border:1px solid #ccc !important; background:#fafafa !important; !important;text-decoration:none !important;line-height:1em;vertical-align:middle}
.cke_sc_def {margin:0 0 5px;padding:10px; border:1px solid #ccc; background:#f2f5f9;text-align:center}
.cke_sc_def dl {margin:0 0 5px;text-align:left;zoom:1}
.cke_sc_def dl:after {display:block;visibility:hidden;clear:both;content:""}
.cke_sc_def dt, .cke_sc_def dd {float:left; margin:0;padding:5px 0; border-bottom:1px solid #e9e9e9}
.cke_sc_def dt {width:20%;font-weight:bold;}
.cke_sc_def dd {width:30%}


/* 목록 바로가기 */
.sanchor {margin:90px 0 30px ;padding:0;zoom:1}
.sanchor:after {display:block;visibility:hidden;clear:both;content:""}
.sanchor li button{float:left;width:50%;text-align:center;list-style:none;font-size:22px;padding:25px 0;border:1px solid #000;outline: none;}
.sanchor li:nth-child(1) button{border-right:0;}
.sanchor li:nth-child(3) button{border-left:0;}
.selected, .bo-dot:hover {border:1px solid #af9251 !important;width:100%;height:100%;padding:30px 0;border-bottom:0 !important;color:#af9251;font-weight:500;}
.sit_qaa_done{background:#af9251;line-height: 24px;margin-right: 30px;font-size: 15px;}
.sit_qaa_yet{border:1px solid #af9251;color:#af9251;margin-right: 30px;font-size: 15px;}
.sit_qa_li{padding: 25px 10px;}
.sit_qa_li img{padding-left:5px;vertical-align:unset;}
.sit_qa_li button{outline: none;}
.sit_qa_dl dd{font-size:16px;margin-left:20px;}
#sit_qa_wbtn a{padding: 0px 30px !important;transition:all 0.3s;}
.sit_qa_p .qa_alp{font-weight: 800;top:29px;}
.sit_qa_qaq p, .sit_qa_qaa p{font-size:18px;}
.sit_qa_qaq, .sit_qa_qaa{padding: 30px 30px 30px 90px;font-size: 18px;}
.sit_qa_p {margin: 25px 0 10px;}
.sanchor li span{vertical-align:unset;}
.sanchor li a{display:block;position:relative;height:60px; margin-left:-1px; background-color:#f7f7f7; border:1px solid #cdcdcd; border-bottom:1px solid #000;
color: #666;line-height: 58px;text-align: center;z-index:1;}
.sanchor li .sanchor_on{margin:0 0 0 -1px; border:1px solid #000; background:#fff;z-index:2; border-bottom-color:#fff;font-weight:bold;}
.sanchor li a .item_qa_count,.sanchor li a .item_use_count{display:inline-block; background:#aaa;padding:0 5px;line-height:23px; border-radius:15px;color:#fff; min-width:23px;font-size:12px}
.sanchor li .sanchor_on .item_qa_count,.sanchor li .sanchor_on .item_use_count{background:#4e4e4e}


/* 콘텐츠별 스타일 */
.cnt_cmt {display:inline-block; margin:0 0 0 3px;font-weight:bold;}

/* 버튼 */
.btn_area {margin:20px auto; text-align:center}

a.btn, .btn{padding:0 10px !impotant; text-align:center; border-radius:3px; vertical-align:middle !impotant; height:35px; display:inline-block;}

a.btn01, .btn_admin, a.btn_admin, a.btn_b01, .btn_b01 {display:inline-block;padding:5px 10px !important; border:1px solid #4e4e4e; background:#4e4e4e;color:#fff;text-decoration:none;vertical-align:middle; border-radius: 3px;}
a.btn01:focus, button.btn01:focus, a.btn_b01:focus, .btn_b01:focus, a.btn01:hover, button.btn01:hover, a.btn_b01:hover, .btn_b01:hover  {text-decoration:none; border:1px solid #9f9f9f; background:#9f9f9f;}
button.btn01, button.btn_admin, input.btn01, input.btn_b01, input.btn_admin {display:inline-block; margin:0;padding:0 10px; border:1px solid #b3b3b3; background:#fff;color:#333;text-decoration:none}

a.btn02, .btn_submit, a.btn_submit, a.btn_b02,.btn_b02 {display:inline-block;padding:5px 10px !important; border:1px solid #2384c6; background:#2384c6;color:#fff !important;text-decoration:none;vertical-align:middle;}
a.btn02:focus, .btn_submit:focus, a.btn_submit:focus, a.btn_b02:focus, .btn_b02:focus, .btn02:hover, .btn_submit:hover, a.btn_submit:hover, a.btn_b02:hover, .btn_b02:hover {text-decoration:none; border:1px solid #555; background:#555;color:#fff !important;}
button.btn02, button.btn_submit, input.btn02, input.btn_submit {display:inline-block; margin:0;padding:0 10px !important; border:1px solid #2384c6; background:#2384c6;color:#fff;text-decoration:none;line-height:}


a.btn_b03, .btn_b03 {display:inline-block; background:#none; border:1px solid #b9bdd3;color:#646982; background:none;text-decoration:none;vertical-align:middle}
a.btn_b03:hover, .btn_b03:hover {background:#ebedf6;}

a.btn04, a.btn_b04,.btn_b04 {display:inline-block;padding:0 10px !impotant; border:1px solid #fbaf00; background:#fbaf00;color:#fff !important;text-decoration:none;vertical-align:middle;}
a.btn04:focus, a.btn_b04:focus, .btn_b04:focus, .btn04:hover, a.btn_b04:hover, .btn_b04:hover {text-decoration:none; border:1px solid #555; background:#555;color:#fff !important;}
button.btn04, input.btn04 {display:inline-block; margin:0;padding:0 10px !impotant; border:1px solid #fbaf00; background:#fbaf00;color:#fff;text-decoration:none;line-height:}



a.btn05, a.btn_b04,.btn_b04 {display:inline-block;padding:0 10px !impotant; border:1px solid#BDBDBD; background:#BDBDBD;color:#fff !important;text-decoration:none;vertical-align:middle;}
a.btn05:focus, a.btn05:focus, .btn_b04:focus, .btn04:hover, a.btn_b04:hover, .btn_b04:hover {text-decoration:none; border:1px solid #555; background:#555;color:#fff !important;}
button.btn05, input.btn05 {display:inline-block; margin:0;padding:0 10px !impotant; border:1px solid #BDBDBD; background:#BDBDBD;color:#fff;text-decoration:none;line-height:}

.btn_confirm {text-align:center}
.btn_address{background:#70aff2; border:1px solid #3476be;height:40px;color:#fff;padding:0 10px;font-size:1.083em;font-weight:bold;}
fieldset .btn_submit {padding:0 7px;height:24px;line-height:1em}

a.btn_cancel {display:inline-block;padding:7px; border:1px solid #ccc; background:#fafafa;text-decoration:none;vertical-align:middle}
button.btn_cancel {display:inline-block;padding:7px; border:1px solid #ccc; background:#fafafa;vertical-align:top;text-decoration:none}

a.btn_frmline, button.btn_frmline {display:inline-block;padding:0 10px;height:30px; border:1px solid #4e4e4e;color:#4e4e4e; background:#fff;letter-spacing:-0.1em;text-decoration:none;vertical-align:middle} /* 우편번호검색버튼 등 */
a.btn_frmline {line-height:24px}
button.btn_frmline {font-size:1em}

/* 선택수정 버튼 */
.btn_list {margin:0 auto;width:93%}
.btn_list input, .btn_list button {background: none repeat scroll 0 0 #617D46; border: 0 none;color: #FFFFFF;height: 28px;line-height: 2.2em;padding: 0 15px;vertical-align: middle}

/* 게시판 목록 */
#bo_list {position:relative}
#bo_list:after {display:block;visibility:hidden;clear:both;content:""}
#bo_list .td_board {width:120px;text-align:center}
#bo_list .td_chk {width:30px;text-align:center}
#bo_list .td_date {width:60px;text-align:center;}
#bo_list .td_datetime {width:110px;text-align:center;}
#bo_list .td_group {width:100px;text-align:center}
#bo_list .td_mb_id {width:100px;text-align:center}
#bo_list .td_mng {width:80px;text-align:center}
#bo_list .td_name {width:120px;text-align:center;padding:10px 0;}
#bo_list .td_nick {width:100px;text-align:center}
#bo_list .td_num {width:50px;text-align:center}
#bo_list .td_num2 {width:50px;text-align:center}
#bo_list .td_numbig {width:80px;text-align:center}
#bo_list .txt_active {color:#5d910b}
#bo_list .txt_expired {color:#ccc}
#bo_list tbody tr:hover {/*border-left:2px solid #253dbe*/}

#bo_cate {background:#ecf2f3;padding:7px; margin:10px 0; border:1px solid #bed1d4}
#bo_cate h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_cate ul {zoom:1}
#bo_cate ul:after {display:block;visibility:hidden;clear:both;content:""}
#bo_cate li {display:inline-block;padding:2px;}
#bo_cate a {display:block;line-height:26px;padding:0 10px; border-radius:3px; border:1px solid transparent}
#bo_cate a:focus, #bo_cate a:hover, #bo_cate a:active {text-decoration:none; background:#d2d6dc;}
#bo_cate #bo_cate_on {z-index:2; background:#61452d;color:#fff;font-weight:bold; border-bottom-color:#61452d;
/* -webkit-box-shadow: inset 0 2px 5px rgb(33, 135, 202);
-moz-box-shadow: inset 0 2px 5px rgb(33, 135, 202);
box-shadow:inset 0 2px 5px rgb(33, 135, 202); */}
.td_subject img {margin-left:5px;}

/* 게시판 목록 공통 */
#bo_btn_top{margin: 10px 0 }
#bo_btn_top:after {display:block;visibility:hidden;clear:both;content:""}
.bo_fx {margin-bottom:5px;float:right;zoom:1}
.bo_fx:after {display:block;visibility:hidden;clear:both;content:""}
.bo_fx ul {margin:0;padding:0;list-style:none}
#bo_list_total {float:left;line-height:30px;font-size:0.92em;color:#4e546f; background:#d4d4d4;padding:0 10px; border-radius:5px;}

.bo_title_review {background:#3bb197; color:#fff; font-size:20px; line-height:30px; text-align:center; /*margin-bottom:30px;*/padding:15px 0 5px 0; border-radius:3px;}

.btn_bo_user {float:right; margin:0;padding:0;list-style:none}
.btn_bo_user li {float:left; margin-left:5px; margin-top: 5px;}
.btn_bo_adm {float:left}
.btn_bo_adm li {float:left; margin-right:5px}
.btn_bo_adm input {padding:0 8px; border:0; background:#d4d4d4;color:#666;text-decoration:none;vertical-align:middle}
.bo_notice td {/*background:#f5f5f5 !important;*/ border-bottom:1px solid #e8e8e8;}
.bo_notice td a {font-weight:bold;font-size:18px;}

.bo_notice .notice_icon{display:inline-block; background:#4158d1;width:25px;line-height:25px; border-radius:5px;font-weight:normal;color:#fff}
.td_num strong {}
.bo_cate_link {display: inline-block;color: #3497d9;height: 20px;font-size:0.92em} /* 글제목줄 분류스타일 */
.bo_tit{display:block; word-break:keep-all;}
#bo_list .tbl_head01 a{font-size:18px;line-height: 25px;}
.bo_tit_review {display:block;color:#000;font-weight:bold; margin:20px 0; padding-bottom:20px; border-bottom:1px solid #eee;}
.bo_txt_review {display:block; margin:20px 0; padding-bottom:20px; border-bottom:1px solid #ccc; color:#777;}
.bo_current {color:#e8180c}
/*#bo_list .profile_img {display:inline-block; margin-right:2px}*/
#bo_list .profile_img img{border-radius:50%}
#bo_list .cnt_cmt{background:#5c85c1;color:#fff; font-size:11px;height:16px;line-height:16px;padding:0 5px; border-radius:3px;vertical-align:middle;
-webkit-box-shadow: inset 0 2px 5px  rgba(255,255,255,0.3);
-moz-box-shadow: inset 0 2px 5px  rgba(255,255,255,0.3);
box-shadow: inset 0 2px 5px  rgba(255,255,255,0.3);}

#bo_list .bo_tit .title_icon{margin-right:2px}
#bo_list .bo_tit .fa-download{width:16px;height:16px;line-height:16px; background:#e89f31;color:#fff;text-align:center;font-size:10px; border-radius:2px; margin-right:2px;vertical-align:middle}
#bo_list .bo_tit .fa-link{width:16px;height:16px;line-height:16px; background:#ad68d8;color:#fff;text-align:center;font-size:10px; border-radius:2px; margin-right:2px;vertical-align:middle;font-weight:normal}
#bo_list .bo_tit .new_icon{display:inline-block;width: 16px;line-height:16px ;font-size:0.833em;color:#ffff00; background:#6db142;text-align:center; border-radius: 2px;vertical-align:middle; margin-right:2px}
#bo_list .bo_tit .fa-heart{display:inline-block;width: 16px;line-height:16px ;font-size:0.833em;color:#fff; background:#e52955;text-align:center; border-radius: 2px;vertical-align:middle; margin-right:2px;font-weight:normal}
#bo_list .bo_tit .fa-lock{display: inline-block;line-height: 14px;width: 16px;font-size: 0.833em;color: #4f818c; background: #cbe3e8;text-align: center; border-radius: 2px;font-size: 12px; border:1px solid #a2c6ce}



/* 게시판 검색 */
#bo_sch {float:left; border:1px solid #ccc; background:#fff; border-radius:3px; margin-top:24px; padding:0 10px;}
#bo_sch:after {display:block;visibility:hidden;clear:both;content:""}
#bo_sch legend {position:absolute; margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
#bo_sch select{border:0; margin:9px 5px ;height:20px;float:left; border-right:1px solid #ddd;outline: none;}
#bo_sch .sch_input{height:38px;line-height:38px; border:0;padding:0; background-color:transparent;float:left; width:50%}
#bo_sch .sch_btn{height:38px;float:right; background:none; border:0;width:40px;font-size:15px}


/* 게시판 읽기 */
#bo_v {margin-bottom:20px;padding:30px; background:#fff; box-sizing:border-box; border:1px solid #ddd;}

#bo_v_table {position:absolute;top:0;right:16px; margin:0;padding:0 5px;height:25px; background:#ff3061;color:#fff;font-weight:bold;line-height:2.2em}

#bo_v_title {border-bottom:1px solid #ddd; padding-bottom:30px; margin-bottom:30px;}
#bo_v_title .bo_v_cate {display: inline-block;line-height: 26px;background: #d61d6b;color: #fff;font-weight: 300;border-bottom: 1px solid #d61d6b;padding: 0 10px;font-size: 17px;border-radius: 3px;-webkit-box-shadow: inset 0 2px 5px rgb(214 29 107);-moz-box-shadow: inset 0 2px 5px rgb(33, 135, 202);box-shadow: inset 0 2px 5px rgb(218 19 103);
}
#bo_v_title .bo_v_tit{display:block;font-size:28px; margin:5px 0 0;word-break:break-all; text-align:center;font-weight:600;}

#bo_v_info {padding: 10px 0 15px; margin:0 0 20px;/*border-bottom:1px solid #ddd;*/color:#666;}
#bo_v_info:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_info h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_v_info strong {display:inline-block; margin:0 10px 0 0;font-weight:normal}
#bo_v_info .sv_member,
#bo_v_info .sv_guest,
#bo_v_info .member,
#bo_v_info .guest {font-weight:bold;}
#bo_v_info .profile_img {}
#bo_v_info .profile_img img{border-radius:50%}
#bo_v_info .sv_member{}
#bo_v_info .if_view{display:inline-block; background:url(./img/icon_view.png) no-repeat 50% 50%;height:15px;width:20px;overflow:hidden;text-indent:-999px;vertical-align:middle; margin-right:3px}
#bo_v_info .if_comment{display:inline-block; background:url(./img/icon_comment.png) no-repeat 50% 50%;height:15px;width:20px;overflow:hidden;text-indent:-999px;vertical-align:middle; margin-right:3px}
#bo_v_info .if_date{float:right; margin:0;color:#888}

#bo_v_file {margin:10px 0; border:1px solid #d4d4d4}
#bo_v_file h2 {padding:10px; background: #f3f3f3;}
#bo_v_file ul {margin:0;padding:5px 0;list-style:none}
#bo_v_file li {padding:5px 10px;position:relative;}
#bo_v_file a {display:inline-block;color:#3497d9;text-decoration:underline;word-wrap:break-word;}
#bo_v_file a:focus, #bo_v_file a:hover, #bo_v_file a:active {text-decoration:none}
#bo_v_file img {float:left; margin:0 10px 0 0}
.bo_v_file_cnt  {position:absolute;top:5px;right:10px;color:#888;font-size:0.92em}

#bo_v_link {margin:10px 0; border:1px solid #d4d4d4}
#bo_v_link h2 {padding:10px; border-bottom:1px solid #e8e8e8; background: #f3f3f3;}
#bo_v_link ul {margin:0;padding:5px 0;list-style:none}
#bo_v_link li {padding:5px 10px;position:relative;}
#bo_v_link a {display:inline-block;color:#3497d9;text-decoration:underline;word-wrap:break-word;}
#bo_v_link a:focus, #bo_v_link a:hover, #bo_v_link a:active {text-decoration:none}
.bo_v_link_cnt {position:absolute;top:5px;right:10px;color:#888;font-size:0.92em}

#bo_v_top {zoom:1}
#bo_v_top:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_top h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_v_top ul {padding:0;list-style:none;word-break:break-all}

#bo_v_bot {zoom:1}
#bo_v_bot:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_bot h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_v_bot ul {padding:0;list-style:none}

.bo_v_com {margin:20px 0;float:right}
.bo_v_com li {float:left; margin-left:5px}

.bo_v_left {margin:20px 0;float:left}
.bo_v_left li {float:left; margin-right:5px}

.bo_v_nb {margin:20px 0;position:relative;clear:both;text-align:left; border:1px solid #ddd;}
.bo_v_nb:after {display:block;visibility:hidden;clear:both;content:""}
.bo_v_nb li {padding:20px; font-size:16px;}
.bo_v_nb li:hover{background:#f6f6f6;}
.bo_v_nb li i{font-size:13px;}
.bo_v_nb li .nb_tit{display:inline-block;padding-right:25px;color:#2384c6;}
.bo_v_nb li .nb_date{float:right;color:#888;}

#bo_v_atc {min-height:200px;height:auto !important;height:200px;}
#bo_v_atc_title {position:absolute;font-size:0;line-height:0;overflow:hidden;}

#bo_v_img {width:100%;overflow:hidden;zoom:1; text-align:center}
#bo_v_img:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_img a.view_image{display:block}
#bo_v_img img {margin-bottom:20px; max-width:100%;height:auto}

#bo_v_con {margin:10px 0 30px;width:100%;line-height:1.7em; min-height:200px;word-break:break-all;overflow:hidden;font-size:18px;}
#bo_v_con a {;text-decoration:underline}
#bo_v_con img {max-width:100%;height:auto;margin: 0 auto; display: block;}
#bo_v_con iframe {width: 90% !important;height: 500px !important;max-height: 600px !important;display: block;margin: auto;}
#bo_v_act {margin-bottom:30px;text-align:center}
#bo_v_act .bo_v_act_gng {position:relative}
#bo_v_act a {margin-right:5px;vertical-align:middle}
#bo_v_act a:hover{background-color:#f3f3f3;}
#bo_v_act_good, #bo_v_act_nogood {display:none;position:absolute;top:30px;left:0;padding:10px 0;width:165px; background:#ff3061;color:#fff;text-align:center}
#bo_v_act .bo_v_good{display:inline-block; border:1px solid #000;width:70px;height:70px;padding-top:40px; background:url(./img/icon_good.png) 25px 18px no-repeat; border-radius:50%;font-style:italic}
#bo_v_act .bo_v_nogood{display:inline-block; border:1px solid #000;width:70px;height:70px;padding-top:40px; background:url(./img/icon_bad.png) 25px 18px no-repeat; border-radius:50%;font-style:italic}

#bo_v_share{position:relative; margin:20px 0;text-align:right}
#bo_v_share .btn{padding:0 10px 0 0;color:#555;font-weight:normal;font-size:1em ;line-height:30px;height:32px; border-radius:0; border-color:#d5d5d5}
#bo_v_share .btn:hover{background:#fff}
#bo_v_share .btn i{margin-right:5px; background:#eee;color:#333;text-align:center;width:30px;line-height:30px;vertical-align:top;}
#bo_v_share .btn_share{}
#bo_v_share .btn_share:hover{}

.bo_v_snswr{position:relative;display:inline-block; margin-left:-1px}
#bo_v_sns {display:none;position:absolute;top:-50px;left:50%; margin-left:-90px;width:180px;padding:0;list-style:none;zoom:1}
#bo_v_sns:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_sns:before{content: "";position: absolute; bottom: -7px;left: 84px;width: 0;height: 0; border-style: solid; border-width: 7px 6px 0 6px; border-color: #415b92 transparent transparent transparent;}
#bo_v_sns li {float:left;width:60px;text-align:center}
#bo_v_sns li a{height:40px;padding:10px 0;}
#bo_v_sns li .sns_f{display:block; background:#415b92}
#bo_v_sns li .sns_t{display:block; background:#35b3dc}
#bo_v_sns li .sns_g{display:block; background:#d5503a}
#bo_v_sns.show_kakao{width:240px; margin-left:-120px}
#bo_v_sns li .sns_k{display:block; background:#fbe300}
#bo_v_sns li img{vertical-align:top}

/* 게시판 댓글 */
.cmt_btn{background:url('./img/cmt_btn.png') no-repeat 85px 8px;text-align:left ;width:100% ; border:0;color:#ed6478;font-weight:bold;font-size:1.25em; margin: 30px 0 0px;padding:0  0 10px }
.cmt_btn_op{background:url('./img/cmt_btn.png') no-repeat 85px  -23px}
#bo_vc {}
#bo_vc h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_vc article {margin:20px 0;position:relative}
#bo_vc article .profile_img img{border-radius:50%}
#bo_vc header {}
#bo_vc header:after {display:block;visibility:hidden;clear:both;content:""}
#bo_vc header .icon_reply {position:absolute;top:15px;left:-20px}
#bo_vc .member, #bo_vc .guest, #bo_vc .sv_member, #bo_vc .sv_guest {font-weight:bold;}
.bo_vc_hdinfo{float:right;color:#777}
#bo_vc h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_vc .cmt_contents {padding:15px  ; margin:10px 0 0; background: #f8fafb; border-radius:5px; border: 1px solid #e8e8e8;line-height:1.8em}
#bo_vc p a {text-decoration:underline}
#bo_vc p a.s_cmt {text-decoration:underline;color:#ed6479}
#bo_vc_empty {margin:0;padding:80px 0 !important;color:#777;text-align:center}
#bo_vc #bo_vc_winfo {float:left}

.bo_vc_act {text-align:right; margin:0;list-style:none;zoom:1}
.bo_vc_act:after {display:block;visibility:hidden;clear:both;content:""}
.bo_vc_act li {display:inline-block;}
.bo_vc_act li a{padding:0 5px;line-height:23px}

.bo_vc_w {position:relative; margin:10px 0;display:block;}
.bo_vc_w:after {display:block;visibility:hidden;clear:both;content:""}
.bo_vc_w h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.bo_vc_w #char_cnt {display:block; margin:0 0 5px}
.bo_vc_w textarea{border:1px solid #ccc; background:#fff;vertical-align:middle; border-radius:3px;padding:5px;width:100%;height:120px;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);}
#wr_secret{}
.bo_vc_w_info{margin:10px 0;float:left}
.bo_vc_w_info:after {display:block;visibility:hidden;clear:both;content:""}
.bo_vc_w_info .frm_input{float:left; margin-right:5px}
.bo_vc_w_info #captcha{padding-top:10px;display:block;clear:both}
.bo_vc_w .btn_confirm{float:right; margin-top:10px}
.bo_vc_w .btn_confirm label{display:inline-block; margin-right:10px; border-radius:3px;font-size:1.5em;text-align:center;}
.bo_vc_w .btn_submit{height:45px;padding:0 20px; border-radius:3px;font-weight:bold;font-size:1.083em;}
.bo_vc_w_wr:after {display:block;visibility:hidden;clear:both;content:""}

#bo_vc_send_sns{display:inline-block;float:left}
#bo_vc_sns {display:inline-block; margin:0;padding:0;list-style:none;zoom:1}
#bo_vc_sns:after {display:block;visibility:hidden;clear:both;content:""}
#bo_vc_sns li {float:left; margin:0 5px 0 0}
#bo_vc_sns .sns_li_f{border-radius:3px; background:#3a589b;height:40px;line-height:40px;padding:0 0 0 10px}
#bo_vc_sns .sns_li_t{border-radius:3px; background:#00aced;height:40px;line-height:40px;padding:0 0 0 10px}
#bo_vc_sns .sns_li_off{background:#bbb}
#bo_vc_sns a{display:inline-block;padding:0 15px 0 5px;}
#bo_vc_sns input {margin:0 5px 0 0 }


/* 게시판 쓰기 */
#char_count_desc {display:block; margin:0 0 5px;padding:0}
#char_count_wrap {margin:5px 0 0;text-align:right}
#char_count {font-weight:bold;}

#autosave_wrapper {position:relative}
#autosave_pop {display:none;z-index:10;position:absolute !important;top:55px;right:0;width:350px;height:auto !important;height:180px; max-height:180px; border:1px solid #565656; background:#fff;
-webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);
box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);}
#autosave_pop:before{content: "";position: absolute;top: -8px;right: 45px;width: 0;height: 0; border-style: solid; border-width: 0 6px 8px 6px; border-color: transparent transparent #000 transparent;}
#autosave_pop:after{content: "";position: absolute;top: -7px;right: 45px;width: 0;height: 0; border-style: solid; border-width: 0 6px 8px 6px; border-color: transparent transparent #fff transparent;}
html.no-overflowscrolling #autosave_pop {height:auto; max-height:10000px !important} /* overflow 미지원 기기 대응 */
#autosave_pop strong {position:absolute;font-size:0;line-height:0;overflow:hidden}
#autosave_pop div {text-align:center; margin:0 !important;}
#autosave_pop button {margin:0;padding:0; border:0;}
#autosave_pop ul {padding:15px; border-top:1px solid #e9e9e9;list-style:none;overflow-y:scroll;height:130px; border-bottom:1px solid #e8e8e8}
#autosave_pop li {padding:8px 5px; border-bottom:1px solid #fff; background:#eee;zoom:1}
#autosave_pop li:after {display:block;visibility:hidden;clear:both;content:""}
#autosave_pop a {display:block;float:left}
#autosave_pop span {display:block;float:right;font-size:0.92em;color:#999}
.autosave_close {cursor:pointer;width:100%;height:30px; background:none;color:#888;font-weight:bold;font-size:0.92em}
.autosave_close:hover{background:#f3f3f3;color:#3597d9}
.autosave_content {display:none}
.autosave_del{background:url(./img/close_btn.png) no-repeat 50% 50%;text-indent:-999px;overflow:hidden;height:20px;width:20px;}

#bo_w .write_div{margin-bottom:18px;position:relative;font-size:18px;}
.write_div label{margin-bottom:15px;}
#bo_w .bo_w_info:after {display:block;visibility:hidden;clear:both;content:""}
#bo_w .bo_w_info .frm_input{float:left;width:50%;height: 60px;font-size:18px;padding:0 20px;}
#bo_w #wr_password{margin:0 0.5%  }
#bo_w .wr_content.smarteditor2 iframe{background:#fff}
#bo_w .bo_w_tit{position:relative}


#bo_w .bo_w_tit .frm_input{padding-right:120px;}
#bo_w .bo_w_tit #btn_autosave{position:absolute;top:15px;right:5px;line-height:30px;height:30px;font-size:16px;}
#bo_w.inquiry  #btn_autosave{display:none;}
#bo_w .bo_w_link label{position:absolute;top:1px;left:1px; border-radius:3px 0 0 3px;height:48px;line-height:48px;width:40px; background: #eee;text-align:center;color:#888}
#bo_w .bo_w_link .frm_input{padding-left:50px}
#bo_w .bo_w_flie .lb_icon{position:absolute;top:0px;left:0px; border-radius:3px 0 0 3px;height:48px;line-height:48px;width:40px; background:#eee;text-align:center;color:#888}
#bo_w .bo_w_flie .frm_file{padding-left:50px; width: 100%;}
#bo_w .bo_w_flie .file_wr{border:1px solid #ccc; background:#fff;vertical-align:middle; border-radius:3px;padding:12px;height:50px; margin:0}
#bo_w .bo_w_flie .frm_input{margin:10px 0 0 }
#bo_w .bo_w_flie .file_del{position:absolute;top:10px;right:10px;font-size:0.92em;color:#7d7d7d;}
#bo_w a.btn_cancel {padding-top:5px;padding-bottom:0}
#bo_w .bo_w_select select{border:1px solid #3497d9;height:40px; border-radius:3px}
.bo_w_info select{height:50px;padding:0 20px;font-size:18px;width:100%;}
.bo_w_info select.form01{background:#af9251;color:#fff;border:none;}
.bo_w_info select.form02{background:#fff;color:#000;border:1px solid #ccc;}
.bo_w_info .option{background:#fff;padding:10px 0 ;}
.bo_w_info select:focus{ outline: none;}

.g-recapt{margin-bottom:10px;}

/* 기본테이블 */
.tbl_wrap table {width:100%; border-collapse:collapse; border-spacing:0}
.tbl_wrap caption {padding:10px 0;font-weight:bold;text-align:left}

.tbl_head01 {margin:0 0 30px}
.tbl_head01 table{border-bottom:1px solid #d3d3d3;}
.tbl_head01 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head01 thead th {padding:15px 0; border-top:2px solid #000; border-bottom:1px solid #d3d3d3; background:#61452d;color:#fff;font-size:16px;text-align:center;letter-spacing:-0.1em}
.tbl_head01 thead a {color:#383838}
.tbl_head01 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th, .tbl_head01 tfoot td {padding:10px 0; border-top:1px solid #c1d1d5; border-bottom:1px solid #c1d1d5; background:#d7e0e2;text-align:center}
.tbl_head01 tbody th {padding:20px 15px; border-top:1px solid #e9e9e9; border-right:1px solid #e9e9e9;}
.tbl_head01 td {padding:30px 10px; border-top:1px solid #e9e9e9;/*border-left:1px solid #f3f3f3;*/line-height:1.5em;word-break:keep-all;}
.tbl_head01 td:first-child{border-left:0}
.tbl_head01 a {}
#bo_list .tbl_head01 thead th input {display: none;}

#inquiry{width:1400px;margin:0 auto;padding:150px 0;}
#view_tb1 .view_td1{padding: 20px;}
#view_tb1{border-top:2px solid #000;border-bottom: 1px solid #e9e9e9;font-size:20px; }

.tbl_head02 {margin:0 0 10px}
.tbl_head02 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head02 thead th {padding: 7px; background: #f3f3f3; border-top: 1px solid #d3d3d3; border-bottom: 1px solid #d3d3d3;}
.tbl_head02 thead a {color:#383838}
.tbl_head02 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head02 tfoot th, .tbl_head02 tfoot td {padding:10px 0; border-top:1px solid #c1d1d5; border-bottom:1px solid #c1d1d5; background:#d7e0e2;text-align:center}
.tbl_head02 tbody th {padding:5px 0; border-top:1px solid #e9e9e9; border-bottom:1px solid #e9e9e9}
.tbl_head02 td {padding:5px 3px; border-bottom: 1px solid #e9e9e9;line-height:1.4em;word-break:break-all}
.tbl_head02 a {}

.tbl_head03 {margin:0 0 10px}
.tbl_head03 table{border-bottom:1px solid #d3d3d3;}
.tbl_head03 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head03 thead th {padding:12px 0; border-top:2px solid #000; border-bottom:1px solid #d3d3d3; background:#fff;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em; font-weight:normal}
.tbl_head03 thead a {color:#383838}
.tbl_head03 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head03 tfoot th, .tbl_head03 tfoot td {padding:10px 0; border-top:1px solid #c1d1d5; border-bottom:1px solid #c1d1d5; background:#d7e0e2;text-align:center}
.tbl_head03 tbody th {padding:10px 0; border-top:1px solid #e9e9e9; border-bottom:1px solid #e9e9e9}
.tbl_head03 td {padding:15px 5px; border-top:1px solid #f3f3f3; border-left:1px solid #f3f3f3;line-height:1.5em;word-break:break-all}
.tbl_head03 td:first-child{border-left:0}
.tbl_head03 a {}

/* 폼 테이블 */
.tbl_frm01 {margin:0 0 20px;}
.tbl_frm01 table {width:100%; border-collapse:collapse; border-spacing:0;}
.tbl_frm01 th {width:90px;padding:5px 10px; background:none;text-align:right;font-weight:normal;}
.tbl_frm01 td {padding:5px 10px; background:transparent;}
.wr_content textarea,.tbl_frm01 textarea,.form_01 textarea, .frm_input {font-size:20px;border:1px solid #ccc; background:#fff; vertical-align:middle;padding:20px;width:100%;line-height:30px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.tbl_frm01 textarea {padding:2px 2px 3px;}
.frm_input {height:50px;}
.product_inquiry_wrap .write_div{width:49%;display:inline-block;float: left;}
.product_inquiry_wrap .write_div:nth-child(2n){float:right;}
.product_inquiry_wrap .email{width:100%;margin-bottom:15px !important;}
.product_inquiry_wrap{overflow:hidden;}
.full_input, .frm_address{width:90%}
.half_input{width:49.5%}
.tbl_frm01 textarea {width:100%;height:100px}
.tbl_frm01 a {text-decoration:none}
.tbl_frm01 .frm_address {margin-top:5px}
.tbl_frm01 .frm_file {display:block; margin-bottom:5px}
.tbl_frm01 .frm_info {display:block;padding:0 0 5px;line-height:1.4em}

/*기본리스트*/
.list_01 li{border:1px solid #dbdbdb; border-radius:3px; margin:8px 0;padding:10px 15px;list-style:none;position:relative;}
.list_01 li:after {display:block;visibility:hidden;clear:both;content:""}
.list_01 li:hover{background:#f9f9f9}

.list_02 ul:after {display:block;visibility:hidden;clear:both;content:""}
.list_02 li{float:left;width:230px; margin:10px 0 15px 15px;}
.list_02 li:nth-child(4n+1){clear:both; margin-left:0}

/*폼 리스트*/
.form_01 h2{margin:0 0 10px;font-size:1.25em}
.form_01 li{margin:10px 0}
.form_01 li:after {display:block;visibility:hidden;clear:both;content:""}
.form_01 li .right_input{float:right}
.form_01 textarea{height:100px;width:100%}
.form_01 .frm_label{display:inline-block;width:130px}
.form_01 .form_left{float:left;width:49.5%}
.form_01 .form_right{float:right;width:49.5%}

/* 자료 없는 목록 */
.empty_table {padding:50px 0 !important;text-align:center}
.empty_list {padding:20px 0 !important;text-align:center}

/* 필수입력 */
.required, textarea.required {background:url('../img/require.png')  !important; background-repeat:no-repeat   !important; background-position:right top  !important;}

/* 테이블 그리드 padding 0 5px 고려한 넓이 */
.grid_1 {width:40px}
.grid_2 {width:90px}
.grid_3 {width:140px}
.grid_4 {width:190px}
.grid_5 {width:240px}
.grid_6 {width:290px}
.grid_7 {width:340px}
.grid_8 {width:390px}
.grid_9 {width:440px}
.grid_10 {width:490px}
.grid_11 {width:540px}
.grid_12 {width:590px}
.grid_13 {width:640px}
.grid_14 {width:690px}
.grid_15 {width:740px}
.grid_16 {width:790px}
.grid_17 {width:840px}
.grid_18 {width:890px}

/* 테이블 항목별 정의 */
.td_board {width:120px;text-align:center}
.td_chk {width:30px;text-align:center}
.td_date {width:60px;text-align:center}
.td_datetime {width:110px;text-align:center}
.td_default {width:60px;text-align:center}
.td_dvr {width:100px;text-align:center}
.td_group {width:100px;text-align:center}
.td_imgsmall {width:60px;text-align:center}
.td_num {width:50px;text-align:center}
.td_numbig {width:100px;text-align:center}
.td_nick {width:100px;text-align:center}
.td_name {width:100px;text-align:left}
.td_namesmall {width:50px;text-align:left}
.td_mb_id {width:100px;text-align:center}
.td_mng {width:80px;text-align:center}
.td_mngsmall {width:50px;text-align:center}
.td_statsmall {width:50px;text-align:center}

.text_left{text-align:left  !important}
.text_center{text-align:center  !important}
.text_right{text-align:right  !important}

/* 새창 기본 스타일 */
.new_win {position:relative;}
.new_win #win_title {font-size:1.25em;height:50px;line-height:30px;padding:10px 20px; background:#000;color:#fff;}
.new_win #win_title .sv {font-size:0.75em;line-height:1.2em}
.new_win .win_ul {border-right:1px solid #dfe6e7;}
.new_win .win_ul:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_ul li{float:left; background:#f3f7f7;width:33.333%;text-align:center; border-left:1px solid #dfe6e7; border-bottom:1px solid #dfe6e7; border-top:1px solid #dfe6e7}
.new_win .win_ul li a{display:block;padding:10px 0}
.new_win .win_ul .selected{background:#fff; border-bottom-color:#fff; border-top-color:#ae99da;}
.new_win .win_ul .selected a{color:#9781c5}
.new_win .win_desc {margin:5px 0;font-size:0.92em;color:#3598db;}
.new_win .frm_info{font-size:0.92em;color:#3598db}
.new_win .win_total{text-align:right; margin:10px 0}
.new_win .win_total span{display:inline-block;padding: 0 5px;color:#777;line-height: 26px; border: 1px solid #ddd; border-radius: 3px;font-size: 0.92em;}
.new_win .new_win_con{margin:20px;}
.new_win .new_win_con:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .btn_confirm:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .btn_close {position:absolute;top:0;right:0;height:50px;width:50px; background:url(../img/close_btn.gif) no-repeat 50% 50%; border:0;text-indent:-999px;overflow:hidden}
.new_win .btn_submit {padding:0 20px;height:40px; border-radius:3px;font-weight:bold;font-size:1.083em;float:right}
.new_win .win_btn{margin:10px 0}

/* 내용관리 */
#ctt {margin:10px 0;padding:10px; border:1px solid #e9e9e9}
.ctt_admin {text-align:right}
#ctt header h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ctt_con {padding:10px 0}
.ctt_img {text-align:center}

/* 자바스크립트 alert 대안 */
#validation_check {margin:100px auto;width:500px}
#validation_check h1 {margin-bottom:20px;font-size:1.3em}
#validation_check p {margin-bottom:20px;padding:30px 20px; border:1px solid #e9e9e9; background:#fff}

/* 사이드뷰 */
.sv_wrap {display:inline-block;position:relative;font-weight:normal}
.sv_wrap .sv {z-index:1000;display:none; margin:5px 0 0; border:1px solid #283646; background:#111}
.sv_wrap .sv a {display:inline-block !important; margin:0 !important;padding:3px !important;width:94px; border-bottom:1px solid #283646;color:#fff !important}
.sv_wrap a:focus, .sv_wrap a:hover, .sv_wrap a:active {text-decoration:none !important}
.sv_on {display:block !important;position:absolute;top:10px;left:20px;width:auto;height:auto !important}
.sv_nojs .sv {display:block}

/* 페이징 */
.pg_wrap {clear:both; margin:30px 0 ;text-align:center}
.pg_wrap:after {display:block;visibility:hidden;clear:both;content:""}
.pg {}
.pg_page, .pg_current,.qa_page {display:inline-block;vertical-align:middle}
.pg a:focus, .pg a:hover {text-decoration:none}
.pg_page,.qa_page {background:#fdfdfd; border:1px solid #d4d4d4;color:#555;font-size:1.083em;height:30px;line-height:28px;padding:0 5px; min-width:30px;text-decoration:none; border-radius:3px;}
.pg_page:hover{background-color:#f3f3f1}
.pg_start {text-indent:-999px;overflow:hidden; background:url('../img/btn_first.gif') no-repeat 50% 50%;padding:0}
.pg_prev {text-indent:-999px;overflow:hidden; background:url('../img/btn_prev.gif') no-repeat 50% 50%;padding:0}
.pg_end {text-indent:-999px;overflow:hidden; background:url('../img/btn_end.gif') no-repeat 50% 50%;padding:0}
.pg_next {text-indent:-999px;overflow:hidden; background:url('../img/btn_next.gif') no-repeat 50% 50%;padding:0}
.pg_current {display:inline-block; background:#4c4f6f;color:#fff;font-weight:bold;height:30px;line-height:30px;padding:0 10px; min-width:30px; border-radius:3px;}


/* ########## 쇼핑몰 컨텐츠 ########## */
/* 인덱스 이미지 출력 */
#sidx_img {margin:0 0 20px}
#sidx_img img {max-width:100%;height:auto}

/* 마이페이지 */
#smb_my {position:relative; width:100%; max-width:1200px; margin:0 auto;}

#smb_my_ov {margin:0 0 20px;position:relative}
#smb_my_ov h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#smb_my_ov .my_ov_name{display:block; background:#fff; border:1px solid #ccc;line-height:45px;padding:0 20px;font-size:1.167em;}
#smb_my_ov .my_ov_name img{width:20px; border-radius:50%}
#smb_my_act {position:absolute;top:-35px;right:0;zoom:1}
#smb_my_act:after {display:block;visibility:hidden;clear:both;content:""}
#smb_my_act ul {float:right; margin:0;padding:0;list-style:none}
#smb_my_act li {float:left; margin:0 0 0 4px}
#smb_my_act li a{line-height:25px;padding:0 5px}
#smb_my_act li .btn_admin{height:27px;}
#smb_my_ov .cou_pt{position:absolute;top:0 ;right:0;}
#smb_my_ov .cou_pt dt{float:left;width:90px;line-height:45px;}
#smb_my_ov .cou_pt dd{float:left;width:110px;text-align:right;padding:0 20px 0 0  ;line-height:45px;}
#smb_my_ov .cou_pt dd a{color:#ff2b64;font-weight:bold;font-size:1.167em}
#smb_my_ov .op_area{background:#f8f8f8; border:1px solid #ccc; border-top:0;padding:10px 15px;line-height:18px;color:#555}
#smb_my_ov .op_area:after {display:block;visibility:hidden;clear:both;content:""}
#smb_my_ov .op_area dt{float:left;width:10%; margin:3px 0;font-weight:bold;}
#smb_my_ov .op_area dd{float:left;width:40%; margin:3px 0}
.my_ov_btn{text-align:center;}
.my_ov_btn button{background:#fff; border:1px solid #ccc;vertical-align:top; border-top:0;padding:0 20px;height:25px}
.my_ov_btn button:hover{background:#f3f3f3;}

#smb_my_ovaddd{width:90%}

#smb_my_ovaddt {border-bottom:0 !important}
#smb_my_ovaddd {width:590px !important; border-bottom:0 !important}

#smb_my_od {margin:0 0 50px;position:relative}
#smb_my_od h2 {margin:0 0 10px;font-size:1.25em;}
#smb_my_od  td{text-align:center}
#smb_my_od  td a{font-weight:bold;}
#smb_my_wish {position:relative;}
#smb_my_wish h2 {margin:0 0 10px;font-size:1.25em;padding:0 0 10px; border-bottom:2px solid #000}
.smb_my_img{margin:0 0 5px;}
.smb_my_tit{margin:5px 0 ; font-size:1.167em;font-weight:bold;}
.smb_my_date{font-size:0.92em;color:#777}
.smb_my_more {position:absolute;top:0;right:0;}
.smb_my_more a{display:block; background:url('../img/more-btn.gif') no-repeat 0 2px;padding-left:20px;height:30px}

/*장바구니 주문서 공통*/
.od_prd_list .td_chk{border-left:0;}
.od_prd_list .td_prd{border-left:0;position:relative;padding-left:90px; min-height:100px}
.od_prd_list .td_prd .sod_img{position:absolute;top:15px;left:0}
.od_prd_list .td_prd .sod_name{min-height:80px}
.od_prd_list .td_prd .prd_name{font-size:1.167em}
.od_prd_list .total_prc{color:#ed595a;font-weight:bold;font-size:1.167em}

.sod_opt {}
.sod_opt ul {margin:0;padding:0;list-style:none}
.sod_opt li {padding-left:10px; background:url('../img/bullet.gif') no-repeat 3px 8px;color:#777; margin:3px 0;line-height:1.3em}
.sod_option_btn .mod_options {padding:0 7px; border:1px solid #398ede;color:#398ede; background:#fff;height:23px; margin:10px 0 0 }
.cp_btn {padding:0 7px; border:1px solid #398ede;color:#398ede; background:#fff;height:23px; margin:10px 0 0 }
.cp_cancel {padding:0 7px; border:1px solid #aaa;color:#666; background:#fff;height:23px; margin:10px 0 0 2px;}

/* 장바구니 */
#sod_bsk {margin:10px auto; max-width:1200px;}

.btn_cart_del{margin:10px 0;}
.btn_cart_del button{height:30px;padding:0 10px; border:1px solid #e2e2e2; border-bottom:1px solid #c4c4c4; background:#fff;color:#666;}


#sod_bsk_list {position:relative}

#sod_bsk #sod_bsk_tot {background:#f4f4f4;padding:15px; margin:20px 0;zoom:1}
#sod_bsk #sod_bsk_tot ul:after {display:block;visibility:hidden;clear:both;content:""}
#sod_bsk #sod_bsk_tot li{float:left;width:33.333%; border-left:1px solid #e6e2e2;text-align:center;padding:10px 0;font-size:1.167em}
#sod_bsk #sod_bsk_tot li:first-child{border:0}
#sod_bsk #sod_bsk_tot li span{display:block; margin:0 0 5px}
#sod_bsk #sod_bsk_tot li strong{font-size:1.25em}
#sod_bsk #sod_bsk_tot .sod_bsk_cnt strong{color: #ed595a;}
#sod_bsk_act {text-align:center}
#sod_bsk_act .btn_submit{height:50px;padding:0 10px;width:160px;font-weight:bold;font-size:1.25em}
#sod_bsk_act .btn01{height:50px;line-height:50px;padding:0 10px;width:160px;font-weight:bold;font-size:1.25em}
#sod_bsk_act p {margin:0 0 10px}

/*장바구니 선택사항수정*/
#sod_bsk_list #mod_option_frm {z-index:10000;position:absolute;width:540px;height:auto !important;height:500px; max-height:500px; border:1px solid #000; background:#fff;overflow-y:auto;overflow-x:none;
-webkit-box-shadow:  1px 2px 5px #bbb;
-moz-box-shadow:  1px 2px 5px #bbb;
box-shadow: 1px 2px 5px #bbb;}
#mod_option_frm  h2{border-bottom:1px solid #cdcdcd;padding:0 20px;line-height:50px; margin:0 0 15px;font-size:1.25em;
-webkit-box-shadow:  1px 2px 2px #eee;
-moz-box-shadow:  1px 2px 2px #eee;
box-shadow: 1px 2px 2px #eee;}

.option_wr {background:#f3f3f3; margin:0 20px 10px;padding:15px}
.option_wr h3{font-size:1.167em}
.option_wr label{display:block; margin:10px 0 5px}
.option_wr select{width:100%; border:1px solid #ccc;height:35px}

#sit_opt_added {}
#sit_opt_added li {padding: 0 0 15px 0; /* border-bottom:1px solid #e9e9e9; */position:relative; float:left; width:100%;}
#sit_opt_added li div {}
#sit_opt_added li .opt_name{line-height:25px;width:100%; float:left; display:block;}
#sit_opt_added li .opt_count{/*position:absolute;top:50%;right:0; margin-top:-15px; */text-align:right; float:right;}
#sit_opt_added button {float:left;width:30px;height:30px; border:1px solid #cdcdcd; background:#fff;color:#666;font-size:0.92em}
#sit_opt_added button:hover{}
#sit_opt_added .num_input {float:left; border:0;height:30px; border-top:1px solid #e4e4e4; border-bottom:1px solid #e4e4e4;text-align:center;}
#sit_opt_added .sit_opt_del{border:0;font-size:15px}
#sit_opt_added .sit_opt_del:hover{color:#be334a}
#sit_opt_added .sit_opt_prc{display:block;float:left;width:100px;padding:0 3px;text-align:right;line-height:30px;font-size:1.183em;font-weight:bold;}

#mod_option_frm #sit_sel_option {margin:20px;}
#mod_option_frm #sit_tot_price {margin:20px;}
#mod_option_frm #sit_opt_added {border-top:1px solid #e9e9e9;}
#mod_option_frm .btn_confirm{margin:20px ; }
#mod_option_frm .btn_confirm .btn_submit{height:40px;font-size:1.167em;font-weight:bold;width:100%;cursor:pointer}
#mod_option_frm .btn_confirm .btn_close{position:absolute;top:0;right:0;width:50px;height:50px; border:0; background:none; border-left:1px solid #cdcdcd;font-size:1.25em}
#mod_option_frm .btn_confirm .btn_close:hover{background:#f3f3f3;}

/* 주문서 작성 */
#sod_frm .od_prd_list{margin-bottom:20px}
#sod_frm  #sod_bsk_tot {width:93%;margin:0 auto;}
#sod_frm  #sod_bsk_tot:after {display:block;visibility:hidden;clear:both;content:""}
#sod_frm  #sod_bsk_tot li{position:relative; background:#fff;/*float:left; width:33.333%;text-align:center; */border-bottom:1px solid #e7ebf1;padding:5px 15px;text-align:right; }
#sod_frm  #sod_bsk_tot li:after {display:block;visibility:hidden;clear:both;content:""}
#sod_frm  #sod_bsk_tot li span{display:inline-block;color:#777; margin-bottom:5px;font-weight:bold;float:left;}
#sod_frm  #sod_bsk_tot li strong {}
#sod_frm  #sod_bsk_tot .sod_bsk_sell,#sod_frm  #sod_bsk_tot .sod_bsk_coupon{border-right:1px solid #e7ebf1}
#sod_frm  #sod_bsk_tot .sod_bsk_point,#sod_frm  #sod_bsk_tot .sod_bsk_cnt{width:100%;clear:both;height:40px;padding:0 15px;line-height:40px;text-align:right}
#sod_frm  #sod_bsk_tot .sod_bsk_point span,#sod_frm  #sod_bsk_tot .sod_bsk_cnt span {float:left; margin:0}
#sod_frm  #sod_bsk_tot .sod_bsk_coupon:before{display:block;content:"-";position:absolute;top:25px;left:-10px;width:20px;height:20px; background:#fff;color:#ed595a; border-radius:50%; border:1px solid #e7ebf1;font-weight:bold;font-size: 16px;line-height: 14px;}
#sod_frm  #sod_bsk_tot .sod_bsk_dvr:before{display:block;content:"+";position:absolute;top:25px;left:-10px;width:20px;height:20px; background:#fff;color:#ed595a; border-radius:50%; border:1px solid #e7ebf1;font-weight:bold;font-size: 16px;line-height: 14px;}
#sod_frm  #sod_bsk_tot .sod_bsk_cnt strong{color:#ed595a;font-size:1.25em}

.sod_left{width:70%; background:#fafafa;padding:20px 20px 20px 0 ;vertical-align:top; float:left;}
.sod_right{width:30% ; background:#eceff4;padding:20px;vertical-align:top;height:100%; float:right;}

.display_setup_message {margin:0 0 10px;padding:15px; border:1px solid #fccdff; background:#ffeef9}
.display_setup_message strong {display:block; margin:0 0 10px}

#sod_frm {margin:10px auto; max-width:1200px;}
#sod_frm h2 {margin:0 0 10px}

#sod_frm p {margin:0 0 10px}

#sod_list {position:relative}
#sod_list #cp_frm {z-index:10000;position:absolute;top:0;left:99px;width:500px;height:auto !important;height:500px; max-height:500px; border:1px solid #000; background:#fff;overflow-y:auto;overflow-x:none;
-webkit-box-shadow:  1px 2px 5px #bbb;
-moz-box-shadow:  1px 2px 5px #bbb;
box-shadow: 1px 2px 5px #bbb;}

#sod_frm_orderer {margin:20px 0 40px}
#sod_frm_orderer #od_addr_jibeon, #sod_frm_taker #od_b_addr_jibeon {display:inline-block; margin:5px 0 0}

#sod_frm_taker label{display:inline-block;}

#sod_frm_same {margin:0 0 10px}

#sod_frm #od_memo {height:50px}

#sod_frm #display_pay_process {text-align:center}
#sod_frm #display_pay_process span {display:block; margin:5px 0 0}

#sod_frm .btn_submit{width:100%;height:40px;font-weight:bold;font-size:1.25em;cursor:pointer}
#sod_frm .btn01 {width:100%;height:40px;line-height:38px;font-weight:bold;font-size:1.25em; margin:5px 0}

#sod_frm_pay {position:relative; margin:10px 0}
#sod_frm  #sod_frm_pay h2 {position:absolute; border:0;font-size:0;line-height:0;content:""}
#sod_frm_pay .pay_tbl table{width:100%; border-collapse:collapse}
#sod_frm_pay .pay_tbl th {text-align:left;padding:10px;width:80px; border-bottom:1px solid #e7ebf1; background:#fff;font-weight:bold;color:#777}
#sod_frm_pay .pay_tbl td{text-align:right;padding: 10px;height:30px; border-bottom:1px solid #e7ebf1; background:#fff}
#sod_frm_pay .pay_tbl td .cp_cancel{margin:0 0 0 2px}
#sod_frm_pay .pay_tbl td .btn_frmline{padding: 0 7px; border: 1px solid #398ede;color: #398ede; background: #fff;height: 23px;line-height: 21px; margin: 0;}
#od_tot_price{margin:10px 0; background:#fff;line-height:40px;text-align:right;padding:0 10px}
#od_tot_price span{float:left;font-weight:bold;}
#od_tot_price strong{font-size:1.5em;color:#ed595a}
#sod_frm_pay_info {margin:0 0 10px}

#sod_frm_pay #sc_coupon_frm, #sod_frm_pay #od_coupon_frm {z-index:10000;position:absolute;top:0;right:0;width:500px;height:auto !important;height:500px; max-height:500px; border:1px solid #000; background:#fff;overflow-y:auto}
#sod_frm_deli {position:relative;line-height:2em}
.od_coupon h3{border-bottom: 1px solid #cdcdcd;padding: 0 20px;line-height: 50px; margin: 0 0 15px;text-align:left;
-webkit-box-shadow: 1px 2px 2px #eee;
-moz-box-shadow: 1px 2px 2px #eee;
box-shadow: 1px 2px 2px #eee;}
.od_coupon .btn_close {position: absolute;top: 0;right: 0;width: 50px;height: 50px; border: 0; background: none; border-left: 1px solid #cdcdcd;}
.od_coupon .btn_close:hover{background:#f3f3f3;}
.od_coupon .tbl_head02{margin:20px}
.od_coupon .cp_apply{padding: 0 5px; border: 1px solid #398ede;color: #398ede; background: #fff;height: 23px;line-height: 21px;}
.od_coupon td,#sod_frm_pay .od_coupon td{text-align:left; border-left:0;padding:7px}
#sod_frm_pay .od_coupon th {width:auto;text-align:center;padding: 7px; background: #f3f3f3; border-top: 1px solid #d3d3d3; border-bottom: 1px solid #d3d3d3;}
.od_coupon .td_numbig,#sod_frm_pay .od_coupon .td_numbig{text-align:center;}
.od_coupon .td_mngsmall{width:60px}
#sod_frm #sod_frm_pt_alert {margin:5px 0;color:#38b2bb }
#od_pay_sl h3{font-size:1.167em; margin:20px 0 5px}

#od_pay_sl input[type="radio"]{position:absolute;width:0;height:0;overflow:hidden;visibility:hidden;text-indent:-999px;left: 0;z-index: -1px;}
#od_pay_sl .lb_icon {display: inline-block;float:left;width:50%; background:#fff; border:1px solid #eceff4; margin:-1px 0 0 -1px;cursor: pointer;height:60px;position:relative;padding-left:65px;padding-top:20px;z-index:1}
#od_pay_sl input[type="radio"]:checked+.lb_icon {border:1px solid #ed595a;z-index:3;}

#sod_frm_paysel {}
#sod_frm_paysel legend {position:absolute;font-size:0;line-height:0;overflow:hidden}
#sod_frm_paysel .KPAY{background:url('../img/kpay.png') no-repeat 50% 50% #fff;overflow:hidden;text-indent:-999px}
#sod_frm_paysel .PAYNOW{background:url('../img/paynow.png') no-repeat 50% 50% #fff;overflow:hidden;text-indent:-999px}
#sod_frm_paysel .PAYCO{background:url('../img/payco.png') no-repeat 50% 50% #fff;overflow:hidden;text-indent:-999px}
#sod_frm_paysel .inicis_lpay{background:url('../img/lpay_logo.png') no-repeat 50% 50% #fff;overflow:hidden;text-indent:-999px}
#sod_frm_paysel .kakaopay_icon{background:url('../img/kakao.png') no-repeat 50% 50% #f4dc34;overflow:hidden;text-indent:-999px}
#sod_frm_paysel .bank_icon{background:url('../img/pay_icon1.png') no-repeat 15px 50% #fff}
#sod_frm_paysel .vbank_icon{background:url('../img/pay_icon2.png') no-repeat 15px 50% #fff;padding-top:13px}
#sod_frm_paysel .iche_icon{background:url('../img/pay_icon2.png') no-repeat 15px 50% #fff;padding-top:13px}
#sod_frm_paysel .hp_icon{background:url('../img/pay_icon3.png') no-repeat 24px 50% #fff}
#sod_frm_paysel .card_icon{background:url('../img/pay_icon4.png') no-repeat 17px 50% #fff}

.sod_frm_point{clear:both;padding:10px 0}
.sod_frm_point div{background:#fff; margin-bottom:1px;padding:10px;text-align:left;text-align:right}
.sod_frm_point div:after {display:block;visibility:hidden;clear:both;content:''}
.sod_frm_point div label{float:left;line-height:30px}
.sod_frm_point div span{display:block;font-size:0.92em}
.sod_frm_point div span:after {display:block;visibility:hidden;clear:both;content:''}
.sod_frm_point div strong{float:left;color:#666;font-weight:normal}
.sod_frm_point .max_point_box em{font-style:normal !important}
.sod_frm_point #od_temp_point{height:30px;text-align:right;padding:0 5px; border:1px solid #ccc;}

#settle_bank {margin:5px 0 10px; background:#fff;padding:10px; clear:both}
#settle_bank select{height:30px; margin:0 0 5px;width:100%; border:1px solid #ccc;}
#settle_bank #od_deposit_name{height:30px; border:1px solid #ccc;text-align:center;}

#sod_frm_escrow {margin:30px 0 0}
#sod_frm #sod_frm_escrow h2{margin:0; border:0}
#sod_frm #sod_frm_escrow p{margin:5px 0}
#display_pay_process {padding:20px;text-align:center}

/* 위시리스트 */
#sod_ws {}
.sod_ws_img {width:90px;text-align:center}
#sod_ws_act {text-align:center;padding:20px 0;}
#sod_ws_act button{height:50px;width:180px;font-weight:bold;font-size:1.167em}
#sod_ws li .info_link{display:block; margin:10px 0 5px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;color:#646464;font-weight:bold;}
#sod_ws li .info_date{color:#646464;font-size:0.92em}
#sod_ws li .wish_chk {position: absolute;top: 0;left: 0;width: 30px;text-align: center;line-height: 35px;color:#f00}
#sod_ws li .wish_info {padding: 0 35px 10px 30px;position: relative; border-bottom: 1px solid #e0e0e0; margin-top: 10px;height: 45px;}
#sod_ws li .wish_del {position: absolute;top: 0;right: 0;width: 35px;height: 35px;line-height: 35px;text-align: center; background: #e6e6e6;display: block;color: #777;}
#sod_ws li .wish_del:hover{background:#777;color:#fff}

/* 배송지 목록 */
#sod_addr .td_mng .sel_address{color:#fff; background:#fff; border:1px solid #333;color:#333;padding:0 5px;height:26px;}
#sod_addr .td_mng .del_address{display:inline-block; border:1px solid #aaa;color:#888;padding:0 5px;height:26px;line-height:24px;vertical-align:middle}
#sod_addr input[type="radio"]{position:absolute;left:0;z-index:-1;visibility:hidden;width:0;height:0;overflow:hidden;text-indent:-999px}
#sod_addr .default_lb {display: inline-block; background:#fff; border: 1px solid #3476be;color: #3476be;cursor: pointer;position:relative;padding:0 5px;height:26px;line-height:24px}
#sod_addr input[type="radio"]:checked+.default_lb {background:#3476be;color:#fff}
#sod_addr td{height:40px;vertical-align:top}
#sod_addr .td_name {width:100px;}
#sod_addr .frm_input {height:30px}
#sod_addr .td_sbj{width:120px;text-align:left}
#sod_addr .ad_tel{display:block;color:#666;}
#sod_addr .td_mng{width:100px;padding:10px}
#sod_addr .td_mng .mng_btn{width:100%; margin:2px 0;}


/* 주문내역 */

#sod_v {position:relative; width:100%; max-width:1200px; margin:50px auto;}
#sod_v td{text-align:center}
#sod_v td a{font-weight:bold;}
#sod_v .basic_tbl {text-align:center}
#sod_v_info {margin:0 0 10px}

/* 주문내역 include  */
#sod_inquiry {border-top:2px solid #000;}
#sod_inquiry li {background:#fff; border-bottom:1px solid #ccc;padding:15px 15px 45px; margin-bottom:10px;position:relative; border-radius:5px}
#sod_inquiry li .idtime_link{font-weight:bold;font-size:1.167em}
#sod_inquiry li .idtime_time{position:absolute;top:15px;right:15px;color:#999}
#sod_inquiry li .inquiry_name{margin:10px 0;color:#666;}
#sod_inquiry li .inquiry_price{font-size:1.25em;font-weight:bold;}
#sod_inquiry li .inquiry_inv {text-align:right}
#sod_inquiry li .inv_status{display:block;text-align:center; margin:5px 0 0; /*font-weight:bold*/ float:right; }
#sod_inquiry li .inv_inv{margin:10px 0 0;display:block; border:1px solid #c4c5cc;color:#666;}
#sod_inquiry li .inv_inv i{width:30px;height:30px;line-height:30px; background:#f3f3f3;text-align:center;color:#555;font-size:15px; margin-right:5px}

.status_01{display:inline-block; background:#ed595a;color:#fff;padding:5px 5px 0;line-height:20px;font-size:0.92em; border-radius:3px;}
.status_02{display:inline-block; background:#ed595a;color:#fff;padding:5px 5px 0;line-height:20px;font-size:0.92em; border-radius:3px;}
.status_03{display:inline-block; background:#ed595a;color:#fff;padding:5px 5px 0;line-height:20px;font-size:0.92em; border-radius:3px;}
.status_04{display:inline-block; background:#ed595a;color:#fff;padding:5px 5px 0;line-height:20px;font-size:0.92em; border-radius:3px;}
.status_05{display:inline-block; background:#ed595a;color:#fff;padding:5px 5px 0;line-height:20px;font-size:0.92em; border-radius:3px;}
.status_06{display:inline-block; background:#fff; border:1px solid #ddd;color:#666;padding:5px 5px 0;line-height:20px;font-size:0.92em; border-radius:3px;}


/* 주문상세내역 */
#sod_fin {position:relative; width:100%; max-width:1200px; margin:0 auto;}
#sod_fin th {padding:8px}
#sod_fin .th_line th {border-top:1px solid #ddd;}
#sod_fin_no {}

#sod_sts_wrap {margin:0 0 10px;text-align:right}
#sod_sts_explan {display:none}

#sod_fin_legend {padding:10px; background:#f3f3f3; margin:10px 0; border:1px solid #e9e9e9;text-align:left;zoom:1}
#sod_fin_legend:after {display:block;visibility:hidden;clear:both;content:''}
#sod_fin_legend dt {clear:both;float:left; margin:0 0 5px;width:50px;font-weight:bold;}
#sod_fin_legend dd {float:left; margin:0}

#sod_fin #sod_bsk_tot li{background:#fff; border-bottom:1px solid #e7ebf1;height: 40px;padding:0 15px;line-height:40px;text-align:right}
#sod_fin #sod_bsk_tot li span{float:left;clear:both;color: #777;}
#sod_fin #sod_bsk_tot li strong{}
#sod_fin #sod_bsk_tot .sod_bsk_cnt strong{color:#ed595a;font-size:1.25em}

#request_form {position:relative}
#request_form div {display:none;z-index:10000;position:absolute;top:23px;left:0;padding:20px 0;width:520px; border:1px solid #000; background:#f2f5f9;text-align:center}
#request_form .frm_input {width:300px; background:#fff !important}
#request_form .btn_frmline, #request_form .btn_cancel {vertical-align:middle !important}
#request_form .btn_frmline {padding:0 10px;line-height:1.6em}

#sod_req_btn {margin:0 0 10px}
#sod_req_btn button {background:#626870}

#sod_req_log {margin:0 0 20px}
#sod_req_log ul {margin:0;padding:0; border-top:1px solid #e9e9e9; background:#f2f5f9;list-style:none}
#sod_req_log li {padding:10px 10px 20px; border:1px solid #e9e9e9; border-top:0}
#sod_req_log h3 {margin:20px 0 10px}
.sod_req_log_view table {margin:0}
.sod_req_log_view caption {padding:10px 0;font-size:1em;font-weight:bold;text-align:left;line-height:1em}
.sod_req_log_view caption span {color:#ff3061}
.sod_req_log_view th {border-top:1px solid #e9e9e9; background:#f7f7f7 !important; !important;text-align:center}
.sod_req_log_view td {background:#fff;}
.sod_req_log_view p {padding:10px 15px; border-bottom:1px solid #e9e9e9; background:#fff;}
.sod_req_log_view .sod_req_it {width:270px}
.sod_req_log_view button {margin:0;padding:0; border:0; background:transparent;color:#ff3061;text-decoration:underline;vertical-align:middle;cursor:pointer}

#sod_fin_list h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.sod_fin_list h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.sod_fin_list .prqty_stat{position:absolute;top:0;right:0;padding:3px 5px; background:#6583c5;color:#fff}
#sod_fin_list .td_bdno{border-left:0}
#sod_fin_list .td_bdno span {display:inherit;}
#sod_fin_list .td_bdno dl {display:block;}
#sod_fin_list .td_bdno dt {margin-right:20px;}
#sod_fin_list .td_bdno dt, #sod_fin_list .td_bdno dd {float:left;}
#sod_fin_list .td_bdno a{font-weight:bold;}
#sod_fin_view {border:1px solid #e9e9e9}
#sod_fin_view h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#sod_fin_view h3 {margin:0 0 10px}
#sod_fin_view .basic_tbl th {padding:0 10px; border-top:1px solid #eee; border-bottom:1px solid #eee; background:#f2f5f9;text-align:left}

.sod_fin_list .sod_ta_wr{padding:0}
.sod_fin_list h2 {position:absolute; border:0;font-size:0;line-height:0;content:""}
.sod_fin_list .prqty_stat{position:absolute;top:0;right:0;padding:3px 5px; background:#6583c5;color:#fff}
.sod_fin_list .li_opt{color: #777; margin: 3px 0;line-height: 1.3em;padding-right:50px}
#sod_bsk .btn_del_wr{margin:10px }
#sod_bsk .sod_ta_wr{background:#fff;padding:15px;}
#sod_bsk .go_shopping{margin: 10px}
#sod_bsk .go_shopping .btn01{height:45px;line-height:43px;font-size:1.167em;font-weight:bold;width:100%;text-align:center}
#m_sod_bsk_tot{background:#f4f4f4; border-radius:5px;padding:5px 10px}
#m_sod_bsk_tot:after{display:block;visibility:hidden;clear:both;content:""}
#m_sod_bsk_tot dt{float:left;width:40%;padding:5px 0 ;line-height:20px;clear:both}
#m_sod_bsk_tot dd{float:left;width:60%;padding:5px 0;text-align:right;line-height:20px}
#m_sod_bsk_tot .sod_bsk_cnt{border-top:1px solid #cdcdcd;font-weight:bold; margin-top:5px;line-height:25px}
#m_sod_bsk_tot .sod_bsk_cnt strong{color:#ff006c;font-size:1.25em}
#sod_bsk_act .btn_submit{height:45px;font-size:1.167em;font-weight:bold;width:100%; margin:10px 0}

#sod_fin_pay {margin:0 0 30px}
#sod_fin_orderer {margin:0 0 30px}
#sod_fin_receiver {margin:0 0 30px;}
#sod_fin_dvr {}
#sod_fin .sod_left h2{position:absolute;font-size:0;line-height:0;overflow:hidden}
#sod_fin .sod_left h3{font-size:1.167em ; margin:0 0 10px}
#sod_fin .sod_left .tbl_head01 {}
#sod_fin .sod_left th {padding:10px 0; border:0; border-top:1px solid #f3f3f3;text-align:left;width:100px;color:#666; background:#fff}
#sod_fin .sod_left td{padding:10px 0; border:0; border-top:1px solid #f3f3f3; background:#fff}

#sod_fin_dvr .dvr_link {color:#ff3061;text-decoration:underline}

#sod_fin_tot {margin:10px 0}
#sod_fin_tot h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#sod_fin_tot ul {margin:0;padding:10px 0 5px 0;list-style:none; background:#398ede;}
#sod_fin_tot li {padding:0 10px;color:#fff;zoom:1}
#sod_fin_tot li:after {display:block;visibility:hidden;clear:both;content:""}
#sod_fin_tot #alrdy {border-bottom:0 !important}
#sod_fin_tot #alrdy .right{margin-top:10px;text-align:right;color:#f3f3f3;font-size:0.9em}
#sod_fin_tot #alrdy .right p{position:relative}
#sod_fin_tot #alrdy .right .title{position:absolute;left:0;padding-left:8px}
#sod_fin_tot strong {float:right}

#sod_fin_cancel {text-align:center}
#sod_fin_cancel h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#sod_fin_cancel button {height:40px; border:1px solid #5e6b6f;font-weight:bold;width:100%; background:none;color:#5e6b6f}
#sod_fin_cancel button:hover{background:#fff}
#sod_fin_cancelfrm {display:none; margin:10px 0 0;text-align:center; background:#fff;padding:15px}
#sod_fin_cancelfrm .frm_input {background:#fff; margin: 0 0 5px;width:100%}
#sod_fin_cancelfrm .btn_frmline{background:#5e6b6f;color:#fff; border:0;padding:10px;width:100%;cursor:pointer}
#sod_fin_test {padding:10px}

/* 주문상세내역 중 현금영수증 발급 */
#scash {}
#scash section {padding:10px 0}
#scash h2 {margin:0 0 10px;text-align:center}
#scash .basic_tbl th {padding:0 10px; border-top:1px solid #eee; border-bottom:1px solid #eee; background:#f2f5f9;text-align:left}
#scash_apply {padding:10px 0 20px;text-align:center}
#scash_apply button {padding:10px; border:0; background:#565e60;color:#fff}
#scash_copy {text-align:center}

/* 공지사항 및 커뮤니티 새글 */
#sidx_lat h2{position:absolute;font-size:0;line-height:0;overflow:hidden}

/* 배너 인덱스 출력 */
#sbn_idx {}

/* 쇼핑몰 이벤트 */
#sev {}
.sev_admin {margin:0 0 10px;text-align:right}

/* 쿠폰 */
#coupon div:after {display:block;visibility:hidden;clear:both;content:""}
#coupon .cou_tit {font-weight:bold;}
#coupon .cou_pri{color: #00c4ac;font-weight: bold;float: right;}
#coupon .cou_target{color:#666;}
#coupon .cou_date{float:right;color: #777;}

/* 모바일일때 피시버전 주문폼*/
.sod_list {position:relative; margin:0;padding:0;list-style:none}

.sod_list .sod_li {position:relative;padding:0; border:1px solid #e9e9e9; margin:20px 0; padding:20px;}
.sod_list .sod_li:after {display:block;visibility:hidden;clear:both;content:""}
.sod_list .sod_li > div, .sod_list .sod_li > ul {float:left;}
.sod_list .sod_li > div {margin-right:20px;}
.sod_list .sod_li > ul li {line-height:160%;}
/*.sod_list .li_chk{position:absolute;top:10px;left:10px;}
.sod_list .li_name{min-height:130px}
.sod_list .li_name a,.sod_list .li_name strong{display:block;padding: 0 10px 0 25px; border-bottom:1px solid #e9e9e9;height:35px;line-height:35px}
.sod_list .li_name strong{padding-left:10px}
.sod_list .total_img{position:absolute;top:45px;left:10px;}
.sod_list .sod_opt{padding:10px 10px 5px; margin-left:90px;color:#9e9e9e;font-size:0.93em; background:none; border:none}
.sod_list .sod_opt li{margin-bottom:3px; border:none}
.sod_list .li_cp{position:relative}
.sod_list .li_cp .cp_btn, .sod_list .li_cp .cp_cancel, .sod_list .li_mod .mod_btn {margin:0;padding:5px 8px; border:0; background:#000;color:#fff;font-size:0.93em}
.sod_list .li_cp .cp_cancel,.odf_tbl #od_coupon_cancel,.odf_tbl #sc_coupon_cancel{border:1px solid #999;color:#777; background:#fafafa; margin-left:3px;padding:4px 5px}
}*/
.sod_list .li_prqty{margin:10px;}
.sod_list .li_prqty:after {display:block;visibility:hidden;clear:both;content:""}
.sod_list .li_prqty .li_prqty_sp{width:33%;display:inline-block;float:left;text-align:center;line-height:2.2em; border-top:1px solid #d3d3d3; border-bottom:1px solid #d3d3d3; border-left:1px solid #e9e9e9;color:#9e9e9e;font-size:0.93em; margin-left:-1px}
.sod_list .li_prqty  .prqty_price{border-left:1px solid #d3d3d3;}
.sod_list .li_prqty  .prqty_sc{border-right:1px solid #d3d3d3;}
.sod_list .li_prqty .li_prqty_sp span{display:block; background:#f2f2f2;}
.sod_list .li_total {position:relative; border-top:1px solid #e9e9e9; margin:10px 10px 0;}
.sod_list .total_span {display:block;position:relative;padding:5px 0;text-align:right;color:#343434}
.sod_list .total_span span{position:absolute;top:5px;left:0}
.sod_list .total_span strong{font-size:1.2em}

#sod_frm {}
#sod_frm section{margin-bottom:10px}
#sod_frm section h2{border-bottom:1px solid #e2e4e7;font-size:1.167em;padding-bottom:10px}
#sod_bsk_list #mod_option_frm .sit_ov_tbl{background:#ededed; margin-top:5px}
#sod_bsk_list #mod_option_frm .sit_ov_tbl th,#sod_bsk_list #mod_option_frm .sit_ov_tbl td{border:none;padding-left:5px;font-weight:normal}
#sod_bsk_list #mod_option_frm .sit_ov_tbl th {width:90px}
#sod_frm_deli #order_address {display:block;width:100px; background:#333;color:#fff;text-align:center}
#sod_frm_orderer {margin:0 0 30px}
#sod_frm_orderer #od_addr_jibeon, #sod_frm_taker #od_b_addr_jibeon {display:inline-block; margin:5px 0 0}
#sod_frm .odf_tbl table{width:100%; margin:0;padding:0; border-top:1px solid #e9e9e9; border-left:1px solid #e9e9e9; border-right:1px solid #e9e9e9; border-collapse:collapse}
#sod_frm .odf_tbl table tbody td,#sod_frm .odf_tbl table tbody th {; border-bottom:1px solid #e9e9e9;padding:5px 0px 5px 10px ;text-align:left;line-height:26px;position:relative;}
#sod_frm .odf_tbl table th {width:90px;color:#343434;font-weight:normal;letter-spacing:-0.1em}
#sod_frm .odf_tbl table .frm_input{background-color:#fff !important;height:24px;line-height:24px;text-indent:5px}
#sod_frm .odf_tbl table .frm_address{margin-top:5px}
#sod_frm .odf_tbl button.btn_frmline{font-size:0.92em;padding:0 8px;height:26px;line-height:26px}
#sod_frm .odf_tbl textarea{width:99%; border:1px solid #e4eaec;}
#sod_frm_same {margin:0 0 10px}
#sod_frm_pay {position:relative}
#sod_frm_pay .tbl_head01 caption {font-size:0;line-height:0;overflow:hidden}
#sod_frm_pay .tbl_head01 th {width:auto !important;font-weight:bold;text-align:center !important}
#sod_frm_pay .tbl_head01 td {border-top:1px solid #e9e9e9 !important; border-bottom:1px solid #e9e9e9 !important;line-height:1.5em !important;word-break:break-all !important}

#sod_frm .sod_ta_wr{background: #fff;padding: 15px;}
#sod_frm .btn_confirm{; margin:0 10px 10px}
#sod_frm .btn_submit{width:100%;height:45px;font-size: 1.167em;font-weight: bold; margin:5px 0}
#sod_frm .btn_cancel,#sod_frm .btn01{width:100%;height:45px;line-height:43px;font-size:1.167em;font-weight: bold;padding:0; border-radius:0}

#sod_frm_pay{padding:10px; border-top:1px solid #f3f3f3;}
#sod_frm_pay h2{margin:10px 0;font-size:1.25em}
#sod_frm_pay .cp_btn1,#sod_frm_pay .cp_cancel1{margin-top:0}
.odf_tbl{position:relative}
.odf_tbl table{background:#fff;width:100%; border-collapse:collapse; border-bottom:1px solid #ccc}
.odf_tbl table th {border-top:1px solid #eceff4;padding: 10px;text-align:left;width:120px;font-weight:normal}
.odf_tbl table td{border-top:1px solid #eceff4;padding:7px 10px;text-align:right}

#sod_frm_pt_alert{margin:10px 0;color:#328abd;}

html.no-overflowscrolling #sc_coupon_frm, html.no-overflowscrolling #od_coupon_frm {height:auto; max-height:10000px !important} /* overflow 미지원 기기 대응 */
#sod_frm_pay_info {margin:0 0 10px}

#sod_frm_paysel ul {margin:0;padding:0;}
#sod_frm_paysel ul:after {display:block;visibility:hidden;clear:both;content:""}
#sod_frm_paysel li {float:left;padding:5px 2%;width:46%;height:21px;text-align:left;list-style:none}

/*네이버페이*/
.itemform-naverpay{margin:15px 0;clear:both}
.cart-naverpay{margin-top:15px}

/*개인결제*/
.pesonal{background:#f3f3f3;padding:20px}
.pesonal td{font-weight:bold;}
#sod_frm_pay h2{font-size: 1.167em; margin: 0px 0 10px; border-bottom:1px solid #ddd;padding: 0 0 10px}

#personal_pay h2{font-size: 1.167em; margin: 0px 0 10px;}
#personal_pay input[type="radio"]{position:absolute;width:0;height:0;overflow:hidden;text-indent:-999px;left: 0;z-index: -1px;visibility:hidden;}
#personal_pay .lb_icon {display: inline-block;float:left;width:50%; background:#fff; border:1px solid #eceff4; margin:-1px 0 0 -1px;cursor: pointer;height:60px;position:relative;padding-left:65px;padding-top:20px;z-index:1}
#personal_pay input[type="radio"]:checked+.lb_icon {border:1px solid #ed595a;z-index:3;}

#personal_pay {}
#personal_pay legend {position:absolute;font-size:0;line-height:0;overflow:hidden}
#personal_pay .KPAY{background:url('../img/kpay.png') no-repeat 50% 50% #fff;overflow:hidden;text-indent:-999px}
#personal_pay .PAYNOW{background:url('../img/paynow.png') no-repeat 50% 50% #fff;overflow:hidden;text-indent:-999px}
#personal_pay .PAYCO{background:url('../img/payco.png') no-repeat 50% 50% #fff;overflow:hidden;text-indent:-999px}
#personal_pay .kakaopay_icon{background:url('../img/kakao.png') no-repeat 50% 50% #f4dc34;overflow:hidden;text-indent:-999px}
#personal_pay .bank_icon{background:url('../img/pay_icon1.png') no-repeat 15px 50% #fff}
#personal_pay .vbank_icon{background:url('../img/pay_icon2.png') no-repeat 15px 50% #fff;padding-top:13px}
#personal_pay .iche_icon{background:url('../img/pay_icon2.png') no-repeat 15px 50% #fff;padding-top:13px}
#personal_pay .hp_icon{background:url('../img/pay_icon3.png') no-repeat 24px 50% #fff}
#personal_pay .card_icon{background:url('../img/pay_icon4.png') no-repeat 17px 50% #fff}
#personal_pay .btn_submit{width:100%;height:40px;font-weight: bold; margin:10px 0 5px}
#personal_pay .btn01{width:100%;height:40px;line-height:38px;font-weight: bold;}




/*메인*/

#main_content {position:relative;}

/* 비주얼 */
.main_visual {width:100%;overflow:hidden;position:relative;height:100vh; margin:0;}
.main_txt {width: 100%;position: absolute;left: 0;bottom: 413px;z-index:10;}
.main_txt_in h2 {margin-bottom:20px;text-align:left;color:#fff;font-size:80px;font-weight:500;}
.main_txt_in h2 b {font-weight:600;}
.main_txt_in p {text-align:left;font-size:20px;color:#fff;font-weight:300;line-height:1.4;}

.swiper-pagination {top:65%; width:100%; max-width:1400px; left:0; right:0; margin:auto;}
.swiper-pagination-bullet {width:14px; height:14px; border:1px solid #fff;}
.swiper-pagination-bullet-active {width:40px; background:#fff; border-radius:25px !important;}

.scroll {display:none !important; position: absolute;bottom: 0;left: 50%;margin-bottom: 1.5em;width: 5em;height: 5em;margin-left: -2.5em;border-radius: 50%;border: 1px solid #ffffff;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;z-index: 10;-moz-transition: background .3s;-webkit-transition: background .3s;-ms-transition: background .3s;-o-transition: background .3s;transition: background .3s;background-color: rgba(255, 255, 255, 0);}
.scroll .arrow {animation-duration: 0.5s; animation-timing-function: ease-in; animation-name: toBottom; animation-iteration-count: infinite; animation-direction: alternate;}

@keyframes toBottom {
	0% {
		transform :translate(0%, -25%);
	}
	100% {
		transform :translate(0%, 25%));
	}
}



/* 메인컨텐츠 */
#main_container section {padding:150px 0 0;overflow: hidden;position:relative;}
.main_title {position:relative; text-transform:uppercase; font-size:60px; color:#000; font-weight:bold; line-height:1.3;}
.more_btn {display:block;}
.more_btn span {color:#000; font-size:16px; font-weight:600;}
.more_btn span + .icon {margin-left:12px;}
.btn-circle {border-radius: 50%; min-width: unset; min-height: unset; padding: 0; position: relative; width:45px; height:45px; background:#fff;}
.btn-circle .icon {position:absolute; left: 50%; top:50%; transform: translate(-50% , -50%);}
.icon {display: inline-block; vertical-align: middle; background-repeat: no-repeat; background-position: center center; text-indent: -999em; overflow: hidden;}
.arrow_long {background-image: url("../img/main/ico-arrow-right-long.svg"); width: 66px; height: 12px;}
.arrow-short {background-image: url("../img/main/ico-arrow-right-short.svg"); width: 14px; height: 12px;}


/* 메인 공통 */
.main_tit {font-size:68px; color:#000; font-weight:900; margin-bottom:20px;}
.main_tit02 {font-size:40px; color:#0a0a0a; font-weight:bold; margin-bottom:20px;}
.main_s_tit {font-size:30px; color:#4b4b4b; line-height:1.3;}


/* 메인 비즈니스 */

#main_container #businessWrap {padding:150px 0;}
#businessWrap .business_bnr_wrap {position:relative; padding-bottom:40px;}
#businessWrap .business_box {transform: translateX(-14.5%); margin-top:100px;}
#businessWrap .swiper-container {max-width:780px; margin-left: auto; margin-right: auto; overflow: visible;}
#businessWrap .swiper-slide {display: flex; align-items: center; width: auto; max-width: 80vw; margin-top: 3em; transition: transform 1s, left 1s, top 1s, margin 1s, width 1s, padding 1s, opacity 1s; padding-right: 4em; font-size: 1.25em; opacity: 0.5;}
#businessWrap .swiper-slide.swiper-slide-active {width:80vw !important; padding-left: 70%; opacity: 1; max-width: 1440px; display: flex; justify-content: flex-end;}
#businessWrap .swiper-slide.swiper-slide-active .txt {top: 0; left: 0; margin-top: -3em; transition: all 0.65s; visibility: visible; opacity: 1;}
#businessWrap .swiper-slide.swiper-slide-active .txt {box-shadow: 5px 5px 30px 0 rgba(0, 0, 0, 0.3);}
#businessWrap .txt, #businessWrap .image {overflow: hidden; height: 420px; transition: box-shadow .3s;}
#businessWrap .txt {text-align:left; display: flex; box-orient: vertical; flex-direction: column; justify-content: space-between; opacity: 0; width: 35.4em; max-width: 85.301%; border-radius: 4em 0 4em 0; flex: 1 0 auto; position: absolute; top: 0; left: 2.5em; visibility: hidden; line-height: 1.5; color: #fff; padding:100px 150px 80px 50px; background-color: #2384c6;}
#businessWrap .txt p {font-size:22px; word-break:keep-all;}
#businessWrap .txt .con_tit1 {font-size:44px; font-weight:bold; text-align:left;}
#businessWrap .txt .subs {display: none; padding-top: 1.7777777778em; margin-top: 1.7777777778em; border-top: 1px solid rgba(255, 255, 255, 0.3); font-size: 0.9em; color: #c1ccdb; font-weight: 300;}
#businessWrap .txt .more {display: flex; align-items: center; color:#fff; font-size:25px; font-weight:500;}
#businessWrap .txt .more .arrow {width:20px; margin-left:10px;}
#businessWrap .image {position: relative; z-index: 5; width: 100%; border-radius: 4em 0 4em 0; overflow: hidden;}
#businessWrap .image > a {display: block; width: 100%; height: 100%; position: absolute; top: 50%; left: 50%;  transform: translate(-50%, -50%); transition: all 0.1s;}
#businessWrap .image > a img {max-width:none; height:auto;}
#businessWrap .swiper-slide.swiper-slide-active .image {box-shadow: 5px 5px 30px 0 rgba(0, 0, 0, 0.3);}

.swiper-contr {position:absolute; right:13%; top:-100px;}
.swiper-contr button {width:70px; height:70px; background-size:cover !important;}
.swiper-contr button.prev {background:url('/img/main/slide_prev.jpg') center no-repeat;}
.swiper-contr button.next {background:url('/img/main/slide_next.jpg') center no-repeat;}


/* 메인 제품 */
#main_container #main_con02 {padding:0; max-height:780px;}
#main_con02 {background:#ebf5ff;}
#main_con02 .pro_box {display:flex; justify-content: space-between;}
#main_con02 .pro_box .txt {width:37%; margin-right:3%; padding:170px 0 200px;}
#main_con02 .pro_box .pic {width:60%;}
#main_con02 .pro_box .pic ul li {float:left; width:48%; border-radius:20px; overflow:hidden; background:#fff; margin-bottom:25px;}
#main_con02 .pro_box .pic ul li:nth-child(odd) {margin-right:4%;}
#main_con02 .pro_box .pic ul li img {width:100%;}
#main_con02 .pro_box .pic ul li:nth-child(1) {margin-top:-370px;}
#main_con02 .pro_box .pic ul li:nth-child(2) {margin-top:-100px;}
#main_con02 .pro_box .pic ul li:nth-child(3) {margin-top:-270px;}
#main_con02 .pro_box .pic ul li:nth-child(4) {margin-top:0px;}

#main_con02 .pro_box .txt .info {width:80%; font-size:20px; color:#000; line-height:1.4; word-break:keep-all; margin:70px 0 75px;}
#main_con02 .pro_box .txt .more {display:block; width:240px; padding:15px 10px; background:#2384c6; color:#fff; font-size:20px; border-radius:50px; text-align:center; border:1px solid #2384c6; transition:0.3s;}
#main_con02 .pro_box .txt .more:hover {box-shadow:5px 5px 10px rgba(0, 0, 0, 0.15);}


/* 메인공지 */
#main_container #main_con03 {background:#f7f7f7; padding:150px 0;}
.main_info {display:flex; justify-content: space-between;}
.main_info > div {width:calc(96%/2);}
.main_info .notice {position:relative;}
.main_info .notice .plus_btn {position:absolute; width:40px; height:40px; background:url('/img/main/plus_btn.png') no-repeat center; background-size:cover; top:10px; right:0;}
.main_info .notice_list {display:flex; justify-content: space-between; flex-wrap: wrap;}
.main_info .notice_list > li {width:calc(96%/2); background:#fff; padding:40px 30px; margin-bottom:20px;}
.main_info .notice_list > li a {display:block;}
.main_info .notice_list > li a .txt {font-size:20px; line-height:1.5; color:#393939; word-break:keep-all;}
.main_info .notice_list > li a .date {display:block; font-size:17px; color:#393939; text-align:right; margin-top:15px;}

.video {width: 100%;  max-width: 900px;  margin: 30px auto 0;  box-sizing: border-box;}
.video-container {position: relative;  width: 100%;  height: auto;  padding-top: 50%;}
.video-container iframe {z-index: 1;  top: 0;  left: 0;  position: absolute;  width: 100%;  height: 100%;}


/* 메인 포트폴리오 */

#main_container #main_con04 {padding:150px 0;}
#main_container #main_con04:before {content:''; width:100%; height:50%; background:#f7f7f7; position:absolute; bottom:0; left:1;}
#main_con04 .plus {position:absolute; width:70px; height:70px; background:url('/img/main/plus_btn.png') no-repeat center; background-size:cover; top:10px; right:0;}
.main_port {margin-top:55px;}
.main_port .pic {margin-right:20px; margin-bottom:20px;}
.main_port .pic a {display:block; box-shadow:3px 3px 5px rgba(0, 0, 0, 0.10);}
.main_port .pic p {padding:35px 30px; font-size:25px; background:#000; word-break:keep-all; line-height:1.5; background:#fff;}
.main_port .pic .image_container {overflow: hidden; display: flex; align-items: center; justify-content: center; width:100%; height: 260px;}
.main_port .pic .image_container img {width: 100%;}





/*서브*/
.sVisual {position:relative;height:40vh; text-align:center; background-repeat:no-repeat; background-position:center; background-size:cover; background:url('/img/sub/sub_visual.jpg'); margin-top: 120px; background-attachment: fixed !important;}
.sVisual.visual01 {display: none; background:url('/img/sub/sub_visual02.jpg') no-repeat center; background-size:cover;}
.sVisual.visual02 {background:url('/img/sub/sub_visual02.jpg') no-repeat center; background-size:cover;}
.sVisual.visual03 {background:url('/img/sub/sub_visual07.jpg') no-repeat center; background-size:cover;}
.sVisual.visual04 {background:url('/img/sub/sub_visual08.jpg') no-repeat center; background-size:cover;}
.sVisual.visual05 {background:url('/img/sub/sub_visual05.jpg') no-repeat center; background-size:cover;}
.sVisual.visual06 {background:url('/img/sub/sub_visual03.jpg') no-repeat center; background-size:cover;}

.sVisual .sv_txt {height:100%; display:flex; flex-direction: column; justify-content: center; align-items: center; cursor: default; row-gap: 7px;}
.sVisual .sv_txt .map {display: flex; color: #fff; align-items: center; column-gap: 15px; opacity: 0.87}
.home_icon {scale: 0.6;}
.sVisual .sv_txt .map p {height: 100%; line-height: 2;}
.sVisual > div h2 {font-size:55px; color: #fff; font-weight: 700; text-align:center; letter-spacing: 1.3px;}

.sConBox {max-width:1400px;position:relative; overflow: hidden; margin:0 auto;padding:100px 0;}
.sConBox .clear {clear:both; margin:0 auto; text-align:center;}
.sConBox h2 { font-size: 24px; margin-bottom: 20px; text-align:center; }
.sConBox h2 span {display:inherit; color:#777; font-size:18px; margin-top:10px;}
.sConBox h3 {font-size:22px; padding: 20px 0; color: #777; line-height: 32px;text-align: center;}


.sConBox.result > img { width: 30%; max-width: 400px;  float: left;}

.sConBox > dl {margin:0; padding:0px; width:100%; clear:both; }
.sConBox > dl > dt {margin:0; padding:0px; font-size:170% }
.sConBox > dl > dd {margin:0; padding:0px; font-size:110%; color:#333;}

.sConBox .txt {margin-bottom:30px;}
.sConBox .txt dt { margin-bottom:30px;}
.sConBox .txt dd {line-height:30px;}

/*좌측메뉴*/
#sidebar {background:#f9f9f9; position: relative; height: 80px; border-bottom:1px solid #e0e0e0; left:0; width:100%;}
#sidebar .home {width:80px; height: 80px; float: left;}
#sidebar .home a {margin-left: 40px; margin-top: 25px; display: block; width:32px; height:32px; background-color:#2384c6; text-align:center; color: #fff; font-size:12px; font-weight: 600; line-height:32px; -webkit-transform: skew(-15deg); transform: skew(-15deg);}
#sidebar .snb {position: relative; float: left; width:300px;}
#sidebar .snb > .over {position: relative; display: block; height: 80px;}
#sidebar .snb > .over span {line-height:80px; font-size: 18px; padding-left: 10%; position: relative; display: block; width:90%; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; word-break: normal;text-align:left; color:#333;}
#sidebar .snb > .over:after {position:absolute; top:50%; right:10px; margin-top:-4px; width:10px; height:6px; content:''; background:url('../img/sub/snb_arr.png') no-repeat;}
#sidebar .snb > .over .arrow {position: absolute; top: 50%; right: 30px; width: 20px; height: 20px; margin-top: -8px; font-size: 20px;}
#sidebar .snb > .over.open .arrow {transform: rotate(-180deg); margin-top: -10px;}
#sidebar .snb.snb2 > .over span {color:#1ead4c;}
#sidebar .snb .snb_con {display: none; position: absolute; left: -0px; width: calc(100% - 0px) !important; background:#f9f9f9; z-index: 11; border-right: 1px solid #e0e0e0; border-left: 1px solid #e0e0e0; margin-top:-1px;}
#sidebar .snb .snb_con li {border-bottom: 1px solid #e0e0e0;}
#sidebar .snb .snb_con li a {display: block; padding: 15px 10%; font-size:16px;text-align:left; transition:0.3s;}
#sidebar .snb .snb_con li a:hover {background:#e5e5e5;}
#sidebar .snb .snb_con li.on {position: relative;}
#sidebar .snb .snb_con li.on a {padding-left: 25px; font-weight: 500;}
#sidebar .snb .snb_con li.on a:before {content: ""; position: absolute; top: 50%; left: 10px; width: 7px; height: 3px; margin-top: -1px; background: #1c202c;}


.sub_navi_inner {/*width: 100%;  height: 45px; line-height: 45px; text-align:right;*/}
span.sub_navi {display: none; color: #888; letter-spacing: -0.5px;font-size: 13px; float: right; }
span.sub_navi img { position: relative; margin-top: -3px; }

.sub-location{display:-ms-flexbox;display:none;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;text-transform:uppercase;font-size:1rem;font-weight:500;color:#999}
.sub-breadcrumbs .sub-breadcrumbs-inner{display:block;padding-top:2.75rem}
.sub-location-home{font-size:0}
.sub-location-home a{display:inline-block;width:1.25rem;height:1.25rem;background:url('../img/sub/ic_home.svg') no-repeat center center / 100% auto}
.sub-location li{position:relative}
.sub-location li+li{margin-left:1rem}
.sub-location li:nth-child(n+3){padding-left:.4375rem}
.sub-location li:nth-child(n+3)::before{content:'';position:absolute;top:50%;left:-.25rem;width:3px;height:3px;background:#000;border-radius:50%;transform:translateY(-50%);-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%)}
.sub-location li:last-child{color:#61452d}


.sub_title {position: relative; width: 100%;  margin:0 auto;  text-align:center;}
.sub_title h1 {font-size: 35px; line-height: 1.0em;  font-weight: 500; color: #17462c; margin: 50px 0;}
.sub_title.notice_title {padding-top: 69px;}


.mb50 {margin-bottom:50px !important;}


h2#container_title {display: none;}
div#bo_list, div#bo_gall, section#bo_w, div#sct, div#sit {width: 100%; margin:0 auto;overflow: hidden; max-width:1400px; position:relative;}
section#bo_w{padding:100px 0;}
article#bo_v{margin:150px auto;width: 100%;background: #fff; max-width:1400px; position:relative;}

div.orgel img {width: 100%;}



/*서브컨텐츠*/

#tabs {box-sizing:border-box; overflow:hidden; font-size:0; margin: 0 auto; text-align:center;}
#tabs li {text-align:center; box-sizing:border-box; float:left; margin-right:2%; margin-bottom:10px; border:1px solid #eee; border-radius:50px; overflow:hidden;}
/* #tabs li:nth-child(4) {border-right:none;} */
#tabs li a {display:block; width:100%; letter-spacing:-1px; position: relative; font-size: 18px; box-sizing:border-box; padding:10px 50px;}
#tabs li.current a, #tabs li.current_page_item a, #tabs li a:hover {color:#2384c6; background:none; font-weight:bold;}
#tabs li a:hover {background:#2384c6; color:#fff;}
#tabs li.current a, #tabs li.current_page_item a {background:#2384c6; color:#fff;}


.tabs02 {box-sizing:border-box; overflow:hidden; font-size:0; margin: 0 auto; text-align:center; display: flex; justify-content: center; margin-top: 60px;}
.tabs02 li {text-align:center; box-sizing:border-box; float:left; margin-right:2%; margin-bottom:10px; /* border:1px solid #eee; */ border-radius:50px; overflow:hidden;}
.tabs02 li a {word-break: keep-all; display:block; width:100%; height: 100%; letter-spacing:-1px; position: relative; font-size: 18px; box-sizing:border-box; padding:10px 20px; background-color: #d4d0cb; color: #fff; transition: 0.4s;}
.tabs02 li.current a, .tabs02 li.current_page_item a, .tabs02 li a:hover {color:#2384c6; background:none; font-weight:bold;}
.tabs02 li a:hover {background:#e8e5e1; color:#fff;}
.tabs02 li.current a, .tabs02 li.current_page_item a {background:#61452d; color:#fff;}
#content01 .tabs02 li.current a {background:#af5508; color:#fff;}



/* sub01 20250313 */
.visual01 {height: 100vh; position: relative; background-color: #F9F4F0; cursor: default;}
.tabs02.mobile {display: none;}
.visual01 .sub01_btn {position: absolute; top: 6%; left: 50%; transform: translateX(-50%);}
.visual01 .sub_title01 {position: absolute; top: 35%; left:50%; transform: translate(-50%, -50%); display: flex; flex-direction: column; align-items: center; row-gap: 25px; color: #fff; word-break: keep-all;}
.sub_title01 {display: flex; flex-direction: column; row-gap: 25px;}
.sub_title01 p, .intro .text_box span {font-size: 28px; font-family: 'shilla';}
.sub_title01 strong {width: 100%; font-size: 75px !important; font-family: 'myngjo'; display: inline-block; text-align: center; word-break: keep-all; line-height: 1.2;}
.visual01 .sub01_bg {width: 100%; height: 100%; /* object-fit:cover; */}
.visual01 .sub01_gif {width: 50%; position: relative; bottom: 50%; left:50%; transform: translateX(-50%); z-index:1}
.intro {cursor: default;}
.intro .sec01 {display: flex;justify-content: space-between;align-items: center;}
.intro .text_box {width: 49%;}
.intro .text_box > p {font-size: 64px; font-family: 'myngjo'; margin: 20px 0 60px 0; line-height: 1.3; word-break: keep-all;}
.intro .text_box p.add {font-size: 24px;  font-family: 'Pretendard'; font-weight: 500; margin: 0; line-height: 1.5; text-align: start;}
.intro .sec01 img {width: 46%;}
.intro01 {background: #61452D; color: #fff; position: relative;}
.intro01 .wrap:after {display: none;}
.intro01 .wrap {padding: 120px 0; display: flex; flex-direction: column; row-gap: 120px;}
.intro01:before {top: 20%;left: 0; width: 591px; height: 639px;  position: absolute; content: ''; background: url('../img/sub/sub01_deco01.png') center no-repeat; background-size: cover; opacity: 0.1; z-index: 0;}
.intro01:after {bottom: 30%;right: 0; width: 445px; height: 487px;  position: absolute; content: ''; background: url('../img/sub/sub01_deco02.png') center no-repeat; background-size: cover; opacity: 0.1; z-index: 0; scale: 0.8;}
.intro01 .wrap > div {display: flex; justify-content: space-between; align-items: center; row-gap: 120px; position: relative; z-index:1;}
.intro01 .wrap > div .text_box {width: 48%;}
.intro01 .wrap > div img {width: 42%;}
.history01 .sub_title01 {color: #000;}
.sub_title01 p {text-align: center; word-break: keep-all;}
.add {font-size: 24px; font-weight: 500; line-height: 1.6; text-align: center; margin: 60px 0; word-break: keep-all;}
.history01 .text_box {position: relative; display: flex; justify-content: space-between; padding: 20px 0;}
.history01 .text_box:before {content: ''; position: absolute; bottom: -100%; left: 50%; transform: translateX(-50%); width: 1px; height: 150px; background: url('../img/main/sec02_deco.png') center no-repeat;}
.history01 .text_box p {position: relative; width: calc(100%/3 - 20px); display: flex; justify-content: center; align-items: center;
line-height: 1.3; word-break: keep-all; text-align: center; padding:40px 20px; font-size: 47px; color: #61452D; font-family: 'myngjo'; border: 3px solid #000;}
.history01 .text_box p:before {content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 99%; height: 95%; border: 1px solid #000;}
.history01 .img_box {display: flex; justify-content: space-between; align-items: center; background: url('../img/sub/sub01_bg01.jpg') center no-repeat; margin-top: 120px; }
.history01 .img_box img {width: 25%; height: 100%; object-fit: cover; scale: 0.9;}
.history01 .img_box img.point {width: 49%; scale: 0.8; animation: rotate 60s linear 0s infinite alternate;}
.sub_title01.left {align-items: flex-start;}
.sub_title01.left strong, .ci01 .add  {text-align: start;}
.ci01 .img_box {display: flex; justify-content: space-between;}
.ci01 .img_box > div {width: 48%;}
.ci01 .img_box > div img {width: 100%; height: 100%; object-fit: cover; transition: 0.4s; box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;}
.ci01 .img_box > div img:hover {border-radius: 30px; scale: 0.95}
.ci01 .img_box > div.right {display: flex; flex-direction: column; justify-content: space-between;}
.ci01 .img_box > div.right img {height: 48%;}
#bo_gall .gall_li .gall_chk {display: none;}
#bo_gall #gall_ul {margin-top: 0 !important;}
#bo_gall .gall_li {width: calc(100%/3 - 20px);}
#bo_gall #gall_ul:after {display: none !important;}
#bo_gall .gall_img img, #bo_gall .gall_img a img {padding: 10px;}
.location01 .item01, .location01 .item02 {margin: 120px 0;}
.location01 .item02 {margin-bottom: 0;}
.location01 .item01 {display: flex; justify-content: space-between; }
.location01 > div strong {font-size: 64px; font-family:'myngjo';}
.location01 .item01 .text { width: 49%;display: flex; flex-direction: column; justify-content: space-between; row-gap: 20px;}
.location01 .item01 img {width: 47%; object-fit: cover;}
.location01 .item01 .text span {font-size: 24px; font-weight: 500; line-height: 1.6; word-break: keep-all;}
.location01 .item02 .color_box {display: flex; justify-content: space-between; flex-wrap: wrap; margin: 45px 0;}
.location01 .item02 .color_box > div {width: calc(100%/5 - 60px); padding: 10px; background-color :#fff; border: 1px solid #999;}
.location01 .item02 .color_box > div > .color01 { background-color: #F57B20; width: 100%; height: 20vh;}
.location01 .item02 .color_box > div > .color02 { background-color: #B3D660; width: 100%; height: 20vh;}
.location01 .item02 .color_box > div > .color03 { background-color: #1B8C43; width: 100%; height: 20vh;}
.location01 .item02 .color_box > div > .color04 { background-color: #AD65A8; width: 100%; height: 20vh;}
.location01 .item02 .color_box > div > .color05 { background-color: #231F20; width: 100%; height: 20vh;}
.location01 .item02 .color_box > div > p {font-size: 18px; font-weight: 600; margin: 20px 0;}
.location01 .item02 .color_box > div > span {font-size: 16px; line-height: 1.5; color: #999;}
.sub-breadcrumbs {background-color: #F9F4F0;}
.sub-breadcrumbs01 {display:none;}
@keyframes rotate{
    100% {
        transform: rotate(360deg);
    }
}
/* sub02 20250317 */
.sand01 ul {display: flex; align-items: center; justify-content: center; width: 100%; margin: 0 auto; column-gap: 25px; margin-bottom: 60px; margin-top: 25px;}
.sand01 ul li {width: 25%; text-align: center; font-size: 52px; font-family:'myngjo'; cursor: pointer; color: #B49984; word-break: keep-all; transition: 0.3s; display:none;}
.sand01 ul li:hover {color: #d7baa3;}
.sand01 ul li.on {color: #61452d;}
.sand01 .box.on {display: flex; flex-wrap: wrap; justify-content: space-between; row-gap: 60px; transition: 0.5s; position: relative; transform: translateY(0); z-index:1;}
.sand01 .box {position: absolute; transform: translateY(20%); z-index:-1;}
.sand01 .box .item {width: calc(100%/3 - 50px); display: flex; flex-direction: column; align-items: center; row-gap: 40px; padding: 20px; border: 3px solid #000; position: relative; transition: 0.4s;}
.sand01 .box .item:hover {transform: translateY(-5%);box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;}
.sand01 .box .item:after {content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 98%; height: 98%; border: 1px solid #000;}
.sand01 .box .item p {font-size: 32px; font-family: 'shilla'; margin: 20px 0; color: #664C35;}
.sand01 .box .item img {scale: 0.9; border-radius: 50%; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; transition: 0.5s;}
.sand01 .box .item:hover img {scale: 0.95;}

/* sub04 20250317 */
#container #content01 {padding: 40px 0;}
.success01 ul {display: flex; justify-content: space-between; margin: 100px 0; flex-wrap: wrap;}
.success01 ul li {width: calc(100% / 5 - 10px);display: flex; flex-direction: column; align-items: center; row-gap: 25px; border-right: 1px solid #f9f4f0;}
.success01 ul li:last-child {border-right: none;}
.success01 ul li p {text-align: center; font-size: 28px; font-weight: 500; line-height: 1.5}
.success01 ul li span {font-size: 18px; color: #aa9889; text-align: center;  line-height: 1.3; word-break: keep-all;}
.success02 .wrap {background-color: #F9F4F0; color: #000; border: 3px solid #000; position:relative; text-align: center;}
.success02 .wrap:after {content:''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 98%; height: 98%; border: 1px solid #000;}
.success02 .sub_title01, .success02 img  {padding: 120px 0;}
.success02 img {scale: 0.96;}
.success03 .step01 { background-color: #f5efea; padding: 80px 0;}
.success03 .step01 .wrap {display: flex; justify-content: space-between;}
.success03 .step01 .wrap:after {display: none;}
.success03 .step01 .wrap .item {position: relative; width: calc(100% / 4 - 45px); display: flex; flex-direction: column; align-items: center;}
.success03 .step01 .wrap .item:after {content: ''; position:absolute; top: 50%; right: -40px; width: 50px; height: 50px; background: url('../img/sub/sub04_02.png') center no-repeat; border-radius: 50%; background-size:cover;}
.success03 .step01 .wrap .item:last-child:after {display: none;}
.success03 .step01 .wrap .item strong {border: 5px double #fff; width: 80%; font-weight: 500; text-align: center; font-size: 20px; color: #fff; padding: 20px; display: inline-block; background-color:#61452d}
.success03 .step01 .wrap .item p {font-size: 28px; font-weight: 700; margin: 20px 0 25px 0; line-height: 1.4;}
.success03 .step01 .wrap .item span {font-size: 18px; line-height: 1.2; text-align: center; color: #61452d;}
.sug01 .img_box {display: flex; justify-content: space-between; margin: 100px 0; flex-wrap:wrap; align-items: center;}
.sug01 .img_box .box {width: calc(100% / 3 - 35px); }
.sug01 .img_box .box img {width: 100%; height: 100%; object-fit: cover;}
.sug01 .img_box .box p {font-size: 24px; font-weight: 600; text-align: center; padding: 20px 0;}

.table_wrap td {border: 1px solid #dfc5b0; padding: 26px 0; text-align: center; font-size: 20px; color: #333333}
.table_wrap {margin-top: 100px;}
.mob02 {display: none; text-align: end}
.table_wrap .wrap > P {margin: 10px 0; font-size: 16px; color: #999;}
.fund01 .item_box {padding: 60px 0; background-color: #e9e0d8;}
.fund01 .item_box .wrap{display: flex; justify-content: space-between; flex-wrap: wrap;}
.fund01 .item_box .item {width: calc(100%/ 3 - 10px); position: relative;}
.fund01 .item_box .item img {width: 100%; height: 100%; object-fit: cover;}
.fund01 .item_box p { text-align: center; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);font-family:'myngjo'; font-size: 25px; line-height: 1.4; width: 100%;}
.startup01 .text_box {width: 60%; margin: 0 auto; display: flex; flex-direction: column; row-gap: 25px; border: 3px solid #000; padding: 40px; background-color: #F9F4F0; position: relative;  z-index:1}
.startup01 .text_box:after{content: ''; position: absolute; top: 50%; left:50%; width: 98%; height:97%; border: 1px solid #000; transform: translate(-50%, -50%);}
/* .startup01 .text_box :before{content: ''; position: absolute; top: -35%; left: -50%; width: 98%; height:97%; background: url('../img/sub/sub04_07.png') center no-repeat; z-index: -1} */
.startup01 .text_box .text {display: flex; column-gap: 35px; align-items: center;}
.startup01 .text_box .text p {font-size: 28px; font-weight: 600; word-break: keep-all; line-height: 1.4}
.startup01 p.add {position: relative; z-index: 1;}
.startup01 .figure01 {position: absolute; top: 15%; left:0;}
.startup01 .figure02 {position: relative; background-color: #60452c; height: 25vh; top: -100px; z-index:0;}
.startup01 .figure02 img {position:absolute; bottom: 0; right: -15%;}

/* sub06 20250318 */
.sub_deco {width: 50%; margin: 0 auto;}
.company01 .main_img {margin: 100px 0; position: relative;}
.company01 .main_img .big_img {height: 100%; object-fit:cover;}
.company01 .main_img img.img_deco {position: absolute; top: 10%; right: 10%; width: 5%;}
.company01 .text_box .wrap{width: 100%; display: flex; justify-content: space-between; flex-direction: column; row-gap: 35px; position: relative; z-index:1}
.company01 .text_box .wrap:after {content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url('../img/sub/sub06_01.png') center no-repeat; opacity: 0.1; z-index:-1;}
.company01 .text_box .wrap p {word-break: keep-all; text-align: center; font-size: 18px; font-weight: 600; line-height: 1.9;}
.road01 .his {display: flex; flex-direction: column; align-items: center; position: relative; margin-top: 100px;}
.road01 .his:after {content:''; position: absolute; width: 50px; height: 50px; top:0; left: 50%;  transform: translateX(-50%); background: url('../img/sub/sub06_04.png') center no-repeat; }
.road01 .his:before {content: ''; position: absolute; width: 1px; height: 94%; background: #B7A067; top: 50%; left: 50%; transform: translateY(-50%);}
.road01 .his > div {width: 100%; margin: 90px 0; display: flex; flex-direction: column; position: relative;}
.road01 .his > div ol {width: 40%;}
.road01 .his > div ol strong.red {font-size: 52px; color: #8e1616; display: inline-block; font-family:'myngjo'; margin: 10px 0;}
.road01 .his > div ol ul >  p {font-size: 20px; font-weight: 600; margin-bottom: 15px;}
.road01 .his > div ol ul {margin:20px 0;}
.road01 .his > div ol li {width: 100%; margin: 10px 0;  display: flex; column-gap: 10px; align-items: center}
.road01 .his > div ol li p {width: 80%; line-height: 1.5; font-weight:500; font-size: 17px; word-break: keep-all;}
.road01 .his > div ol li span {width: 15%; min-width: 60px; color: #8e1616;}
.road01 .his > div.right {align-items: flex-end;}
.road01 .his > div:first-child:after {content:''; position: absolute; width: 50%; height: 100%; top:0; left: 0; background: url('../img/sub/sub06_06.png') center no-repeat; opacity: 0.7; z-index: -1;}
.road01 .his > div:last-child:after {content:''; position: absolute; width: 50%; height: 100%; top: -90%; right: 0; background: url('../img/sub/sub06_05.png') center no-repeat; opacity: 0.7; z-index: -1;}
.road01 .his > div.left ol li {justify-content: flex-end;}
.road01 .his > div.left li .sub_mob {display: none}
.road01 .his > div.left {align-items: start;}
.road01 .his > div.left li {margin-left: auto;}
.road01 .his > div.left ol {text-align: end;}
#container #content.road01, #container #content.road {background: url('../img/sub/sub06_02bg.png') center; }
.brand01 .partner_wrap {display: flex; flex-wrap: wrap; row-gap: 25px; justify-content: space-between; margin: 100px 0; position: relative; z-index:1}
.brand01 .partner_wrap:before {content: ''; position: absolute; bottom: -100%; left: 50%; transform: translateX(-50%); width: 100%; background: url('../img/main/logo.png') center no-repeat;  height: 100%; opacity:0.2; z-index: 0;}
.brand01 .partner_wrap > div {width: calc(100%/ 4 - 20px); background-color: #fff; border-radius: 20px; padding: 30px 20px; box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;}
.brand01 .partner_wrap > div img {width: 100%; height: 100%; object-fit: contain;}
.root_daum_roughmap .cont .section.lst, .root_daum_roughmap .wrap_controllers {display:none;}
.kakaomap {margin: 100px 0;}
.wrap_map {border: 2px solid #765d47;}
.kakaomap > .text {margin: 40px 0; display: flex; flex-direction: column; row-gap: 25px;}
.kakaomap > .text p {display: flex; align-items: center; column-gap: 14px;}
.kakaomap > .text p b {min-width: 64px;font-size: 24px; font-weight: 700;  font-family:'myngjo'; }
.kakaomap > .text p span {font-size: 18px; font-weight: 500; color: #999; line-height: 1.4;}
.tab_container {margin-top:120px;}
#content {padding: 50px 0 120px;overflow:hidden;}
#content.pro {padding-bottom:0;}

.blue {color:#2384c6; vertical-align:baseline;}

.sub_title{font-size:56px; color:#010101; font-weight:800; margin-bottom:70px; padding-left:30px; position:relative; word-break:keep-all; display:inline-block; text-align:left;}
.sub_title::before{display: block; content:""; background: url(../img/sub/title_bg.png) no-repeat; background-size:cover; width: 15px; height: 26px;position: absolute;left: 0;top: 17px;}


/* ------------ 회사소개 ------------ */

/* 인사말 */
.intro_box {display:flex;}
.intro_box .txt {width:60%; margin-right:5%;}
.intro_box .txt h2 {font-size:42px; font-weight:bold; line-height:1.4; word-break:keep-all; margin-bottom:40px;}
.intro_box .txt p {font-size:18px; line-height:1.6; word-break:keep-all; color:#555;}
.intro_box .pic {width:35%;}
.intro_box .pic img {border-radius:150px 0 150px 0;}


/* 연혁 */

[id^="section"].history {z-index: 0;}
.history .step:not(.on) header h3:after,.history .step:not(.on) header h3:before {width: 0;}
.history .step header h3 {position: relative;left: 0;top: 0;display: inline-block;}
.history .step header h3 span {position: relative;z-index: 2;}
.history .step header h3:after, .history .step header h3:before {content: "";display: block;width: 100%;height: 50%;background-color: var(--brand-color-ex);position: absolute;left: 0;top: 50%;transition: all 0.45s;}
.history .step header h3:before {width: calc(100% - 2px);height: calc(50% - 2px);margin: 1px;}
.history .step header h3:after {background-color: rgba(234, 204, 26, 0.8);}
.history .step:not(.on) header h3:before, .history .step.off header h3:before, .history .step.on header h3:after {transition-delay: 0.05s;}
.history .step:not(.on) header h3:after, .history .step.off header h3:after, .history .step:not(.on) header h3:before, .history .step.off header h3:before {left: auto;right: 0;}
.history > article {position: relative;left: 0;top: 0;}
.history > article > div {position: fixed;left: 50%;top: 50%;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}
.history > article:not(.on) > div figure {visibility: hidden;}
.history > article.on > div figure {}
.history figure > div > span {width: 100%;}
.history figure > div > span > span {padding-bottom: 64.7%;background-size: cover;background-position: center center;}

@media all and (max-width: 1300px) {
.section02 .wrap:after {width: 500px; height: 500px; left: -20.5%;}
.section03 .wrap:after {width: 500px; height: 500px; right: -28%; top: -20%;}
.section04 .wrap .swiper_wrap {height: 65vh;}
.section04 .wrap .swiper {height: 100%;}
.section04 .wrap .swiper img {width:100%; height:100%; object-fit:cover;}
.section06 {height: 95vh;}
.section02 .wrap .center:before {left: 64%;}
.section02 .wrap .right {width: 200px; height: 200px; top: 25%; right: 5%;}
}
@media all and (max-width: 1280px) {
.flow_bar {top: unset; bottom: 0; right: 0; width: 100%; flex-direction: unset;}
.flow_bar a {width: calc(100%/4); padding: 12px 5px; border-radius:0; display: flex; align-items: center; justify-content: center; word-break: keep-all; text-align: center;}
.success003 .item_wrap .item {width: calc(100%/2);}
.success003 .item_wrap .item.cir01 {width: 100%;}
.success001 .box {flex-direction: column; row-gap: 60px;}
.success001 .box .left h2 {writing-mode: unset; text-align: center; word-break: keep-all;}
.success001 .box .left h2 br {display: none;}
.success003 .item_wrap .item.rec > strong {bottom: 20%;}
}
@media all and (max-width: 1200px) {
.success03 .step01 .wrap {flex-wrap: wrap; row-gap: 35px;}
.success02 img {scale: 0.9}
.success03 .step01 .wrap .item:after, .success01 ul li span br {display: none;}
.success03 .step01 .wrap .item {width: calc(100% / 2 - 20px);}
.intro .text_box > p {font-size: 45px; margin: 20px 0;}
.intro .text_box p.add {font-size: 20px;}
}
@media all and (max-width: 1100px) {
.section03 {padding-bottom: 60px;}
.section07 {padding: 60px 0;}
#main .main_visual {height: 100vh;}
#main .main_visual .text_box {left: 5%;}
.section01 .wrap h2 {font-size: 42px;}
.section01 .wrap .box_wrap .box strong {font-size: 26px;}
.section02 .wrap:after {width: 430px; height: 430px;}
section .wrap .text_top p {font-size: 56px !important;}
section .wrap .text_top p span, .section02 .wrap .right p {font-size: 20px !important;}
.section01 .wrap > p, .section01 .wrap .box_wrap .box p, .section02 .wrap .right span, .section07 .wrap .item_box .left span {font-size: 16px;}
.section02 .wrap .right strong {font-size: 40px;}
.section02 .wrap .right {width: 160px; height: 160px; top: 20%; right: 8%; }
.section02 .wrap .left p {width: 100%; font-size: 16px;}
.section02 .wrap .left span, .section07 .wrap .item_box .left p {font-size: 22px;}
.section02 .wrap .left strong {font-size: 50px;}
.section02 .wrap .left strong:before {width: 75%;}
.section02 .wrap .img_box > div .text {padding: 30px;}
.section02 .wrap .img_box > div .text strong {font-size: 28px;}
.section02 .wrap .img_box > div .text p {font-size: 16px;}
.section04 .wrap .food_btn {width: 65%;}
.section06 {height: 75vh;}
.section07 .wrap .item_box .left strong {font-size: 45px;}
.button12-next, .button12-prev, .section04 .wrap .swiper_btn .slide_next, .section04 .wrap .swiper_btn .slide_prev {width: 70px; height: 70px;}
}
@media all and (max-width: 1024px) {
.startup01 .text_box {width: 80%;}
.startup01 .text_box .text p {font-size: 22px;}
.fund01 .item_box p {font-size: 22px;}
#bo_list {padding: 60px 2% !important;}
.location01 .item02 .color_box > div {width: calc(100% / 5 - 20px);}
.location01 > div strong {font-size: 54px;}
.location01 .item01 .text span {font-size: 20px;}
.location01 .item01 .text span br {display: none;}
.history01 .text_box:before {bottom: -50%;}
.tabs02.mobile {display: flex; flex-wrap: wrap; row-gap: 10px;}
.intro01:before {scale: 0.7; left: -15%;}
.intro01:after {bottom: 20%;}
}
@media all and (max-width: 960px) {
.success003 .item_wrap .item.cir01 {column-gap: 60px;}
.success001 .box .left h2 {font-size: 65px; letter-spacing: 0;}
.success001 .box {padding: 100px 0 200px 0}
.success004:before, .success004:after {scale: 0.8}
.success003 .item_wrap .item.rec > strong {bottom: 30%;}
.success003 .item_wrap .item.cir {margin-left: 60px;}
.success002 .review02 > .txt_box, .success002 .review02 > .txt_box01 {padding: 180px 40px}
.success002 .review01 .txt_box p {width: 165px; font-size: 20px;}
.success002 .review01 .txt_box p:first-child {left: 10%;}
.success002 .review01 .txt_box p:last-child {right: 10%;}
.success003 .item_wrap .item > strong {font-size: 65px}
.success003 .item_wrap .item.cir01 {margin: 120px  60px}
.success002 .review02 > div p:first-child, .success002 .review02 .txt_box01 p {width: 50%;}
.agency_in {flex-direction: column;}
.agency_search {width: 90%; padding: 20px 0 !important;}
.agency_map {margin-right: 0 !important;}
.company01 .main_img {margin: 60px 0; height: 40vh;}
.company01 .main_img img.img_deco {width: 6%;}
.sand01 ul li {font-size: 45px;}
#content {padding: 50px 0 90px;}
.history01 .text_box p {padding: 35px 20px; font-size: 35px;}
.history01 .add, .add {font-size: 20px; margin: 40px 0;}
.visual01 .sub01_gif {width: 60%; bottom: 40%;}
.visual01 .sub_title01 p, .sub_title01 p {font-size: 22px;}
.visual01 .sub_title01 strong, .sub_title01 strong {font-size: 50px !important;}
.visual01 .sub01_bg {object-fit: cover;}
.tabs02 {margin-top: 40px;}
.m_tnb a {width: 240px;}
.section07 .wrap .item_box .right {width: 40%;}
.section03 .wrap:after, .section02 .wrap:after {scale: 0.7;}
.section01 .wrap .box_wrap {column-gap: 20px;}
#main .main_visual .text_box strong {font-size: 55px;}
.section02 .wrap .center:before {left: 67%;}
.section01 .wrap h2 {font-size: 35px;}
.section01 .wrap .box_wrap .box strong {font-size: 22px;}
section .wrap .text_top p {font-size: 42px !important;}
section .wrap .text_top p span, .section02 .wrap .right p {font-size:18px !important;}
.section02 .wrap .right strong {font-size: 30px;}
.section07 .wrap .item_box {flex-direction: column; row-gap: 20px;}
.section07 .wrap .item_box .left {width: 100%;}
.section07 .wrap .item_box .left strong br {display: none;}
#footer .top {flex-direction: column-reverse;}
.section07 .wrap .item_box .left .deco:before {width: 65%; right:0;}
}
@media all and (max-width: 890px) {
.success003 .item_wrap .item > strong {font-size: 55px;}
.success003 .item_wrap .item.rec > strong {top: 0;}
.success003 .item_wrap .item.sq01 > strong {top: -10%;}
.success003 .item_wrap .item.cir01 {margin: 120px 0;}
}
@media all and (max-width: 850px) {
.brand01 .partner_wrap > div {width: calc(100% / 3 - 20px);}
.fund01 .item_box .wrap {flex-wrap: wrap; justify-content: center; row-gap: 40px;}
.fund01 .item_box .item {width: 60%;}
.success01 ul {justify-content: center; row-gap: 50px; margin: 60px 0;}
.success01 ul li {width: calc(100% / 3); border:none; border-radius: 25px; padding: 20px;}
.success01 ul li span {width: 80%;}
}
@media all and (max-width: 800px) {
.visual01 .sub_title01 {top: 45%;}
.intro .text_box > p {font-size: 35px;}
.intro01:before {scale: 0.5; left: -22%;}
.intro01:after {scale: 0.6;}
.intro .sec01 img {width: 42%;}
.intro .text_box span {font-size: 22px;}
.intro .text_box p.add {font-size: 16px;}
.section01 .wrap > p {width: 80%; word-break: keep-all;}
.section01 .wrap > p br{display: none;}
.section02 .wrap:after {left: -30.5%;}
.section02 .wrap .center:before {scale: 0.9; top: 37%; left: 66%;}
.section02 .wrap .img_box > div .text {padding: 15px;}
.section02 .wrap .img_box > div .text strong {word-break: keep-all; }
.section02 .wrap .img_box > div .text p br {display: none;}
.section03 .wrap:after {right: -45%;}
.section04 .wrap .food_btn {width: 85%;}
.section04 .wrap:before {scale: 0.6; top: 10%; right: -45%;}
.section04 .wrap .text_top:before {scale: 0.8;}
.follow > .wrap div {display: flex; align-items: center; flex-wrap: wrap; row-gap: 20px; justify-content: center;}
.follow > .wrap #name, .follow > .wrap #tel, .follow > .wrap #text {width: calc(100%/3 - 20px);}
.follow .wrap {padding: 10px 0;}
.section04 .wrap .food_btn li {padding: 14px; font-size: 16px;}
}
@media all and (max-width: 760px) {
.brand01 .partner_wrap:before {bottom: 0; z-index: -1;}
.road01 .his > div ol strong.red {font-size: 46px;}
.visual01 .sub_title01 {width: 100%;}
.section02 .wrap .center:before {left: 69%;}
.section01 .wrap h2 {width: 80%; text-align: center; word-break: keep-all;}
}
@media all and (max-width: 715px) {
.sub_deco {width: 85%;}
.tabs02.mobile { justify-content: flex-start; gap: 20px;}
.sand01 ul {flex-wrap: wrap; row-gap: 35px; margin-bottom: 45px;}
.sand01 ul li {width: 47%; font-size: 34px;}
.sand01 .box .item {width: calc(100% / 2 - 30px);}
.location01 .item02 .color_box > div {width: calc(100% / 3 - 20px); margin: 0;}
.location01 .item02 .color_box {justify-content: center; gap: 15px; margin: 40px 0;}
.tabs02 li {width: calc(100%/3 - 14px); margin: 0;}
.tabs02 li a {display: flex; justify-content: center; align-items: center;}
.section02 .wrap .img_box > div .text strong {font-size: 20px;}
.section02 .wrap:after {left: -40.5%;}
.section03 .wrap:after {right: -55%;}
.section07 .wrap .item_box .left strong {font-size: 28px; margin: 20px 0;}
 .section02 .wrap .left span, .section07 .wrap .item_box .left p, .section01 .wrap .box_wrap .box strong {font-size: 18px;}
 .section01 .wrap .box_wrap .box p br {display: none; }
 #main .main_visual .text_box strong {font-size: 45px;}
 .section04 .wrap .swiper_wrap {height: 45vh;}
 .section04 .wrap .swiper_wrap:before, .section07 .wrap:before {display: none;}
}
@media all and (max-width: 700px) {
.success001 .box .left h2 {font-size: 47px;}
.success001 .box .right .txt_box .txt strong {font-size: 24px;}
.success001 .box .right {column-gap: 40px;}
.success001 .box .right .txt_box:before {left: 0;}
.success002 .review01 .txt_box p:first-child{left: 0;}
.success002 .review01 .txt_box p:last-child {right: 0;}
.success002 .review01 .txt_box p {width: 130px; font-size: 18px;}
.success002 .review02 > div p:first-child {font-size: 25px;}
.success003 .item_wrap .item.sq strong {left: 0;     top: -10%;}
.success003 .item_wrap .item.rec > strong {top: -10%; bottom: 0;}
.success002 .review02 > .txt_box, .success002 .review02 > .txt_box01 {padding: 90px 40px;}
.success003 .item_wrap {flex-direction: column; row-gap: 45px;}
.success003 .item_wrap .item {width: 100% !important; display: flex; align-items: center; justify-content: space-between;}
.success003 .item_wrap .item.swip {flex-direction: row-reverse;}
.success003 .item_wrap .item.sq01 {margin-top: 0;}
.success003 .item_wrap .item img {width: 45% !important;}
.success003 .item_wrap .item.cir {margin: 0;}
.success004 .table_wrap, .success004 p.alert01 {width: 100%;}
}
@media all and (max-width: 640px) {
.success002 .review02 > .txt_box {position: relative; z-index:1}
.success002 .review02 > .txt_box:before {content: ''; position: absolute; top:0; left: 0; width: 100%; height: 100%; background:linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)); z-index: -1}
.road01 .his > div ol li p {width: 70%;}
.road01 .his > div ol li span {color: #999; width: auto;}
.road01 .his > div ol li {width: 100%;}
.brand01 .partner_wrap > div {width: calc(100% / 2 - 10px);}
.road01 .his > div,.brand01 .partner_wrap  {margin: 60px 0;}
.road01 .his > div ol {background-color: #60452c; border-radius: 20px; padding: 24px; color: #fff;}
.road01 .his > div.left li {justify-content: start !important; margin-left: 0;}
.road01 .his > div.left li .sub_mob {display: block}
.road01 .his > div.left li .sub_pc {display: none}
.road01 .his > div.left ol {text-align: start;}
.road01 .his > div ol strong.red {color: #fff;}
.road01 .his > div:last-child:after {display:none;}
.company01 .text_box .wrap {width: 90%;}
.company01 .text_box .wrap p {text-align: start; font-size: 16px;}
.company01 .main_img img.img_deco {width: 11%;}
.startup01 .text_box, .road01 .his > div ol {width: 100%;}
.expense01 .table_wrap{overflow-x: scroll; margin: 0;}
.expense01 .mob02 {display: block; margin: 60px 0 10px 0 !important;}
.expense01 table {min-width: 640px;}
#bo_list {padding: 40px 2% !important;}
.intro .text_box p.add {text-align: center;}
.success03 .step01 {padding: 40px 0;}
.sug01 .img_box .box {width: 100%;}
.sug01 .img_box {flex-direction: column; row-gap: 25px;  margin: 60px 0;}
.success02 img {padding-top:0;}
.success01 ul {margin-bottom: 0; justify-content: space-between;}
.success01 ul li {width: calc(100% / 2 - 20px); border: 2px solid #f9f4f0;}
.success01 ul li:last-child {border-right: 2px solid #f9f4f0}
.success02 .sub_title01 {padding: 80px 0;}
.location01 > div strong {font-size: 48px;}
.success01 ul li p {font-size: 24px;}
.success03 .step01 .wrap .item p {font-size: 24px; margin: 20px 0 15px 0;}
.success03 .step01 .wrap .item span {font-size: 16px;}
.location01 .item01 {flex-direction: column; row-gap: 25px;}
.location01 .item01 .text, .location01 .item01 img {width: 100%;}
#bo_gall .gall_li {width: calc(100% / 2 - 20px);}
#container #content.history01 {padding:0;}
.history01 .img_box {margin-top: 60px;}
.history01 .text_box {flex-direction: column; row-gap: 20px;}
.history01 .text_box:before {display: none;}
.history01 .text_box p {width: 100%;}
.intro01 .wrap > div img {width: 55%;}
#content {padding:0;}
#content.intro {padding: 60px 0;}
.intro .sec01 {flex-direction: column-reverse;}
.section02 .wrap:after {left: -50%;}
.intro01 .wrap > div {row-gap: 30px;}
.intro01 .wrap > div .text_box {width: 100%; margin-top: 0;}
.intro01 .wrap > div.left {flex-direction: column-reverse;}
.intro01 .wrap > div.right {flex-direction: column;}
.intro .text_box {width: 100%; text-align: center; margin-top: 50px;}
.section02 .wrap .center:before {left: 74%;}
.section02 .wrap .left {bottom: 3%; left: 6%; scale: 0.9;}
.section03 .wrap:after {right: -57%;
        scale: 0.5;
        top: -36%;}
section .wrap {margin: 60px auto !important;}
.success001 .wrap, .success002 .wrap , .success003 .wrap , .success004 .wrap {margin: 0 auto !important;}
/* section .wrap01 {padding: 60px 0 !important; margin: 0 auto !important;} */
#container #content01.success {padding: 5px 0;}
section.intro .wrap {margin: 0 auto !important;;}
.section02 .wrap, .section03 .wrap {padding-top: 80px;}
.section01:before {scale: 0.6; right: -40%;}
.section01:after {scale: 0.6; left: -50%;}
.section04 .wrap {margin-top: 15vh;}
.section07 .wrap:after {scale:0.6; right: -30%;}
.section05 .swiper12 .swiper-slide p {font-size: 16px;}
.section04 .wrap .text_top:before {scale:0.6; left: -60%;}
section .wrap .text_top p {font-size: 38px !important;}
section .wrap .text_top p span, .section02 .wrap .right p {font-size: 16px !important;}
.flow_banner {height: 15vh}
.success002 .flow_banner {height: 25vh; top: 420px;}
.success003 .item_wrap .item.cir {column-gap: 35px;}
.success001 .box .right .txt_box .txt p {width: 100%;}
.success001 .box {padding: 40px 0 180px 0;}
.success002 {padding: 60px 0 120px 0 !important;}
.success002 .review02 > div p:first-child, .success002 .review02 .txt_box01 p {width: 100%;}
.success002 .review02 .txt_box01 p {text-align: end}
}
@media all and (max-width: 590px) {
.agency_map {width: 100% !important; height: auto !important; background: unset !important; border:unset !important;}
.agency_map  #bo_cate_ul {text-align: center;}
.agency_map #bo_cate li {position: unset !important;}
.intro01:before {scale:0.5; left: -60%;}
#main .main_visual {background:url('../img/main/mmain_visual.jpg') center no-repeat;}
#main .main_visual .text_box p {font-size: 20px; margin-bottom: 10px;}
#main .main_visual .text_box strong {font-size: 35px;}
.section01 .wrap > p, .section01 .wrap .box_wrap .box p, .section02 .wrap .right span, .section07 .wrap .item_box .left span {font-size: 15px;}
.section02 .wrap .center {background:url('../img/main/msec02_circle.png') center no-repeat;}
.section02 .wrap .center:before {background:url('../img/main/msec02_circle01.png') center no-repeat; left: 47%;
        top: 45%;
        scale: 0.9;
		background-size: contain;}
.section02 .wrap .center {height: 60vh; background-size: contain;}
.section02 .wrap .right {scale: 0.8; top: 12%; right: 0%;}
.section02 .wrap .img_box {flex-direction: column; position: relative; z-index: -1;}
.section02 .wrap .img_box > div {width: 100%; border-right:0;}
.section02 .wrap .img_box > div img {width: 100%;}
.section02 .wrap .img_box > div .text p {margin-top: 10px;}
.section02 .wrap:before, .section03 .wrap:before {width: 97%;}
.section03 .wrap:before {height: 97%;}
.section01 .wrap .box_wrap {flex-direction: column; row-gap: 45px;}
.section01 .wrap h2, .section01 .wrap > p {width: 95%;}
.section01 .wrap .box_wrap .box figure {width: 55%; margin: 0 auto;}
.section01:after {bottom: 0;}
.section02 .wrap:after,.section03 .wrap:after {scale: 0.5;}
.section02 .wrap .left strong {font-size: 40px; margin: 15px 0 10px 0;}
.section02 .wrap .center > p {font-size: 35px; }
.section02 .wrap .left strong:before {width: 65%;}
.section06 .wrap .text_top > span {display: inline-block; width: 80%; word-break: keep-all; font-size: 16px;}
.section06 .wrap .text_top > span br {display: none;}
section .wrap .text_top p {row-gap: 10px !important;}
footer {padding: 30px 0 !important;}
#footer {margin: 0 auto;}
#footer ul {column-gap: 18px;}
#footer p {margin-top: 15px;}
.section04 .wrap .food_btn {width: 100%;}
.section04 .wrap .text_top:before {top: -50%;}
.section04 .wrap:before {top: 15%; right: -55%;}
.button12-next, .button12-prev, .section04 .wrap .swiper_btn .slide_next, .section04 .wrap .swiper_btn .slide_prev {width: 50px; height: 50px;}
}
@media all and (max-width: 570px) {
.success004:before, .success004:after {scale: 0.5;}
.success004:after {bottom: -40%; right: -50%;}
.success004:before {bottom: -10%; left: -30%;}
.success003 .item_wrap .item .txt_box p.tit, .success002 .review02 > div p:first-child {font-size: 20px;}
.success003 .item_wrap .item .txt_box p:last-child, .success002 .review02 > div p:last-child, .table_wrap td {font-size: 16px;}
.success003 .sub_title01 p {font-size: 18px;}
.success003 .item_wrap .item > strong {font-size: 45px}
.success003 .item_wrap .item.sq strong {top:0;}
.success003 .item_wrap .item.sq .txt_box {margin-left: 20px;}
}
@media all and (max-width: 520px) {
.fund01 .item_box {padding: 5px;}
.fund01 .item_box .item {width: 80%;}
.expense01 td {font-size: 18px; padding: 15px 0;}
.success03 .step01 .wrap .item {width: 100%;}
.location01 .item01, .location01 .item02 {margin: 60px 0;}
.location01 > div strong {font-size: 32px;}
.location01 .item01 .text span {font-size: 16px;}
.location01 .item02 .color_box > div {width: calc(100% / 2 - 10px);}
.location01 .item02 .color_box {justify-content: unset;}
.history01 .add br, .add br {display: none;}
.history01 .text_box p {padding: 20px; font-size: 28px;}
.visual01 .sub01_gif  {width: 80%;}
.section02 .wrap:after {left: -60%;}
.section03 .wrap:after {right: -75%;}
.section02:after {height: 120px; background-size: cover; top: -50px;}
section .wrap .text_top p {font-size: 30px !important;}
.section04 .wrap .swiper_wrap {height: 30vh;}
.section06 {height: 50vh;}
.section07 .wrap .item_box .left .deco {font-size: 16px;}
.follow p {font-size: 25px;}
.follow button {font-size: 15px;}
}
@media all and (max-width: 470px) {
.road01 .his > div ol strong.red {font-size: 32px;}
.road01 .his > div ol li p {font-size: 15px;}
.startup01 .text_box{row-gap: 15px; padding: 25px;}
.startup01 .text_box .text {column-gap:15px;}
.startup01 .text_box .text p, .road01 .his > div ol ul > p {font-size: 17px;}
.startup01 .text_box .text img {scale: 0.8;}
.sand01 ul {column-gap: 0; /* justify-content: space-between; */}
.sand01 ul li, .sand01 .box .item {width: calc(100% / 2 - 10px);}
.sand01 .box.on {row-gap: 30px;}
#hd_wrapper {height: 90px;}
#main {margin-top: 90px;}
.m_tnb a {width:190px;}
.section02 .wrap:after, .section03 .wrap:after {display:none;}
.section02 .wrap .center {height: 45vh;}
.section02 .wrap .right {position: relative; width: 95%; background-color: #765d47 !important; background: none; color: #fff;
border-radius: 20px; height: auto; padding: 12px; scale:1; top:0; left: 0; margin: 10px 0 60px 0;}
.section02 .wrap .left {bottom: -5%;}
.section02 .wrap .left strong {background-color:#785f4a;         width: 70%;
        text-align: center;}
.section02 .wrap .left strong:before, .section04 .wrap .text_top:before {display: none;}
.section04 .wrap .food_btn li {width: calc(100% / 3 - 12px);}
.section04 .wrap .food_btn {margin-top: 25px;}
.follow .wrap {width: 100%;}
.section07 .wrap .item_box .right {width: 60%;}
.section02 .wrap .left, .section07 .wrap .item_box .left span br, .section02 .wrap .left p br {display: none;}
div.mob {display: block !important; position: relative !important; scale:1 !important; width: 95% !important; left:0 !important;}
.section02 .wrap .center:before {left: 53%; top: 52%; scale: 1;}
.section02 .wrap:before, .section03 .wrap:before {width: 95.8%;}
}
@media all and (max-width: 450px) {
.success003 .item_wrap .item.sq01 > strong, .success003 .item_wrap .item.rec > strong {top: 0;}
.success001 .box .right {flex-direction: column; row-gap: 40px;}
.success001 .box .right .txt_box:before {top: 43.5%;}
.success002 .review02 > .txt_box, .success002 .review02 > .txt_box01 {padding: 40px 20px;}
.success003 .item_wrap .item, .success003 .item_wrap .item.swip {flex-direction: column;}
.success003 .item_wrap .item .txt_box {width: 100%;}
.success003 .item_wrap .item.sq01 .txt_box {position: relative; top: 0 ; left: 0;}
.success003 .item_wrap .item img {width: 70% !important;}
.success003 .sub_title01 {margin-bottom: 60px;}
.success003 .item_wrap{margin-top: 45px;}
}
@media all and (max-width: 400px) {
.success002 .review02 > div p:last-child {word-break: keep-all;}
.success002 .review02 > div p:last-child br {display: none; }
.success001 .box .left p {font-size: 20px;}
.success001 .box .right .txt_box .txt strong {font-size: 20px;}
.success001 .box .right .txt_box:before {top: 47.5%}
.success001 .box .right .txt_box .txt p {font-size: 16px;}
.success002 .flow_banner {top: 350px; height: 20vh;}
.success002 .sub_title01 strong img {scale: 0.8; margin-bottom: 15px;}
.success002 .review01 .txt_box p {font-size: 16px; width: 100px;}
.success002 .review01 img{width: 80%;}
.brand01 .partner_wrap > div {width: 100%;}
.fund01 .item_box .item {width: 100%;}
.tabs02 li a {padding: 10px 0;}
#container #content01 {padding: 10px 0;}
.success02 .sub_title01 {padding: 60px 10px;}
.success02 img {padding-bottom: 50px;}
.success01 ul {row-gap: 30px;}
.success01 ul li span {font-size: 16px;}
.success01 ul li {width: 100%;}
.success01 ul li p br {display: none;}
.sand01 ul li {font-size: 28px;}
.sand01 .box .item p {font-size: 20px;}
.sand01 .box .item {row-gap: 20px;}
#bo_gall .gall_li {width: calc(100% / 2 - 7px);}
.history01 .text_box p {font-size: 22px;}
.history01 .add, .add {font-size: 16px;}
.intro .text_box span {font-size: 18px;}
.intro .text_box > p {font-size: 28px; margin: 15px 0 20px 0;}
.intro .text_box p.add {font-size: 15px;}
.intro .text_box p.add br {display: none;}
.visual01 .sub_title01, .sub_title01 {row-gap: 15px;}
.visual01 .sub_title01 p, .sub_title01 p {font-size: 20px;}
.visual01 .sub_title01 strong, .sub_title01 strong {font-size: 38px !important;}
.tabs02 li {width: calc(100% / 2 - 10px);}
.section01:before {right: -74%;}
.intro01:after {scale: 0.5; right: -25%;}
.follow {position: relative;}
.section01 .wrap h2 {font-size: 24px; width: 100%; margin-bottom: 15px;}
section .wrap .text_top p, .section02 .wrap .center > p {font-size: 25px !important;}
.section02 .wrap .center span {font-size: 17px;}
section .wrap .text_top p span, .section02 .wrap .img_box > div .text p{font-size: 15px;}
.section01 .wrap > p {line-height: 1.8;}
.section02 .wrap .center {height: 35vh;}
.section07 .wrap .item_box .left strong {width: 80%;}
.section02 .wrap .left strong {font-size: 35px;}
.button12-next, .button12-prev, .section04 .wrap .swiper_btn .slide_next, .section04 .wrap .swiper_btn .slide_prev {width: 40px; height: 40px;
}
/* .section04 .wrap .food_btn li.on {pointer-events: unset;} */
.section04 .wrap .food_btn li:hover {background-color: #61452d;}
}

@media screen and (orientation: portrait) and (max-width: 1000px) {
  .history figure > div > span > span {
    padding-bottom: 80vmin;
  }
}
.history figcaption div {  margin-top: 30px;  display: flex;  align-items: flex-start;}
@media screen and (min-width: 1681px) {
  .history figcaption > div {
    width: 70vw;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1680px) {
  .history figcaption > div {
    width: 85vw;
  }
}
.history figcaption {  margin-top: var(--visual-font);  position: relative;  z-index: 3;}
/* .history {padding-bottom: 30vh;} */
.history figcaption > div {  margin: auto;  padding: 0 30px;}
@media screen and (max-width: 1000px) {
  .history figcaption > div {
    max-width: 650px;
  }
}

.history .step figcaption h3, .history .step figcaption h3 span {position: relative;left: 0;top: 0;z-index: 2;display: inline-block;}
.history .step figcaption h3:before {content: "";position: absolute;left: 0;bottom: 0%;z-index: 0;display: block;width: 100%;height: 0.7em;background-color: rgba(35, 132, 198, 0.5);transition: all 0.3s;}
.history .step:not(.on) figcaption h3:before {width: 0;}
.history .step:not(.on) figcaption h3:before,
.history .step.off figcaption h3:before {left: auto;right: 0;}

@media screen and (min-width: 1001px) {
  .history figcaption > div {
    min-width: 1000px;
  }
  .history figcaption > div > :first-of-type {
    display: block;
    width: 50%;
    flex: none;
  }
  .history figcaption > div > :nth-of-type(2) {
    margin: 100px 0 0 30px;
  }
  .history figcaption > div:after {
    clear: both;
    display: block;
    content: "";
  }
}
@media screen and (max-width: 1000px) {
  .history figcaption > div {
    display: block;
  }
}
.history figcaption div + div {margin-top: 20px;}
.history figcaption div time {flex: none;min-width: 7em;color: #999;font-size: 16px;/*font-weight: 300;*/}
.history figcaption > p {font-weight: 300;}
.history figcaption div p {min-width:600px; font-size:16px;}
.history figcaption div p span {line-height: inherit;}
.clients header p {font-weight: 300;}

[class^="section"]:not(.history):not(.fillTheFeel),
[id^="section"]:not(.history):not(.fillTheFeel),
.history > article > div {
/*   padding: 0 20px; */
  margin: 0 auto;
}

.history header {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (min-width: 1681px) {
  [class^="section"]:not(.history):not(.fillTheFeel),
  [id^="section"]:not(.history):not(.fillTheFeel),
  .history > article > div,
  .history header,
  .contact nav {
/*     width: 70vw; */
  }
}
@media screen and (min-width: 1281px) and (max-width: 1680px) {
  [class^="section"]:not(.history):not(.fillTheFeel),
  [id^="section"]:not(.history):not(.fillTheFeel),
  .history > article > div,
  .history header,
  .contact nav {
/*     width: 85vw; */
  }
}

.clients header {
  padding-bottom: 30px;
}

@media screen and (min-width: 1001px) {
  /*.whoWeAre h3,
	.history h3 {
		margin-left: -4vw;
	}*/
  .history figure {
    width: 50%;
    flex: none;
  }
  .whoWeAre figcaption {
    padding-left: 30px;
  }

  .clients,
  .vision,
  .crew,
  .history > article > div,
  .history header,
  .whoWeAre {
    min-width: 1000px;
  }
  .history > article > div {
    display: flex;
  }
  .clients header p.on {
    transition-delay: 1s;
  }
}
@media screen and (max-width: 1000px) {
  .history > article > div,
  .whoWeAre figure,
  .whoWeAre figcaption,
  .whoWeAre {
    flex-direction: column;
    width: 100%;
  }
  .history figure > div > span {
    width: 80%;
    margin: 0 auto;
  }
  .whoWeAre figure .img {
    font-size: 1vw;
    width: calc(100em - 60px);
    height: calc(64.7em - 30px);
    max-width: 600px;
    max-height: 388px;
    padding: 0;
  }
  .whoWeAre figcaption header,
  .history figcaption > p,
  .clients header p {
    /*font-size: var(--font-14);*/
    margin-top: 0;
    padding-bottom: 14px;
  }
  .whoWeAre figcaption article,
  .whoWeAre figcaption article div + div {
    display: block;
    margin-top: 14px;
  }
  .history > article > div {
    display: flex;
  }
  .whoWeAre figcaption {
    margin-top: 30px;
  }
  .history figcaption div {
    margin-top: 14px;
  }
}

/* 스크롤 애니메이션 시작 */
.scrollAni > * {
  display: block;
  overflow: hidden;
}
.scrollAni > * > * {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
[class="scrollAni"]:not(.on) > * > *,
.scrollAni.wave:not(.on) > * > *,
.scrollAni.yesBm:not(.on) > * > * {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
}

.split {
  /*line-height: 1.1;*/
  vertical-align: middle;
}
.split > span {
  display: inline-block;
  overflow: hidden;
}
.split > span > span:not(empty) {
  display: block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.split > span > span:empty:after {
  content: "";
  display: block;
  width: 0.2em;
}
.split:not(.on) > span > span {
  transform: translateY(100%);
  transition-delay: 0s !important;
}

/*.step:not(.on):not(.off) .stepItem {
	visibility: hidden;
}*/
.step:not(.on) > div {
  visibility: hidden;
}

/* .step:not(.on) .stepItem > span > span {
  -webkit-transform: scale(125%);
  transform: scale(125%);
  opacity: 0;
  visibility: hidden;
} */

.step.txt:not(.on):not(.off) .stepItem > span > span {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition: all 0.3s;
}
.step.txt.on .stepItem > span > span {
  transition: all 0.3s;
}
.step.txt.off .stepItem > span > span {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  transition: all 0.3s;
}
.step.off .stepItem > span > span {
  -webkit-transform: scale(100%);
  transform: scale(100%);
  opacity: 0;
  visibility: hidden;
}

.stepItem > span {
  display: block;
  overflow: hidden;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.stepItem > span > span {
  -webkit-transform: scale(100%);
  transform: scale(100%);
  display: block;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.stepItem > span > span::first-line {
  line-height: 1.1 !important;
}
.scale {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.scale:not(.on) {
  visibility: hidden;
  opacity: 0;
}
.scale div {
  font-size: 6vmax;
  position: fixed;
  font-weight: 500;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 17vmax;
  height: 17vmax;
  line-height: 0;
  display: flex;
  justify-content: center;
  align-items: center;

  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

/* 스크롤 애니메이션 끝 */


/* CI */

.ci_con {margin-bottom:60px;}
.ci_con .txt {}
.ci_con .txt h3 {font-size:38px; font-weight:bold; color:#333; margin-bottom:30px;}
.ci_con .txt p {font-size:18px; line-height:1.6; color:#555; margin-bottom:20px; word-break:keep-all;}

.ci_flex {display:flex;}
.ci_flex .txt {width:65%; margin-right:5%;}
.ci_flex .pic {width:30%;}

.sub-ci .sub-hd-bg{background-image:url(../img/about/ci/sub-hd-ci.png)}
.sect-ci-01 dl{display:flex;font-size:1.125rem;margin-top:5rem}
.sect-ci-01 dl+dl{margin-top:3.75rem}
.sect-ci-01 dl dt{font-size:1.75rem;margin:0 11.875rem 0 8.438rem}
.sect-ci-02, .sect-ci-03{margin-top:9.375rem;}
.sect-ci-03{padding-bottom: 9.375rem;}
.sect-ci-03 .ci-down-btns{display:flex;justify-content:center;margin-top:5rem}
.sect-ci-03 .ci-down-btns a{min-width:330px;font-size:1.25rem;color:#fff;border-radius:0;border:none;padding-top:1rem;padding-bottom:1rem;margin:0 15px}

.sub-ci [class^=sect-ci-] h3+p{font-size: 1.25rem;}
.sub-ci .color-block{height:18.75rem;display: flex;flex-direction: column;padding:1.5rem;background-color:#006ab5;color:#fff}
.sub-ci .color-block.bg-blue{background-color: #65b7e7 !important;}
.sub-ci .color-block.bg-sky{background-color: #b8e2f9 !important; color:#7b7b78;}
.sub-ci .color-block.bg-gray{background-color: #7b7b78 !important;}
.sub-ci .color-block dd{font-weight:400;margin-top: auto;}

.ci-down-btns {margin-top:50px;}
.ci-down-btns a {display:block; background:#006ab5; padding:15px 0; margin:0 auto; width:240px; height:auto; color:#fff; font-weight:500; transition:0.3s; border:1px solid #006ab5;}
.ci-down-btns a:hover {background:#fff; color:#006ab5;}


/* 오시는길 */
.map .root_daum_roughmap {width:100%;}
.location .title{margin-bottom: 30px;}
.location table{font-size:20px;border-top:2px solid #2384c6;margin-top:30px;}
.location table th{border-bottom:1px solid #fff;color:#fff;border-bottom:1px dotted #ddd;}
.location table td{padding:20px 25px;border-bottom:1px dotted #ddd;text-align:left;background:#ffffffa1; word-break:keep-all;}
.location table th span{padding:10px 0;width:100%;border-radius:30px;color:#fff;background:#2384c6;display: block; text-align:center;}
.location .tab_container ul li{float:left;width:50%;}
.location .tab_container ul{overflow:hidden;}
.location_bg{margin-top:130px;}
.location h3{display:inline-block;}

/* 인증현황 */
#content.certi.pro {padding-bottom:120px;}
.certi.pro h4 {font-size:24px; font-weight:bold; margin-bottom:40px;}
.certi.pro .pro_step {display:flex; flex-wrap:wrap; margin-top:50px; justify-content: flex-start;}
.certi.pro .pro_step li {width:calc(88% / 4); margin:0 1.5% 30px;}
.certi.pro .pro_step li p {display:block; font-size:20px; margin-bottom:15px; margin-top:15px;}
.certi.pro .pro_step li span {font-size:14px; color:#a1a1a1; margin-bottom:30px; word-break:keep-all;}
.certi.pro .pro_step li img {border:1px solid #eee;}


/* ---------------제품--------------- */

.pro_title {margin-bottom:70px;}
.pro_title h4 {font-size:50px; font-weight:bold; color:#111; letter-spacing:2px; margin-bottom:25px;}
.pro_title p {font-size:18px; color:#111; word-break:keep-all;}

.pro_info {display:flex; margin-top:80px;}
.pro_info .title {width: 300px; font-size:46px; font-weight: 700; line-height: 1.3; letter-spacing: -0.5px; word-break: keep-all; color: #000; overflow: hidden;}
.pro_info .title p:after {display: inline-block; content: ""; width: 10px; height: 10px; background:#2384c6; border-radius: 50%; margin-left: 10px;}
.pro_info .con {width:calc(100% - 300px); word-break:keep-all; padding-right:35px;}
.pro_info .con h4 {font-size: 24px; color: #000; font-weight: 600; margin-bottom: 25px;}
.pro_info .con p { font-size: 18px; color: #444; line-height: 1.5; font-weight: 300; letter-spacing: -0.35px; word-break: keep-all;}
/* .pro_info .con > ul > li {padding:5px 0;} */

.pro .pro_step {display:flex; flex-wrap:wrap; justify-content: space-between;}
.pro .pro_step li {width:calc(94% / 3); margin-bottom:25px;}
.pro .pro_step li p {font-size:16px; color:#444; margin-top:10px; font-weight:600; text-align:center; word-break:keep-all;}

.pro_info .btn {display:block; padding:15px 0; min-width:240px; height:auto; color:#fff; border:1px solid #2384c6; background:#2384c6; margin-top:30px; text-align:center; transition:0.3s;}
.pro_info .btn:hover {background:#fff; color:#2384c6;}

.pro_info .point {display:block; font-size:15px; font-weight:600; color:#2384c6; margin-top:40px; word-break:keep-all;}

.pro_bottom {position: relative; margin-top:70px; padding: 100px 0 150px 0; background: #f5f5f6 url('../img/sub/por_bg.png')no-repeat left bottom -1px;}

.bot_wrap{padding-bottom:150px;}

/* 모래소독 */


/*방역소독*/

.title p{word-break:keep-all;}
.dis_list {display:flex; text-align:center; justify-content: space-between;}
.dis_list li{width:calc(94% / 4);}
.disinfection .dis_list li p{font-size:16px; font-weight:600; margin-top:10px; color:#444;}

.dis_list02 li{margin-bottom:40px; position:relative; padding-left:15px;}
.dis_list02 li h4:before, .care_list li:before {display: block;  position:absolute; top:10px; left:0; content: "";   width: 6px;  height: 6px;   background: #2384c6;   border-radius: 50%; }
.dis_list02 li span.list_tit{font-size:24px; font-weight:600;  }
.dis_list02 li p{margin-top:20px;}
.dis_list02 li span.control{display:block; color:#2384c6; font-size:15px; font-weight:600; margin-top:10px;}

.disinfection .dis_list03 {display:flex; flex-wrap: wrap; justify-content: space-between; margin-top:40px;}
.disinfection .dis_list03 li{width:calc(94% / 2 ); text-align:center; margin-bottom:25px;}
.disinfection .dis_list03 li p{font-weight:600; font-size:16px; color:#444; margin-top:10px;}

.disinfection .control_list{}
.disinfection .control_list li{display:flex; justify-content: space-between; align-items: center; }
.disinfection .control_list li:first-child{margin-bottom:40px;}
.disinfection .control_list li img{display:block; width:100%;}

.disinfection .control_list li p {width:60%; padding-left:25px;}
.disinfection .control_list li p span{font-size:24px; font-weight:600; color:#2384c6;display:block; margin-bottom:20px; line-height:100%;}

.care_list{margin-top:40px;}
.care_list li{position:relative; padding-left:15px; margin-bottom:25px; }
.care_list li:last-child{margin-bottom:0;}
.care_list li span{font-size:18px; display:inline-block; font-weight:600; }

.disinfection .store_txt{margin-bottom:40px;}


/*정화조*/
.water_list{display:flex; justify-content: space-between;flex-wrap: wrap;}
.water_list li, .water_list02 li{width:49%;position:relative; padding:40px; border:1px solid #ddd; border-top:2px solid #2384c6; background:#fff; color:#666;}
.water_list li:nth-child(-n+2){margin-bottom:25px;}
.water_list li span{display:block; font-weight:600; color: #2384c6; font-size:24px; margin-bottom:18px; line-height:1.5; word-break:keep-all;}
.water_box{margin-bottom:40px;}

.water_txt li{font-size:15px; line-height:1.9; color:#666; padding-left:20px; }
.water_txt{margin-bottom:15px;}
.water_box span{font-size:15px; color:#666; text-indent:10px; display:inline-block;}

.water  table{width:100%; text-align:center; border-top:2px solid #2384c6; min-width:555px; }

.water table td, .water table th {padding:15px 25px; box-sizing:border-box; border:1px solid #ddd;}
.water table th{font-size:18px;}
.water  p span{font-weight:600;}
.water_list02{display:flex;justify-content: space-between;}
.water_list02 li span{display:block; font-size:20px; font-weight:600;}
.water_list02 li{width:calc(94% / 3);}

.bot_wrap ul li p{position:relative; padding-left:15px;}
.bot_wrap ul li p:before{position:absolute; display:block; top:14px; left:0;content:''; width:6px; height:6px; background:#2384c6; border-radius:100%;}



/*청소 용역*/
.cleaning p span{font-weight:600; color:#000; vertical-align:revert; word-break:keep-all;}
.cleaning .care_list{margin-top:0;}

.clean_list li{margin-bottom:25px;}
.clean_list li:last-child{margin-bottom:0;}
.cleaning #tab04 .pro_bottom span{display:block; color:#000; font-weight:600;}

/*조류*/
.bird .pro_info table th {background:#f5f5f5;}
.bird .pro_info table th p{font-weight:600; color:#000; text-align:center;  }
.bird table, .now table {border-top:2px solid #2384c6; }
.bird table th, .bird table td,.now table th, .now table td{padding:10px 25px; border:1px solid #ddd;}
.bird h4.point{color:#2384c6;}


.bird_list li p{width:70%;}
.bird_list li{display:flex; margin-bottom:25px;}
.bird_list li .bird_icon{display:inline-block; position:relative;  background:#f5f5f5; margin-right:25px; overflow:hidden; border-radius:10px; width:150px; height:150px;}
.bird_list li .bird_icon:before{content: ""; display: block;  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%; background-size: 2.5625em auto; background-repeat: no-repeat; background-position: center;}
.bird_list li .safe:before{background-image:url(../img/sub/safe_icon.png);}
.bird_list li .continue:before{background-image:url(../img/sub/continue_icon.png);}
.bird_list li .money:before{background-image:url(../img/sub/money_icon.png);}
.bird_list li span{font-size:20px; font-weight:600; color:#000; display:block;}

.bird .water_list p span{font-size:18px; color:#666; font-weight:400; padding-top:15px;}
.bird .water_list li{margin-top:25px;}
.bird .water_list li:nth-child(-n+2){margin-bottom:0;}

.bird .pro_bottom .pro_step{margin-top:40px;}

/*안심모래*/

.pro_top_pic.pro_video {position:relative; width:100%; height:auto; padding-top:56.25%;}
.pro_top_pic.pro_video iframe{position:absolute; top:0; left:0; width:100%; height:100%;}
.now .water_list p span{font-size:16px;}

.now .pro_bottom .pro_step{margin-bottom:40px; margin-top:18px;}

.now .pro_info table {text-align:center; background:#fff;}
.now .pro_info  table th p{font-weight:600;}
.now .pro_info table td{padding:20px;}

.sct {clear:both; margin:0;padding:0;list-style:none;zoom:1; /* margin-bottom:50px; */}
.sct:after {display:block;visibility:hidden;clear:both;content:""}
.sct_li {position:relative}
.sct_noitem {padding:100px 0;text-align:center}
.sct img {position:relative} /* 리스트뷰 갤러리뷰 변경 시 ie6,7 에서 이미지 사라지는 문제 해결하기 위해 */

#sct_location {display:none;}
/*체험프로그램*/
.sct_10 .sct_li {position:relative; float:left; width:25% !important; display:inline-block;}
.sct_10 .sct_li:nth-child(5){clear:both;}
.sct_10 .sct_li .sct_img { margin:0 15px;text-align:center;}
/* .sct_10 .sct_last {margin:0 0 15px !important} */
/*.sct_10 .sct_clear {clear:both}*/
.sct_10 .sct_img{/*position:relative;  width:100%; border-radius:3px; width:100% !important; margin-top:10px;*/}
/*.sct_10 .sct_img img {border-radius:10px; width:100% !important;}*/
.sct_10 .sct_txt {display:block; margin-bottom:15px;font-size:1.167em;font-size:20px;}
.sct_10 .sct_btn {position:absolute; display:none; right:10px; background:#398ede; color:#fff; font-size:15px;  padding:5px 10px; border-radius:3px;}
.sct_10 .sct_basic{color:#666; margin:20px 0 0;}
.sct_10 .sct_img {margin: 0 0 20px;  text-align:left;}
/* .sct_10 .sct_img > a{overflow: hidden; display: flex; -ms-display: flex; align-items: center; justify-content: center; width: 100%; height: 320px;}
.sct_10 .sct_img a img  {width: auto; max-width: none; height: 100%;object-fit: cover;} */

.sct_10 .sct_img > a{overflow: hidden; width: 100%; /*height: 240px;*/ float: left;}
.sct_10 .sct_img a img  {display: inline-block; /*min-width: 100%; min-height: 100%;*/ -ms-interpolation-mode: bicubic;border: #e8e8e8 1px solid;box-sizing: border-box;height:260px;width: 100%;}
.sct_txt a {font-size: 20px;padding: 15px 0px;border:1px solid #ddd;border-top:0;width:100%;}

/* .cont_wrap ul li div.main_pic a .image_container {overflow: hidden; display: flex; align-items: center; justify-content: center; width:100%; height: 350px;}
.cont_wrap ul li div.main_pic a .image_container img {width: auto; max-width: none; height: 100%;} */

#bo_gall .gall_text_href a{font-size: 18px; font-family: 'Pretendard'; font-weight: 500; word-break: keep-all; min-height: 30px; display: flex; justify-content: center; align-items: center; flex-wrap: wrap;}
#bo_gall .gall_text_href{padding: 15px 10px;}

/* 숙박 */
.sct_20 .sct_li {position:relative;float:left; margin:0 3% 15px 0; width:31% !important; border:1px solid #ddd;}
.sct_20 .sct_li:nth-child(3n) {margin-right:0;}
/*.sct_20 .sct_last {margin:0 0 15px !important}*/
.sct_20 .sct_clear {clear:both}
.sct_20 .sct_a {display:block;position:relative;text-decoration:none}
.sct_20 .sct_a:focus, .sct_20 .sct_a:hover {text-decoration:none}
.sct_20 .sct_img {width:100%; margin-bottom:10px;}
.sct_20 .sct_img img {/*border-radius:10px;*/ width:100%}
.sct_20 .sct_icon {position:absolute;top:10px;left:-5px; margin:0 !important}
.sct_20 .sct_icon img {display:block; margin:0 0 3px}
.sct_20 .sct_id {display:block;padding:5px 10px 0;}
.sct_20 .sct_txt {padding:15px 15px 5px;  font-size:25px}
.sct_20 .sct_basic {padding:0 15px 5px;line-height:1.5em; height:23px; overflow:hidden; margin-bottom:10px;display:block; }
.sct_20 .sct_cost {display:block;padding:0 15px 15px;font-weight:bold;}
.sct_20 .sct_cost strike {display:block; margin:0 0 5px;color:#999;font-weight:normal}
.sct_20 .sct_sns {position:absolute; bottom:15px;right:15px}
.sct_20 .sct_li p {position:absolute;display:inline-block; right:15px; bottom:0px; background:#fbaf00; color:#fff; font-size:15px;  padding:5px 10px 0; border-radius:3px;font-family: 'BMDOHYEON';}
.sct_20 .sct_li p a {color:#fff;}
.sct_20 .sct_img {margin: 0 0 10px;   padding:0; min-height:190px; text-align:left;}
.sct_20 .sct_img a, .sct_20 .sct_img a img {width:100%; max-width:370px; max-height:190px; height:auto; display:block; }

/* 특산물 */
.sct_30 .sct_li {position:relative; float:left; margin:0 0 15px 0; width:100% !important; border-bottom:1px solid #ddd; display:block; padding-bottom:50px;}
.sct_30 .sct_li > div {float:left; display:block;}
.sct_30 .sct_li span {display:inherit;}
/*.sct_30 .sct_last {margin:0 0 15px !important}
.sct_30 .sct_clear {clear:both}
.sct_30 .sct_arw_toleft {display:block;z-index:2;position:absolute;top:20px;left:221px;width:10px;height:19px; background:url('img/icon_arw_toleft.gif') no-repeat}*/
.sct_30 .sct_a {text-decoration:none}
.sct_30 .sct_img  {width:320px; margin-right:50px;}
.sct_30 .sct_img  img {border-radius:10px; width:100%}
.sct_30 .sct_icon {position:absolute; bottom:25px;left:-5px; margin:0 !important}
.sct_30 .sct_icon img {display:block; margin:0 0 3px}
.sct_30 .sct_txt {; margin:0 0 20px; font-size:25px}
.sct_30 .sct_basic {margin:0 0 15px;padding:0;line-height:1.5em; color:#777;}
.sct_30 .sct_cost {display:block; margin:0 0 10px;font-weight:bold;}
.sct_30 .sct_cost strike {display:block; margin:0 0 5px;color:#999;font-weight:normal}
.sct_30 .sct_sns {position:absolute; bottom:20px;right:10px}
.sct_30 .sct_li p {float:right; display:inline-block; margin-right:10px; background:#3bb197; color:#fff; font-size:15px;  padding:5px 10px 0; border-radius:3px;font-family: 'BMDOHYEON';}
.sct_30 .sct_li p a {color:#fff;}


.reservation_check {text-align:center;}
.reservation_check a {display:inline-block;  margin: 0 5px; text-align:center; width:150px;}
.reservation_check a span{display:inherit; margin-top:10px; font-family: 'BMDOHYEON'; }


/* 개인정보 */

#Agreement h2 {margin:40px 0 15px;text-align:left;}
#Agreement strong {font-size: 52px;}
#Agreement {font-size:16px;line-height: 30px;word-break:keep-all; }
.Agreement_first h2 {margin-top:0;}
.Agreement_first, .terms > div { color: #666; line-height: 24px; }
.terms { background: #f8f8f8; padding:25px; border: 1px solid #dedede; }

.privateD {width: 99.9%; border: 1px solid #ddd; overflow: hidden; padding: 30px; box-sizing: border-box; background: #f5f5f5; font-size: 16px; line-height: 26px;}
.privateD p {font-size: 20px;  font-weight: 500; margin-bottom: 20px;}






/*유의사항*/
.note {position:relative;}
dl.note dt {font-size:22px; margin:10px 0 0 10px; background:url('../img/sub/ico_note.png') no-repeat; padding-left:45px; line-height:40px;}
dl.note dd {background:#f5f5f5; padding:20px 30px 5px 30px; line-height:180%; border-radius:10px;}
ul.note {margin:10px 0 0 10px; background:url('../img/sub/ico_note.png') no-repeat; padding-left:45px; }
ul.note li { line-height:160%;}
p.note {font-size:16px; margin:0 0 0 10px; background:url('../img/sub/ico_note.png') no-repeat; padding-left:40px; line-height:40px;}

/* 상품 상세보기 */
#sit {position:relative; width:100%; max-width:1200px; margin:0 auto;}
.sit_admin {text-align:right}
.sit_empty {padding:20px 0;text-align:center}

/* 상품 상세보기 - 개요 */
#sit_ov_wrap {margin:0; zoom:1;}
#sit_ov_wrap:after {display:block;visibility:hidden;clear:both;content:""}

/* 상품 상세보기 - 이미지 미리보기 */
#sit_pvi {float:left;width:55%;padding:0}
#sit_pvi_big {border: #ddd 1px solid;margin:0 0 10px;text-align:center; width:100% !important; min-height:300px; overflow:hidden !important; max-height: 650px;}
#sit_pvi_big img, #sit_pvi_big a img {width:100%; /* max-width:550px; max-height:300px;  */min-height:300px;height:auto;display:block;}

#sit_pvi_big a {display:none}
#sit_pvi_big a.visible {display:block}

#sit_pvi_thumb {margin:0;padding:0;list-style:none;text-align:left;zoom:1}
#sit_pvi_thumb:after {display:block;visibility:hidden;clear:both;content:""}
#sit_pvi_thumb li {display:inline-block; margin:0 5px 5px 0}
#sit_pvi_thumb .li_last {margin:0 !important}
#sit_pvi_thumb img {}

#sit_pvi_nwbig {padding:10px 0;text-align:center}
#sit_pvi_nwbig span {display:none}
#sit_pvi_nwbig span.visible {display:inline}
#sit_pvi_nw ul {margin:0 0 20px;text-align:center;padding:0 10px;list-style:none;zoom:1}
#sit_pvi_nw ul:after {display:block;visibility:hidden;clear:both;content:""}
#sit_pvi_nw li {display:inline-block; margin:0 0 1px 1px}
#sit_pvi_nw li img {width:60px !important;height:60px !important;}

/* 상품 상세보기 - 간략정보 및 구매기능 */
#sit_ov {position:relative;float:right;padding:0;width:40%;height:auto !important;padding-top:70px; min-height:355px}
#sit_ov h3 {margin:0 0 10px;}

#sit_title {font-size: 35px;border-bottom: 1px solid #e8e8e8;padding-bottom: 35px;margin-bottom: 35px;}
#sit_desc {margin:0 0 10px;padding:0;color:#474747;font-size:20px;line-height:30px;}
#sit_opt_info {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
#sit_desc_btn {clear: both;margin-top: 40px;}
#sit_desc_btn a {display: inline-block;color: #fff;background: #af9251;padding: 15px 30px;font-size: 20px;}
#sit_star_sns {position:relative; border:1px solid #e5e5e5; border-top:0;height:45px;padding:10px;line-height:25px }
#sit_star_sns span {display:inline-block; margin:0 5px 0 0;color:#666;letter-spacing:0}
#sit_star_sns .sit_star {position:relative;top:-2px; margin:0 5px 0 0}

#sit_star_sns a {display:inline-block;vertical-align:middle}
#sit_star_sns .btn_sns_share{position:absolute;top:0;right:0;width:45px;height:45px; background:none; border:0; border-left:1px solid #e5e5e5}
#sit_star_sns .sns_area{display:none;position:absolute;top:45px;right:0; background:#fff; border:1px solid #333;padding:10px;z-index:10}
#sit_star_sns .sns_area:before{content: "";position: absolute;top: -8px;right: 13px;width: 0;height: 0; border-style: solid; border-width: 0 6px 8px 6px; border-color: transparent transparent #000 transparent;}
#sit_star_sns .sns_area:after{content: "";position: absolute;top: -7px;right: 13px;width: 0;height: 0; border-style: solid; border-width: 0 6px 8px 6px; border-color: transparent transparent #fff transparent;}
#sit_star_sns .sns_area a{display:inline-block;width:35px;height:35px;line-height:35px; background:#eee;text-align:center;}
#sit_star_sns .sns_area a img{width:24px;height:auto;}
#sit_star_sns .sns_area #sit_btn_rec {font-size:15px}
#sit_star_sns .sns_area .share-googleplus{background:#d5503a}
#sit_star_sns .sns_area .share-facebook{background:#415b92}
#sit_star_sns .sns_area .share-twitter{background:#35b3dc}


.sit_info{padding:10px; border-top:1px solid #ebeff3; margin:15px 0 0; border-bottom:1px solid #ebeff3;}

.sit_ov_tbl {width:100%; border:0; border-collapse:collapse;color:#666;}
.sit_ov_tbl th {font-weight:normal;text-align:left;}
.sit_ov_tbl td {padding:5px 0}
.sit_ov_tbl td strong{;font-size:1.25em}
.sit_ov_ro {padding:2px 2px 3px; border:0; background:transparent;text-align:right;vertical-align:middle}
.sit_ov_opt {padding:2px 2px 3px; border:0; background:transparent;vertical-align:middle}
.sit_ov_input {margin:0 1px 0 0;padding:2px 2px 3px; border:1px solid #b8c9c2; background:transparent;vertical-align:middle}
#sit_ov_tbl button {margin:0 1px 0 0}

.sit_option {padding:10px 0 0; border-top:1px solid #ddd; margin:10px 0 0;}
.sit_option label{display:block; margin:0 0 5px;color:#666;}
.sit_option select{width:100%; margin:0 0 10px;height:35px; border:1px solid #cdcdcd;}
.sit_option h3{font-size:1.083em; display:none;}
.sit_sel_btn {position:relative} /* 선택옵션용 추가 버튼 */
.sit_sel_btn button {position:absolute;top:-51px;right:0 !important; right:15px}
.get_item_options input {width:100%; border:1px solid #ccc; background:#fff; padding:4px 5px; margin-bottom:10px;}

#sit_sel_option h3 {position:absolute;font-size:0;line-height:0;overflow:hidden}

#sit_tot_price {margin:10px 0; font-size:1.167em; line-height:180%; font-weight:bold; text-align:right; padding-top:20px;}
#sit_tot_price:after {display:block;visibility:hidden;clear:both;content:""}
#sit_tot_price span{float:left;}
#sit_tot_price strong{font-size:1.5em;color:#ff0000}

#sit_ov_soldout {padding:20px 0; margin:10px 0;color:#ff3061; background:#fff6f6;font-weight:bold;text-align:center}
#sit_ov_btn {margin-top:30px;}
#sit_ov_btn:after {display:block;visibility:hidden;clear:both;content:""}
#sit_ov_btn button {width:215px;float:right; margin-right:5px;height:50px; margin-bottom:10px;font-weight:bold;font-size:1.25em; border-radius:3px;}
#sit_btn_buy {background:#ed595a;color:#fff; border:0;}
#sit_btn_buy:hover{background:#555}
#sit_btn_cart {border:1px solid #ed595a; background:#fff;color:#ed595a}
#sit_btn_cart:hover{background:#f3f3f3;}
#sit_btn_wish {display:inline-block; margin-bottom:10px;text-align:center;font-size:1.25em;float:right;width:65px;height:50px;line-height:48px;height:50px; border:1px solid #b3b3b3;font-weight:bold;}
#sit_btn_wish:hover{color:#ed595a}
#sit_btn_alm{display:inline-block;width:215px;float:left; margin-right:5px;height:50px;line-height:50px; margin-bottom:10px;font-weight:bold;font-size:1.25em; background:#ed595a;color:#fff; border:0;text-align:center;}
a#sit_btn_buy {background:#ed595a;color:#fff; border:0;width:215px;float:right; margin-right:5px;line-height:50px; margin-bottom:10px;font-weight:bold;font-size:1.25em; border-radius:3px;}

/* 상품 상세보기 - 상품정보 */
#sit_inf {width: 100%;}
#sit_inf h2 {position:absolute;font-size:0;line-height:0;content:""}
#sit_inf h3 {position:absolute;font-size:0;line-height:0;content:""}

#sit_inf_basic {margin:0 0 20px;line-height:1.7em}
#sit_inf_explan {margin:0 0 10px;width:auto !important;line-height:1.7em;overflow:hidden;text-align:center;} /* ie6 미대응시 #sit_inf_explan {margin:0 0 10px} 만으로 충분 */
#sit_inf_explan img {max-width:100%;height:auto;text-align:center;}

#sit_inf_open {width:100%; border:0; border-top:1px solid #777; border-collapse:collapse}
#sit_inf_open th {padding: 10px; border-bottom:1px solid #e5e5e5; background:#f3f3f3;vertical-align:top;text-align:left}
#sit_inf_open td {padding: 10px; border-bottom:1px solid #e5e5e5; background:#fff;vertical-align:top}

.cal_head {width:100%; position:relative; clear:both; height:75px;}
.cal_prev {position:absolute; top:0; }
.cal_next {position:absolute; top:0; right:0;}
.cal_Con > div {overflow:auto;}
.cal_Con table {width:100%; min-width:1000px;}
.cal_Con02 > div {overflow:auto;}



/*물때정보*/
#khoa {border-radius:10px; border:5px solid #ddd; padding:3%; width:100%; }
#khoa table {width:100%; min-width:1000px;}
#khoa table th {text-align:center; width:14.28%;  padding:3px }
#khoa table th span {background:#ed595a; padding:8px 0  6px; border-radius:3px; width:100%; display:inline-block; color:#fff; }
#khoa table th.sun, #khoa table td.sun {color:#ed595a;}
#khoa table th.sat,  #khoa table td.sat {color:#398ede;}
#khoa table td {/*text-align:center; */border-right:1px solid #ddd;  border-bottom:1px solid #ddd; padding:5px 15px; vertical-align:top; font-size:14px;}
#khoa table td:last-child {border-right:0;/*border-bottom:0*/}
#khoa > p {text-align:right;}
.cal_water_list span {display:inline-block; margin:0 5px;}
.cal_water_list li {line-height:180%;}
.water_time {color:#777;}


.js-reveal {opacity: 1;transition: opacity .7s ease-in, margin-top .7s ease-out;}
.js-reveal--hidden {opacity: 0; margin-top: 3em;}



#sitemap {width:100%; }
#sitemap > li {float:left; width:24%; min-height:300px; padding:0 1%}
#sitemap > li > a {font-family: 'BMDOHYEON';  font-size:18px; background:#eee; padding:7px 0px  6px; border-radius:3px; display:inline-block; width:100%; text-align:center; margin-bottom:10px; }
#sitemap > li > ul {padding:0;}
#sitemap > li > ul > li {padding:0 margin:0; line-height:200%; border-bottom:1px dashed #ddd;}


/*로그인*/
#mb_login{padding:100px 0;}
.mbskin{position: relative; margin:auto; border:1px solid #ddd;width:400px; background:#fff;text-align:center;}
.mbskin .frm_input{width:100%}
.mbskin .btn_submit{width:100%; margin:10px 0 0;height:45px;font-weight:bold;font-size:1.25em}
.mbskin  h1{margin: 60px 0 30px;font-size: 2em;}


#hd .btnMenu{width:30px;height:22px; text-indent:-999px;overflow:hidden; margin: 30px 0;}
#hd .btnMenu:focus{outline: none;}
.m_tnb{padding:20px 0 25px; text-align:center; background:#fff; border-bottom:1px solid #ddd;}
.m_tnb::after{display:block;clear:both;content:''}
.m_tnb a {display:block; margin:0 auto; max-width:300px;}

#total_m_lay{ display: block;width: 100%; right: -100%;overflow: hidden;background: rgba(0, 0, 0, 0.5);  border: 0;padding: 5.5%;position: fixed;top: 0;height: 100%;box-shadow: none; z-index: 99999;}
.total_m_wrap{background:#fff;height:100%;width:100%;position:relative;}
.total_m > ul {width: 100%; display: flex; align-items: start;justify-content: space-between;}
.total_m{background: #fff;height: auto; overflow: hidden;padding:3% 5.5%;display: flex;}
.total_m li{position:relative}
.total_m li a{display:block}
.total_m li button{display:none;}
.total_m > ul {width:100%; overflow:hidden;}
.total_m > ul > li {font-size: 18px; text-align: center; height: 100%; /*border-right: 1px solid rgba(0,0,0,0.05);*/ width:calc(100%/5);float:left;}
.total_m > ul > li:last-child {border-right: none;}
.total_m > ul > li > a {padding: 20px 0;  font-size: 26px; color: #000; font-weight: 500;font-weight:400;}
.total_m > ul > li > ul {padding: 0 25px;}
.total_m > ul > li > ul > li {background-repeat: no-repeat; background-position: right 14px; font-weight: 400; width:100%; display: block;}
.total_m > ul > li > ul > li > a {padding: 12px 0px; font-size: 18px;   word-break: keep-all; /*color: #fff;*/}
.total_m .btnClose{display:none}
.total_m li button:focus {outline: none;}
.languag_btn a{padding:13px 0;color:#fff;background:#2384c6;font-size:16px;display:block;border-radius:5px;margin:30px auto 0; width:90%;}



.m_sns {text-align: center;}
.m_sns li{position:relative;display:block; border-bottom: 1px solid #fff; border-radius: 9px; width: 70%; margin: 0 auto; margin-bottom: 6px;}
.m_sns li a{display:inline-block;padding: 10px; color:#fff;}
.m_sns span {color:#ed595a;}

/*     .m_sns ul li {float:left; margin-right:5px;}
.m_sns ul li a{display:inline-block; margin:0 0 10px 0;height:40px; width:40px; font-size:0}
.m_sns ul li:nth-child(1) a {background:url('../img/top_sns01.png') no-repeat; }
.m_sns ul li:nth-child(2) a {background:url('../img/top_sns02.png') no-repeat; }
.m_sns ul li:nth-child(3) a {background:url('../img/top_sns03.png') no-repeat; margin-right:0px;} */

.wra_box{position:fixed;top:0;left:0;height:auto;z-index:200}
.fix_bg{display:none;position:fixed;top:0;left:0;width:100%;height:100%; background:#000;opacity:0.7;z-index:250}
.btnMenuClose{position:fixed;top:0;right:0;width:100px;height:100px;text-indent:-999px;overflow:hidden;z-index:99999;}
.btnMenuClose:before, .btnMenuClose:after {position: absolute; top: 50%;left: 50%;width: 2px; height: 30px; background-color: #000;transform: rotate(45deg) translate(-50%, -50%);transform-origin: top left; content: '';border-radius: 0px;}
.btnMenuClose:after {transform: rotate(-45deg) translate(-50%, -50%);}


/* 	대리점 찾기 */

.agency_top {/* border: #eee 2px solid; */ overflow: hidden; border-radius: 20px; padding: 20px; margin: 30px 0;}
.agency_in {display: flex; align-items: center;}
.agency_map {border: 1px solid #61452d; width: 476px;float: left;height: 557px;background: url(/img/sub/agency_map.gif) 0 0 no-repeat;position: relative;margin-right:30px;  border-radius: 20px;}
.agency_map #bo_cate {background: none;padding: 0;margin: 0;border: none;}
.agency_map #bo_cate li {display:inline-block; position:absolute;}

.agency_map  #bo_cate a {display: block;line-height: 26px;padding: 0 10px;border-radius: 3px;border: 1px solid #dadada;background: #fff;}
.agency_search {/* margin-left: 506px; */padding: 40px;}
.agency_search p {font-size:16px;}
.agency_search p span {display: block;font-size: 24px;margin-bottom: 15px;font-weight:bold;;}
.agency_search p:nth-child(2), .agency_search p:nth-child(3) {margin-top:39px;}
.local_01 {left: 90px;top: 91px;}
.local_02 {left: 141px;top: 105px;}
.local_03 {left: 164px;top: 147px;}
.local_04 {left: 250px;top: 100px;}
.local_05 {left: 131px;top: 214px;}
.local_06 {left: 181px;top: 233px;}
.local_07 {left: 198px;top: 189px;}
.local_08 {left: 289px;top:235px;}
.local_09 {left: 278px;top: 296px;}
.local_10 {left: 154px;top: 304px;}
.local_11 {left: 124px;top: 360px;}
.local_12 {left: 120px;top: 410px;}
.local_13 {left: 242px;top: 346px;}
.local_14 {left: 310px;top: 360px;}
.local_15 {left: 340px;top: 320px;}
.local_16 {left: 103px;top: 496px;}


.salon_top {background: url(/img/sub/salon_bg.jpg) 0 0 no-repeat;background-size: cover;overflow:hidden;}
.salon_top_txt {width: 60%;float: right;padding: 54px;}
.salon_top_txt h2 {font-size: 44px;color: #fff;margin-bottom: 39px;font-family: 'Poppins', 'Noto Sans KR', sans-serif;}
.salon_top_txt p {color: #fff;}

.salon_pro li {width: 20%;float: left;}
.salon_pro li a {display:block;margin:10px;}
.salon_pro li {width: 20%;float: left;}
.salon_pro_img {text-align:center;}
.salon_pro_img img {
    display: block;
    border: #ddd 1px solid;
    width: 100%;
    margin-bottom: 15px;
}
.salon_pro_img h3 {
    font-size: 18px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.salon_pro_img .sct_btn {
    display: inline-block;
    background: #ef2479;
    color: #fff;
    padding: 5px 15px;
    border-radius: 22px;
    font-size: 14px;
}
.search_salon_result {
    clear: both;
    width: 100%;
    float: left;
}
.salon_result_left {
    width: 40%;
    float: left;
    margin-right: 5%;
}
.salon_result_right {
    width: 55%;
    float: right;
}
.salon_result_left img {
    display: block;
    width: 100%;
    border: #ddd 1px solid;
    margin-bottom: 30px;
}
.salon_result_txt h3 {
    font-size: 20px;
}
.salon_result_txt .sct_btn {
    display: inline-block;
    background: #e8e8e8;
    padding: 10px 20px;
    border-radius: 5px;
    margin-top: 10px;
}
.result_head {
    border-bottom: #e8e8e8 1px solid;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.result_search {padding:10px;}
.result_search select {
    display: inline-block;
    width: 30%;
    margin-right: 5px;
    height: 33px;
}
.result_search button {
    display: inline-block;
    background: #686868;
    line-height: 32px;
    padding: 0 17px;
    color: #fff;
    border-radius: 3px;
}
.result_list {
    clear: both;
    width: 100%;
    float: left;
    margin-top: 20px;
}
.salonRecord {
    margin-bottom: 10px;
}
.storeBox {
    border: #e8e8e8 1px solid;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 5px;
    position: relative;
}
dt.salonName {
    font-size: 20px;
    margin-bottom: 10px;
}
.storeBox a {
    display: inline-block;
    position: absolute;
    bottom: 20px;
    right: 30px;
    background: #ef2479;
    padding: 10px 20px;
    color: #fff;
    border-radius: 10px;
}
.storeBox dl, .storeBox dd {margin-bottom:0;}
/* 	상세정보 숨김 */

/*#sit_inf {display: none;}*/



#khob {border-radius:10px; border:5px solid #398ede; padding:3%; width:100%; }
a#newMapBtn {
    display: inline-block;
    background: #EB5B00 ;
    color: #fff;
    padding: 5px 16px;
    line-height: normal;
    border-radius: 5px;
}
a#newMapBtn span {word-break:keep-all;}
#locLayerPopup1 {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
	z-index:99
}
#locLayerPopup2 {
    width: 500px;
    height: 600px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    border: #EB5B00  2px solid;
}
.locLayerPopup2 > span {
    display: block;
    padding: 10px;
    background: #EB5B00 ;
    color: #fff;
    font-size: 20px;
}
.locLayerPopup3 {
    padding: 20px;
}
#layerPopCloseBtn {
    display: inline-block;
    position: absolute;
    right: 12px;
    top: 8px;
    width: 23px;
    height: 23px;
    FONT-WEIGHT: 200;
    overflow: hidden;
    text-indent: -999999999px;
    background: url(/img/sub/jido_close.png) 0 0 no-repeat;
}
#branch_name {
    font-size: 20px;
    color: #000;
    display: block;
    margin-bottom: 10px;
}
#branch_addr {
    margin-top: 10px;
    display: block;
    color: #686868;
}
#branch_phone {
    margin-top: 10px;
    display: block;
    color: #686868;
}
.storeBox a:hover, .salon_pro li a:hover .salon_pro_img .sct_btn {
    background: #ff6eab;
}
.salon_result_txt .sct_btn:hover {
    background: #ef2479;
    color: #fff;
}




/*라코하 브랜드스토리*/
.con_box_wrap{
	background:#e2e4d6 url(/img/sub/sub01_bg3.jpg) no-repeat left bottom;
	background-size:100%;
	width:1800px;
	 margin:0 auto;
	color:#231f20;
	padding:100px 0 120px 80px;
	 margin-bottom:60px;
		overflow:hidden;
}
.con_box_in{
	 text-align:center;
	 float:left;
	 width:45%;
}
.con_box_in p{
	text-align:center;
	display:inline-block;
	font-size:15px;
	line-height:25px;
	padding-top:10px;
}
.con_box{
padding-top:70px;
}
.g20_right h3{
	font-size:45px;
	font-weight:600;
	display:inline-block;
	border-bottom:1px solid #231f20;
	padding-bottom:15px;
	padding-top:20px;
		margin-bottom:0;
}
.con_box .locoha_logo_img{
	border-bottom:1px solid #231f20;
	padding-bottom:15px;
	display:inline-block;
}



.swiper-container {width: 100%; height: 100%; }
.swiper-slide {text-align: center; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; }
.frame {position: absolute; width: 100%; height: 100%; overflow: hidden; z-index: 1; }
.rolling li {position:relative; }
.rolling li a {display: block; width:100%; height:100%; }
.rolling .text {text-align:left; max-width: 1400px; width:100%; z-index: 2; position: absolute; margin: auto; right:0; margin-left: auto; margin-right: auto; top: 50%; left: 50%; transform: translate(-50%, -50%); opacity:0;}
.rolling .text h2 {font-family: 'GmarketSans'; text-align:center; color:#fff; font-size:62px; font-weight:bold; line-height:1.2; text-shadow:5px 5px 5px rgba(0, 0, 0, 0.37); word-break:keep-all;}
.rolling .text p {text-align:center; display: block; width:100%; color:#fff; font-size:32px; line-height:1.4; font-weight:500; margin-bottom:30px; text-shadow:5px 5px 5px rgba(0, 0, 0, 0.37); word-break:keep-all;}
.rolling li.swiper-slide-active .text {opacity: 1; transition: all .7s linear .2s; top: 47%; }
.rolling li .img_board {width: 100%; height: 100%; overflow: hidden; }
.rolling li .img_board .bg {height: 100%; transform: scale(1.1,1.1); -webkit-transition: all 2.5s ease .1s; -ms-transition: all 2.5s ease .1s; -moz-transition: all 2.5s ease .1s; transition: all 2.5s ease .1s; }
.rolling li.swiper-slide-active .img_board .bg {transform: scale(1.01,1.01);}
.rolling .visual01 .img_board .bg {background:url('/img/main/main_visual01.jpg') center center no-repeat; background-size: cover}
.rolling .visual02 .img_board .bg {background:url('/img/main/main_visual03.jpg') center center no-repeat; background-size: cover}
.rolling .visual03 .img_board .bg {background:url('/img/main/main_visual02.jpg') center center no-repeat; background-size: cover}

.main_visual .swiper-button-prev {left:10%; background:url('/img/main/prev.png') center center no-repeat; background-size: cover}
.main_visual .swiper-button-next {right:10%; background:url('/img/main/next.png') center center no-repeat; background-size: cover}
.main_visual .slide_arrow {width:114px; height:114px; margin-top:-60px;}



/***inquiry****/
/* .inquiry_left {width: 35%;float: left;height: 100%;background: #f1f1f1;}
.product_inquiry {width: calc(100% - 40%);float: right;} */
.inquiry_left ul {padding: 30px;}
.inquiry_left li {border-bottom:#fff 1px solid;padding:10px 0;color:#686868;}
.inquiry_left .ftit {font-size: 20px;margin-bottom: 10px;border-bottom:none;}
p.g-recapt {font-size: 15px;color: #555;text-align: center;padding-top: 10px;}
#bo_w .write_div input[type="text"] {display: block;-webkit-appearance: none;-moz-appearance: none;appearance: none;border-radius: 0;outline: none;cursor: pointer;border: none;border-bottom: #cfcfcf 1px solid;background: transparent;width: 100%;padding: 16px;box-sizing: border-box;color: #848484;font-size: 15px;box-shadow:none;}
#bo_w .write_div textarea {display: block;-webkit-appearance: none;-moz-appearance: none;appearance: none;border-radius: 0;outline: none;cursor: pointer;border: none;border-bottom: #cfcfcf 1px solid;background: transparent;width: 100%;padding: 16px;box-sizing: border-box;color: #848484;font-size: 15px;box-shadow:none;}


/***sub_con****/
.yakwan_top {padding: 32px;background: #f1f1f1;border-radius: 10px;word-break: keep-all;}

#yakkwan h2 {margin-bottom: 20px;}
.yakwan_con h3 {margin: 30px 0 20px 0;font-size: 25px;}
.yakwan_con p {padding: 0 0 0 26px;word-break: keep-all;}

#m_sidebar {background:#fff; position: relative; height: 55px; border-bottom:1px solid #eee; display:none; left:0; width:100%;}
#m_sidebar .snb {position: relative; float: left; width: 49%;}
#m_sidebar .snb1 {border-right:1px solid #ddd;}
#m_sidebar .snb > .over {position: relative; display: block; height: 55px;}
#m_sidebar .snb.snb1 > .over {border-right: 1px solid rgba(255, 255, 255, 0.1);}
#m_sidebar .snb > .over span {line-height: 55px; font-weight: 400; font-size: 17px; padding-left: 10%; position: relative; display: block; width:100%; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; word-break: normal; width: 100%;}
#m_sidebar .snb > .over span:after {position:absolute; top:50%; right:10px; margin-top:-4px; width:13px; height:7px; content:''; background:url('/img/sub/m_snb.png') no-repeat;}
#m_sidebar .snb > .over .arrow {position: absolute; top: 50%; right: 30px; width: 20px; height: 20px; margin-top: -8px; font-size: 20px;}
#m_sidebar .snb > .over.open .arrow {transform: rotate(-180deg); margin-top: -10px;}
#m_sidebar .snb .snb_con {display: none; position: absolute; left: -0px; width: calc(100% - 0px) !important; background: #fff; z-index: 11; border-right: 1px solid #eee; border-left: 1px solid #eee;}
#m_sidebar .snb .snb_con li {border-bottom: 1px solid #eee;}
#m_sidebar .snb .snb_con li a {display: block; padding: 15px 10%; font-size: 17px;}
#m_sidebar .snb .snb_con li.on {position: relative;}
#m_sidebar .snb .snb_con li.on a {padding-left: 25px; font-weight: 500;}
#m_sidebar .snb .snb_con li.on a:before {content: ""; position: absolute; top: 50%; left: 10px; width: 7px; height: 3px; margin-top: -1px; background: #1c202c;}
