@charset "utf-8";

/********************************************************
■ Basic : 기본
********************************************************/
@import url('https://fonts.googleapis.com/css?family=Roboto:400,300,500,500italic,700,900,400italic,700italic');

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&family=Roboto:wght@100&display=swap');

.main-color { color: var(--main);}

.btn_down_arrow {
    height: 20px;
    width: 60px;
    border: none;
    background: url(/assets/img/btn_class_down.png) center center no-repeat;
}
ul { list-style: none; }
.tr{ text-align: right !important; padding-right:10px!important;}

body { overflow-x: hidden;line-height: 22px; font-size: 14px; color: rgba(0,0,0,0.9); background-color:#fff; background-repeat: no-repeat; background-attachment:fixed; background-size:cover; }
body, .en, h1, h2, h3, h4, h5, h1 a, h2 a, h3 a, h4 a, h5 a  { font-family: 'Noto Sans KR', '맑은 고딕','Malgun Gothic','roboto', sans-serif; }
body.is-pc .ko { font-size:14px; }
a { color: rgba(0, 0, 0, .6); cursor: pointer; text-decoration: none; }
a:hover, a:focus, a:active { color: black; text-decoration: none; }
fieldset legend { display:none; }
label { font-weight:normal; }
label.checkbox, label.radio { line-height:12px; font-size: 12px; font-weight: normal; cursor: pointer; }
hr { margin-top: 20px; margin-bottom:20px; border:0; border-top:1px solid #eee; display:block; }
blockquote { font-size: 12px; margin:0px 0px 20px; }
.sns-share-icon img { width:20%; max-width:34px; border-radius:50%; }

.mo-show{ display:none;}
.pc_show{ display:table-row;}

@media all and (max-width:600px) {
  	.mo_show{ display:table-row;}
	.pc_show{ display:none;}
}


.sns_btn_mo { text-align:center; margin: 25px 0px 0 0; }
.sns_btn_mo ul{ list-style: none; float:right;  padding: 0px; line-height: 30px; }
.sns_btn_mo ul li{ float:left; }

.out { width: 100%; text-align: center; position: relative; top: -100px;  }
.in { display: inline-block; }

.main-menu{ list-style: none; padding:0px; margin:0px;}
.main-menu li { float:left; text-align: center; margin-right:62px; }
.main-menu li:last-child { margin-right:0px; }
.main-menu li span{ color:#fff; font-size: 12px; font-weight:600; padding-top:5px;}

.sidebar-header-div { position: absolute; color:#fff; font-size:20px; font-weight:600; padding-left:15px;}


.sidebar-header { overflow:hidden; background:#4D9A5C; position:relative; z-index:20; box-shadow:  0px 2px 4px rgba(0,0,0,0.1);  -webkit-box-shadow:  0 2px 4px rgba(0, 0, 0, 0.1);  }
.sidebar-header .icon,
.sidebar-header .list { display:table-cell; vertical-align:middle; font-size:15px; height:56px; line-height:56px;  }
.sidebar-header .icon { width:44px; font-size:18px; }
.sidebar-header .icon a { display:block; position:relative; }
.sidebar-header .icon .label { position: absolute; top: 25%; right: 5px; text-align: center; font-size: 11px; font-weight: 300; padding: 2px; line-height: 0.9; border-radius: 50% !important; }
.sidebar-header .link_close {
		position: absolute !important;
		right:-5px;
		top: 0;
		bottom: 0;
		width: 56px;
		height: 56px;
		background: url(/assets/img/btn_top_close.png) no-repeat 50% 50%;
		background-size: 56px 56px;
}
.sidebar-header .link_home {
		position: absolute !important;
		right:-5px;
		top: 0;
		bottom: 0;
		width: 56px;
		height: 56px;
		background: url(/assets/img/btn_top_home.png) no-repeat 50% 50%;
		background-size: 56px 56px;
}

@media all and (max-width:500px) {
	.sidebar-header-div { text-align: left;}
	.recommend ul{ left:0px !important;  }
	.re_title{ text-align: left !important; padding-left:15px;}
}

.sidebar-header-w{ background: #fff !important; box-shadow:  none!important;  -webkit-box-shadow: none !important;;  }
.sidebar-header .link_close_back {
		position: absolute !important;
		top: 0;
		bottom: 0;
		width: 56px;
		height: 56px;
		background-size: 56px 56px;
}


#footer_menu { background-color:#fff;  position: fixed; bottom: 0px; height: 70px; border-top: 6px solid rgb(77 154 92); z-index: 9999; width: 100%; }
#footer_memu .m-table ul { list-style: none;}
#footer_memu .m-table ul li { width:25%; text-align: center; float:left;}
/* #footer_menu .link_home a { width: 25px; height:25px; background: url(/assets/img/btn_bottom_home.png) no-repeat center center;  } */
/* .link_home a:hover,.link_home.active a { background: url(/assets/img/btn_bottom_home_o.png) no-repeat center center !important;  } */

#footer_menu .category a{ width: 25px; height: 50px; background: url(/assets/img/btn_bottom_ca.png?ver=210803) no-repeat center center; background-size: 44px;}
/* .category a:hover,.category.active a {background: url(/assets/img/btn_bottom_ca_o.png) no-repeat center center !important;} */

#footer_menu .magazine a{ width: 25px; height: 25px; background: url(/assets/img/btn_bottom_ma.png) no-repeat center center;}
.magazine a:hover,.magazine.active a { background: url(/assets/img/btn_bottom_ma_o.png) no-repeat center center !important;}

#footer_menu .mypage a{  width: 25px; height: 50px; background: url(/assets/img/btn_bottom_my.png?ver=210803) no-repeat center center; background-size: 44px;}
/* .mypage a:hover,.mypage.active a { background: url(/assets/img/btn_bottom_my_o.png) no-repeat center center !important;} */

#footer_menu .link_matching a {  width: 25px; height:25px; background: url(/assets/img/btn_bottom_home_m_off.png) no-repeat center center;}
.link_matching a:hover,.link_matching.active a { background: url(/assets/img/btn_bottom_home_m.png) no-repeat center center !important;}

#footer_menu .schedule a{ width: 25px; height: 25px; background: url(/assets/img/btn_bottom_schedule.png) no-repeat center center;}
.schedule a:hover,.schedule.active a { background: url(/assets/img/btn_bottom_schedule_o.png) no-repeat center center !important;}

#footer_menu .academy a{ width: 25px; height: 25px; background: url(/assets/img/btn_bottom_academy.png) no-repeat center center;}
.academy a:hover,.academy.active a { background: url(/assets/img/btn_bottom_academy_o.png) no-repeat center center !important;}

#footer_menu .mypage_t a{  width: 25px; height: 25px; background-size:25px; background: url(/assets/img/btn_bottom_my_m_off.png) no-repeat center center;}
.mypage_t a:hover,.mypage_t.active a { background: url(/assets/img/btn_bottom_my_m.png) no-repeat center center !important;}

#footer_menu .order a{  width: 25px; height: 50px; background: url(/assets/img/btn_bottom_order.png?ver=210803) no-repeat center center; background-size: 44px;}
/* .order a:hover,.order.active a { background: url(/assets/img/btn_bottom_order_o.png) no-repeat center center !important;} */

#footer_menu .kakaotalk a{  width: 25px; height: 50px; background: url(/assets/img/btn_bottom_kakao.png) no-repeat center center; background-size: 44px;}
/* .kakaotalk a:hover,.kakaotalk.active a { background: url(/assets/img/btn_bottom_kakao_o.png) no-repeat center center !important;} */

#footer_menu .cart_count {  width: 25px; height: 25px;background: url(/assets/img/btn_cart_white.png?ver=1) no-repeat center center;}

#footer_menu .label  { position: absolute; top: 8px; right:0px; text-align: center; font-size: 11px; font-weight: 600; padding: 2px 3px; line-height: 1.5; width: 21px; height: 21px;
	 border-radius: 50% !important; color: #74d5c5; background-color: #fff; border: 1px solid #74d5c5;}
#footer_menu .m-table { display: table; width: 100%; table-layout: fixed; width: 100%; margin: 0px; min-width: 300px; border-collapse: collapse;}
#footer_menu .m-icon a { display: block; float:left; width:100%;}

#footer_menu .m-icon, #footer_menu .m-list {
	 text-align: center; width:25%;
		display: table-cell;
		vertical-align: middle;
		font-size: 14px;
		height: 60px;
		line-height: 44px;
		border-top: 0px;
		border-bottom: 1px solid #f3f3f3;
}


@media all and (max-width:767px) {
	.pc-show{ display:none;}
	.mo-show{ display:block;}
	.main-menu li { margin-right:49px; }
}


.screen_out {
		display: block;
		overflow: hidden;
		position: absolute;
		left: -9999px;
		width: 1px;
		height: 1px;
		font-size: 0;
		line-height: 0;
		text-indent: -9999px;
}

.nav-fixed {
    position: fixed!important;
    top: 0;
    width: 100vw;
   /* left: 0px; */
    background-color: rgb(255 255 255);
    z-index: 101;
    animation: smoothScroll 0.6s forwards;
}

.gnb_menubar_2{margin-left:0px!important; padding-left:13px; background: #fff;}

/********************************************************
■ Layout : 레이아웃
********************************************************/
.wrapper { margin:0 auto; background:#fff;  }
.at-container { margin:0px auto; padding:0px; }
.is-pc .at-body { min-height:600px; }
.at-body .at-container { padding:0px 15px; overflow:hidden; }
.boxed.wrapper .at-body .at-container { padding:0px; }
.at-content { position:relative; padding:0px; }
.at-row { margin-left:-15px; margin-right:-15px; }
.at-col { position:relative; padding-left:15px; padding-right:15px; padding-top:20px; padding-bottom:20px; }
.nav-fixed .at-menu { width:100%; z-index:10; }
@media all and (max-width:767px) {
	.responsive .at-body .at-container { padding:0px 15px !important; margin-top: -1px; }
	.responsive .at-body .at-row { margin-left:0px; margin-right:0px; }
	.responsive .at-body .at-col { padding-left:0px; padding-right:0px; }
	.responsive .pull-right.at-main,
	.responsive .pull-left.at-side { float:none !important; }
	.responsive .m-menu { display:block;  }
	.owl-carousel:hover .owl-controls.clickable .owl-buttons div { 	display:none; }
	.owl-carousel .owl-controls.clickable .owl-buttons div{ 	display:none; }
	.owl-carousel .owl-controls .owl-buttons div { display:none;}
}

/********************************************************
■ LNB : 최상단의 즐겨찾기, RSS, 로그인, 회원가입 영역
********************************************************/
.at-lnb { }
.en .at-lnb { font-size:12px; }
.at-lnb ul { list-style: none; margin: 0px; padding:10px 0px 5px; }
.at-lnb ul > li { float: left; padding: 0px 10px; }
.at-lnb ul > li::after { float: right; color:#ccc; margin-right:-10px;}
.at-lnb ul > li:last-child::after { content: ""; margin-right:0px; }
.at-lnb ul > li > a { color: #333; float:left; }
@media all and (max-width:991px) {
	.responsive .at-lnb .at-container { display:none; visibility:visible; }
}


/********************************************************
■ PC Header : PC 헤더 
********************************************************/
.pc-header { padding:10px 0px 0px; text-align:center; }
.pc-header .at-container { padding:0px 20px 15px; background: url('./header.jpg') no-repeat right top; }
.pc-header .header-logo { display:inline-block; vertical-align:middle; padding:0px 15px; }
.pc-header .header-logo a { font-size:44px; line-height:44px; font-family:'Georgia', sans-serif; font-weight:bold; color:#000; }
.pc-header .header-logo a:hover { color:#000; }
.pc-header .header-logo img { display:block; max-width:100%; max-height:60px; }
.pc-header .header-desc { display:block; font-size:12px; letter-spacing:-1px; color:#888; margin-top:2px; }
.pc-header .header-search { display:inline-block; width:260px; vertical-align:middle; }
.pc-header .header-search form { padding:0px; margin-top:4px; border:4px solid #111; background: #111; }
.pc-header .header-search input { background: #fff; border:1px solid #111; }
.pc-header .header-search .btn { color:#fff !important; background: #111 !important; }
.pc-header .header-keyword { padding-top:4px; }
.en .pc-header .header-keyword { font-size:12px; }
@media all and (max-width:991px) {
	.responsive .pc-header { display:none; }
}

/********************************************************
■ Mobile Header : 모바일 헤더 
********************************************************/
.m-header { display:none; background: rgb(50, 60, 70); }
.m-header a { color:#fff }
.m-header .at-container { padding:0px; }
.m-header .header-wrap { display:table; width:100%; table-layout:fixed; margin:0px; min-width:300px; border-collapse: collapse; }
.m-header .header-icon, 
.m-header .header-logo { display:table-cell; vertical-align:middle; font-size:18px; height:44px; line-height:44px; text-align:center; }
.m-header .header-icon { width:44px; }
.m-header .header-icon a { display:block; }
@media all and (max-width:991px) {
	.responsive .m-header { display:block; }
}

/********************************************************
■ PC Menu : PC 메뉴바 배경설정
********************************************************/
.pc-menu {  border:0px; z-index:10; }
.pc-menu .at-container { position:relative; }
.pc-menu .sub-slide,
.pc-menu .sub-shows { display:none; visibility:visible; }
.pc-menu .sub-icon::after { font-family: "FontAwesome"; float: right; position: relative; content: "\f105"; }
.pc-menu .menu-a { font-size: 15px; font-family: "Roboto", sans-serif; }
.pc-menu .nav-home .menu-a { font-size: 20px;}
.pc-menu .nav-right { font-size:14px; font-weight:300;} 
@media all and (max-width:991px) {
	.responsive .pc-menu,
	.responsive .pc-menu-all { display:none; }
}

/********************************************************
■ PC Menu Top : PC 상단 좌측/배분 스타일 메뉴
********************************************************/

/* 배분 스타일 */
.pc-menu .nav-top.nav-both .menu-ul { display:table; width:100%; table-layout:fixed; margin:0px; }
.pc-menu .nav-top.nav-both .menu-li { display:table-cell; vertical-align:top; }
.pc-menu .nav-top.nav-both .menu-a { padding:0px; text-align:center; }
.pc-menu .nav-top.nav-both .sub-1div::before { left: 50%; margin-left:-8px; }
.pc-menu .nav-top.nav-both .sub-1div { position:relative; }

/* 좌측 스타일 */
.pc-menu .nav-top.nav-float .menu-ul { }
.pc-menu .nav-top.nav-float .menu-li { float:left; }
.pc-menu .nav-top.nav-float .sub-1div { position:absolute; }

/* 공통 스타일 */
.pc-menu .nav-top { position:absolute; left:0px; top:0px; z-index:10; width:100%; }
.pc-menu .nav-top .menu-a { display:block; color:#fff; background:#111; font-weight:bold; }
.pc-menu .nav-top .menu-li:hover .menu-a,
.pc-menu .nav-top .menu-li.on .menu-a { background:#333; }
/* .pc-menu .nav-top .menu-li.nav-home { width:60px !important; text-align:center; } */
.pc-menu .nav-top .menu-li.nav-home .menu-a { padding:0px; }
.pc-menu .nav-top .new { color: rgb(140, 195, 70);}

.pc-menu .nav-top .sub-1div::before { top: -8px; border-width: 0 8px 8px; border-color: orangered transparent; display: block; width: 0px; content: ""; position: absolute; border-style: solid; }
.pc-menu .nav-top .sub-1div { background:#fff; border-top:3px solid orangered; box-shadow: 0 6px 12px rgba(0, 0, 0, .175); -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); }
.pc-menu .nav-top .sub-1dul,
.pc-menu .nav-top .sub-1dli { position:relative;  }
.pc-menu .nav-top .sub-1da { display:block; color:#000; padding:5px 12px; line-height:22px; border-bottom: 1px solid rgb(238, 238, 238); }
.pc-menu .nav-top .sub-1dli.on .sub-1da,
.pc-menu .nav-top .sub-1dli:hover .sub-1da { color:#fff; font-weight:bold; background: orangered; border-color:orangered; }
.pc-menu .nav-top .sub-1new { color: rgb(140, 195, 70);}
.pc-menu .nav-top .sub-1line { position:relative; display:block; color:#000; padding:5px 12px; font-weight:bold; background:#fafafa; line-height:22px; border-bottom: 1px solid rgb(238, 238, 238); }

.pc-menu .nav-top .sub-2div { left:100%; top:0; background: #fff; position:absolute; z-index:20; box-shadow: 0 6px 12px rgba(0, 0, 0, .175); -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); } 
.pc-menu .nav-top .sub-2dul { }
.pc-menu .nav-top .sub-2dli { }
.pc-menu .nav-top .sub-2da { display:block; color:#000; padding:5px 12px; line-height:22px; border-bottom: 1px solid rgb(238, 238, 238); } 
.pc-menu .nav-top .sub-2dli.on .sub-2da,
.pc-menu .nav-top .sub-2dli:hover .sub-2da { color:#fff; font-weight:bold; background: orangered; border-color:orangered; }
.pc-menu .nav-top .sub-2new { color: rgb(140, 195, 70);}
.pc-menu .nav-top .sub-2line { display:block; color:#000; padding:5px 12px; font-weight:bold; background:#fafafa; line-height:22px; border-bottom: 1px solid rgb(238, 238, 238); }

********************************************************
■ PC Menu Mega : PC 상단 메가 스타일 메뉴
********************************************************/
.pc-menu .nav-mega { position:absolute; left:0px; top:0px; z-index:10; width:100%; }
.pc-menu .nav-mega .menu-a { display:block; color:#fff; background:#111; font-weight:bold; }
.pc-menu .nav-mega .menu-li { float:left; }
.pc-menu .nav-mega .menu-li:hover .menu-a,
.pc-menu .nav-mega .menu-li.on .menu-a { background:#333; }
.pc-menu .nav-mega .menu-li.nav-home { width:60px !important; text-align:center; }
.pc-menu .nav-mega .menu-li.nav-home .menu-a { padding:0px; }
.pc-menu .nav-mega .new { color: rgb(140, 195, 70);}

.pc-menu .nav-mega .mega-tbl { background:#fff; display:table; width:100%; table-layout:fixed; margin:0px; }
.pc-menu .nav-mega .mega-cell { display:table-cell; vertical-align:top; border-collapse: collapse; }
.pc-menu .nav-mega .mega-head { width:200px; background:#fafafa; padding:20px; text-align:right; }
.pc-menu .nav-mega .mega-head .mega-a { font-size:14pt; font-weight:bold; }
.pc-menu .nav-mega .mega-menu { width:200px; border:1px solid #ddd; border-top:0px; border-bottom:0px; }
.pc-menu .nav-mega .mega-content { padding:10px; }

.pc-menu .nav-mega .sub-1div { position: absolute; left:0px; width:100%; background:#fff; border-top:3px solid orangered; box-shadow: 0 6px 12px rgba(0, 0, 0, .175); -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); }
.pc-menu .nav-mega .sub-1dul,
.pc-menu .nav-mega .sub-1dli { position:relative;  }
.pc-menu .nav-mega .sub-1da { display:block; color:#000; padding:5px 12px; line-height:22px; border-bottom: 1px solid rgb(238, 238, 238); }
.pc-menu .nav-mega .sub-1dli.on .sub-1da,
.pc-menu .nav-mega .sub-1dli:hover .sub-1da { color:#fff; font-weight:bold; background: orangered; border-color:orangered; }
.pc-menu .nav-mega .sub-1new { color: rgb(140, 195, 70);}
.pc-menu .nav-mega .sub-1line { position:relative; display:block; color:#000; padding:5px 12px; font-weight:bold; background:#fafafa; line-height:22px; border-bottom: 1px solid rgb(238, 238, 238); }

.pc-menu .nav-mega .sub-2div { left:100%; top:0; background: #fff; position:absolute; z-index:20; box-shadow: 0 6px 12px rgba(0, 0, 0, .175); -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); } 
.pc-menu .nav-mega .sub-2dul { }
.pc-menu .nav-mega .sub-2dli { }
.pc-menu .nav-mega .sub-2da { display:block; color:#000; padding:5px 12px; line-height:22px; border-bottom: 1px solid rgb(238, 238, 238); } 
.pc-menu .nav-mega .sub-2dli.on .sub-2da,
.pc-menu .nav-mega .sub-2dli:hover .sub-2da { color:#fff; font-weight:bold; background: orangered; border-color:orangered; }
.pc-menu .nav-mega .sub-2new { color: rgb(140, 195, 70);}
.pc-menu .nav-mega .sub-2line { display:block; color:#000; padding:5px 12px; font-weight:bold; background:#fafafa; line-height:22px; border-bottom: 1px solid rgb(238, 238, 238); }

/********************************************************
■ PC Menu Full : PC 상단 전체 스타일 메뉴
********************************************************/
.pc-menu .nav-full { position:relative; transition: all 0.3s ease-in-out; }
.pc-menu .nav-full.on { background:#fafafa; box-shadow: 0px 5px 5px -2px rgba(25, 25, 25, 0.15); -webkit-box-shadow: 0px 5px 5px -2px rgba(25, 25, 25, 0.15); }
.pc-menu .nav-full .at-container { z-index:10; overflow:hidden; transition: all 0.3s ease-in-out; }
.pc-menu .nav-full .menu-ul { background:#fff; display:table; width:100%; table-layout:fixed; margin:0px; }
.pc-menu .nav-full .menu-li { display:table-cell; vertical-align:top; }
.pc-menu .nav-full .menu-a { display:block; color:#fff; background:#111; font-weight:bold; padding:0px; text-align:center; }
.pc-menu .nav-full .menu-li:hover .sub-1div::before { left: 50%; margin-left:-8px; }
.pc-menu .nav-full .sub-1div { position:relative; display:none; visibility:visible; border-left:1px solid #ddd; }
.pc-menu .nav-full.on .sub-1div { display:block; }
.pc-menu .nav-full .menu-li:hover .menu-a,
.pc-menu .nav-full .menu-li.on .menu-a { background:#333; }
.pc-menu .nav-full .new { color: rgb(140, 195, 70);}
.pc-menu .nav-full-back { position:absolute; background:#111; left:0px; top:0px; width:100%; z-index:9; }

.pc-menu .nav-full .nav-full-first { }
.pc-menu .nav-full .nav-full-last { border-right:1px solid #ddd; }
.pc-menu .nav-full .menu-li:hover .sub-1div::before { top: -8px; border-width: 0 8px 8px; border-color: orangered transparent; display: block; width: 0px; content: ""; position: absolute; border-style: solid; }
.pc-menu .nav-full .menu-li:hover .sub-1div { background:#fff; border-top:3px solid orangered; box-shadow: 0 6px 12px rgba(0, 0, 0, .175); -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); }
.pc-menu .nav-full .sub-1dul,
.pc-menu .nav-full .sub-1dli { position:relative;  }
.pc-menu .nav-full .sub-1da { display:block; color:#000; padding:5px 12px; line-height:22px; border-bottom: 1px solid rgb(238, 238, 238); }
.pc-menu .nav-full .sub-1dli.on .sub-1da,
.pc-menu .nav-full .sub-1dli:hover .sub-1da { color:#fff; font-weight:bold; background: orangered; }
.pc-menu .nav-full .sub-1new { color: rgb(140, 195, 70);}
.pc-menu .nav-full .sub-1line { position:relative; display:block; color:#000; padding:5px 12px; font-weight:bold; background:#fafafa; line-height:22px; border-bottom: 1px solid rgb(238, 238, 238); }

.pc-menu .nav-full .sub-2div { left:100%; top:0; background: #fff; position:absolute; z-index:20; box-shadow: 0 6px 12px rgba(0, 0, 0, .175); -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); } 
.pc-menu .nav-full .sub-2dul { border-top:3px solid orangered; margin-top:-3px; }
.pc-menu .nav-full .sub-2dli { }
.pc-menu .nav-full .sub-2da { display:block; color:#000; padding:5px 12px; line-height:22px; border-bottom: 1px solid rgb(238, 238, 238); } 
.pc-menu .nav-full .sub-2dli.on .sub-2da,
.pc-menu .nav-full .sub-2dli:hover .sub-2da { color:#fff; font-weight:bold; background: orangered; }
.pc-menu .nav-full .sub-2new { color: rgb(140, 195, 70);}
.pc-menu .nav-full .sub-2line { display:block; color:#000; padding:5px 12px; font-weight:bold; background:#fafafa; line-height:22px; border-bottom: 1px solid rgb(238, 238, 238); }

/********************************************************
■ PC Content Menu : PC 컨텐츠 메뉴
********************************************************/
.pc-menu .nav-content { position:absolute; top:0px; left:0px; border:0px !important; z-index:20; }
.pc-menu .nav-content .nav-btn { display:block; font-size: 15px; font-family: "Roboto", sans-serif; cursor:pointer; padding:0px; color:#fff !important; font-weight:bold; background: rgb(203, 0, 7) !important; text-align:center; font-weight:bold; }
.pc-menu .nav-content .sub-shows { position:relative; color:#fff; background: rgb(225, 9, 19);	box-shadow: 0 6px 12px rgba(0, 0, 0, .175); -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); }
.pc-menu .nav-content .sub-shows .sub-a { display:block; font-size: 14px; font-family: "Roboto", sans-serif; font-weight:bold; color:#fff; line-height:24px; padding:8px 15px; border-bottom:1px solid rgb(203, 0, 7); }
.pc-menu .nav-content .sub-shows .nav-shows:hover { background: rgb(255, 255, 255) !important; }
.pc-menu .nav-content .sub-shows .nav-shows:hover .sub-a { color: rgb(225, 9, 19) !important; }
.pc-menu .nav-content .sub-shows.on .sub-a { color: rgb(203, 0, 7) !important; background: rgb(255, 255, 255) !important; }

.pc-menu .nav-content .sub-content { position:absolute; z-index:20; top:0px; color:#333; background:#fff; box-shadow: 0 6px 12px rgba(0, 0, 0, .175); -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); }
.pc-menu .nav-content .menu-content-box { display:table; width:100%; height:100%; table-layout:fixed; }
.pc-menu .nav-content .menu-content-box-sub { width:180px; padding:20px; padding-right:0px; height:100%; display:table-cell; vertical-align:top; }
.pc-menu .nav-content .menu-content-box-item { height:100%; display:table-cell; vertical-align:top; padding:15px; }
.pc-menu .nav-content .menu-content-item { height:100%; overflow:hidden; }

.pc-menu .nav-content .sub-1dul { height:100%; border-right:1px solid #ddd; padding-right:15px; }
.pc-menu .nav-content .sub-1dli { position:relative; line-height:20px; background:#fff; }
.pc-menu .nav-content .sub-1dli:hover,
.pc-menu .nav-content .sub-1dli.on { background: rgb(225, 9, 19); } 
.pc-menu .nav-content .sub-1dli.on .sub-1da,
.pc-menu .nav-content .sub-1dli:hover .sub-1da { color:#fff; font-weight:bold; }
.pc-menu .nav-content .sub-1da { display:block; padding:6px 12px; } 

.pc-menu .nav-content .sub-2div { display:none; visibility:visible; left:100%; top:0px; margin-left:-6px; z-index:20; background: rgb(225, 9, 19); position:absolute; border-radius:5px; } 
.pc-menu .nav-content .sub-2dul { } 
.pc-menu .nav-content .sub-2dli { }
.pc-menu .nav-content .sub-2dli:hover { background: rgb(203, 0, 7); } 
.pc-menu .nav-content .sub-2da { display:block; color:#fff; padding:6px 12px; } 
.pc-menu .nav-content .sub-2dli:hover .sub-2da,
.pc-menu .nav-content .sub-2dli.on .sub-2da { color:#fff; font-weight:bold; }

.pc-menu .nav-content .new { color: rgb(140, 195, 70);}
.pc-menu .nav-content .new-sub1 { color: rgb(140, 195, 70);}
.pc-menu .nav-content .new-sub2 { color: rgb(140, 195, 70);}

/********************************************************
■ PC Right Icon Menu : PC 우측 아이콘 메뉴
********************************************************/
.pc-menu .nav-right {  position:absolute; top:0px; right:0px; z-index:11; }
.pc-menu .nav-right > ul { float:right; list-style:none; padding:0px; margin:0px; }
.pc-menu .nav-right > ul > li { float:left; position:relative; padding-left:37px; }
.pc-menu .nav-right > ul > li > a { color:#404040; display:block; text-align:center; }
.pc-menu .nav-right > ul > li > a:hover {   }
.pc-menu .nav-right .label { position: absolute; top: 15%; right: 7px; text-align: center; font-size: 9px; font-weight:300; padding: 2px 3px; line-height: 0.9; border-radius: .25em !important; }
.pc-menu .nav-rw { width:50%; }

/********************************************************
■ PC All Menu : 전체 메뉴
********************************************************/
.pc-menu-all { position:relative; background:#fafafa; z-index:2; -webkit-box-shadow: inset 0px -10px 10px -10px rgba(0,0,0,0.2); -moz-box-shadow: inset 0px -10px 10px -10px rgba(0,0,0,0.2); box-shadow: inset 0px -10px 10px -10px rgba(0,0,0,0.2); }
.pc-menu-all .at-container { padding:20px 15px 0px; }
.pc-menu-all .table { margin-bottom:20px !important;}
.pc-menu-all .table td { width:1%; background:#fff; border:1px solid #ddd; padding:0px; line-height:20px; }
.pc-menu-all .menu-a { display:block; color:#000; padding:6px 12px; background:#f5f5f5; border-bottom:1px solid #ddd; font-weight:bold; text-align:center; }
.pc-menu-all .table td.on .menu-a { color:crimson; }
.pc-menu-all .sub-1div { padding:8px 0px; }
.pc-menu-all .sub-1dul { list-style:none; padding:0px; margin:0px; }
.pc-menu-all .sub-1dli .sub-1da { display:block; padding:2px 12px; color:#333; }
.pc-menu-all .sub-1dli.on .sub-1da,
.pc-menu-all .sub-1dli:hover .sub-1da { color:crimson; }
.pc-menu-all .new { color: rgb(140, 195, 70);}
.pc-menu-all .new-sub1 { color: rgb(140, 195, 70);}
.pc-menu-all .sub-1line { display:block; color:#000; padding:5px 12px; margin:4px 0px; font-weight:bold; background:#fafafa; }
.pc-menu-all .menu-all-btn { text-align:center; }


/********************************************************
■ Mobile Menu : 모바일 메뉴
********************************************************/
/*
.m-menu { display:none; overflow:hidden; background:#fff; position:relative; z-index:20; padding-right: 10px; }
.m-menu.list { background:#FFF!important;  }
.m-menu .m-table { display:table; width:100%; table-layout:fixed; width:100%; margin:0px; min-width:300px; border-collapse: collapse; }
.m-menu .m-icon,.m-menu .m-list { display:table-cell; vertical-align:middle; font-size:15px; height:56px; line-height:56px;  }
.m-menu .m-icon { width:40px; text-align:center; font-size:18px; }
.m-menu .m-icon a { display:block; position:relative; top:10px; line-height: 25px;
		color: rgba(0,0,0,0.6);
		margin-top: -18px; }
.m-menu .m-icon label { position: absolute; top: 25%; right: 5px; text-align: center; font-size: 11px; font-weight: 300; padding: 2px; line-height: 0.9; border-radius: 50% !important; }

.m-menu .m-nav { overflow: hidden; margin:0px 10px 0 0; }
.m-menu .m-nav ul { list-style: none; margin:0px; padding:0px; }
.m-menu .m-nav ul li { display:table-cell; padding: 0px 20px; white-space:nowrap; }
.m-menu .m-nav ul li.active { border-bottom: 2px solid #4D9A5C;   }
.m-menu .m-nav ul li.active a { color: #4D9A5C;   }
.m-menu-list ul li:hover { border-bottom: 2px solid #4D9A5C; color: #4D9A5C!important;    }
.m-menu-list ul li.a:hover { color: #4D9A5C !important;   }
.m-menu .m-sub { background:#fafafa; border-top:1px solid #ddd; font-size:15px; height:44px; line-height:44px; padding:0px 10px; }
.m-menu .m-nav-sub { width:100%; overflow: hidden; margin:0px; }
.m-menu .m-nav-sub ul { list-style: none; margin:0px; padding:0px; }
.m-menu .m-nav-sub ul li { display:table-cell; padding: 0px 10px; white-space:nowrap; }
.m-menu .m-nav-sub ul li.active a { color: orangered; font-weight:bold; }
.m-menu-list { height:42px!important; line-height:39px!important;  }


*/
@media all and (max-width:767px) {
	.responsive .m-menu { display:block;  }
	.nav-fixed  { width: 100% !important;  /* left:0px !important; */ }
	.m-menu {padding-right: 0px; }
	.gnb_menubar_2{ width:100vw!important; left:10px!important; }
}

.m-menu { display:none; overflow:hidden; background:none; position:fixed; z-index:1000; width:100vw; left:0px;}
.m-menu .m-wrap { }
.m-menu .m-table { display:table; width:100%; table-layout:fixed; width:100%; margin:0px; min-width:300px; border-collapse: collapse; }
.m-menu .m-icon,
.m-menu .m-list { display:table-cell; vertical-align:middle; font-size:15px; height:44px; line-height:44px; border-top:0px; border-bottom:0px; }
.m-menu .m-icon { width:44px; text-align:center; font-size:18px; }
.m-menu .m-icon a { display:block; position:relative; }
.m-menu .m-icon .label { position: absolute; top: 15%; right: 5px; text-align: center; font-size: 9px; font-weight:300; padding: 2px 3px; line-height: 0.9; border-radius: .25em !important;  }
.m-menu .m-nav { overflow: hidden; margin-right:10px; }
.m-menu .m-nav ul { list-style: none; margin:0px; padding:0px; }
.m-menu .m-nav ul li { display:table-cell; padding: 0px 8px; white-space:nowrap; }
.m-menu .m-nav ul li a { /* font-size:14px; */ line-height:17px; font-weight:500 }
.m-menu .m-nav ul li.active a { color: #4D9A5C; font-weight:bold; }

.m-menu .m-sub { background:#fafafa; border-top:1px solid #ddd; font-size:15px; height:44px; line-height:44px; padding:0px 10px; }
.m-menu .m-nav-sub { width:100%; overflow: hidden; margin:0px; }
.m-menu .m-nav-sub ul { list-style: none; margin:0px; padding:0px; }
.m-menu .m-nav-sub ul li { display:table-cell; padding: 0px 10px; white-space:nowrap; }
.m-menu .m-nav-sub ul li.active a { color: #4D9A5C; font-weight:bold; }

@media all and (max-width:991px) {
	.responsive .m-menu { display:block; }
}

.top_alram .label {
		position: absolute;
		top: -4px;
		right: 4px;
		text-align: center;
		font-size: 11px;
		font-weight: 300;
		padding: 3px;
		width: 15px;
		height: 15px;
		line-height: 0.9;
		border-radius: 50% !important;
}

/********************************************************
■ Page Title : 페이지 타이틀 및 설명글
********************************************************/
.at-title { height:80px; position:relative; color:#000; background-color: #fafafa; border-bottom:1px solid #dfdfdf; }
.at-title .at-container { height:100%; position:relative; }
.at-title .page-title { font-size:24px; position:absolute; left:20px; bottom:15px; z-index:1; }
.at-title .page-desc { color:#888; position:absolute; right:20px; bottom:10px; z-index:1; }
@media all and (max-width:767px) {
	.responsive .at-title { height:50px; }
	.responsive .at-title .page-title { font-size:20px; left:15px; bottom:10px; }
}

/********************************************************
■ Footer : 하단 푸터
********************************************************/
.en .at-footer .at-links { font-size:14px; }
.at-footer .at-links { position: relative; overflow:hidden; height:47px; background:#f7f7f7; padding:14px 0px; border-bottom:1px solid rgba(0,0,0,0.05);  }
.at-footer .at-links ul { list-style: none; margin: 0px; padding:0px; }
.at-footer .at-links ul > li { display: table-cell; padding: 0px 9px;  white-space: nowrap;}
.at-footer .at-links ul > li::after { float: right; color:rgba(0,0,0,0.9);   margin-right:-17px;}
.at-footer .at-links ul > li:last-child::after { content: ""; }
.at-footer .at-links ul > li > a { color:rgba(0,0,0,0.9);  font-size:14px; width: auto;}
@media all and (max-width:991px) {
/* 	.responsive .at-footer .at-links ul.pull-left { display:none; }
	.responsive .at-footer .at-links ul.pull-right { float:none !important; text-align:center; }
	.responsive .at-footer .at-links ul.pull-right > li { float:none; display:inline-block; }
*/
}

/* YC5 */
.en .at-footer .at-infos { font-size:14px; color:rgba(0,0,0,0.6); }
.at-footer .at-infos .media { padding:25px 10px ; }
.at-footer .at-infos .pull-left { font-size:70px;   }
.at-footer .at-infos .pull-right {text-align:right}
.at-footer .at-infos .copyright { float:left; }
.at-footer .at-infos .copyright span { color:rgba(0,0,0,0.6);  }
.at-footer .at-about { font-size:12px; list-style: none; margin:0px; padding:0px; }
.at-footer .at-about > li { padding: 0px ;line-height: 18px; color:rgba(0,0,0,0.6);}
.at-footer .at-about > li > a { color: rgba(0,0,0,0.6);  }
.at-footer .at-help { list-style: none; margin: 0px; padding:0px; margin-bottom:5px; }
.at-footer .at-help:after {display:block;visibility:hidden;clear:both;content:""}
.at-footer .at-help > li { float: left; padding: 0px 15px; }
.at-footer .at-help > li::after { float: right; font-size:12px; color:#ddd; content: "|"; margin-right:-17px;}
.at-footer .at-help > li:last-child::after { content: ""; }
.at-footer .at-help > li > a { float: left; }
@media all and (max-width:767px) {
	.responsive .at-footer .at-infos .media { padding:15px ;  }
	.responsive .at-footer .at-infos .copyright { float:none; margin:0px; }
	.at-footer .at-infos .pull-left { margin-bottom:20px}
	.at-footer .at-infos .pull-right { text-align:left;}
	.media>.pull-right { float: none !important;}
	.media>.pull-left { float: none !important;}
}

/* G5 */
.at-footer .at-copyright { text-align:center; padding:15px 0px; color:#888; }
.at-footer .at-copyright strong { color:#333; }

/********************************************************
■ Go Top & Bottom : 상단/하단 이동버튼
********************************************************/
.at-go .go-btn { display:none; position: fixed; width:150px; bottom: 20px; z-index: 3000; left:calc( 50% + 460px); }
.at-go .go-btn span { display: block; color:#fff;  margin:5px 0px; text-align: right;  width: 144px; height: 45px; line-height: 42px !important; font-size: 19px; }
.at-go .go-btn .go-sc img { width:44px }
.at-go .go-btn .go-sc img:hover { content: url('/assets/img/bt_sc_over_pc.png'); width:144px}
.at-go .go-btn .go-kakao img { width:44px }
.at-go .go-btn .go-kakao img:hover { content: url('/assets/img/bt_kakao_over_pc.png'); width:144px}
.at-go .go-btn .go-top img { width:44px }
.at-go .go-btn .go-top img:hover { content: url('/assets/img/bt_top_over_pc.png'); width:44px}

/********************************************************
■ Go Previous : 이전 페이지 이동버튼
********************************************************/
.at-go .go-btn-left { display: none; position: fixed; width:150px; bottom: 20px; z-index: 3000; right:calc( 50% + 442px); }
.at-go .go-btn-left span { display: block; color:#fff;  margin:5px 0px; text-align: left;  width: 144px; height: 45px; line-height: 42px !important; font-size: 19px; }
.at-go .go-btn-left .go-previous img { width:44px }

@media (max-width: 768px) {
	.at-go .go-btn { bottom:80px; right:10px; left: auto; }
	.at-go .go-btn .go-kakao img:hover { content: none; width:44px}
	.at-go .go-btn-left { display:block; bottom:80px; left:10px; right: auto; }
}

/********************************************************
■ Bootstrap3 : 부트스트랩 기본속성
********************************************************/
/* Button */
.btn { font-family: "Roboto", sans-serif; }
.btn-lg { padding: 10px 16px; border-radius: 3px; line-height: 1.33; font-size: 18px; }
.btn-lg i {	top: 3px; font-size: 24px; position: relative; }
.btn-xs { padding: 4px 10px; }
.is-pc .ko .btn-xs,

/* Panel : Accordions */
.panel { box-shadow: none; -webkit-box-shadow: none; border-radius: 0px; }
.panel-group .panel { border-radius: 0px; }
.panel .panel-heading { border-radius: 0px; }
.is-pc .ko .panel .panel-body { font-size:14px; }

/* List Group */
.list-group-item { word-break:break-all; border-radius:0 !important; }

/* Pagination */
.pagination { font-family: 'Apple SD Gothic Neo'; }
.pagination li a { border-radius:0 !important; color:#333 !important; height:29px;}
.pagination li.active a { color:#fff !important; background:#444 !important; border-color:#444 !important; }

/* Progress */
.progress { position:relative; border-radius: 0px; height: 28px; overflow: hidden; margin-bottom: 15px; box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1); background-color: rgb(245, 245, 245); -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }
.progress .sr-only { font-family: 'Apple SD Gothic Neo'; margin: 0px 15px; left: 0px; width: auto; height: 28px; line-height: 28px; font-size: 12px; clip: auto; }
.sr-score { font-family: 'Apple SD Gothic Neo'; height: 28px; line-height: 28px; font-size: 12px; padding-right:8px; }

/* Misc */
/* .form-control, .well, .btn, .alert, .input-group-addon, .label { border-radius:0 !important; }  */

/********************************************************
■ Widget : 위젯 속성
********************************************************/
/* Miso-Category Widget */
.miso-category .ca-head a { background:#222 !important; }

/* Image Round & Style */
.is-round .is-round-title { border-radius:15px; z-index:1; }
.is-round-post-img { border-radius:10px; z-index:1; }
.is-round-post,
.is-round-item,
.is-round-event,
.is-round-banner { border-radius:15px; z-index:1; }
.is-round-item.on,
.is-round-item:hover { }
.is-round-item-img { border-radius:15px 15px 0px 0px; z-index:1; }
.is-item-content { }

/* Image Scale */
.is-pc .item-col .wr-img,
.is-pc .post-col .wr-img { transition: all 0.2s ease-in-out; }
.is-pc .item-col:hover .wr-img,
.is-pc .post-col:hover .wr-img { transform: scale(1.15); }

/* Border Color */
.border-color,
.tabs-color-top { border-color: rgb(50, 60, 70) !important; }


/********************************************************
■ 추가
********************************************************/
.item_tag ul {list-style:none; padding:0;}
.item_tag ul li {width:16.66%; float:left; text-align:center; margin-bottom:0.8em}
.rectangle-125, .rectangle-125-sky {
	margin:0 auto;
	font-size:16px;
	width: 150px;
	height: 46px;
	background: #ffffff;
	border: 1px solid #f2f2f2;
	box-sizing: border-box;
	border-radius: 47px;
	padding:12px;
	text-align:center;
	filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.1));
}

/*
.rectangle-125:last-child {margin-right:0}
*/

.rectangle-125-sky, .rectangle-125:hover {
	background: #4D9A5C;
	color:#fff
}

.rectangle-125-sky a, .rectangle-125:hover a {
	color:#fff
}

@media (max-width: 991px) {
	.rectangle-125, .rectangle-125-sky {
		font-size:12px;
		margin-right:15px;
		width: 130px;
		height: 44px;
	}
}

@media (max-width: 767px) {
	.item_tag ul li {width:33.33%; float:left;}
	.rectangle-125, .rectangle-125-sky {
		font-size:12px;
		margin-right:15px;
		width: 110px;
		height: 42px;
		padding: 10px;
	}
}


.main_banner_top2 {position:relative; height:100px; background:#f2f2f2; padding:25px 33px;}
.main_banner_top2 p {font-size:16px; line-height:19px; margin:0 0 5px;}
.main_banner_top2 strong {font-size:22px; line-height:26px; font-weight:600}
.main_banner_top2 .back_img_right {position:absolute; top:-35px; right:52px;}
.main_banner_top2 .back_img_right img {max-width:180px;}
.main_banner_top2 .only_mobile_br {display:none;}
.main_banner_top2_mobile {display:none;}

@media (max-width: 767px) {
		.main_banner_top2 {display:none;}
		.main_banner_top2_mobile {display:block;margin:20px 0;}
		.main_banner_top2_mobile img {width:100%;}
		/*
		.main_banner_top2 {padding:18px 18px;}
		.main_banner_top2 p {font-size:11px; line-height:13px}
		.main_banner_top2 strong {font-size:16px; line-height:19px; font-weight:600}
		.main_banner_top2 .back_img_right {top:-22px; right:10px;}
		.main_banner_top2 .back_img_right img {max-width:120px;margin-top:20px;}
		.main_banner_top2 .only_mobile_br {display:block;}
		*/
}

#main_slider {/* width:calc(100% + 30px); margin-left:-15px */
width: 100vw;
    height: 65px;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;

}
#main_slider .item div {position:relative; height:356px}
#main_slider .item .s_left {padding-top:0px;padding-left:25px; height:390px}
#main_slider .item .s_right {padding-top:55px;padding-left:25px}
#main_slider .item .s_left_img {position:absolute; left:6%; bottom:12px; background:transparent; filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.25));}
#main_slider .item strong {display:block; width:350px; color:#fff; font-weight: 700; font-size: 48px; line-height: 64px;}
#main_slider .item p {font-weight: 400; font-size: 16px; line-height: 24px; color: rgba(255, 255, 255, 0.7);}
#main_slider .item .back_img_right {position:absolute; top:85px; right:25px; width:250px; height:168px}
#main_slider .item .back_img_right img {}
#main_slider .item .s_right_control {position:absolute; bottom:5%;font-size: 14px; line-height: 16px;}
#main_slider .item .s_right_control a{color:#fff; font-weight: bold; font-size: 14px; line-height: 16px;}
#main_slider .item .s_right_control span{margin:0 10px}

@media (max-width: 767px) {
	#main_slider .item .s_right_control {bottom:0%;}
	#main_slider .item div {position:relative; height:210px}
	#main_slider .item .s_left {padding-top:0px;padding-left:25px; height:230px; background:inherit}
	#main_slider .item .s_right {padding-top:15px;padding-left:25px}
	#main_slider .item .s_left_img {position:absolute; top:0px; background:transparent; filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.25));}
	#main_slider .item .s_left_img img {width:90%}
	#main_slider .item strong {padding-top:10px;display:block; width:240px; color:#fff; font-weight: 700; font-size: 34px; line-height: 36px;}
	#main_slider .item p {padding-top:10px;font-weight: 400; font-size: 16px; line-height: 18px; color: rgba(255, 255, 255, 0.7);}
	/* #main_slider .item p br {display:none} */
	#main_slider .item .back_img_right {position:absolute; top:85px; right:25px; width:175px; height:118px}
	#main_slider .item:nth-child(1) .back_img_right {top:85px}
	#main_slider .item:nth-child(2) .back_img_right {top:85px}
	#main_slider .item:nth-child(3) .back_img_right {top:50px;right:0;}
	#main_slider .item:nth-child(4) .back_img_right {top:50px}
	#main_slider .item:nth-child(5) .back_img_right {top:90px}
	#main_slider .item:nth-child(6) .back_img_right {top:60px}
	#main_slider .item:nth-child(7) .back_img_right {top:90px;right:0;}
	#main_slider .item:nth-child(7) .back_img_right img {zoom:0.6}
	#main_slider .item .back_img_right img {zoom:0.72}
	#main_slider .carousel-inner{overflow:visible}
}

.top-banner{
	position:relative;text-align:center;display:none;
}
.top-banner-inner{
	z-index:100;margin:0 auto;padding:0 10px;position:absolute;top:0;left:0;right:0;bottom:0;
}
.top-banner-inner img {width:100%;}
.top-banner-btn-close{
	z-index:1000;
	position:absolute;
	top:10%;
	right:1%;
	width:18px;
	cursor: pointer;
}
.top-banner-btn-touch{
	display:flex;
	z-index:1000;
	position:absolute;
	top:70%;
	right:1%;
	cursor: pointer;
}
.top-banner-btn-right{
	margin-left:2px;
}
.top-banner.on{
	display:block;
}
.top-banner.belt-banner{
	height:120px;
	background:#f2f2f2;
}
.top-banner.belt-banner .top-banner-inner{
	position:relative;position:absolute;top:0;right:0;bottom:0;left:0;
}
.top-banner.belt-banner .top-banner-inner:before{
	content:'';position:absolute;top:0;right:0;bottom:0;left:0;
}

@media (max-width: 767px){
	.top-banner.belt-banner{
		height:120px;
	}
	i.top-banner-btn-close {
		font-size:1.8em;
	}
}

@media (max-width: 991px){
	.top-banner{
		z-index:1;margin-top:0px;
	}
	.top-banner.belt-banner{
		height:100px;
	}
}

.main_plan_shop {
	background:#f5d86d;position:relative;padding:35px 25px
}

.main_plan_shop .ps_left {
	padding-left:22px;
	position: absolute;
}

.main_plan_shop .ps_left strong {
	font-size: 34px;font-weight:bold;top:40px;left:30px;line-height:36px
}
.main_plan_shop .ps_left .only_mo {
  display: none;
}
/* .main_plan_shop .ps_left p:nth-child(2) br {display:none} */

.main_plan_shop .ps_left > p:nth-child(2) {
  font-size: 14px;
  margin-top: 5px;
}

.main_plan_shop .ps_left > p:nth-child(3) {
	visibility: hidden;
}

.main_plan_shop .ps_left > p:nth-child(3) a {
	font-size: 14px;
	color: rgba(0, 0, 0, 0.3);
	text-decoration: underline;
}

.main_plan_shop .ps_left .ps_left_img {margin:-25px 0 0 30px}
.main_plan_shop .ps_left .ps_left_img img {width:160px;}

.main_plan_shop .ps_right {
	padding-left:25%
}

.main_plan_shop .more {
	position: absolute;
	top: 27px;
	right: 27px;
}

.main_plan_shop .more .w-more {
	text-decoration: none;
	letter-spacing: 1px;
	color: #ff667f;
}

@media (max-width: 767px) {
  .main_plan_shop {
    padding:30px 25px
  }
	.main_plan_shop .ps_left {
		padding: 20px 0 0 0;
	}
	.main_plan_shop .ps_right {
		padding-left:40%
  }
  .main_plan_shop .ps_left strong {
    font-size: 24px;
    line-height: 1.2;
  }

  .main_plan_shop .ps_left .only_mo { 
    display:block;
  }
  .main_plan_shop .ps_left > p:nth-child(2) {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 5px;
  }
	.main_plan_shop .ps_left p:nth-child(2) br {display:block}

	.main_plan_shop .ps_left .ps_left_img {margin:-20px 0 0 0px}
	.main_plan_shop .ps_left .ps_left_img img {width:120px;}
}

@media (max-width: 991px){
	/* .main_plan_shop .ps_left .ps_left_img {margin:-15px 0 0 10px} */
}

.mobile_zzangdeal_countdown {
	position: absolute;
}

.mobile_zzangdeal_countdown #clock_mobile {
	position: absolute;
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 8px;
	color: #fff;
}

.mobile_zzangdeal_countdown .mobile_zzangdeal_countdown_unit {
	margin-top: 30px;
  color: #fff;
  overflow:hidden;
  white-space:nowrap;
}

.mobile_zzangdeal_countdown .mobile_zzangdeal_countdown_unit span {
  margin-left:10px;
  margin-right:30px;
}

.main_zzangdeal_countdown {
	position: absolute;
}

.main_zzangdeal_countdown #clock_web {
	position: absolute;
	left: 0;
	right: 0;
	width: 60%;
	margin-top: 2.5%;
	/*
	top: 55%;
	left: 50%;
	margin-left: -24%;
	height: 77px;
	*/
	padding: 10px 10px 0;
	padding-right:0;
	line-height: 60px;
	font-size: 60px;
	font-weight: bold;
	letter-spacing: 15px;
	color: #fff;
}

.main_zzangdeal_countdown .main_zzangdeal_countdown_unit {
	margin-top: 100px;
  color: #fff;
  overflow:hidden;
  white-space:nowrap;
}

.shop_zzangdeal_countdown {
	position: absolute;
}

.shop_zzangdeal_countdown #clock_web {
	position: absolute;
	left: 0;
	right: 0;
	width: 60%;
	margin-top: 2.5%;
	/*
	top: 55%;
	left: 50%;
	margin-left: -24%;
	height: 77px;
	*/
	padding: 10px 10px 0;
	padding-right:0;
	line-height: 60px;
	font-size: 46px;
	font-weight: bold;
	letter-spacing: 10px;
	color: #fff;
}

.shop_zzangdeal_countdown .shop_zzangdeal_countdown_unit {
	margin-top: 100px;
  color: #fff;
  overflow:hidden;
  white-space:nowrap;
}

.main_live_countdown {
	position: relative;
	background: #70c6cc;
	height: 260px;
	text-align: center;
	padding-top: 35px;
	background: url('/assets/img/live_countdown_bg.png');
}

.main_live_countdown hr {
	width: 640px;
	margin: 0 auto;
	margin-bottom: 30px;
	padding: 0;
	border-top: 1px solid #fff;
	color: #fff;
	text-align: center;
}

.main_live_countdown p {
	position: absolute;
	top: 10%;
	left: 50%;
	margin-left: -16%;
	width: 330px;
	background: #70c6cc;
	font-size: 18px;
	color: #ffff00;
}

.main_live_countdown strong {
	display: block;
	padding-top: 10px;
	font-size: 30px;
	color: #fff;
}

.main_live_countdown strong span {
	color: #ffff00;
	font-size: 50px;
}

.main_live_countdown #clock {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 60%;
	margin-top: 2.5%;
	/*
	top: 55%;
	left: 50%;
	margin-left: -24%;
	height: 77px;
	*/
	padding: 10px 10px 0;
	padding-right:0;
	line-height: 60px;
	font-size: 60px;
	font-weight: bold;
	letter-spacing: 15px;
	color: #fff;
	/*
	background: url('/assets/img/countdown_clock_bg.png');
	font-family: arial;
	*/
	background: #000;
}

.main_live_countdown .main_live_countdown_unit {
	margin-top: 100px;
	color: #fff;
}

.main_live_countdown .main_live_countdown_unit span {
	display: inline-block;
	width: 50px;
	margin: 0 40px;
}

.main_live_countdown_ing .only_mobile_br {
	display: none;
}

.main_live_countdown_bn img {
	width:100%;
}

.main_live_countdown_bn .only_mobile_bn {
	display:none;
}

@media (max-width: 991px){
	.main_live_countdown #clock {
		font-size: 56px;
		letter-spacing: 14px;
	}
}


@media (max-width: 767px) {
	.main_live_countdown {
		height: 143px;
		padding-top: 25px;
		background: url('/assets/img/live_countdown_bg_m.png');
	}

	.main_live_countdown hr {
		width: 300px;
		margin-bottom: 10px;
	}

	.main_live_countdown p {
		font-size: 11px;
		width: 200px;
		margin-left: -28%;
	}

	.main_live_countdown strong {
		font-size: 16px;
	}

	.main_live_countdown strong span {
		font-size: 22px;
	}

	.main_live_countdown #clock {
		font-size: 24px;
		height: 30px;
		line-height: 25px;
		letter-spacing: 4px;
		padding: 5px;
		padding-right: 0;
	}

	.main_live_countdown .main_live_countdown_unit {
		margin-top: 38px;
		font-size: 10px;
	}
	.main_live_countdown .main_live_countdown_unit span {
		display: inline-block;
		width: 35px;
		margin: 0 5px;
	}

		.main_live_countdown_ing .only_mobile_br {
		display: block;
	}

	.main_live_countdown_ing {
		height: 160px;
	}

	.main_live_countdown_bn .only_mobile_bn {
		display: block;
	}

	.main_live_countdown_bn .only_pc_bn {
		display:none;
	}
}


.main_wt_tv > div > div {
	border: 1px solid #ddd;
	padding: 15px;
}

.main_wt_tv > div:first-child > div {
	border-right: none;
}

@media (max-width: 991px) {
	.main_wt_tv > div:first-child > div {
		border-right: 1px solid #ddd;
		border-bottom: none;
	}
}

.main_banner_bottom {height:270px; background:#FCF7E5;}
.main_banner_bottom .left, .main_banner_bottom .right {padding-left:0;padding-right:0px}
.main_banner_bottom .back_img_left {padding-left:45px;}
.main_banner_bottom .back_img_left img {left:-15px;}
.main_banner_bottom .back_right {padding-top:53px;}
.main_banner_bottom .back_right p {font-family: 210 OmniGothicOTF;font-size:36px; line-height:41px;display:block; margin:0;}

.main_banner_bottom .back_right .back_right_button {display:block; padding-top:14px;}
.main_banner_bottom .back_right .back_right_button div {float:left; width:65px; height:65px; border-radius:50%; margin-right: 24px;}
.main_banner_bottom .back_right .back_right_button .circle_1 {background:#4D9A5C;}
.main_banner_bottom .back_right .back_right_button .circle_2 {background:#F5D86D;}
.main_banner_bottom .back_right .back_right_button div p {line-height:18px ;color:red; font-size:16px; color:#ffffff; text-align:center;}
.main_banner_bottom .back_right .back_right_button div:nth-child(1) p {padding-top:14px}
.main_banner_bottom .back_right .back_right_button div:nth-child(2) p {padding-top:14px}
.main_banner_bottom .back_right .back_right_button div:nth-child(3) p {padding-top:22px}
.main_banner_bottom .back_right .back_right_button div:nth-child(4) p {padding-top:22px}
.main_banner_bottom .back_right .back_right_button div:nth-child(5) p {padding-top:22px}
.main_banner_bottom .back_right .back_right_button div:nth-child(6) p {padding-top:22px}
.main_banner_bottom .back_right .back_right_button div:nth-child(7) p {padding-top:22px}
.main_banner_bottom .back_right .back_right_button div:nth-child(8) p {padding-top:22px}
.main_banner_bottom .back_right .back_right_button div:last-child {margin-right:0}

.main_banner_bottom .back_img_app {float:left; padding-top:24px;}
.main_banner_bottom .back_img_app img:last-child {margin-left:20px;}

.main_banner_bottom2 {height:45px; background:#4D9A5C;}



@media (max-width: 991px){
	.main_banner_bottom {height:173px; background:#FCF7E5;}
	.main_banner_bottom .left, .main_banner_bottom .right {padding-left:0;padding-right:0px}

	.left{float: left;}
	.main_banner_bottom .back_img_left {padding-top:41.6px;}
	.main_banner_bottom .back_img_left img {width:220.16px; }
	.main_banner_bottom .back_right {padding-top:34px;}
	.main_banner_bottom .back_right p {font-family: 210 OmniGothicOTF;font-size:24px; line-height:28px;display:block;}

	.main_banner_bottom .back_right .back_right_button {display:block; padding-top:9.12px;}
	.main_banner_bottom .back_right .back_right_button div {float:left; width:43.52px; height:43.52px; border-radius:50%; margin-right: 15.36px;}
	.main_banner_bottom .back_right .back_right_button .circle_1 {background:#4D9A5C;}
	.main_banner_bottom .back_right .back_right_button .circle_2 {background:#F5D86D;}
	.main_banner_bottom .back_right .back_right_button div p {line-height:18px ;color:red; font-size:12px; color:#ffffff; text-align:center;}

	.main_banner_bottom .back_right .back_right_button div:nth-child(1) p {padding-top:4px}
	.main_banner_bottom .back_right .back_right_button div:nth-child(2) p {padding-top:4px}
	.main_banner_bottom .back_right .back_right_button div:nth-child(3) p {padding-top:15px}
	.main_banner_bottom .back_right .back_right_button div:nth-child(4) p {padding-top:4px}
	.main_banner_bottom .back_right .back_right_button div:nth-child(5) p {padding-top:15px}
	.main_banner_bottom .back_right .back_right_button div:nth-child(6) p {padding-top:4px}
	.main_banner_bottom .back_right .back_right_button div:nth-child(7) p {padding-top:15px}
	.main_banner_bottom .back_right .back_right_button div:nth-child(8) p {padding-top:4px}
	.main_banner_bottom .back_right .back_right_button div:last-child {margin-right:0}

	.main_banner_bottom .back_img_app { padding-top:10px;margin-right:100px}
	.main_banner_bottom .back_img_app img{width: 100px;}

	.main_banner_bottom .back_img_app img:last-child {margin-left:16px;}

	.main_banner_bottom2 {height:28px; background:#4D9A5C;}
}



@media (max-width: 767px) {
	.main_banner_bottom_p {margin-left:-30px !important; margin-right:-30px !important}
	.main_banner_bottom {height:340px; background:#FCF7E5;}
	.main_banner_bottom .left, .main_banner_bottom .right {padding-left:0;padding-right:0px}

	.left{position: absolute; bottom: 1px;    text-align: center; width: 100%; margin:0px;}
/*	.main_banner_bottom .back_img_left {position: absolute; bottom: 1px;}*/
	.main_banner_bottom .back_img_left img {width:110px; position: relative; left: calc(50% - 65px);}
	.main_banner_bottom .back_right {padding-top:54px; margin:0 48px 0 20px; width:100%}
	.main_banner_bottom .back_right > p {font-family: 210 OmniGothicOTF;font-size:28px; line-height:32px;display:block;text-align:center;width:100%;margin-left:-4%}
		.main_banner_bottom .back_right .bold_text {font-weight:bold;}

	.main_banner_bottom .back_right .back_right_button {display:block; padding-top:20px;height:165px; width:360px; margin:0 auto}
	.main_banner_bottom .back_right .back_right_button div {width:63.26px; height:63.26px; border-radius:50%; margin-right: 22.74px;}
	.main_banner_bottom .back_right .back_right_button .circle_1 {background:#4D9A5C;}
	.main_banner_bottom .back_right .back_right_button .circle_2 {background:#F5D86D;}
	.main_banner_bottom .back_right .back_right_button div p {line-height:18px ;color:red; font-size:14px; color:#ffffff; text-align:center;}

	.main_banner_bottom .back_right .back_right_button div:nth-child(1) p {padding-top:14px}
	.main_banner_bottom .back_right .back_right_button div:nth-child(2) p {padding-top:14px}
	.main_banner_bottom .back_right .back_right_button div:nth-child(3) p {padding-top:22px}
	.main_banner_bottom .back_right .back_right_button div:nth-child(4) p {padding-top:22px}
	.main_banner_bottom .back_right .back_right_button div:nth-child(5) {clear:both;margin-top:10.67px;}
	.main_banner_bottom .back_right .back_right_button div:nth-child(6) {margin-top:10.67px;}
	.main_banner_bottom .back_right .back_right_button div:nth-child(7) {margin-top:10.67px;}
	.main_banner_bottom .back_right .back_right_button div:nth-child(8) {margin-top:10.67px;}

	.main_banner_bottom .back_right .back_right_button div:nth-child(5) p {padding-top:22px}
	.main_banner_bottom .back_right .back_right_button div:nth-child(6) p {padding-top:22px}
	.main_banner_bottom .back_right .back_right_button div:nth-child(7) p {padding-top:22px}
	.main_banner_bottom .back_right .back_right_button div:nth-child(8) p {padding-top:22px}
	.main_banner_bottom .back_right .back_right_button div:last-child {margin-right:0}

	.main_banner_bottom .back_img_app { padding-top:5px;width: 100%;text-align:center;margin-left:-6%}
	.main_banner_bottom .back_img_app img{width: 152px;}

	.main_banner_bottom .back_img_app img:last-child {margin-left:16px;}

	.main_banner_bottom2 {height:28px; background:#4D9A5C;}
}

/* 이벤트 뷰페이지 */
.pc { display: block;}
.mo { display: none;}

.event_contents img {max-width: 100%}
.event_contents .blind { display:none;}
.event_notice {background:#eee; padding: 35px 10%; color: #4c4c4c; line-height: 25px; text-align: left;}

@media (max-width: 640px){
.pc { display: none;}
.mo { display: block;}
}

/*기획전 뷰페이지*/
.prmo_contents img {max-width: 100%}
.prmo_contents .blind { display:none;}

.promo_banner { padding: 20px 0; text-align: center;}
.promo_banner a {max-width: 46%; border-radius: 20px; margin-left: 20px; display: inline-block; border-bottom: 3px solid #FFF; transition: border .2s ease; overflow: hidden}
.promo_banner a img { max-width: 100% }
.promo_banner a:first-child { margin-left: 0;}
.promo_banner a:hover, .promo_banner a.active { border-bottom: 3px solid #ff7f4e;}


/*메뉴 GNB 리뉴얼*/
	.promo_icon {line-height: 40px; display:inline-block; box-sizing: border-box; padding-top: 3px;}
	.promo_icon a {border: 1px #38baa7 solid; height: 28px; line-height: 28px; display: inline-block; padding: 0 8px 0 28px; background: url(/assets/img/icon_gift.png) no-repeat 5px center; border-radius: 5px; color: #38baa7  !important; font-weight: 500; font-size: 15px !important;}
	.gnb_area {  padding-bottom: 30px; height: 60px; z-index: 999; position: relative}
	.gnb { display: flex; background:#FFF;}
	.gnb_area .menu_all { text-align: center;   color:#7d7d7d; }
	.gnb_area .menu_all a { padding: 20px 0 18px 0; width: 89px; font-size: 17px ; display: inline-block; border-top:#ddd solid 1px; border-bottom: 1px solid #ddd; background: url(/assets/img/menu_line_y.gif) no-repeat right center;}
	.gnb_menu { display: flex; width: 100%; -ms-flex: 1; /* IE 10 */ }
	.gnb_menu a.active {color: #4D9A5C!important; border-bottom: 3px solid #4D9A5C!important;}
	.gnb_menu > li:hover ul.depth2 {background: #f4f4f4;} 
	.gnb_menu > li:hover .depth1 a {color: #4D9A5C; border-bottom: 3px solid #4D9A5C;}
	.gnb_menu > li {  display: inline-block; vertical-align: top; text-align: center; font-size: 14px ;  width: calc(100% / 3 ); }
	.gnb_menu > li .depth1 { border-top:#ddd solid 1px; border-bottom: 1px solid #ddd; }
	.gnb_menu > li .depth1 a {padding: 20px 0 15px 0; display:block; transition: color .2s ease; border-bottom: 3px solid #fff; color:#3b3b3b; font-size:14px }
	.gnb_menu .depth2 {padding: 10px 0; margin-bottom: 10px; box-sizing: border-box; height: calc(100% - 62px ); display:none;}
	.gnb_menu .depth2 li a { display: block; padding: 3px 0 ; font-size: 12px; color:#585858; font-weight: 300;}
    .gnb_menu .depth2 li a:hover {color:#3b3b3b;}


/*주문/배송현황 탭 */
	.tab_st01 { text-align:center;}
	.tab_st01 a { display:inline-block; min-width:170px; border:#dcdcdc solid 1px; padding:15px 10px; }	
	.tab_st01 a:hover , .tab_st01 .active { border:#4D9A5C solid 1px; background:#4D9A5C;}
	.tab_st01 a:hover span , .tab_st01 .active span { color:#fff}
	.tab_st01 a span { font-size:1.6rem; font-weight:400;}

@media (max-width: 640px){
.tab_st01 { width:100%}
.tab_st01 a {min-width:calc(25% - 10px); margin-left:2px;padding: 5px 8px; line-height: 15px;}
.tab_st01 a:first-child{ margin-left: 0;}
.tab_st01 a span { font-size:1.2rem; }
	
}

/*배송지 관리*/

.addresspop .order_input_title {font-weight: normal;}
.addresspop label {font-size: 14px !important;}
.addressbox .btn_area2 {position: absolute; top:8px; right:8px;}
.addresspop ul.addresspop_list { margin:0; font-size:14px; }
					
ul.addressbox {list-style: none; padding: 0; margin: 0;}
.addressbox li {border:#d2d2d2 1px solid; margin-bottom: 15px; padding: 20px 13px; position: relative; font-size: 1.6rem; }
.addressbox li.default {border-left:#4D9A5C solid 5px !important;}
.addressbox .btn_area {position: absolute; top:8px; right:8px;}
.addressbox .btn_area button { padding: 3px 15px; background: #fff; border-radius: 5px; transition: 0.2s; font-size: 1.4rem }
.addressbox .btn_area button:nth-child(1) {border: 1px solid #ff667f; color:#ff667f;}
.addressbox .btn_area button:nth-child(1):hover { background:#ff667f; color: #fff}
.addressbox .btn_area button:nth-child(2) {border: 1px solid #bfbfbf; color:#676767 }
.addressbox .btn_area button:nth-child(2):hover { background:#bfbfbf; color: #fff}
.place { font-size: 1.8rem; color:#282828; margin-bottom: 20px; font-weight: 600;}
.place span.default { font-size: 1.4rem; color:#3bb6a4; border-radius: 50px; border: solid 1px #4fcec1; padding: 3px 8px; margin-left: 5px; }
.addressbox .name, .addressbox .address { margin-bottom: 6px}
.btn_new {text-align: center; margin: 30px  auto; }
.btn_new button {font-size: 2rem; color: #FFF;  border: none;}
.btn_new .add_address { background:url(/assets/img/mypage/btn_icon_plus.png)#4D9A5C no-repeat 8px center; padding: 8px 20px 8px 45px; border-radius: 60px;  }
.btn_new .close_address { background:#aaa;  padding: 8px 20px; border-radius: 60px; margin-left: 10px; }



.add_btn_area { text-align: center; margin: 30px  auto;}
.add_btn_area button {font-size: 2rem; color: #FFF; padding: 8px 40px; border-radius: 60px; border: none;}
.add_btn_area button:nth-child(1) { background: #4D9A5C;}
.add_btn_area button:nth-child(2) { background:#bfbfbf; margin-left: 15px;} 

/*배송지 관리 팝업*/
.addressspopup_title { width: 100%; background: #4D9A5C; text-align: center; padding: 18px 0 ; font-size: 2rem; color:#FFF; margin-bottom: 30px; font-weight:600;}

/*팝업 타이틀*/
.page_title2 {font-weight: 600; font-size: 20px; text-align: center; height: 56px;     line-height: 32px;}

/*렌탈 현황 스탬프*/


h2.st_tit { font-size:25px; margin-bottom:20px; }
h2.st_tit span {box-shadow: #ffee58 inset 0 -8px 0;}
.stamp_title .btn_area { margin-top:50px;}
	
	.point_order_list { margin-top:30px;}
	.point_order_list .next_txt {border-top:#dcdcdc solid 1px;  border-bottom:#dcdcdc solid 1px; text-align:center; padding:10px 0; font-size:1.6rem; }
	.point_order_list .next_txt strong {color: #f65d7d;}
    .point_order_list table { width:100%; text-align:center; border-top:#333 2px solid; margin-top:30px;}
	.point_order_list thead tr th {text-align:center; padding:8px 0 13px 0 ;}
	.point_order_list tr { border-bottom: 1px solid #e5e5e5;}
	.point_order_list tbody td { padding:5px 3px; min-height:35px; }
	.point_order_list tbody .title { text-align:left;}
	.point_order_list tbody .title a{ color:#3f88e2; }	
	.point_order_list tbody .date { color:#959595}
	.point_order_list tbody td .minus {color:#999}
	.point_order_list tbody td .plus {color:#36C2C5}
	.point_order_list tbody td.price { text-align:right;}
	.point_order_list tbody td.price .minus { color:#999}
	
	.point_title { background:url(/assets/img/mypage/point_tit_bg.jpg) no-repeat right center; font-size:16px; padding:10px 0;}
	


.rental_stamp_box { border: #dcdcdc solid 1px; display: flex; padding: 10px;}
.rental_stamp_box dl { background:#e6e6e6; padding: 0 8px 8px 8px; text-align: center; margin-bottom: 0; }
.rental_stamp_box dl dt { font-weight: 600; font-size: 1.6rem; color: #3b3b3b; padding: 8px;}
.rental_stamp_box dl dd {color: #767676; font-size: 1.5rem; background: #fff; border-radius: 3px; min-width:112px; padding: 5px; }
.rental_stamp_box dl dd strong { font-size:2.8rem ; color:#f65d7d; font-weight: 900 }
.rental_stamp_box .stamp_area {list-style: none; font-size : 0; line-height: 0; padding: 0; margin: 0; width: 100% }
.rental_stamp_box .stamp_area li { display: inline-block; margin-left: 8px; width: calc( 25% - 8px); }
.rental_stamp_box .stamp_area .stamp { height: 95px; width: 95px; display: inline-block;}
.rental_stamp_box .stamp_area li:nth-child(1) .stamp {background:url(/assets/img/mypage/stamp_3_off.png) no-repeat center center;   }
.rental_stamp_box .stamp_area li:nth-child(2) .stamp {background:url(/assets/img/mypage/stamp_5_off.png) no-repeat center center;}
.rental_stamp_box .stamp_area li:nth-child(3) .stamp {background:url(/assets/img/mypage/stamp_10_off.png) no-repeat center center;}
.rental_stamp_box .stamp_area li:nth-child(4) .stamp {background:url(/assets/img/mypage/stamp_15_off.png) no-repeat center center;}
		
.rental_stamp_box .stamp_area li:nth-child(1) .on {background:url(/assets/img/mypage/stamp_3_on.png) no-repeat center center  }
.rental_stamp_box .stamp_area li:nth-child(2) .on {background:url(/assets/img/mypage/stamp_5_on.png) no-repeat center center }
.rental_stamp_box .stamp_area li:nth-child(3) .on {background:url(/assets/img/mypage/stamp_10_on.png) no-repeat center center}
.rental_stamp_box .stamp_area li:nth-child(4) .on {background:url(/assets/img/mypage/stamp_15_on.png) no-repeat center center}







@media all and (max-width:767px) {
.rental_stamp_box { display: block; }
.rental_stamp_box dl { padding: 8px}
.rental_stamp_box dl dt { display:inline-block;}
.rental_stamp_box dl dd { display:inline-block;}
.rental_stamp_box dl dd strong { font-size:2rem ; color:#f65d7d; font-weight: 900 }
.rental_stamp_box .stamp_area { margin-top:10px;}
.rental_stamp_box .stamp_area li { display: inline-block; margin-left: 5px; width: calc( 25% - 6px); }
.rental_stamp_box .stamp_area li .stamp { height: 68px; width: 100%; margin-left: 8px; }
.rental_stamp_box .stamp_area li:nth-child(1) .stamp { margin-left:0px;  background-size:60px; }
.rental_stamp_box .stamp_area li:nth-child(2) .stamp {background-size:60px;}
.rental_stamp_box .stamp_area li:nth-child(3) .stamp { background-size:60px;}
.rental_stamp_box .stamp_area li:nth-child(4) .stamp { background-size:60px;}
.rental_stamp_box .stamp_area li:nth-child(1).on {background-size:60px }
.rental_stamp_box .stamp_area li:nth-child(2).on {background-size:60px }
.rental_stamp_box .stamp_area li:nth-child(3).on {background-size:60px }
.rental_stamp_box .stamp_area li:nth-child(4).on {background-size:60px }

}
		
/**클리닝, 렌탈 진행상황**/
.progress_ing ul { list-style:none; padding:0; margin:0; }
.progress_ing li { position:relative; padding-top:0px; display:inline-block; margin-right:10px;}
.progress_ing .cl_ing li {width:calc(20% - 13px);}
.progress_ing li .box { border:5px solid #cacaca; border-radius:10px; padding:0px 5px;}
.progress_ing li .box:after { content: ""; position: absolute; right: -10px; top:18px ;  width: 0;  height: 0;  border-left: 10px solid #cacaca;  border-top:10px solid transparent; border-bottom: 10px solid transparent;}					 
.progress_ing li.on .box:after {border-left: 10px solid #ff667f;}
.progress_ing li:last-child .box:after { border:none;}
.progress_ing li:last-child { margin-right:0;}
.progress_ing li .tit { font-size:13px; font-weight:600px;}
.progress_ing li .icon{ padding-top:46px; position:absolute; top:0; left:center; margin-left:-21px; display:inline-block;  width:43px; height:37px;}
.progress_ing li:nth-child(1) .icon {background:url(/assets/img/mypage/cl_icon_st1.png) no-repeat;}
.progress_ing li:nth-child(2) .icon {background:url(/assets/img/mypage/cl_icon_st2.png) no-repeat;}
.progress_ing li:nth-child(3) .icon {background:url(/assets/img/mypage/cl_icon_st3.png) no-repeat;}
.progress_ing li:nth-child(4) .icon {background:url(/assets/img/mypage/cl_icon_st4.png) no-repeat;}
.progress_ing li:nth-child(5) .icon {background:url(/assets/img/mypage/cl_icon_st5.png) no-repeat;}
.progress_ing li:nth-child(1).on .icon {background:url(/assets/img/mypage/cl_icon_st1_on.png) no-repeat;}
.progress_ing li:nth-child(2).on .icon {background:url(/assets/img/mypage/cl_icon_st2_on.png) no-repeat;}
.progress_ing li:nth-child(3).on .icon {background:url(/assets/img/mypage/cl_icon_st3_on.png) no-repeat;}
.progress_ing li:nth-child(4).on .icon {background:url(/assets/img/mypage/cl_icon_st4_on.png) no-repeat;}
.progress_ing li:nth-child(5).on .icon {background:url(/assets/img/mypage/cl_icon_st5_on.png) no-repeat;}
.progress_ing li.on .box { border-color:#ff667f; }
.progress_ing_info { text-align:left; color:#999; margin-top:15px; font-weight:400; font-size:1.4rem}
					
.progress_ing .rt_ing li {width:calc(25% - 13px);}
.progress_ing .rt_ing li:nth-child(1) .icon {background:url(/assets/img/mypage/cl_icon_st4.png) no-repeat;}
.progress_ing .rt_ing li:nth-child(2) .icon {background:url(/assets/img/mypage/cl_icon_st5.png) no-repeat;}
.progress_ing .rt_ing li:nth-child(3) .icon {background:url(/assets/img/mypage/cl_icon_st2.png) no-repeat;}					
.progress_ing .rt_ing li:nth-child(1).on .icon {background:url(/assets/img/mypage/cl_icon_st4_on.png) no-repeat;}
.progress_ing .rt_ing li:nth-child(2).on .icon {background:url(/assets/img/mypage/cl_icon_st5_on.png) no-repeat;}
.progress_ing .rt_ing li:nth-child(3).on .icon {background:url(/assets/img/mypage/cl_icon_st2_on.png) no-repeat;}
					
@media all and (max-width:767px) {
.progress_ing li { display:block;  padding-top:10px; margin-right:0px;  padding-top:0px; padding-bottom:18px;}
.progress_ing .cl_ing li {width:100%;}
.progress_ing .rt_ing li {width:100%;}
.progress_ing li .box { padding:10px 5px 10px 15px; text-align:left;}
.progress_ing li .icon{ padding-top:0; position:absolute; top:8px; left:5px; margin-left:0; display:inline-block;}
.progress_ing li .tit { display:inline-block; width:105px; border-right:1px solid #cacaca;}
.progress_ing li .date {display:inline-block; margin-left:10px;}
.progress_ing li .box:after { content: ""; position: absolute; left:50%; margin-left:-5px;top:51px; width: 0;  height: 0;  border-top: 10px solid #cacaca;  border-right:10px solid transparent; border-left: 10px solid transparent;}	
.progress_ing li.on .box:after {border-top: 10px solid #ff667f; border-left: 10px solid transparent;}
.progress_ing li:last-child .box:after { border:none !important;}
}


/*구매 동의란 */
.ad_agree_box {margin-top:10px; display:flex; margin-left:10px; margin-bottom:20px;}
.ad_agree_box .check_area { display:inline-block; padding-top:3px;}
.ad_agree_box .text_area {display:inline-block; margin-left:10px;}
.ad_agree_box input[type="checkbox"] {	display: none}
.ad_agree_box input[type="checkbox"]+label {width: 23px;height: 23px;	background: url(/assets/img/checkbox_1_off_2.png) #fff no-repeat center;	cursor: pointer;	float: left;}
.ad_agree_box input[type="checkbox"]:checked+label {	background: url(/assets/img/checkbox_1_on_2.png) no-repeat center;	float: left;}
.ad_agree_box input[type="checkbox"]+label span {position: absolute;display: block;left: 60px;	font-size: 12px}


/*제품 상세보기 옵션 여백 추가 */
.get_item_supply { margin-bottom:12px;}


/*주문 배송 현황_ 배송정보 추가 */

.progress_ing_front {margin:0px 0; padding:0px 15px 0 15px ; text-align:center;}
.progress_ing_info ul { margin:0 0 0 20px; padding:0; }
.adress_front { text-align:left; margin-top:20px;}
.adress_front .title span{ padding:3px 20px; border-radius:50px; font-weight:500; color:#FFF; display:inline-block;}
.adress_pickup .title span {background:#FF667F}
.adress_deliver .title span { background:#4D9A5C}
.adress_front ul { list-style:none; padding:10px; margin:0;}
.delivery_infor { padding:0 0 0 10px; border:none;}

.adress_deliver { margin-top:15px;}

.adress_front .link { display:inline-block; position:absolute; right:0; bottom:0;}
.adress_front .link a.kakao_l { display:inline-block; background:#584242; text-align:center; font-weight:300; color:#FFF; padding:3px 12px; border-radius:5px; line-height:18px;}
.adress_front .link a.kakao_l .yell { color:#FF0}
.adress_front .link .deliv_l {display:inline-block; background:#aaa; text-align:center; font-weight:300; color:#FFF; padding:6px 12px; border-radius:5px; line-height:18px; width:100px;}
.adress_pickup, .adress_deliver { margin-bottom:20px; position:relative;}

@media (max-width: 767px){
.adress_front .link { display:block; position:relative; text-align:center;}
.adress_front .link a.kakao_l, .adress_front .link .deliv_l { width:80%; margin-top:10px; padding:6px 12px;}
	
}

/*주문결제 클리닝 인포*/
.cl_dv_info { margin-top:10px; padding-left:10px;}
.cl_dv_info .tit{ font-weight:600; color:#4D9A5C;}
.cl_dv_info ul { list-style:disc; margin:0; padding: 0 20px; font-size:13px;}
.cl_dv_info ul strong { font-weight:600; color:#D02F2F}