@charset "utf-8";

/********************************************************
■ Basic : 기본
********************************************************/
@import url('https://fonts.googleapis.com/css?family=Roboto:400,300,500,500italic,700,900,400italic,700italic');
@import url( "../../assets/css/NotoSansKR.css" );
@import url( "../../assets/css/NanumBarunGothic.css" );
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:300,400,600,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap');

body { font-family: 'NanumBarunGothic', sans-serif; font-weight:400; line-height: 28px;  color: #555; letter-spacing:-0.02em; }

body.is-pc .ko { font-size: 18px; }
a { color: #222; cursor: pointer; text-decoration: none; }
a:hover, a:focus, a:active { color: #004431; 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; }
.en, h1, h2, h3, h4, h5, h1 a, h2 a, h3 a, h4 a, h5 a {  }
.ko small { font-family:dotum, sans-serif; }
.sns-share-icon img { width:20%; max-width:34px; border-radius:50%; }
h1, .h1, h2, .h2, h3, .h3 { margin-top: 0px; margin-bottom: 0px; }
p { margin: 0 0 0px; }
dl, ul, ol { margin-top: 0; margin-bottom: 0px; }
@media all and (max-width: 1199px) {
	body.is-pc .ko { font-size: 16px; }
}
@media all and (max-width: 768px) {
	body.is-pc .ko { font-size: 14px; }
}
@media all and (max-width: 480px) {
	body.is-pc .ko { font-size: 18px; }
}

/********************************************************
■ Layout : 레이아웃
********************************************************/
.wrapper { margin:0 auto; background:#eee;  }
.at-container { margin:0px auto; padding:0px; }
.is-pc .at-body { min-height:600px; }
.at-body .at-container { padding:0px 0px; overflow:hidden; }
.boxed.wrapper .at-body .at-container { padding:0px 20px; }
.at-content { position:relative; padding:20px 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; 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) {
	.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 { float:left; width:50%; text-align:right; padding-top: 35px; }
.en .at-lnb { font-size:12px; }
.at-lnb ul { display: inline-block; list-style: none; margin: 0px; padding:0; background: #f1f1f1; border-radius: 50px; padding: 0 20px; overflow:hidden; }
.at-lnb ul > li { float: left; padding: 0 15px; font-size: 12px; font-weight: 300; font-family: dotum, sans-serif; }
.at-lnb ul > li::after { float: right; color:#ccc; content: ""; margin-right:-17px;}
.at-lnb ul > li:last-child::after { content: ""; margin-right:0px; }
.at-lnb ul > li > a { display: block; color: #222; line-height:30px; }
@media all and (max-width:1199px) {
	.responsive .at-lnb .at-container { display:none; visibility:visible; }
}

/********************************************************
■ PC Header : PC 헤더
********************************************************/
.pc-header { padding:0px; text-align:center; border-bottom: 1px solid #ddd; background:#006448; }
.pc-header .at-container { padding:0px 20px; }
.pc-header .header-logo { float:left; width:50%; display:inline-block; vertical-align:middle; text-align: left; }
.pc-header .header-logo a { display: inline-block; line-height:80px; }
@media all and (max-width:1199px) {
	.responsive .pc-header { display:none; }
}

/********************************************************
■ Mobile Header : 모바일 헤더
********************************************************/
.m-header { display:none; background: #006448; }
.m-header a { display: inline-block; }
.m-header a img { height:35px; }
.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; overflow:hidden; }
.m-header .header-icon,
.m-header .header-logo { float: left; display: inline-block; vertical-align: middle; text-align: center; }
.m-header .header-icon { float: right; display: inline-block; cursor: pointer; margin-right:10px; }
.m-header .header-icon a { display:block; }
.m-header .header-icon img { height:35px; }
@media all and (max-width:1199px) {
	.responsive .m-header { display:block; }
	.m-header a img { height:auto; }
	.m-header .header-icon img { height: 25px; }
}
@media all and (max-width:480px) {
.m-header, .m-header .header-wrap { padding: 0 10px; }
.m-header a img { height: 45px; }

}

/********************************************************
■ PC Menu : PC 메뉴바 배경설정
********************************************************/
.head_bg { position: absolute; display: none; width: 100%; height: 130px; background: url('/data/main/head_bg.jpg')repeat left top; }
.pc-menu { position:relative; background: #006448; border:0px; z-index:300; }
.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: 18px; }
@media all and (max-width:1199px) {
	.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 { position: relative; padding:0px; text-align:center; }
/*.pc-menu .nav-top.nav-both .menu-a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
    width: 1px;
    height: 16px;
    background-color: #E2E2E2;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.pc-menu .nav-top.nav-both .menu-li:nth-of-type(7) .menu-a::after {    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -8px;
    width: 1px;
    height: 16px;
    background-color: #E2E2E2;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;}
*/
.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; display: table; width: 100%; left: 0; }

/* 공통 스타일 */
.pc-menu .nav-top { position:absolute; left:0px; top:0px; z-index:10; width:100%; padding: 0 20px; }
.pc-menu .nav-top .menu-a { display:block; color:#fff; background:transparent; font-weight:400; }
.pc-menu .nav-top .menu-li:hover .menu-a,
.pc-menu .nav-top .menu-li.on .menu-a { background:transparent; color:#ffb61b; font-weight:700;}
.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; font-size: 15px; color: #333; font-weight:500; /*padding:5px 12px; line-height:22px; border-bottom: 1px solid rgb(238, 238, 238);*/ line-height:50px; height:50px; }
.pc-menu .nav-top .sub-1dli.on .sub-1da,
.pc-menu .nav-top .sub-1dli:hover .sub-1da { color:#006448; font-weight:500; }
.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:500; 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:500; 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:500; background:#fafafa; line-height:22px; border-bottom: 1px solid rgb(238, 238, 238); }

/********************************************************
■ PC Right Icon Menu : PC 우측 아이콘 메뉴
********************************************************/
.pc-menu .nav-right { background:transparent; position:absolute; top:0px; right:0px; z-index:11; }
.pc-menu .nav-right > a { display:inline-block; width:80px; height:80px; color:#fff; text-align: center; position: absolute; right: 0; top: 0;background: #004431; }
.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:80px; height: 80px; }

/********************************************************
■ PC Right Icon Menu : PC 좌측 아이콘 메뉴
********************************************************/
.pc-menu .nav-left { background:transparent; position:absolute; top:0px; left:0px; z-index:11; }
.pc-menu .nav-left > ul { float:left; list-style:none; padding:0px; margin:0px; }
.pc-menu .nav-left > ul > li { float:left; position:relative; width:42px; }
.pc-menu .nav-left > ul > li > a { color:#fff; display:block; text-align:center; }
.pc-menu .nav-left > ul > li > a:hover { background: #333; }
.pc-menu .nav-left .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-lw { width:200px; height: 80px; }

/********************************************************
■ 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:500; text-align:center; }
.pc-menu-all .table td.on .menu-a { color:#004431; }
.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:#004431; }
.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:500; 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; 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); -moz-box-shadow: 0px 5px 5px -2px rgba(25, 25, 25, 0.15); }
.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:1px solid #eee; 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:0px 10px; }
.m-menu .m-nav ul { list-style: none; margin:0px; padding:0px; }
.m-menu .m-nav ul li { display:table-cell; padding: 0px 10px; white-space:nowrap; }
.m-menu .m-nav ul li.active a { color: orangered; 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: orangered; font-weight:bold; }
@media all and (max-width:1199px) {
	.responsive .m-menu { /*display:block;*/ }
}

/********************************************************
■ 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 : 하단 푸터
********************************************************/
.at-footer { background: #fff; padding: 30px 0; }
.at-footer .at-container { padding:0px 0px; overflow:hidden; }
.en .at-footer .at-links { font-size:12px; }
.at-footer .foot-logo { float:left; width:460px; }
.at-footer .foot-company-info { float:left; width:calc(100% - 460px); }

.at-footer .at-links { background: #fff; border-left:0px; border-right:0px;  }
.at-footer .at-links ul { list-style: none; margin: 0px; padding:0px; }
.at-footer .at-links ul > li { float: left; padding: 0px 30px 0 0; font-size:16px; line-height:50px; height:50px; }
.at-footer .at-links ul > li::after { float: right; color:#fff; content: ""; margin-right:-17px;}
.at-footer .at-links ul > li:last-child::after { content: ""; }
.at-footer .at-links ul > li > a { color: #444; font-weight:500; }
@media all and (max-width:1199px) {
.at-footer .at-container { padding:0px 10px; overflow:hidden; }
}
@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:12px; }
.at-footer .at-infos { background: #fff; }
.at-footer .at-infos .media { padding:0; }
.at-footer .at-infos .info-box { float:left; width:70%; }
.at-footer .at-infos .info-box:nth-of-type(1) { margin-top:0px;  }
.at-footer .at-infos .info-box:nth-of-type(2) { float:right; width:20%; padding-top:20px; }
.at-footer .at-infos .info-box h3 { font-size:18px; color:#888; font-weight:500; letter-spacing:0; text-transform:uppercase; line-height:40px; }
.at-footer .at-infos .info-box p { display: inline-block; font-size:16px; line-height:24px; color:#888; font-weight:300; }
.at-footer .at-infos .info-box p > b { display:block; font-size:25px; color:#fff; font-weight:600; padding-bottom:10px; }

.at-footer .at-infos .pull-left { font-size:70px; color:#ddd; }
.at-footer .at-infos .media-body p.pc { display:block; }
.at-footer .at-infos .media-body p.tablet { display:none; }
.at-footer .at-infos .media-body p.mobile { display:none; }
.at-footer .at-infos .media-body p { font-size:14px; letter-spacing:0; color:#888; line-height: 24px; font-weight: 400; }
.at-footer .at-infos .media-body p span { font-size:12px; padding: 0 5px; }
.at-footer .at-infos .media-body p a { color:#888; font-weight:300; }
.at-footer .at-infos .copyright { float:left; margin-left:0px; }
.at-footer .at-infos .copyright span { font-size:14px; color:#888; }
.at-footer .at-about { list-style: none; margin:0; padding:0px; }
.at-footer .at-about > li { float: left; padding: 0px 15px; color:#888; font-size:14px; line-height: 19px; }
.at-footer .at-about > li::after { float: right; font-size:12px; color:#888; content: "|"; margin-right:-17px;}
.at-footer .at-about > li:last-child::after { content: ""; }
.at-footer .at-about > li > a { color: #888; }
.at-footer .escrow { font-size:14px; font-weight:300; color:#aaa; padding: 30px 0; }
.at-footer .escrow img { margin-right:20px; }
.at-footer .escrow span { float: right; color: #fff; background:url('/data/main/foot_arrow.png')no-repeat center right; padding-right:30px; }

.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:1199px) {
	.responsive .at-footer .at-infos .media { text-align:center; }
	.responsive .at-footer .at-infos .copyright { float:none; margin-top: 5px; line-height: 20px; }
	.responsive .at-footer .at-infos .info-box { width:100%; text-align:left; border-top:1px solid #aaa; padding: 15px 0px; }
	.responsive .at-footer .at-infos .info-box:first-child { border-top:0px; }
	.responsive .at-footer .at-infos .media-body p { font-size:12px; letter-spacing:0; color:#888; line-height: 20px; }
	.responsive .at-footer .at-infos .info-box:nth-of-type(1) { margin-top: 0px; }
	.responsive .at-footer .at-infos .info-box:nth-of-type(2) { display:none; border-top:0px; }
	.responsive .at-copyright { line-height: 23px; }
	.responsive .at-footer .escrow { line-height: 20px; font-size: 12px; }
	.responsive .at-footer .escrow span { display: block; width: 100%; text-align: right; margin-top: 10px; }
	.at-footer .at-container { padding: 0px 10px; }
	.at-footer { padding:10px 0; }
}
@media all and (max-width:991px) {
	.at-footer .at-infos .media-body p.pc { display:none; }
	.at-footer .at-infos .media-body p.tablet { display:block; }
	.at-footer .at-infos .media-body p.mobile { display:none; }
	.responsive .at-footer .at-infos .media-body p { font-size: 14px; line-height:22px; word-break:keep-all; }
	.responsive .at-footer .at-infos .copyright { margin-top: 10px; }
}
@media all and (max-width:480px) {
	.at-footer .at-infos .media-body p.pc { display:none; }
	.at-footer .at-infos .media-body p.tablet { display:none; }
	.at-footer .at-infos .media-body p.mobile { display:block; }
	.responsive .at-footer .at-infos .media-body p { font-size: 14px; line-height:22px; word-break:keep-all; }
	.responsive .at-footer .at-infos .copyright { margin-top: 10px; }
}

/* G5 */
.at-footer .at-copyright { text-align:center; padding:15px 0px; color:#888; }
.at-footer .at-copyright strong { color:#88; }


/********************************************************
■ 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:12px; }

/* 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; }

/********************************************************
■ Mobile All Menu : 사이드 슬라이드 메뉴
********************************************************/
#mobile-menu { list-style:none; padding:0px; margin:0px; list-style:none; overflow:hidden; background:#fff; }
#mobile-menu .old,
#mobile-menu .sub-old { display:none; }
#mobile-menu .new { color: rgb(233, 75, 59); }
#mobile-menu .sub-on a { font-weight:500; color: #df652d; }
#mobile-menu .sub-off a { font-weight:normal; }
#mobile-menu .sub-new { color: rgb(233, 75, 59); }
#mobile-menu .menu-all-head { padding:0px; margin:0px; }
#mobile-menu .menu-all-head a { display:block; cursor:pointer; }
#mobile-menu .menu-all-main { display: block; color: #333; padding: 0 20px; line-height: 28px;  border-bottom: 1px solid #ddd; font-weight: 400; font-size: 16px; line-height: 35px; }
#mobile-menu .menu-all-head.active .menu-all-main, #mobile-menu .menu-all-head:hover .menu-all-main { color:#004431; }
#mobile-menu .menu-all-main.is-sub::after { color:#505b7f; float: right; content: "+"; padding-right:10px; }
/*#mobile-menu .menu-all-head.active .menu-all-main.is-sub::after { color:#c1c1c1; }*/
#mobile-menu .menu-all-head .menu-all-sub { display:none; background:#f5f5f5; list-style:none; }
#mobile-menu .menu-all-head.active .menu-all-sub { display:block; }
#mobile-menu .menu-all-head .menu-all-sub-item { border-bottom:1px solid #dcdcdc; font-size:15px; }
#mobile-menu .menu-all-head .menu-all-sub-item:last-child { border-bottom:1px solid #eaecf0; }
#mobile-menu .menu-all-head .menu-all-sub-item a { padding:6px 10px; padding-left:20px; line-height:24px; font-size:13px; font-weight:300; }
#mobile-menu .menu-all-head .menu-all-sub-item.sub-line a { font-weight:500; background:#efefef; }

#sidebar-box .device > a {font-size:16px !important; }

/*#mobile-menu #msub_1 { border-top:2px solid #dcdcdc;  }*/
#sidebar-box .sidebar-login { overflow:hidden; }
#sidebar-box .sidebar-login input[type='checkbox'] { vertical-align:middle; margin:0 !important; }
#sidebar-box .sidebar-login .form-group { margin-bottom:5px !important; }
#sidebar-box .sidebar-login .text-muted { margin-bottom:10px !important; }


/********************************************************
■ Custom Button
********************************************************/
.btn.customer-btn-color {
	color: #fff !important; border-image: none !important; background-image: none !important;
	border: 1px solid #004431;
	background-color: #004431;
}
.btn.active.customer-btn-color, .btn.customer-btn-color:hover, .btn.customer-btn-color:focus, .btn.customer-btn-color:active {
	background-color: #004431;
}
.btn.customer-btn-black {
	color: #333 !important; border-image: none !important; background-image: none !important;
	border: 1px solid #ddd;
	background-color: #f6f6f6;
}
.btn.active.customer-btn-black, .btn.customer-btn-black:hover, .btn.customer-btn-black:focus, .btn.customer-btn-black:active {
	background-color: #f6f6f6;
}

.btn.customer-btn1 {
	color: #333 !important; border-image: none !important; background-image: none !important;
	border: 1px solid #ddd;
	background-color: #fff;
}
.btn.active.customer-btn1, .btn.customer-btn1:hover, .btn.customer-btn1:focus, .btn.customer-btn1:active {
	background-color: #fff;
}

.btn.customer-btn2 {
	color: #fff !important; border-image: none !important; background-image: none !important;
	border: 1px solid #006448;
	background-color: #006448;
}
.btn.active.customer-btn2, .btn.customer-btn2:hover, .btn.customer-btn2:focus, .btn.customer-btn2:active {
	background-color: #006448;
}

a.btn i, button.btn > i { /*display:none;*/ }
.btn-sm, .btn-group-sm>.btn { padding: 9px 37px; }
.btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group { margin-left: 0px; }
.customer-btn-sm { height: 45px; }

@media all and (max-width:768px) {
.btn-sm, .btn-group-sm>.btn { padding: 10px 20px 9px; height: 45px; font-size: 15px; }
.is-pc .ko .btn-xs, .is-pc .ko .btn-sm { font-size: 16px; }
.btn.customer-btn1, .btn.customer-btn2 { border-bottom:0px; border-right:0px; }
.btn.customer-btn1:nth-of-type(2n) { border-right:1px solid #ddd; }
a.btn.customer-btn1 { border-bottom:1px solid #ddd; }
a.btn.customer-btn2 { border-bottom:1px solid #006448; }
}


/********************************************************
■ Custom Pagination
********************************************************/
.list-wrap .pagination .active a, .view-wrap .pagination .active a {
    color: #fff !important;
    background: #004431 !important;
    border-color: #004431 !important;
}
.pagination li.active a {
    color: #fff !important;
    background: #004431 !important;
    border-color: #004431 !important;
}
.pagination-sm>li>a, .pagination-sm>li>span { padding: 6px 12px; line-height: 28px; font-size: 18px; }


/********************************************************
■ Custom Form
********************************************************/
.form-group { margin-bottom: 0px; }
.form-control { color: #333; border: 1px solid #ddd; margin-bottom:0px; }
.input-sm, .form-horizontal .form-group-sm .form-control { height: 45px; font-size: 17px; }
.input-group-addon { padding: 0px; background-color: #fff; border: 0px; border-radius: 0px; }
.border-black, i.border-black, img.border-black { border-color: #004431; border-bottom: 1px solid #ddd; }
.div-head > span { font-size: 17px; font-weight: 400; border-right:0px; color:#333; }
.div-head { background:#f8f8f8; }
select.input-sm { height: 45px; line-height: 45px; font-weight:500; }

@media all and (max-width:480px) {
.input-sm, .form-horizontal .form-group-sm .form-control { font-size: 14px; color:#777; }
}



/* 로그인/회원가입/비밀번호확인 FORM */
.register-form .panel-heading { background:#dedede; }
.register-form .panel-body { padding:0; overflow:hidden; }
.register-form .form-group { margin:0 !important; border-top:1px solid #dcdcdc; }
.register-form .form-group:nth-of-type(1) { border-top:0; }
.register-form .control-label { width:130px; line-height:30px; padding:5px 15px; text-align:left; background:#f5f5f5; border-right:1px solid #dcdcdc; }
.register-form .form-group input { margin:5px; }
.register-form .check_password { border-left:1px solid #dcdcdc; }
.register-form .col-sm-3, .register-form .col-sm-5 { padding-left:0; }
.help-block { margin:0; display:inline-block; }
.register-form .col-sm-8 { padding-left:0; line-height:30px; }
.register_checkbox { margin-bottom:0; }
.register-form .form-group #captcha { margin:5px; }
.register-form .form-group #captcha #captcha_info { margin:0; }
.register-form .register-captcha { height:100px; }
.register-form .form-control-feedback { margin-top:5px; }

.alert-info { border:1px solid #dcdcdc; background:#f5f5f5; }
#fregister .btn-color { background:#006448 ; border:1px solid #006448; }
#fregister .btn-color:hover { background:#7e8488; border:1px solid #7e8488; }
.btn { font-size:13px; }
#btn_submit { background:#006448 ; border:1px solid #006448; color:#fff; }
#btn_submit:hover { background:#7e8488; border:1px solid #7e8488; }
.register-form .btn-black { border:1px solid #dcdcdc; background:#fff; color:#888 !important; }
.register-form .btn-black:hover { background:#fafafa; }

#member_login { width:100%; background: #fff; overflow:hidden; }
#member_login .login_box, #member_login .login_side { width:350px; /*float:left;*/
    box-sizing: border-box;
    margin: 100px auto; box-sizing:border-box; }
#member_login .login_box { border:1px solid #dcdcdc; }
#member_login .input-sm { padding:7px 10px !important; height:auto; }
#member_login .login_box div > label { position:absolute; left:-9999px; }
#member_login .form-body { padding:25px; }
#member_login #login_id { margin-bottom:8px; }
#member_login .btn-submit { display:block; width:100%; margin-top:20px; height:34px; background:#006448 ; border:1px solid #006448; color:#fff; }
#member_login .btn-submit:hover { background:#7e8488; border:1px solid #7e8488; }
#member_login .login_side { border-top:1px solid #dcdcdc; border-right:1px solid #dcdcdc; }
#member_login .login_side > div { border-bottom:1px solid #dcdcdc; padding:25px; overflow:hidden; height:50%; box-sizing:border-box; }
#member_login .login_box h2 { font-size:20px; padding:25px; border-bottom:1px solid #dcdcdc; }
#member_login .login_side h2 { font-size:20px; }
#member_login .remember-me { padding-top:5px; }
#member_login .login_side p { line-height:25px; padding-top:20px; color:#888; }
#member_login .login_side h2 a { display:inline-block; width:20px; height:20px; border-radius:3px; background:#006448 url('/data/main/ico_go_small.png') no-repeat center center; background-size: auto 50%; vertical-align:text-bottom; margin-left:10px; }
#member_login .login_side h2 a:hover { background:#7e8488 url('/data/main/ico_go_small.png') no-repeat center center; background-size: auto 50%; }
#member_login .login_join { background:url('/data/main/ico_findinfo.png') no-repeat 95% center; }
#member_login .login_find { background:url('/data/main/ico_joinus.png') no-repeat 95% center; }

.mem-confirm { border:1px solid #dcdcdc; }
.mem-confirm .form-header { padding:25px; background:#fff; borer-bottom:1px solid #dcdcdc; }
.mem-confirm .form-header h2 b i { display:none; }
.mem-confirm .form-header h2 b { font-size:20px; font-weight:normal; color:#282828; }
.mem-confirm .form-body { padding:25px; }
.mem-confirm .confirm-id {  padding:0 10px; border:1px solid #dcdcdc; box-sizing:border-box; height:34px; width:100%; line-height:34px; display:block; }
.mem-confirm #confirm_mb_password { padding:7px 10px; border:1px solid #dcdcdc; height:inherit; margin-bottom:5px; }
.mem-confirm .form-control-feedback { display:none; }
.confirm-label { width:100%; }

.register_result_skin { border:1px solid #dcdcdc; }
.register_result_skin .panel-heading { padding:25px; background:#f5f5f5; border-bottom:1px solid #dcdcdc; text-align:center; }
.register_result_skin .panel-heading h4 i { display:none; }
.register_result_skin .panel-heading h4 strong { font-weight:normal; font-size:20px; color:#282828; }
.register_result_skin .panel-body { padding:25px 0; text-align:center; }
.register_result_skin .panel-body p { margin:0; }

.nomem-order-login { margin-top:20px; }
.nomem-order-login > div > .form-box { width:100%; overflow:hidden; }
.nomem-order-login .login_form { padding:0 15px; }
.nomem-order-login .form-header { width:50%; float:left; height:180px; box-sizing:border-box; padding:25px; border-bottom:0; border-right:1px solid #dcdcdc; text-align:center; }
.nomem-order-login .form-header h2 b { color:#282828; font-weight:normal !important; font-size:20px; }
.nomem-order-login .form-header p { color:#888; padding-top:3px; }
.nomem-order-login .form-header img { width:73px; margin-bottom:10px; }
.nomem-order-login .form-body { width:50%; float:left; box-sizing:border-box; padding:25px; }
.nomem-order-login .form-body label { display:none; }
.nomem-order-login .form-body .form-control-feedback { display:none; }
.nomem-order-login .form-body input { padding:7px 10px !important; height:auto; }

@media all and (max-width:991px) {
}
@media all and (max-width:767px) {
#member_login .login_box, #member_login .login_side { /*width:100%;*/ }
#member_login .login_side { margin-top:20px; border:0; }
#member_login .login_side { height:auto !important; }
#member_login .login_side > div { border:1px solid #dcdcdc; }
#member_login .login_side > div:nth-of-type(1) { margin-bottom:20px; }
#member_login .login_side p { width:70%; }
#member_login .login_box, #member_login .login_side { margin: 30px auto; }

.register-form .control-label { width:100%; border-right: 0 !important; border-left: 0 !important; border-bottom:1px solid #dcdcdc;}
.register-form .register-captcha { height:auto; }
.register-form .form-control-feedback { margin-top:0; }
.register-form .control-label { padding:10px 5px; }
.register-form .panel-heading { padding:10px 5px; }
.nomem-order-login .form-header { width:100%; text-align:left; border-right:0; border-bottom:1px solid #dcdcdc; height:auto; background:#fff;}
.nomem-order-login .form-body { width:100%; }
.nomem-order-login .form-header img { display:none; }
.nomem-order-login .form-header p { display:none; }

}
@media all and (max-width:480px) {
}

/* 마이페이지 */
.mypage-skin > h2 { display:block; text-align:center; font-size:18px; color:#282828; margin-bottom:20px; }
.mypage-con > h3 { display:block; text-align:center; font-size:13px; color:#444; margin-bottom:15px; }
.mypage-con > h3 span { font-weight:500; }
.mypage-con > h3 .lv-icon { display:none; }
.mypage-con > h3 a { color:#f10000; font-weight:500; }
.mypage-con > h3 a:hover { text-decoration:underline; }
.mypage-info { width:100%; overflow:hidden; margin-bottom:20px; }
.mypage-info .member-info { width:25%; box-sizing:border-box; border:1px solid #dcdcdc; float:left; padding:25px; text-align:center; }
.mypage-info .member-info p { font-size:15px; color:#282828; margin-bottom:5px; }
.mypage-info .member-info > span { display:block; color:#888; margin-bottom:10px; }
.mypage-info .member-info > a { display:inline-block; background:#006448; color:#fff; padding:4px 25px; }
.mypage-info .member-info > a :hover { background:#7e8488; }
.mypage-info .mp_myshopping { width:25%; float:left; box-sizing:border-box; border-right:1px solid #dcdcdc; border-bottom:1px solid #dcdcdc; }
.mypage-info .mp_myshopping dl { width:100%; overflow:hidden; padding:15px 25px; border-top:1px solid #dcdcdc; margin:0; }
.mypage-info .mp_myshopping dt { float:left; color:#282828; }
.mypage-info .mp_myshopping dd { float:right; }
.mypage-info .mp_myshopping dd a { color:#888 !important; }
.mypage-info .mp_myshopping dd a:hover { text-decoration:underline; }
.mypage-info > a { width:25%; float:left; box-sizing:border-box; border-top:1px solid #dcdcdc; border-right:1px solid #dcdcdc; border-bottom:1px solid #dcdcdc; padding:25px; }
.mypage-info > a b { display:block; color:#282828; font-size:13px; }
.mypage-info > a span { display:block; color:#888; font-size:12px; }
.mypage-info > a:nth-of-type(1) { background:#fff url('/img/ico_mp_delivery.png')no-repeat 90% 80%; }
.mypage-info > a:nth-of-type(2) { background:#fff url('/img/ico_mp_review.png')no-repeat 90% 80%; }
.mypage-info > a:nth-of-type(1):hover { background:#f5f5f5 url('/img/ico_mp_delivery.png')no-repeat 90% 80%; }
.mypage-info > a:nth-of-type(2):hover { background:#f5f5f5 url('/img/ico_mp_review.png')no-repeat 90% 80%; }

.mypage-con .mypage-process { width:100%; border:1px solid #dcdcdc; margin-bottom:20px; }
.mypage-con .mypage-process h4 { display:block; padding:15px 25px; background:#f5f5f5; font-size:14px; border-bottom:1px solid #dcdcdc; color:#282828; }
.mypage-con .mypage-process span { color:#888; }
.mypage-con .mypage-process ul { width:100%; box-sizing:border-box; overflow:hidden; padding:25px 0; margin:0; }
.mypage-con .mypage-process li { list-style:none; width:25%; text-align:center; float:left; border-left:1px dotted #dcdcdc; color:#888; }
.mypage-con .mypage-process li:nth-of-type(1) { border-left:0; }
.mypage-con .mypage-process li a { display:inline-block; color:#7e8488; font-size:18px; font-weight:bold; }
.mypage-con .mypage-process li a:hover { text-decoration:underline; color:#006448; }

.mypage-con .mypage-quick { width:100%; border:1px solid #dcdcdc; overflow:hidden; }
.mypage-con .mypage-quick > a { width:14.28%; display:block; float:left; text-align:center; box-sizing:border-box; height:128px; line-height:190px;border-left:1px solid #dcdcdc; color:#888; }
.mypage-con .mypage-quick > a:nth-of-type(2) { border-left:0; background:url('/img/ico_mp_sell.png')no-repeat center 25px; }
.mypage-con .mypage-quick > a:nth-of-type(3) { background:#fff url('/img/ico_mp_coupon.png')no-repeat center 25px; }
.mypage-con .mypage-quick > a:nth-of-type(4) { background:#fff url('/img/ico_mp_wish.png')no-repeat center 25px; }
.mypage-con .mypage-quick > a:nth-of-type(5) { background:#fff url('/img/ico_mp_change.png')no-repeat center 25px; }
.mypage-con .mypage-quick > a:nth-of-type(6) { background:#fff url('/img/ico_mp_write.png')no-repeat center 25px; }
.mypage-con .mypage-quick > a:nth-of-type(7) { background:#fff url('/img/ico_mp_modify.png')no-repeat center 25px; }
.mypage-con .mypage-quick > a:nth-of-type(8) { background:#fff url('/img/ico_mp_logout.png')no-repeat center 25px; }

.mypage-con .mypage-quick > a:nth-of-type(2):hover { background:#f5f5f5 url('/img/ico_mp_sell.png')no-repeat center 25px; }
.mypage-con .mypage-quick > a:nth-of-type(3):hover { background:#f5f5f5 url('/img/ico_mp_coupon.png')no-repeat center 25px; }
.mypage-con .mypage-quick > a:nth-of-type(4):hover { background:#f5f5f5 url('/img/ico_mp_wish.png')no-repeat center 25px; }
.mypage-con .mypage-quick > a:nth-of-type(5):hover { background:#f5f5f5 url('/img/ico_mp_change.png')no-repeat center 25px; }
.mypage-con .mypage-quick > a:nth-of-type(6):hover { background:#f5f5f5 url('/img/ico_mp_write.png')no-repeat center 25px; }
.mypage-con .mypage-quick > a:nth-of-type(7):hover { background:#f5f5f5 url('/img/ico_mp_modify.png')no-repeat center 25px; }
.mypage-con .mypage-quick > a:nth-of-type(8):hover { background:#f5f5f5 url('/img/ico_mp_logout.png')no-repeat center 25px; }

.mypage-con .mypage-quick .mp_quick_title { display:none; line-height:15px; font-size:13px; padding-top:45px; background:#006448; color:#fff; }
.mypage-con .mypage-quick .mp_quick_title:hover { background:#7e8488; }
.mypage-con .mypage-process h4 { margin-top:0; }

@media all and (max-width:767px) {
.mypage-info .member-info, .mypage-info .mp_myshopping { width:50%; }
.mypage-info > a { width:50%; border-top:0; }
.mypage-info > a:nth-of-type(1) { border-left:1px solid #dcdcdc; }
.mypage-con .mypage-quick .mp_quick_title { display:block; }
.mypage-con .mypage-quick > a { width:25%; }
.mypage-con .mypage-quick > a:nth-of-type(1), .mypage-con .mypage-quick > a:nth-of-type(2), .mypage-con .mypage-quick > a:nth-of-type(3), .mypage-con .mypage-quick > a:nth-of-type(4) { border-bottom:1px solid #dcdcdc; }
}
@media all and (max-width:480px) {
.mypage-info .member-info, .mypage-info .mp_myshopping { width:100%; }
.mypage-info .member-info { border-bottom:0; }
.mypage-info > a { width:100%; border-top:0; }

.mypage-con .mypage-quick > a { height:90px; line-height:135px; }
.mypage-con .mypage-quick .mp_quick_title { padding-top:30px; }

.mypage-con .mypage-quick > a:nth-of-type(2) { border-left:0; background:url('/img/ico_mp_sell.png')no-repeat center 18px; background-size:38px; }
.mypage-con .mypage-quick > a:nth-of-type(3) { background:#fff url('/img/ico_mp_coupon.png')no-repeat center 18px; background-size:38px; }
.mypage-con .mypage-quick > a:nth-of-type(4) { background:#fff url('/img/ico_mp_wish.png')no-repeat center 18px; background-size:38px; }
.mypage-con .mypage-quick > a:nth-of-type(5) { background:#fff url('/img/ico_mp_change.png')no-repeat center 18px; background-size:38px; }
.mypage-con .mypage-quick > a:nth-of-type(6) { background:#fff url('/img/ico_mp_write.png')no-repeat center 18px; background-size:38px; }
.mypage-con .mypage-quick > a:nth-of-type(7) { background:#fff url('/img/ico_mp_modify.png')no-repeat center 18px; background-size:38px; }
.mypage-con .mypage-quick > a:nth-of-type(8) { background:#fff url('/img/ico_mp_logout.png')no-repeat center 18px; background-size:38px; }

.mypage-con .mypage-quick > a:nth-of-type(2):hover { background:#f5f5f5 url('/img/ico_mp_sell.png')no-repeat center 18px; background-size:38px; }
.mypage-con .mypage-quick > a:nth-of-type(3):hover { background:#f5f5f5 url('/img/ico_mp_coupon.png')no-repeat center 18px; background-size:38px; }
.mypage-con .mypage-quick > a:nth-of-type(4):hover { background:#f5f5f5 url('/img/ico_mp_wish.png')no-repeat center 18px; background-size:38px; }
.mypage-con .mypage-quick > a:nth-of-type(5):hover { background:#f5f5f5 url('/img/ico_mp_change.png')no-repeat center 18px; background-size:38px; }
.mypage-con .mypage-quick > a:nth-of-type(6):hover { background:#f5f5f5 url('/img/ico_mp_write.png')no-repeat center 18px; background-size:38px; }
.mypage-con .mypage-quick > a:nth-of-type(7):hover { background:#f5f5f5 url('/img/ico_mp_modify.png')no-repeat center 18px; background-size:38px; }
.mypage-con .mypage-quick > a:nth-of-type(8):hover { background:#f5f5f5 url('/img/ico_mp_logout.png')no-repeat center 18px; background-size:38px; }
}


/* 페이지 */
.pagination-sm>li>a, .pagination-sm>li>span {
    padding: 6px 15px;
    line-height: 28px;
    font-size: 18px;

}

.list-page { text-align:center; }


.btn.btn-color {
    color: #fff !important;
    border-image: none !important;
    background-image: none !important;
    border: 1px solid #006448;
    background-color: #006448;
}
.btn.active.btn-color, .btn.btn-color:hover, .btn.btn-color:focus, .btn.btn-color:active {
	background-color: #006448;
}




/*****************************************************************************
                   메인 코딩
********************************************************************************/

.main_wrap .main-title { position: relative; margin-bottom:55px; word-break: keep-all; }
.main_wrap .main-title > p { font-size:16px; letter-spacing:0.35em; font-weight:300; color: rgba(255,255,255,0.5); text-transform:uppercase; }
.main_wrap .main-title > h2 { font-family: 'Titillium Web', sans-serif; font-size: 45px; font-weight: 600; color:#fff; letter-spacing:0; }
.main_wrap .main-title > span { display: block; font-size:20px; color:#fff; width:100%; text-align:center; margin-top: 5px; }
.main_wrap .con-box { padding:90px 0; overflow:hidden; }
.main_wrap a.btn01 { position:relative; transition:all .5s; overflow:hidden; display:inline-block; font-size:15px; font-weight:400; letter-spacing:0.05em; padding:0 45px; background:#ffb61b; border:1px solid #ffb61b; color:#222; height:50px; line-height:50px; margin-top:45px;  }
.main_wrap a.btn02 { position:relative; transition:all .5s; overflow:hidden; display:inline-block; font-size:15px; font-weight:400; letter-spacing:0.05em; padding:0 45px; background:#006448; border:1px solid #006448; color:#fff; height:50px; line-height:50px; margin-top:45px; }

.main_wrap a.btn01:hover,
.main_wrap a.btn02:hover { background:rgba(255,255,255,.2); color:#fff; border:1px solid #ddd; }
.main_wrap a.btn01:after,
.main_wrap a.btn02:after { display:block; transition:all .3s;  position:absolute; left:-100%; top:0; content:''; width:50%; height:100%; background:rgba(255,255,255,.5); }
.main_wrap a.btn01:hover:after, .main_wrap a.btn02:hover:after { left:100%;}


@media (max-width: 768px) {
.main_wrap .main-title { margin-bottom:35px; }
.main_wrap .main-title > h2 { font-size: 35px; }
}
@media (max-width: 480px) {
	.main_wrap .main-title { margin-bottom:20px; }
	.main_wrap .main-title > p { font-size:12px; }
	.main_wrap .main-title > h2 { font-size: 28px }
	.main_wrap .main-title > span { font-size: 18px; }
	.main_wrap .con-box { padding:60px 0; overflow:hidden; }
	.main_wrap  a.btn01 { font-size:14px; height:40px; line-height:40px; margin-top:30px; }
	.main_wrap  a.btn02 { font-size:14px; height:40px; line-height:40px; margin-top:30px; }
}

/* 메인 비주얼 */
.main-visual { width:100%; overflow:hidden; }


/* About */
.main_wrap .main-about .at-container { max-width:1350px; overflow:hidden; }
.main_wrap .main-about { background:url('/data/main/main_about_bg.jpg')no-repeat center center; background-size: cover; padding:90px 0; color:#fff; }
.main_wrap .main-about .con { float:left; display:block; width:50%; background:rgba(0, 116, 84,0.5); padding:60px 65px; }
.main_wrap .main-about h2 { font-family: 'Titillium Web', sans-serif; font-size: 60px; font-weight: 600; }
.main_wrap .main-about p { margin-top:35px; }
.main_wrap .main-about p > span { display:block; font-weight:400; font-size:20px; line-height:35px; word-break: keep-all; }
.main_wrap .main-about p > span > b { font-weight:500; color:#ffb61b; }
.main_wrap .main-about .con a {  position:relative; overflow:hidden;  transition:all .5s; border: 1px solid #ffb61b; display:inline-block; font-size:15px; letter-spacing:0.05em; padding:0 45px; background:#ffb61b; color:#222; height:50px; line-height:50px; margin-top:45px; font-weight:400; }
.main_wrap .main-about .con a:hover { background:rgba(255,255,255,.2); color:#fff; border:1px solid #ddd; }
.main_wrap .main-about .con a:after { display:block; transition:all .3s;  position:absolute; left:-100%; top:0; content:''; width:50%; height:100%; background:rgba(255,255,255,.5); }
.main_wrap .main-about .con a:hover:after { left:100%;}

.main_wrap .main-about .brand { float:left; width:50%; padding:0 0 0 3% ;  }
.main_wrap .main-about .brand .img_wrap a { display:block; }
.main_wrap .main-about .brand .img_wrap1 {text-align:center; margin-top:38.32%;}
.main_wrap .main-about .brand .img_wrap2 { margin-top:21.24%;  overflow:hidden;}
.main_wrap .main-about .brand .img_wrap2 a { float:left; margin-right:40px;}
.main_wrap .main-about .brand .img_wrap2 a:last-of-type { margin-right:0;}
.main_wrap .main-about .mobile { display:none; }


@media (min-width:992px) and  (max-width:1350px){
.main_wrap .main-about .brand .img_wrap2 a { width: 50%; margin-right:0; text-align: center; margin-bottom: 30px; }
}


@media (max-width: 1199px) {
	.main_wrap .main-about .con { padding: 60px 35px; }
	.main_wrap .main-about h2 { font-size: 38px; }
	.main_wrap .main-about p > span { display:inline; font-size:18px; line-height:32px; word-break:keep-all; }
}
@media (max-width: 991px) {
	.main_wrap .main-about { background: url('/data/main/main_about_bg_991.jpg')no-repeat left center; padding: 60px 0; }
	.main_wrap .main-about .con { width:100%; }
	.main_wrap .main-about .con { padding: 60px 35px; }
	.main_wrap .main-about h2 { font-size: 38px; }
	.main_wrap .main-about p > span { display:inline; font-size:18px; line-height:32px; word-break:keep-all; }

	.main_wrap .main-about .brand { width:100%; padding:0; }
	.main_wrap .main-about .brand .img_wrap1 { margin-top:7.78%;}
	.main_wrap .main-about .brand .img_wrap2 { max-width:670px; margin:11.13% auto 0;}
	.main_wrap .main-about .brand .img_wrap2 a { margin-right:10px;	margin-right:8%}

	/* .main_wrap .main-about .mobile { display:block; text-align:center; }
	.main_wrap .main-about .mobile img {width:95%; padding:20px;} */
}

@media (max-width: 768px) {
	.main_wrap .main-about .con { width:100%; }
	.main_wrap .main-about .con { padding: 60px 35px; }
	.main_wrap .main-about h2 { font-size: 30px; }
	.main_wrap .main-about p > span { display:inline; font-size:15px; line-height:25px; word-break:keep-all; }
	.main_wrap .main-about .brand .img_wrap2 a { width: 50%; margin-right:0; text-align: center; margin-bottom: 30px; }
}





@media (max-width: 480px) {
	.main_wrap .main-about h2 { font-size: 25px; }
	.main_wrap .main-about .con { padding: 30px 20px; }
	.main_wrap .main-about p { margin-top: 20px; }
	.main_wrap .main-about p > span { font-size: 14px; line-height:22px; }
	.main_wrap .main-about a { font-size:14px; height:40px; line-height:40px; margin-top:30px; }
	.main_wrap .main-about .mobile img {width:100%; padding:15px 0 0 0;}
}

/* Service */
.main_wrap .main-service .at-container { overflow:hidden; }
.main_wrap .main-service { background:url('/data/main/main_service_bg.jpg')no-repeat center center; background-size: cover; padding:90px 0; color:#fff; }
.main_wrap .main-service dl { float:left; width:50%; overflow:hidden; }
.main_wrap .main-service dl:nth-of-type(1),
.main_wrap .main-service dl:nth-of-type(2) { margin-bottom:90px; }
.main_wrap .main-service dt { float:left; width:30%; }
.main_wrap .main-service dd { float:left; width:70%; }
.main_wrap .main-service dd b { display:block; margin:10px 0; font-family: 'Titillium Web', sans-serif; font-size: 30px; font-weight: 600; letter-spacing:0; }
.main_wrap .main-service dd > span { display:block; color:#aaa; line-height:30px; font-size:18px; font-weight:400; }

@media (max-width: 1199px) {
	.main_wrap .main-service dt img { width:120px; }
	.main_wrap .main-service dd b { font-size: 25px; margin:15px 0 10px; }
	.main_wrap .main-service dd > span { line-height:25px; }
}

@media (max-width: 991px) {
.main_wrap .main-service dt { float:none; width:100%; text-align:center; }
.main_wrap .main-service dd { float:none; width:100%; text-align:center; }
.main_wrap .main-service dd b { margin:20px 0 10px; font-size: 25px; }
.main_wrap .main-service dd > span { font-size:18px; line-height:25px; }
.main_wrap .main-service { padding: 60px 0; }
}

@media (max-width: 768px) {
.main_wrap .main-service dt { float:none; width:100%; text-align:center; }
.main_wrap .main-service dd { float:none; width:100%; text-align:center; }
.main_wrap .main-service dt img { width: 100px; }
.main_wrap .main-service dd b { margin:10px 0; font-size: 20px; }
.main_wrap .main-service dd > span { font-size:14px; line-height:22px; }
.main_wrap .main-service { padding: 60px 0; }
}

@media (max-width: 480px) {
.main_wrap .main-service { padding:60px 0; }
.main_wrap .main-service dl { float:none; width:100%; margin-bottom:10px; margin-bottom: 15px !important; }
.main_wrap .main-service dl:nth-of-type(1), .main_wrap .main-service dl:nth-of-type(2) { margin-bottom:0px; }
.main_wrap .main-service dt { float:left; width:95px; text-align:left; padding-top:0px; padding-left:20px; }
.main_wrap .main-service dt img { width: 75px; }
.main_wrap .main-service dd { float:left; width:calc(100% - 95px); padding-left:20px; }
.main_wrap .main-service dd b { font-size: 18px; text-align:left; }
.main_wrap .main-service dd > span { font-size: 14px; text-align:left; }
}


/* Product */
.main_wrap .main-product { background: url('/data/main/main_product_bg.jpg')no-repeat top center; background-size: cover; padding:90px 0; color:#fff; overflow:hidden; }
.main_wrap .main-product .div-box { background: transparent; padding: 0; margin:0; border:0; text-align:center; }
.main_wrap .main-product .div-box > div { position: relative; display:inline-block; float: none; width: 23%; margin-right: 2.3%; margin-bottom: 2%; border: 4px solid #006448; }
.main_wrap .main-product .div-box > div:nth-of-type(4), .main-product .div-box > div:nth-of-type(7) { margin-right:0; }
.main_wrap .main-product .div-box > div:hover { border: 4px solid #ffb61b; }
.main_wrap .main-product .div-box > div .img { width:100%; background:#fff; overflow:hidden;}
.main_wrap .main-product .div-box > div .img img { transition:all .3s;  }
.main_wrap .main-product .div-box > div:hover .img img { transform:scale(1.1); }
.main_wrap .main-product .div-box > div .img > a > img { max-width:100%; }
.main_wrap .main-product .div-box > div .txt { position: relative; width: 100%; background:#006448; }
.main_wrap .main-product .div-box > div:hover .txt { background:#ffb61b; }
.main_wrap .main-product .div-box > div a { font-family: 'Titillium Web', sans-serif; font-size: 20px; font-weight: 500; color:#fff; line-height:46px; }
.main_wrap .main-product .div-box > div:hover a { color:#222; }

@media (max-width: 991px) {
	.main_wrap .main-product .div-box > div { float:left; width:49%; margin-right:2%; }
	.main_wrap .main-product .div-box > div:nth-of-type(2n) { margin-right:0; }
}
@media (max-width: 768px) {
	.main_wrap .main-product .div-box > div { float:left; width:49%; margin-right:2%; }
	.main_wrap .main-product .div-box > div:nth-of-type(2n) { margin-right:0; }
}
@media (max-width: 480px) {
	.main_wrap .main-product .div-box > a p  {  }
	.main_wrap .main-product .div-box > div a  { font-size:15px; }
}


/* Contact Us */
.main-contactus { background:#042c21; }
.main-contactus .div-box { background: transparent; margin:0; padding:0; border:0; overflow:hidden; }
.main-contactus .div-box > div { float:left; width:50%; text-align:left; overflow:hidden; }
.main-contactus .div-box > div:nth-of-type(2) { padding:35px 0 35px 50px; overflow:hidden; }
.main-contactus .div-box > div dl { color:#fff; font-size:18px; }
.main-contactus .div-box > div dt { float:left; width:95px; font-weight:500; line-height:50px; padding-left:34px; }
.main-contactus .div-box > div dd { float:left; width:calc(100% - 95px); font-weight:300; line-height:50px; text-align:left; }
.main-contactus .div-box > div dt:nth-of-type(1) { background: url('/data/main/ico_map.png')no-repeat left center; }
.main-contactus .div-box > div dt:nth-of-type(2) { background: url('/data/main/ico_phone.png')no-repeat left center; }
.main-contactus .div-box > div dt:nth-of-type(3) { background: url('/data/main/ico_fax.png')no-repeat left center }
.main-contactus .div-box > div a:nth-of-type(2) { margin-left:30px; }
.root_daum_roughmap .wrap_btn_zoom { z-index: 1; }


@media (max-width: 1199px) {
.main-contactus .div-box > div dt { line-height: 40px }
.main-contactus .div-box > div dt,
.main-contactus .div-box > div dd { float: none; width: 100%; }
.main-contactus .div-box > div dd { line-height: 28px; padding-left: 35px; }
.main-contactus .div-box > div:nth-of-type(2) { padding: 5px 0 10px 35px; }
.main_wrap a.btn01,
.main_wrap a.btn02 { margin-top:30px;  padding:0 30px; }
.main-contactus .div-box > div a:nth-of-type(2) { margin-left:10px }

}

@media (max-width: 991px) {
.main-contactus .div-box > div dt:nth-of-type(1) { background: url('/data/main/ico_map.png')no-repeat left bottom; }
.main-contactus .div-box > div dt:nth-of-type(2) { background: url('/data/main/ico_phone.png')no-repeat left bottom; }
.main-contactus .div-box > div dt:nth-of-type(3) { background: url('/data/main/ico_fax.png')no-repeat left bottom; }
.main-contactus .div-box > div { float:none; width:100%; }
.main-contactus .div-box > div:nth-of-type(2) { padding:30px 0; }
.main-contactus .div-box > div dl { font-size:15px; padding:0 20px; }
.main-contactus .div-box > div dt, .main-contactus .div-box > div dd { width:100%; }
.main-contactus .div-box > div dt { padding-left:30px; line-height:30px; }
.main-contactus .div-box > div dd { padding-left:26px; line-height:30px; }
.main-contactus .div-box > div dt:nth-of-type(1),.main-contactus .div-box > div dt:nth-of-type(2),.main-contactus .div-box > div dt:nth-of-type(3) { background-size: 18px; }
.main-contactus .div-box > div a:nth-of-type(2) { margin-left: 10px; }
}
@media (max-width: 480px) {
.main-contactus .div-box > div { text-align:center; }
.main-contactus .div-box > div dt, .main-contactus .div-box > div dd { text-align:left; }
.main-contactus .div-box > div dl { font-size:14px; padding:0 20px; }
.main-contactus .div-box > div dt { padding-left: 35px; line-height: 30px; }
.main-contactus .div-box > div dd { font-size:14px; padding-left:35px; line-height:25px; word-break:keep-all; margin-bottom:10px; }
.main-contactus .div-box > div a { width:100%; }
.main-contactus .div-box > div a:nth-of-type(1) { margin:30px auto 0; }
.main-contactus .div-box > div a:nth-of-type(2) { margin-left:0px; margin:10px auto 0; }
.main-contactus .div-box > div dt:nth-of-type(1), .main-contactus .div-box > div dt:nth-of-type(2), .main-contactus .div-box > div dt:nth-of-type(3) { background-size: 22px; }
}

/* Online */
.main-online { background: url('/data/main/main_online_bg.jpg')no-repeat top center; background-size: cover; padding:90px 0; color:#fff; overflow:hidden; }
.main-online .div-box { background: transparent; margin:0; padding:0; border:0; overflow:hidden; }
.main-online ul { margin:0; padding:0; list-style:none; }

.main-online .form-horizontal button.btn01 { position:relative; transition:all .5s; overflow:hidden; border:1px solid #ffb61b ; }
.main-online .form-horizontal button.btn01:hover { background:rgba(255,255,255,.2); color:#fff; border:1px solid #ddd; }
.main-online .form-horizontal button.btn01:after { display:block; transition:all .3s;  position:absolute; left:-100%; top:0; content:''; width:50%; height:100%; background:rgba(255,255,255,.5); }
.main-online .form-horizontal button.btn01:hover:after { left:100%; }




/* 개인정보취급방침 팝업 */
.privacy_popup { position: absolute; display:none; width: 450px; height: 450px; top : 0px; background: #fff; margin: 0 auto; z-index: 10; }

.privacy_popup > h2 { font-size:20px; font-weight:600; color:#333; height:60px; line-height:60px; border: 1px solid #ddd; text-align:center; }
.privacy_popup > div { height: 340px; padding: 40px 30px; border-left: 1px solid #ddd; border-right: 1px solid #ddd; overflow-y:auto; }
.privacy_popup > div p { margin-bottom:20px; }
.privacy_popup > div span { display:block; color:#666; font-size:16px; line-height:26px; word-break: keep-all; }
.privacy_popup > div p > span:first-child { font-weight:500; }
.privacy_popup > a { position: absolute; display: block; height: 50px; line-height: 50px; font-size: 16px; color: #fff; background: #00603d; width: 100%; bottom: 0; text-align: center; }

@media (max-width: 480px) {
	.privacy_popup { position: absolute; display:none; width: 320px; height: 450px; top : 0px; background: #fff; margin: 0 auto; z-index: 10; }
}

/* 팝업 배경 css */
#popup_mask { position: fixed; width: 100%; height: 100vh; top: 0px; left: 0px; display: none; background-color:#000000; opacity: 0.6; z-index: 9; }



.flat{ position:fixed; z-index: 10; right: 10px; bottom: 80px;}
@media all and (max-width: 768px) {
	.flat img{ width: 42px;}
	.flat{bottom:52px; right: 5px;}
}
