@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=Open+Sans:wght@300;400;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url("../../assets/css/NotoSansKR.css"); 

body { font-family: 'Noto Sans KR', 'Open Sans','맑은 고딕','Malgun Gothic','돋움', 'Dotum', 'Inter', sans-serif !important; line-height: 19px; letter-spacing: -0.03em !important; color:#787a7f;  background-color:#fff; background-repeat: no-repeat; background-attachment:fixed; background-size:cover; }
body .ko { font-size: 15px; font-weight: 400; color: #32353c; }
a, a:link, a:visited { color: #666; cursor: pointer; text-decoration: none; }
a:hover, a:focus, a:active { color: #02a822; 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; }
h1, .h1, h2, .h2, h3, .h3 { margin-top: 0; margin-bottom: 0; }
h4, .h4, h5, .h5, h6, .h6 { margin-top: 0px; margin-bottom: 0px; }
p { margin:0; }
.en, h1, h2, h3, h4, h5, h1 a, h2 a, h3 a, h4 a, h5 a {  }
.ko, .ko small {  }
.sns-share-icon img { width:20%; max-width:34px; border-radius:50%; }
p { margin-bottom:0; }
a, button { outline:0; }
ul, ol { padding:0; margin:0; }
li { list-style:none; }
dl {
    margin-top: 0;
    margin-bottom: 0px;
}
/********************************************************
■ Layout : 레이아웃
********************************************************/
.wrapper { margin:0 auto; background:#fff;  }
.at-container { margin:0px auto; padding:0px; }
.is-pc .at-body { min-height:600px; }
/* .responsive .at-body { padding:0 20px;} */
.at-body .at-container { overflow:hidden; position:relative; padding:0px 0px;  }
.boxed.wrapper .at-body .at-container { padding:0px 20px; }
.at-content { position:relative; padding:0px 0px; background:#f8f8f8; }
.at-row { margin-left:-15px; margin-right:-15px; }
.at-col { position:relative; padding-left:15px; padding-right:15px; padding-top:20px; padding-bottom:20px; }
.at-menu { border-bottom: 1px solid #ddd; }
.nav-fixed .at-menu { width:100%; z-index:10; left:0px; -webkit-transition: height .4s ease, opacity .3s ease; -o-transition: height .4s ease, opacity .3s ease; transition: height .4s ease, opacity .3s ease; }
@media all and (max-width:1199px) {
/* .at-body .at-container { padding:0px 15px; } */
}
@media all and (min-width:992px) {
.at-content { background: #fff; }
}
@media all and (max-width:991px) {
	/* .responsive .at-body .at-container { padding:0px 10px !important; } */
	.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; }

}

/********************************************************
■ LNB : 최상단의 즐겨찾기, RSS, 로그인, 회원가입 영역
********************************************************/
.at-lnb {  font-size: 11px; padding: 5px 0; border-bottom: 1px solid #dcdee3; }
.at-lnb > .at-container { overflow: hidden; }
.en .at-lnb { font-size:11px; }
.at-lnb ul { list-style: none; margin: 0px; padding:0px 0px 5px; }
.at-lnb ul > li { float: left; padding: 0px 15px; }
.at-lnb ul > li::after { float: right; color: #dcdee3; content: "|"; margin-right:-17px;}
.at-lnb ul > li:last-child::after { content: ""; margin-right:0px; }
.at-lnb ul > li > a { float: left; color: #787a7f; }


@media all and (max-width:991px) {
	.responsive .at-lnb .at-container { display:none; visibility:visible; }
}

/********************************************************
■ PC Header : PC 헤더 
********************************************************/
.pc-header { padding:10px 20px 0; text-align:center; }
.pc-header .at-container { padding:0; }
.pc-header .header-logo { vertical-align:middle; text-align:center; padding:0; }
.pc-header .header-logo a { display: inline-block; 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; margin:0 auto; /*max-width:260px;*/ height:35px; }

.pc-header .logo-box { position:relative; }
.pc-header .logo-box a.menu_open { position:absolute; top:8px; left:0; }
.pc-header .logo-box a.menu_open img { width:25px; }
.pc-header .logo-box a.cart { position:absolute; top:12px; right:0; width:36px; }
.pc-header .logo-box a.cart img { width:25px; }
.pc-header .logo-box a.cart span { display:inline-block; position:relative; top:-32px; left:10px; width:23px; font-size:10px; color:#fff;  line-height:16px; border-radius:8px; background:#ff6b01;  } 


.pc-header .header-search { padding:15px 0 0px; width:100%; vertical-align:middle; }
.pc-header .header-search form { padding:0px; margin-top:0px; border: 2px solid #333; background: #fff; }
.pc-header .header-search input { background: #fff; border:0px; }
.pc-header .header-search .btn { padding: 0px 12px;  color:#ff6b01 !important; background: #fff !important; }

.pc-header .pull-right { display: table; }
.pc-header .pull-right > a { display: table-cell; text-align:center; padding:0 10px; }
.pc-header .pull-right > a > img { display:block; margin: 0 auto; }
.pc-header .pull-right > a > span { display:block; text-align:center; padding: 10px 0 0; font-weight:400; color: #666; }

.pc-header .input-group-lg>.form-control, 
.pc-header .input-group-lg>.input-group-addon, 
.pc-header .input-group-lg>.input-group-btn>.btn { height: 42px; outline: 0; }
.pc-header .form-control:focus {border-color: #66afe9;outline: 0;-webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.0), 0 0 0px rgba(102,175,233,.0);box-shadow: inset 0 0px 0px rgba(0,0,0,.0), 0 0 0px rgba(102,175,233,.0);}
.pc-header .btn:active, 
.pc-header .btn.active { -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.0); box-shadow: inset 0 0px 0px rgba(0,0,0,.0); }


@media all and (max-width:991px) {
	/* .responsive .pc-header { display:none; } */
}

@media (max-width:480px) {
	.pc-header { padding: 20px 10px 0; }
}

@media (max-width:400px){
		
	.pc-header .header-logo img { max-width:220px;}
	
	.pc-header .logo-box a.menu_open {  top: 7px; }
	.pc-header .logo-box a.menu_open img { width:22px; }
	.pc-header .logo-box a.cart { width:29px;}
	.pc-header .logo-box a.cart img { width:29px; }
	.pc-header .logo-box a.cart span { top:-33px; } 
	
	.pc-header .input-group-lg>.form-control, 
	.pc-header .input-group-lg>.input-group-addon, 
	.pc-header .input-group-lg>.input-group-btn>.btn { height: 40px; outline: 0;padding: 5px 16px; }
		
}


/********************************************************
■ Mobile Header : 모바일 헤더 
********************************************************/
.m-header { display:block; 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 { position:relative; z-index:3; }
.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; }
.pc-menu .nav-home .menu-a { }
.pc-menu .nav-right { font-size:16px; } 
@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.nav-float .menu-all::after { display: inline-block; position: absolute; right: 20px; vertical-align: top; font-family: FontAwesome, sans-serif; content: "\f107"; -webkit-transition: transform 0.5s ease; -moz-transition: transform 0.5s ease; -ms-transition: transform 0.5s ease; -o-transition: transform 0.5s ease; transition: transform 0.5s ease; margin-left: 10px;font-size: 20px; }
.pc-menu .nav-top.nav-float .menu-all { padding: 0px 42px !important; }

/* 공통 스타일 */
.pc-menu .nav-top { position:absolute; left:0px; top:0px; z-index:2; width:100%; }
.pc-menu .nav-top .menu-a { display:block; color:#333; background:#fff; font-weight: 500; }
.pc-menu .nav-top .menu-li:hover .menu-a,
.pc-menu .nav-top .menu-li.on .menu-a { color:#ff6b01; }
.pc-menu .nav-top .menu-all { background: #ff6b01 url("/thema/4982-mro/img/main/ico_menu_all.png")no-repeat left 20px center; padding-left:42px; color:#fff; }
.pc-menu .nav-top .menu-li:hover .menu-all,
.pc-menu .nav-top .menu-li.on .menu-all { background: #ff6b01 url("/thema/4982-mro/img/main/ico_menu_all.png")no-repeat left 20px center; padding-left:42px; color:#fff; } 


.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 .menu-li:nth-of-type(1), .pc-menu .nav-top .menu-li:nth-of-type(1) > .sub-1div { position: relative; width: 180px; }
.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:#1a1817; /*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); border-left: 1px solid #777; border-right: 1px solid #777;*/ }
.pc-menu .nav-top .sub-1dul,
.pc-menu .nav-top .sub-1dli { position:relative; padding: 0px 0px; }
.pc-menu .nav-top .sub-1dul > li:nth-of-type(1) { padding-top:4px; } 
.pc-menu .nav-top .sub-1dul > li:last-child { padding-bottom: 4px; }
.pc-menu .nav-top .sub-1dul > li.link-other { display:none; }
.pc-menu .nav-top .sub-1da { display:block; color:#fff; padding: 5px 40px; 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 .nav-top .view-all-category {margin-top:4px;padding:0px; text-align:center; background:#777;}
.pc-menu .nav-top .view-all-category > a {display:block;width:100%;height:40px;line-height:40px;color:#fff;}

.pc-menu .nav-top .view-all-category a::after {
    display: inline-block;
    vertical-align: top;
    font-family: FontAwesome, sans-serif;
    content: "\f107";
    -webkit-transition: transform 0.5s ease;
    -moz-transition: transform 0.5s ease;
    -ms-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    margin-left: 10px;
    font-size: 20px;
}
.pc-menu .nav-top .view-all-category a.close-cate::after {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg); 
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}


.pc-menu .all-category > li > a { display:block; font-size: 16px; color:#fff; line-height:34px; padding:0 30px; }
.pc-menu .all-category > li > a:hover { background:#ff6b01; }

/********************************************************
■ PC Right Icon Menu : PC 우측 아이콘 메뉴
********************************************************/
.at-lnb ul { list-style: none; margin: 0px; padding:0px 0px 5px; }
.at-lnb ul > li { float: left; padding: 0px 15px; }
.at-lnb ul > li::after { float: right; color: #dcdee3; content: "|"; margin-right:-17px;}
.at-lnb ul > li:last-child::after { content: ""; margin-right:0px; }
.at-lnb ul > li > a { float: left; color: #787a7f; }




.pc-menu .nav-right { position:absolute; top:0px; right:0px; z-index:2; overflow:hidden; }
.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: 0px 15px; }
.pc-menu .nav-right > ul > li::after { float: right; font-size:12px; color: #ddd; content: "|"; margin-right:-17px;}
.pc-menu .nav-right > ul > li:last-child::after { content: ""; margin-right:0px; }
.pc-menu .nav-right > ul > li > a { float: left; font-size: 14px; font-weight: 300; color:#666; 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: 15px; font-weight:300; padding: 0px 10px; line-height: 0.9; border-radius: .25em !important; }
.pc-menu .nav-rw { width:250px; margin-right: -8px; }

/********************************************************
■ PC All Menu : 전체 메뉴
********************************************************/
/*
.pc-menu-all { position:relative; z-index: 3; background:#fafafa; -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; }
*/
.pc-menu-all { display:none; position: absolute; width: 100%; z-index: 5; }
.pc-menu-all > .at-container { overflow:hidden; border-right:1px solid #ddd; border-bottom:1px solid #ddd; }
.pc-menu-all > .at-container > .ul-box { float:left; width:calc(100% / 7); height:300px; background:#fff; border-left:1px solid #ddd; }
.pc-menu-all > .at-container > .ul-box > ul { list-style:none; margin:0; padding:0; width:100%; }
.pc-menu-all > .at-container > .ul-box > ul > li { }
.pc-menu-all > .at-container > .ul-box > ul > li > a { display:block; padding:8px 20px; font-size:13px; line-height:1.5; color:#666; font-weight:300; }
.pc-menu-all > .at-container > .ul-box > ul > li:nth-of-type(1) { background:#f1f1f1; }
.pc-menu-all > .at-container > .ul-box > ul > li:nth-of-type(1) > a { height:40px; line-height:40px; padding:0px 20px; font-size:15px; font-weight:500; color:#333; text-align:left; }

.pc-menu-all .all-menu-down { height:50px; padding-left: 42px; background: #ff6b01 url('/thema/4982-mro/img/main/ico_menu_all.png')no-repeat left 20px center; color: #fff; }
.pc-menu-all .all-menu-down a:after {
    display: inline-block;
    position: absolute;
    right: 20px;
    vertical-align: top;
    font-family: FontAwesome, sans-serif;
    content: "\f107";
    -webkit-transition: transform 0.5s ease;
    -moz-transition: transform 0.5s ease;
    -ms-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    margin-left: 10px;
    font-size: 20px;
	transform: rotate(180deg);
}
.pc-menu-all .all-menu-down > a { display: block; position: relative; width:136px; height:50px; line-height:50px; color:#fff; }

/********************************************************
■ Mobile Menu : 모바일 메뉴
********************************************************/
.m-menu {overflow:hidden; /*padding:0 10px;*/ background:#fff; position:relative; z-index:20; }
.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; }
.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:0px 0px; }
.m-menu .m-nav ul { list-style: none; margin:0px; padding:0px; }
.m-menu .m-nav ul li { display:table-cell; white-space:nowrap; }
.m-menu .m-nav ul li a { display:block; padding: 0 10px; color:#333; }
.m-menu .m-nav ul li.active a { color: #02a822; font-weight:500; border-bottom:2px solid #02a822; }

.m-menu .m-sub { /*display:none;*/ 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: #02a822; font-weight:500; }

@media all and (max-width:991px) {
	.responsive .m-menu { display:block; }
}

/********************************************************
■ Page Title : 페이지 타이틀 및 설명글
********************************************************/
.at-title { display:none; 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:12px; }
.at-footer .at-container { max-width:100%; }
.at-footer .at-links { background:#fff; padding:0px; border:1px solid #ddd; border-left:0px; border-right:0px;  }
.at-footer .at-links ul { list-style: none; margin: 0px; padding:0px; text-align:center;  }
.at-footer .at-links ul > li { display:inline-block; line-height:55px; height:55px; padding: 0px 15px; }
.at-footer .at-links ul > li::after { float: right; color:#ccc; content: ""; margin-right:-17px;}
.at-footer .at-links ul > li:last-child::after { content: ""; }
.at-footer .at-links ul > li > a { font-size: 14px; font-weight:500; color: #333; }
.at-footer .at-infos { text-align:center; }
.at-footer .at-infos .footer_logo { padding:40px 0 20px;}
.at-footer .at-infos address { margin:0 auto; max-width:360px; font-size:12px; line-height:1.9; }
.at-footer .at-infos address span { display:inline-block; }
.at-footer .at-infos address span:not(:last-of-type):after { content:'/'; display:inline-block; padding:0 5px;  }
.at-footer .copyright { padding:0 0 76px; font-size:13px; text-align:center; }
.at-footer .float_nav {display:flex;  position:fixed; bottom:0; z-index:100; width:100%; border-top:1px solid #ddd; background:#fff; box-shadow:-1px 0 2px rgba(0,0,0,.2);}
.at-footer .float_nav li { flex:1; text-align:center; }

.at-footer .float_nav li a { display:block; padding:37px 0 10px; font-size:12px; color:#333; background-repeat:no-repeat; background-position:center 10px; }
.at-footer .float_nav li:first-of-type a { background-image:url('/thema/m_4982-mro/img/ico_float1.png');}
.at-footer .float_nav li:nth-of-type(2) a { background-image:url('/thema/m_4982-mro/img/ico_float2.png');}
.at-footer .float_nav li:nth-of-type(3) a { background-image:url('/thema/m_4982-mro/img/ico_float3.png');}
.at-footer .float_nav li:nth-of-type(4) a { background-image:url('/thema/m_4982-mro/img/ico_float4.png');}
.at-footer .float_nav li:nth-of-type(5) a { background-image:url('/thema/m_4982-mro/img/ico_float5.png');}

.at-footer .float_nav li.on:first-of-type a,
.at-footer .float_nav li:hover:first-of-type a,
.at-footer .float_nav li:active:first-of-type a { background-image:url('/thema/m_4982-mro/img/ico_float1_on.png');}
.at-footer .float_nav li.on:nth-of-type(2) a,
.at-footer .float_nav li:hover:nth-of-type(2) a,
.at-footer .float_nav li:active:nth-of-type(2) a { background-image:url('/thema/m_4982-mro/img/ico_float2_on.png');}
.at-footer .float_nav li.on:nth-of-type(3) a,
.at-footer .float_nav li:hover:nth-of-type(3) a,
.at-footer .float_nav li:active:nth-of-type(3) a { background-image:url('/thema/m_4982-mro/img/ico_float3_on.png');}
.at-footer .float_nav li.on:nth-of-type(4) a,
.at-footer .float_nav li:hover:nth-of-type(4) a,
.at-footer .float_nav li:active:nth-of-type(4) a { background-image:url('/thema/m_4982-mro/img/ico_float4_on.png');}
.at-footer .float_nav li.on:nth-of-type(5) a,
.at-footer .float_nav li:hover:nth-of-type(5) a,
.at-footer .float_nav li:active:nth-of-type(5) a { background-image:url('/thema/m_4982-mro/img/ico_float5_on.png');}


@media (max-width:480px) {
.at-footer .at-infos .footer_logo { padding:30px 0 14px;}
}

@media (max-width:400px) {
.at-footer .at-infos .footer_logo { padding:20px 0 10px;}
}



/* YC5 */

.at-footer .at-infos { font-size:12px; }
.at-footer .at-infos .media { padding:15px 0; }
.at-footer .at-infos .pull-left { font-size:70px; color:#ddd; }
.at-footer .at-infos .copyright { padding: 10px 15px; }
.at-footer .at-infos .copyright span { font-size:13px; color:#666; }
.at-footer .at-about { list-style: none; margin:0px; padding:0px; }
.at-footer .at-about > li { float: left; padding: 0px 15px; color:#666; line-height: 24px; font-size:13px; }
.at-footer .at-about > li::after { float: right; font-size:12px; color:#ddd; content: "/"; margin-right:-17px;}
.at-footer .at-about > li:last-child::after { content: ""; }
.at-footer .at-about > li > a { color: #666; }
.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; }

.at-footer .escrow { padding: 20px 0px; border-top: 1px solid #ddd; font-size:14px; font-weight:300; color:#666; }
.at-footer .escrow img { margin-right:20px; }
.at-footer .escrow span { float: right; position: relative; color: #666; background:url('/thema/4982-mro/img/main/foot_arrow.png')no-repeat center right; padding-right:20px; }
.at-footer .escrow span::after { display: inline-block; position: absolute; top: 5px; right: 0px; vertical-align: top; content: ""; background:url('/thema/4982-mro/img/main/arrow_right4.png')no-repeat center right; width:6px; height:10px; }
.at-footer .escrow span > a { color:#666; font-weight:400; }

.at-footer .fslist { display: none; width: 138px; position: absolute; z-index: 2; border: 1px solid #ddd; }
.at-footer .fslist > li { float: none !important; background:#fff; border-bottom:1px solid #ddd; }
.at-footer .fslist > li:last-child { border-bottom:0px; }
.at-footer .bizinfo_btn { border: 1px solid #ddd;margin-left: 10px;padding: 0px 10px;background: #f8f8f8;color: #333;font-weight: 500; }

@media all and (max-width:767px) {
	.responsive .at-footer .at-infos .media { padding:15px 0px 20px; text-align:center; }
	.responsive .at-footer .at-infos .copyright { float:none; margin:0px; }
}

/* G5 */
.at-footer .at-copyright { text-align:center; padding:15px 0px; color:#666; }
.at-footer .at-copyright strong { color:#333; }

/********************************************************
■ Go Top & Bottom : 상단/하단 이동버튼
********************************************************/
.at-go .go-btn { display:none; position: fixed; width:40px; bottom: 20px; right: 25px; z-index: 2; }
.at-go .go-btn span { display: block; color:#fff; background: rgba(0,0,0,0.5); margin:5px 0px; text-align: center; border-radius: 50%; width: 42px; height: 42px; line-height: 42px !important; font-size: 19px; }
.at-go .go-btn .go-bottom { display:none; }
@media (max-width: 768px) {
	.at-go .go-btn { bottom:0px; right:5px; }
}

/********************************************************
■ 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,
.is-pc .ko .btn-sm { font-family:dotum, sans-serif; }

/* 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:15px; }

/* List Group */
.list-group-item { word-break:break-all; border-radius:0 !important; }

/* Pagination */
.pagination { font-family: "Roboto", sans-serif; }
.pagination li a { border-radius:0 !important; color:#333 !important; }
.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: "Roboto", sans-serif; margin: 0px 15px; left: 0px; width: auto; height: 28px; line-height: 28px; font-size: 12px; clip: auto; }
.sr-score { font-family: "Roboto", sans-serif; 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; }


/* Form 공통 추가 */
.input-sm,
.form-horizontal .form-group-sm .form-control {height:44px; border-radius:0px !important; padding:0 0 1px 0; line-height:15px; box-sizing: border-box; font-size: 14px; text-indent: 10px;}
.form-control {border: 1px solid #ddd;box-shadow: inset 0 0px 0px rgba(0,0,0,.075);}
.form-control::placeholder {color: #a2a3a6;opacity:0.7;letter-spacing: -1px;}
.form-horizontal .control-label {color:#32353c;}
.form-group {margin-bottom: 10px;}

.panel {border-radius: 10px;border:0px;}
.panel-default {border-color: #ddd;}
.panel .panel-heading {border-top-left-radius:0px;border-top-right-radius:0px;}
.panel-default > .panel-heading {background-color: #f5f5f5;border: 1px solid #ddd;font-size:16px;color: #333;}
.panel-body{border-left:1px solid #ddd;border-right:1px solid #ddd;padding:0;}
.panel-footer{border:1px solid #ddd;}

.panel-footer {border-top: 0px;background-color: #fff;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;padding:0;}

.ul-st {overflow:hidden;list-style:none;margin:0;padding:0;}
.ul-st > li { float: left; padding: 0px 10px; }
.ul-st > li > a {height:44px;line-height:44px;font-size:16px;}
.ul-st > li:after { float: right; color: #ddd; content: "|"; margin-right:-12px;margin-top:12px;font-size:13px;}
.ul-st > li:last-child::after { content: ""; margin-right:0px; }


/* 상단광고 */

#hd_topad {display:none; z-index:1000;width:100%;background-color: #fff;transition: height .5s;overflow: hidden;}
#hd_topad h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.hd_topads {width:100%;}
.hd_topads img {max-width:100%}
.hd_topads_con {width:100%;}
.hd_topads_con > a {display:flex}
.hd_topads {padding:0;background:#000;color:#fff;text-align:left;position:relative}
.hd_topads:after {display:block;visibility:hidden;clear:both;content:""}
.hd_topads_button {position: absolute;top:0;right:20px;height:100%;}
.hd_topads_button button {border:0;color:#fff;background: none}


/* Form 공통 추가 */
.input-sm,
.form-horizontal .form-group-sm .form-control {height:44px; border-radius:0px !important; padding:0 0 1px 0; line-height:15px; box-sizing: border-box; font-size: 14px; text-indent: 10px;}
.form-control {border: 1px solid #ddd;box-shadow: inset 0 0px 0px rgba(0,0,0,.075);}
.form-control::placeholder {color: #a2a3a6;opacity:0.7;letter-spacing: -1px;}
.form-horizontal .control-label {color:#32353c;}
.form-group {margin-bottom: 10px;}

.panel {border-radius: 10px;border:0px;}
.panel-default {border-color: #ddd;}
.panel .panel-heading {border-top-left-radius:0px;border-top-right-radius:0px;}
.panel-default > .panel-heading {background-color: #f5f5f5;border: 1px solid #ddd;font-size:16px;color: #333;}
.panel-body{border-left:1px solid #ddd;border-right:1px solid #ddd;padding:0;}
.panel-footer{border:1px solid #ddd;}

.panel-footer {border-top: 0px;background-color: #fff;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;padding:0;}

.ul-st {overflow:hidden;list-style:none;margin:0;padding:0;}
.ul-st > li { float: left; padding: 0px 10px; }
.ul-st > li > a {height:44px;line-height:44px;font-size:16px;}
.ul-st > li:after { float: right; color: #ddd; content: "|"; margin-right:-12px;margin-top:12px;font-size:13px;}
.ul-st > li:last-child::after { content: ""; margin-right:0px; }


/* 상단광고 */
#hd_topad {z-index:1000;width:100%;min-width: 1170px;background-color: #fff;transition: height .5s;overflow: hidden;}
#hd_topad h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.hd_topads {width:100%;}
.hd_topads img {max-width:100%}
.hd_topads_con {width:100%;}
.hd_topads_con > a {display:flex}
.hd_topads {padding:0;background:#000;color:#fff;text-align:left;position:relative}
.hd_topads:after {display:block;visibility:hidden;clear:both;content:""}
.hd_topads_button {position: absolute;top:0;right:20px;height:100%;}
.hd_topads_button button {border:0;color:#fff;background: none}


/* 스타일 공통 */
::-webkit-input-placeholder {
  color: #999;
  font-weight: 300;
  font-size: 15px;
}
::-moz-input-placeholder {
  color: #999;
  font-weight: 300;
  font-size: 15px;
}
::-ms-input-placeholder {
  color: #999;
  font-weight: 300;
  font-size: 15px;
}
::-o-input-placeholder {
  color: #999;
  font-weight: 300;
  font-size: 15px;
}
::placeholder {
  color: #999;
  font-weight: 300;
  font-size: 15px;
}

/* 체크박스 */
input[type="radio"], input[type="checkbox"] {
    margin: -4px 0 0;
    margin-top: 0px \9;
    line-height: normal;
}
input[type=checkbox] {
	-moz-appearance:none;
	-webkit-appearance:none;
	-o-appearance:none;
	outline: none;
	content: none;	
}

input[type=checkbox]:before {
	font-family: "FontAwesome";
    content: "\f00c";
        font-size: 11px;
    color: transparent !important;
    background: #fff;
    display: block;
    width: 16px;
    height: 16px;
    border: 1px solid #ddd;
    margin-right: 0px;
	text-align: center;
}

input[type=checkbox]:checked:before {

	color: #fff !important;
	background: #00a720;
	border: 1px solid #00a720;
    padding-top: 1px;
    padding-left: 1px;
}

input[type="file"]:focus, 
input[type="radio"]:focus, 
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
}

/* 라디오버튼 버튼모양으로 변경 */
.box-radio-input { float: left; width:50%; }
.box-radio-input input[type="radio"]{
  display:none;
}

.box-radio-input input[type="radio"] + span{
  display:inline-block;
  background:#fff;
  border:1px solid #ddd;  
  text-align:center;
  width: 100%;
  height:55px;
  line-height:55px;
  font-weight:500;
  cursor:pointer;
  font-size:14px;
  color:#666;

}

.box-radio-input input[type="radio"]:checked + span{
  border:1px solid #00a720;
  background:#00a720;
  color:#fff;
}

.col-sm-12 {padding-right:0px;padding-left:0px;}
.form-horizontal .form-group {
    margin-right: 0px;
    margin-left: 0px;
	margin-bottom:0;
}
.form-horizontal .control-label {
    padding:10px 0;;
    text-align: left;
	font-size:16px;
	color:#333;
}

.help-block {
    display: block;
    margin-top: 15px;
    margin-bottom: 10px;
    color: #666;
    padding: 10px;
}
span.required {background: none !important;color: #ff6b01;padding-right: 5px;}
strong, b {font-weight:500;}



.bg-gray { background:#f5f5f5; }

/* display */
.d-block { display: block !important; width:100%; }

/* padding, margin, border 공통 */
/* padding */
.pt10 {padding-top:10px;}
.pb10 {padding-bottom:10px;}

/* margin */
.mt10 {margin-top: 10px;}
.mt25 {margin-top:25px;}
.mt40 {margin-top:40px;}

.mb10 {margin-bottom:10px;}
.mb20 {margin-bottom:20px;}
.mb30 {margin-bottom:30px;}

.mr5 {margin-right: 5px;}


/* font */
.font-gray { color:#666; }
.font-30 { font-size: 30px !important; color:#00a720; }

/* border */
.bb-1 { border-bottom:1px solid #ddd; }

/* 버튼 */
.btn.btn-color {
    /* border: 1px solid rgb(255, 107, 1);
    background-color: rgb(255, 107, 1); */
    border:none;
    background-color: #00a720;
    transition:all .3s;
}

.btn.active.btn-color, 
.btn.btn-color:hover, 
.btn.btn-color:focus, 
.btn.btn-color:active {
   /* background-color: rgb(255, 107, 1); */
   /* border-color: rgb(148, 148, 148); */
   background-color:#02921e;
}


.btn.btn-black {
    color: #fff !important;
    border-image: none !important;
    background-image: none !important;
    border: 1px solid #555;
    background-color: #555;
}

.btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
    background-image: none;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #adadad;
}
.btn:active, .btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.125);
}

.popup-confirm > button {display:block;width:130px;height:54px;margin:0 auto;outline:0;font-size:16px;font-weight:500;background:#ff6b01;color:#fff;border:0;}

.win_zip_find {margin-top: 0px !important;height: 36px !important;font-size: 14px !important; }


/* 공통 스타일
.at-content { font-size:14px; line-height:1.714; }
.at-content strong { font-weight:700; }
.at-content ul { padding:0; margin:0;}
.at-content ul li { list-style:none;}
.at-content table { width:100%;}
.at-content table caption { padding:20px 0 15px; font-size:23px; color:#333; text-align:left; font-weight:bold;}
.at-content table td input[type='text'] { padding:5px 10px; line-height:.9; border:1px solid #ddd; }
.at-content table td input[type='radio'] { margin: -4px 5px 0 0;}
.at-content table label:hover { cursor:pointer; }



.at-content .page-nav a:not(:last-child):after { display:inline-block; padding:0 10px; width:8px; height:11px; background:url('/img/order/icon_arrow.png') no-repeat center center; content:'';}

.at-content .tit { padding:20px 20px 5px;  }
.at-content .tit h2 { float:left; font-size:23px; line-height:1; color:#333; font-weight:bold; }
.at-content .tit h3 { float:left; font-size:16px; line-height:1; color:#333; font-weight:bold; }
.at-content .tit p { float:left; padding:0 10px; line-height:23px; }
.at-content .tit a { color:#00a720; font-weight:500; line-height:23px; }
 */


.btn-h50 { height: 50px; padding:0 35px; line-height: 35px; font-size: 16px; font-weight: 500;  } 
.btn-h35  { height: 35px; padding: 0 20px; line-height: 35px; font-size: 14px; font-weight: 500; }
.btn-h44  { height: 44px; padding: 0 20px; line-height: 44px; font-size: 16px; font-weight: 500; }
.btn-h68 { display:inline-block;position:absolute;top:0;right:0;width:148px;height:68px;line-height: 45px;background: #ff7200;font-size:20px;font-weight:400;color:#fff;text-align:center;    padding: 0; }

.btn-small-gray { display:inline-block; height:26px; line-height:26px; padding:0 15px; background:#666; font-size:12px; font-weight:400; color:#fff !important; border:0; }
.btn-small-gray2 { display:inline-block; height:26px; line-height:26px; padding:0 15px; background:#999; font-size:12px; font-weight:400; color:#fff !important; border:0; }
.btn-small-orange { display:inline-block; height:24px; line-height:24px; padding:0 15px; background:#00a720; font-size:12px; font-weight:400; color:#fff !important; border:0; }

.btn-md-gray { display:inline-block; height:34px; line-height:34px; padding:0 15px; background:#666; font-size:14px; font-weight:400; color:#fff !important; border:0; }
.btn-md-gray2 { display:inline-block; height:34px; line-height:34px; padding:0 15px; background:#999; font-size:14px; font-weight:400; color:#fff !important; border:0; }
.btn-md-orange { display:inline-block; height:34px; line-height:34px; padding:0 15px; background:#00a720; font-size:14px; font-weight:400; color:#fff !important; border:0; }
button.btn-md-orange { margin-top: -4px; }

.btn-lg-gray { display:inline-block; height:44px; line-height:44px; padding:0 15px; background:#666; font-size:14px; font-weight:400; color:#fff !important; border:0; }
.btn-lg-gray2 { display:inline-block; height:44px; line-height:44px; padding:0 15px; background:#999; font-size:14px; font-weight:400; color:#fff !important; border:0; }
.btn-lg-orange { display:inline-block; height:44px; line-height:44px; padding:0 15px; background:#00a720; font-size:14px; font-weight:400; color:#fff !important; border:0; }

/* 재고 및 제작여부 아이콘 */
.label-state { display:inline-block; height:22px; line-height:20px; padding:0 8px; /*margin-right:6px;*/ font-size:14px; letter-spacing: 0; color:#fff; }
.state-chagbul { background:#915b9f; }
.stat-av { background:#ed1c24; }
.stat-av2 { background:#fff; border:1px solid #ddd; color:#333; }

/* display */
.d-block { display: block !important; width:100%; }

/* form 스타일 */
.form-box {
    margin: 0px 0px 15px;
    border: 0px;
    transition: 0.3s linear;
    border-image: none;
    overflow: hidden;
    position: relative;
    cursor: default;
    -webkit-transition: all 0.3s linear;
    background: #fff;
    border-top: 0;
    border-bottom: 0;
}

.form-box .form-header h2, .form-box .form-heading {font-size: 24px; color: #fff; padding-left:30px; }
.form-horizontal .form-group {
    margin-right: 0px;
    margin-left: 0px;
	margin-bottom:0;
}


.form-horizontal .control-label {
    padding:10px 0;;
    text-align: left;
	font-size:16px;
	color:#333;
}
select {
    padding: 0 50px 0 10px;
    /*margin: -4px 0 0;*/
    width: 260px;
    height: 35px;
    line-height: 33px;
    border: 1px solid #ddd;
    background: url('/img/order/select_arrow.png') no-repeat right 15px center;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.member, .guest { color: #666; }
.help-block {
    display: block;
    margin-top: 15px;
    margin-bottom: 10px;
    color: #666;
    padding: 10px;
}
span.required {background: none !important;color: #00a720;padding-right: 5px;}
strong, b {font-weight:500;}



.bg-gray { background:#f5f5f5; }

/* pagination */
.pagination li.active a {
    color: #fff !important;
    background: #999 !important;
    border-color: #999 !important;
}
.pagination-sm>li>a, .pagination-sm>li>span { font-size: 16px; }

/* spinner */
.spinner {
    display: flex;
    width: 80px;
}

.spinner .input-group-btn-vertical {
    position: relative;
    white-space: nowrap;
    width: 20px;
	height:40px;
    display: table-cell;

}
.spinner .input-group-btn-vertical > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
    padding: 0px;
    margin-left: -1px;
    position: relative;
    border-radius: 0;
    box-sizing: content-box;
}
.spinner > input {height: 39px;}
.spinner > .input-group-btn-vertical > .btn.it_qty_plus { height: 18px; line-height:18px; border-bottom:0px }
.spinner > .input-group-btn-vertical > .btn.it_qty_minus { height: 18px; line-height:18px; border-bottom:1px solid #ddd; }
.spinner > .input-group-btn-vertical > button,
.spinner > .input-group-btn-vertical > button:focus { outline: 0; }


/* 폰트 컬러 */
.font-20, i.font-20 { font-size: 25px; }
.red, i.red {
    color: rgb(255, 107, 1);
}

/* display */
.d-inline { display:inline-block !important; }


.div-head { height: 45px; padding: 0; border-top: 2px solid #333; border-bottom: 1px solid #dddddd; background: #f5f5f5; }
.div-head > span { border-right: 0px; font-weight: 500; font-size: 14px; font-weight: 500; line-height: 42px; color: #333; text-align: center; }


#tit-wrap h2 { font-size:20px; line-height:1; color:#333; font-weight:bold; background:#fff; padding:15px 10px; }
#tit-wrap h2 > b { color:#00a720; }


#tit-wrap h3 { font-size:18px; line-height:1; color:#333; font-weight:bold; background:#fff; padding:15px 10px; }
#tit-wrap h3 > b { color:#00a720; }

.amina-header h3 { padding: 15px 10px !important; background: #fff; }



