@charset "utf-8";

/********************************************************
■ Basic : 기본
********************************************************/
@import url('//fonts.googleapis.com/css?family=Roboto:400,300,500,500italic,700,900,400italic,700italic');
/*@font-face { font-family: 'BMJUA'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/BMJUA.woff') format('woff'); font-weight: normal; font-style: normal; }
/*@font-face { font-family: 'BMYEONSUNG'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/BMYEONSUNG.woff') format('woff'); font-weight: normal; font-style: normal; }*/
/*@font-face { font-family: 'NanumSquareRound'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/NanumSquareRound.woff') format('woff'); font-weight: normal; font-style: normal; } */
/*@font-face{
    font-family:"NG";
    src:url('/font/NanumGothic.eot');
    src:url('/font/NanumGothic.eot?#iefix') format('embedded-opentype'),
    url('/font/NanumGothic.woff') format('woff'),
    url('/font/NanumGothic.ttf') format('truetype');
    url('/font/NanumGothic.svg#NanumGothic') format('svg')
    src:local(¡Ø), url('/font/NanumGothic.woff') format('woff');
} */

/* 20191203 기본글꼴로 변경하기 위해 주석처리
@font-face {
    font-family: "Noto Sans KR";
    font-style: normal;
    font-weight: 300;
    letter-spacing: -2;
    src: url("//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2") format("woff2"),
    url("//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff") format("woff"),
    url("//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf") format("opentype");
}
@font-face {
    font-family: "Noto Sans KR";
    font-style: normal;
    font-weight: 400;
    letter-spacing: -2;
    src: url("//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2") format("woff2"),
    url("//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff") format("woff"),
    url("//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf") format("opentype");
}

@font-face {
    font-family: "Noto Sans KR";
    font-style: normal;
    font-weight: 500;
    letter-spacing: -2;
    src: url("//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2") format("woff2"),
    url("//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff") format("woff"),
    url("//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf") format("opentype");
}
*/
/*body { font-family:"나눔바른고딕"; gulim; line-height: 22px; font-size: 14px; color: rgb(51, 51, 51); background-color:#fff; background-repeat: no-repeat; background-attachment:fixed; background-size:cover; } */
/*body,input {font:12px Noto Sans KR, Malgun Gothic, gulim, sans-serif; font-family:gulim; letter-spacing:-1px; color:#333; font-weight: 400; letter-spacing: -2;}
*/
body,input {font:12px Malgun Gothic, dotum, sans-serif; font-family:dotum; letter-spacing:-1px; color:#333; font-weight: 400; letter-spacing: -2;}
body.is-pc .ko { font-size:12px; }
a { color: #3a9ceb; cursor: pointer; text-decoration: none; }
a:hover, a:focus, a:active { color: #111111; 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 { 
    font-family: 'Noto Sans KR','Open Sans',AppleGothic,helvetica,sans-serif; font-weight: 500; line-height: 1.3em; letter-spacing: -.04em;
 }
.ko, .ko small { font-family:"dotum" Noto Sans KR,dotum, sans-serif; }
.sns-share-icon img { width:20%; max-width:34px; border-radius:50%; }
/********************************************************
■ Layout : 레이아웃
********************************************************/
.wrapper { margin:0 auto; background:#fff;  }
.at-container { margin:0px auto; padding:0px;  }
.is-pc .at-body { min-height:600px;background-color: #fcfafa; }
.at-body .at-container { padding:0px 15px; overflow:hidden; }
.at-body { background-color: #fff; }
.mainbody { outline-style: solid; border:0px solid #FEfEfE;}
.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:12; left:0px;}
.nav-fixed .at-menu .pc-menu {top:-30px;}
@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; overflow:hidden; }
    .responsive .pull-right.at-main,
    .responsive .pull-left.at-side { float:none !important; }

}

.at-side { padding-left: 5px !important;padding-right: 5px !important; }
/********************************************************
■ LNB : 최상단의 즐겨찾기, RSS, 로그인, 회원가입 영역
********************************************************/
.at-lnb { background-color: #FFF; color:#212121; height:30px; border-top-color:#FDFDFD; border-top:1px;}
.en .at-lnb { font-size:13px; letter-spacing:-1px; background:#efefef; height:100%; border-bottom:1px solid #bab7b6;} 
.at-lnb ul { list-style: none; margin: 0px; padding:0px 5px; }
.at-lnb ul > li { float: left; }
.at-lnb .pull-right ul li { padding: 8px 15px 0; }

/*.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 { font-weight:300; color: #212121; float:left; } 
.at-lnb ul > li > a:hover{ font-weight:400; color:#a10000;}
@media all and (max-width:991px) {
    .responsive .at-lnb .at-container { display:none; visibility:visible; }
}

/********************************************************
■ PC Header : PC 헤더 
********************************************************/
.pc-header { padding:0px; text-align:center;background-color: #fff;top:-30px; }
.pc-header .at-container { /*padding:0px 20px 15px; background: url('./header.jpg') no-repeat right top; */ }
.pc-header .header-logo { display:inline-block; vertical-align:middle;  float:left; 
/*margin-left: 200px !important; margin:65px 0;*/
    margin-top: 35px;
    margin-left: 10px;} 

.pc-header .header-logo a { font-size:45px; line-height:45px; font-family: sans-serif; font-weight:bold; color:#211;  }
.pc-header .header-logo a:hover { color:#999; }
.pc-header .header-logo img { display:block; max-width:100%; max-height:60px; }
.pc-header .header-desc { display:block; font-size:12px; letter-spacing:-1px; color:#fff; margin-top:2px; }
.pc-header .header-search { display:inline-block; width:400px; vertical-align:middle; float:left;    margin-top: 50px;
    margin-left: 30px;}
.pc-header .header-search form { padding:0px; margin-top:4px; border:4px solid #002b4e; background: #002b4e; } /* a2ec163 */
.pc-header .header-search input { background: #fff; border:1px solid #002b4e; }
.pc-header .header-search .btn { color:#fff !important; background: #002b4e; !important; }
.pc-header .header-keyword { padding-top:4px; }
.pc-header .header-sns { display: block; position: absolute; padding:20px; }
.pc-header .header-shop { display: inline-block; width:100%; margin:20px; float: right;}
.top-banner {margin:0 auto;}
.en .pc-header .header-keyword { font-size:12px; }
@media all and (max-width:991px) {
    .responsive .pc-header { display:none; }
}


/********************************************************
■ Mobile Header : 모바일 헤더 
********************************************************/
.m-header { display:none; background: #fff; }
.m-header a { color:#211;font-weight:700;font-size:1.5em; }
.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; }
.m-header .header-desc { display:block; font-size:12px; letter-spacing:-1px; color:#fff; margin-top:2px; }
.m-header .header-search { display:table-cell; 
    /*width:400px; */
    vertical-align:middle; float:left;    margin-top: 0px;
    margin-left: 30px;}
.m-header .header-search form { padding:0px; margin-top:14px; border:2px solid #002b4e; background: #002b4e; } /* a2ec163 */
.m-header .header-search input { background: #fff; border:1px solid #002b4e; }
.m-header .header-search .btn { color:#fff !important; background: #002b4e; !important; }
.m-header .header-keyword { padding-top:4px; }
.m-header .header-sns { display: block; position: absolute; padding:20px; }
.m-header .header-shop { display: inline-block; width:100%; margin:20px; float: right;}
.top-banner {margin:0 auto;}
.en .m-header .header-keyword { font-size:12px; }

@media all and (max-width:991px) {
    .responsive .m-header { display:block; }
}
@media all and (max-width:699px){
    .m-header .header-logo img { display:block; width:35%; margin:0 auto; }
    
}

/********************************************************
■ PC Menu : PC 메뉴바 배경설정
********************************************************/
/*.pc-menu { position:relative; background:#fff; border:0px; z-index:12; 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); }
*/
.pc-menu {
    position: relative;
    background: #fff;
    border: 0px;
    z-index: 12;
    box-shadow: 0px 5px 5px -2px rgba(25, 25, 25, 0.15);
    -webkit-box-shadow: 20px 4px 7px 1px rgba(56, 95, 61, 0.26);
    -moz-box-shadow: 0px 5px 5px -2px rgba(25, 25, 25, 0.15);
}

.pc-menu .at-container { position:relative; margin-top:30px;}
.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: 16px; font-family: Noto Sans KR, "Roboto", sans-serif; }
.pc-menu .nav-home .menu-a { font-size: 20px;}
.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-1::before { left: 50%; margin-left:-8px; }
.pc-menu .nav-top.nav-both .sub-1 { 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-1 { position:absolute; }

/* 공통 스타일 */
.pc-menu .nav-top { position:absolute; left:0px; top:0px; z-index:10; width:100%; }
.pc-menu .nav-top .menu-a { display:block; color:#555; /*background: rgba(86,182,230,0.9);*/ font-weight:bold; font-size:18px;}
.pc-menu .nav-top .menu-li:hover .menu-a,
.pc-menu .nav-top .menu-li.on .menu-a { background: #002b4e; color:#fff; } /*상단메뉴바 홈버튼 #a2c163*/
.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; font-size:20px;}
/*.pc-menu .nav-top .new { color: rgb(140, 195, 70);}*/
.pc-menu .nav-top .menu_new { position: inherit;top: -13px;float:right;margin-top:-50px;margin-left: 50px;width: 21px;height: 24px;background: url(./img/new.png) no-repeat;text-indent: -9999px; display: inline-block !important; }
.pc-menu .nav-top .menu_new2 { position: absolute;top: -13px;width: 21px;height: 24px;background: url(./img/new.png) no-repeat;text-indent: -9999px;  display: inline-block !important; }
.pc-menu .nav-top .menu_new3 { position: absolute;top: 0px;width: 21px;height: 24px;background: url(./img/new.png) no-repeat ;text-indent: -9999px;  display: inline-block !important; }
.pc-menu .nav-top .menu_new4 { position: inherit;top: 0px;float:right;margin-top:-42px;margin-left: 50px;width: 21px;height: 24px;background: url(./new.png) no-repeat; text-indent: -9999px;  display: inline-block !important; }
.pc-menu .nav-top .sub-1::before { top: -8px; border-width: 0 8px 8px; border-color: #002b4e; transparent; display: block; width: 0px; content: ""; position: absolute; border-style: solid; }
.pc-menu .nav-top .sub-1 { background:#fff; border-top:3px solid #002b4e; 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-1dul1 {position:relative;}
.pc-menu .nav-top .sub-1dli1 {position:relative; }
/*.pc-menu .nav-top .sub-1dul {position:absolute;width:900px;top:-3px;left:-200px; background-color:#FFF;height:380px;border:1px solid #AAA;}*/
.pc-menu .nav-top .sub-1dul,
.pc-menu .nav-top .sub-1dli { position:relative;  }
.pc-menu .nav-top .sub-1dli { position:relative;/*float:left;*/ /*width:200px;*/ }
.pc-menu .nav-top .sub-1da { display:block; color:#000; padding:5px 12px; line-height:22px; border-bottom: 1px solid rgb(238, 238, 238); background-color:#FFF;}
.pc-menu .nav-top .sub-1dli.on .sub-1da,
.pc-menu .nav-top .sub-1dli:hover .sub-1da { color:#fff; font-weight:bold; background: #002b4e; border-color:#002b4e; font-size:14px;}
.pc-menu .nav-top .sub-1new { color: rgb(140, 195, 70);}
.pc-menu .nav-top .sub-1new2 { position: absolute;margin: 5px 0 0 5px;width: 12px;height: 12px;background-image: url(../../assets/img/icon_new.gif); border-radius: 50%; }
.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-2 { 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 { position:absolute;width:500px;top:-3px;left:-150px; background-color:#FFF;/*height:380px;*/border:1px solid #AAA;z-index:100}
.pc-menu .nav-top .sub-2dli { float:left;}
.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: #002b4e; border-color:#002b4e; }
.pc-menu .nav-top .sub-2new { color: rgb(140, 195, 70);}
.pc-menu .nav-top .sub-2new2 {  position: absolute;margin: 5px 0 0 5px;width: 12px;height: 12px;background-image: url(../../assets/img/icon_new.gif); border-radius: 50%; }
.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 Right Icon Menu : PC 우측 아이콘 메뉴
********************************************************/
.pc-menu .nav-right { /*background: rgba(86,182,230,0.9);*/ font-size:16px; position:absolute; top:0px; right:0px; z-index:11; }
.pc-menu .nav-right > ul { float:right; list-style:none; padding:0px; margin:0px; }
.pc-menu .nav-right > ul > li { float:left; position:relative; width:42px; font-size:18px;}
.pc-menu .nav-right > ul > li > a {  display:block; text-align:center; }
.pc-menu .nav-right > ul > li > a:hover { background: #fff;color:#a2c163; }
.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:252px; } /*170*/

/********************************************************
■ 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:#fff; padding:6px 12px; background:#002b4e; border-bottom:1px solid #ddd; font-weight:bold; text-align:center; }
.pc-menu-all .table td.on .menu-a { color:#278eed; }
.pc-menu-all .sub-1 { 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:#666; }
.pc-menu-all .sub-1dli.on .sub-1da,
.pc-menu-all .sub-1dli:hover .sub-1da { color:#278eed; }
.pc-menu-all .new { color: rgb(140, 195, 70);}
.pc-menu-all .menu_new { position: absolute;top:10px;margin-left: 0px;width: 21px;height: 24px;background: url(./img/new.png) no-repeat;text-indent: -9999px;}
.pc-menu-all .new-sub1 { color: rgb(140, 195, 70);}
.pc-menu-all .sub-1new2 { position: absolute;margin: 2px 0 0 5px;width: 12px;height: 12px;background-image: url(../../assets/img/icon_new.gif); border-radius: 50%; }
.pc-menu-all .sub-1line { display:block; color:#000; padding:5px 12px; margin:4px 0px; font-weight:bold; background:#fafafa; }
.pc-menu-all .menu-all-btn { text-align:center; }

/********************************************************
■ Mobile Menu : 모바일 메뉴
********************************************************/
.m-menu { display:none; overflow:hidden; background:#fff; position:relative; z-index:20; 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; color:#002b4e; }
.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-nav ul li a { color:#002b4e; }
.m-menu .m-nav ul li a:hover { color:#278eed; }
.m-menu .m-nav ul li.active a { color: #278eed; 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 a:hover { color:#278eed; }
.m-menu .m-nav-sub ul li.active a { color:#278eed; font-weight:bold; }
@media all and (max-width:991px) {
    .responsive .m-menu { display:block; }
}

@media all and (max-width:767px) {
    .m-menu .m-icon, 
.m-menu .m-list { display:table-cell; vertical-align:middle; font-size:14px; height:40px; line-height:40px; border:1px solid #eee; border-top:0px; 
border-bottom:0px; }
.m-menu .m-icon { width:40px; text-align:center; font-size:16px; }
.m-menu .m-icon a { display:block; position:relative; color:#002b4e; }

}

/********************************************************
■ Page Title : 페이지 타이틀 및 설명글
********************************************************/
.at-title { height:80px; position:relative; color:#000; background-color: #fafafa; border-bottom:1px solid #dfdfdf; }
.at-title .at-container { height:100%; position:relative; }
.at-title .page-title { font-size:24px; position:absolute; left:20px; bottom:15px; z-index:1; }
.at-title .page-desc { color:#888; position:absolute; right:20px; bottom:10px; z-index:1; }
@media all and (max-width:767px) {
    .responsive .at-title { height:50px; }
    .responsive .at-title .page-title { font-size:20px; left:15px; bottom:10px; }
}

/********************************************************
■ Footer : 하단 푸터
********************************************************/
.en .at-footer .at-links { font-size:12px; }
.at-footer .at-links { background:#fafafa; padding:8px 0px; border:1px solid #ddd; 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 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 { color: #888; }
/*
@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; }
}
*/
@media all and (max-width:767px) {
.at-footer .at-about {display:none;}    
.at-footer .at-abouts {display:;}    
}
@media all and (min-width:768px) {
.at-footer .at-about {display:;}    
.at-footer .at-abouts {display:none;}    
}
/* YC5 */
/*.at-infos { background-color:#a2c163; color:#fff; } */
.en .at-footer .at-infos { font-size:12px; }
.at-footer .at-infos .media { padding:15px 20px 20px; }
.at-footer .at-infos .pull-left { /*font-size:70px;*/ color:#AAA; }
.at-footer .at-infos .copyright { float:left; margin-left:10px; }
.at-footer .at-infos .copyright span { color:#888; }
.at-footer .at-about { list-style: none; margin:0px; padding:0px; }
.at-footer .at-about > li { float: left; padding: 0px 15px; color:#888; font-size: 11px; }
.at-footer .at-about > li > a { color: #888; }
.at-footer .at-abouts { list-style: none; margin:0px; padding:0px; }
.at-footer .at-abouts > li { padding: 0px 15px; color:#888; font-size: 11px; }
.at-footer .at-abouts > li > a { color: #888; }
.at-footer .at-help { list-style: none; margin: 0px; padding:0px; margin-bottom:5px; }
.at-footer .at-help:after {display:block;visibility:hidden;clear:both;content:""}
.at-footer .at-help > li { float: left; padding: 0px 15px; }
.at-footer .at-help > li::after { float: right; font-size:12px; color:#ddd; content: "|"; margin-right:-17px;}
.at-footer .at-help > li:last-child::after { content: ""; }
.at-footer .at-help > li > a { float: left; }
@media all and (max-width:767px) {
    .responsive .at-footer .at-infos .media { padding:15px 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:#888; }
.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:gulim, 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; }

/* 추가사항 */
.view-colorset { padding: 10px 20px 0px;border: 0px solid #ddd;/*background: #fff;*/margin-bottom: 20px; border-radius: 0px; }
.view-colorset2 { padding: 20px 20px 0px;border: 0px solid #ddd;background: #fff;margin-bottom: 10px; border-radius: 0px; }
.shop-colorset { padding: 20px 10px 0px !important; border: 0px solid #ddd; background: #fff; margin-bottom: 20px; border-radius: 0px; margin-top: 20px;    }
.shop-colorset2 { /*padding: 20px 20px 0px;*/ border: 0px solid #ddd; background: #fff; margin-bottom: 20px; border-radius: 0px; margin-top: 10px;  }
.shop-colorset3 { padding: 20px 20px 0px; border: 0px solid #ddd; background: #fff; margin-bottom: 20px; border-radius: 0px; margin-top: 10px;  }
.property-colorset { padding: 20px 10px 0px;border: 0px solid #ddd;background: #fff;margin-bottom: 20px; border-radius: 0px; }

/*.view-colorset { padding: 10px 20px 0px;border: 1px solid #ddd;background: #fff;margin-bottom: 20px; border-radius: 10px; }
.view-colorset2 { padding: 20px 20px 0px;border: 1px solid #ddd;background: #fff;margin-bottom: 10px; border-radius: 10px; }
.shop-colorset { padding: 20px 10px 0px !important; border: 1px solid #ddd; background: #fff; margin-bottom: 20px; border-radius: 10px; margin-top: 20px;   }
.shop-colorset2 { padding: 20px 20px 0px; border: 1px solid #ddd; background: #fff; margin-bottom: 20px; border-radius: 10px; margin-top: 10px; }
.shop-colorset3 { padding: 20px 20px 0px; border: 1px solid #ddd; background: #fff; margin-bottom: 20px; border-radius: 10px; margin-top: 10px; }
.property-colorset { padding: 20px 10px 0px;border: 1px solid #ddd;background: #fff;margin-bottom: 20px; border-radius: 10px; }
*/
/* Image Round & Style */
.is-round .is-round-title { /*border-radius:15px;*/ z-index:1; }
.is-round-post-img { /*border-radius:10px;*/ z-index:1; }
.is-round-post,
.is-round-item, 
.is-round-event, 
.is-round-banner {/*border-radius:15px; */z-index:1;}
.is-round-item.on,
.is-round-item:hover { }
.is-round-item-img { /*border-radius:15px 15px 0px 0px; */z-index:1; }
.is-item-content { }

#page-loader { display:block; opacity:1; background: rgba(255,255,255,0.9); border-radius: 50%; box-shadow: 0 1px 2px rgba(0, 0, 0, .1); box-sizing: border-box; display: none; height: 60px; left: 50% !important; margin-left: -30px !important; margin-top: -30px !important; padding: 10px; position: fixed; top: 50% !important; width: 60px; z-index: 99997; }
.page-loader i { background: url(./loading-rainbow.svg); height: 40px; width: 40px; display: inline-block; background-size: contain; -webkit-animation: spin 1.5s infinite linear; animation: spin 1.5s infinite linear; }
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

.-box { 
    border-color: rgb(120, 197, 235) rgb(232, 230, 230) rgb(232, 230, 230);
}

/*정원추가 20190708*/

.cscenter span{padding:10px;}
.csbt p{font-size:15px; font-weight:bold;}


.sangdam_wrap{position:relative;width:100%;height:600px;}
.sangdam_wrap form{width:100%;padding:30px 30px; }
.sangdam_title{font-size:19px;color:#777;margin-bottom:20px; font-weight:bold;}
.sangdam_tbl{}
.sangdam_tbl th{width:40%; font-size:15px;color:#777;text-align:left;letter-spacing:-1px}
.sangdam_tbl th.sangdam_agree{font-weight:normal}
.sangdam_tbl th.sangdam_agree .sangdam_agree_box li{float:none; list-style:none;}
.sangdam_agree_box{text-align:right;padding-right:5px}
.sangdam_agree_box li .h_agree{font-size:11px;cursor:pointer}
.sangdam_agree_box li .h_agree_input{background-color:transparent;border:0}
.sangdam_tbl td{padding:5px 0}
.sangdam_tbl td.sangdam_btn{padding-top:20px;text-align:center}
.sangdam_input{border:1px solid #999;padding:5px;font-size:13px}
.sangdam_input01{width:160px} 
.sangdam_input03{width:50px} 

.sangdam_btn {border:1px solid #d0d2ad; 
border-top-left-radius:10px;
border-top-right-radius:10px;
border-bottom-left-radius:10px; 
border-bottom-right-radius:10px;
width:350px; height:45px; text-align: center;
vertical-align: middle; padding:11px 0;
background:#f2f4d4; 
}
.sangdam_btn a{color:#999;}
.sangdam_btn a:hover{color:#b8be5b; font-weight:bold;}

/*main-side-bottom 정원추가*/


.win_point {width:100%;}
.win_point span {width:70%;}

.moreview{padding:7px; font-size:16px; border:1px solid #7f7f7f; border-radius:10%;color:#888; height:70px;  display:inline;}

/*메인이미지 추가*/

.main_img, .main_img2{float:left; width:100%; 
    /* height: 100%; */
     position: relative; overflow: hidden; z-index: 2;top:-10px;margin-bottom: -10px;}
.main_img img, .main_img2 img {max-width: 100%;width:100%}

.main_btn {width:100%; position:relative; margin:0 auto; text-align:center;padding-left:100px}
/* .main_btn01 {  float:left; width:33%}
.main_btn02  { float:left; width:33%}
.main_btn03  { float:left; width:33%} */
.main_btn01 {  float:left; max-width:330px;width:100%;}
.main_btn02  { float:left; max-width:330px;width:100%; }
.main_btn03  { float:left; max-width:330px;width:100%; }

.main_btn img {max-width: 100%;}

.sub-title {position:relative; max-width:1200px; margin:0 auto; text-align:center; padding:50px 0 35px;}
.sub-title h2 {color:#2c2c2c; font-size:34px; font-weight:500; line-height:1.3em; letter-spacing:-.04em;}
.sub-title p {color:#878787; font-size:16px; font-weight:200; line-height:1.4em; margin-top:8px;}

.greeting { font-size: 18px; font-weight: 200; line-height: 1.9em; margin-bottom:45px;}
.greeting .img { max-width: 250px;  float: left;  margin-top: -3px;    position: relative;}
.greeting .cnt {  margin-left:280px; }
.cnt .top{font-size:24px; }
.cnt .p01{font-weight:700; color:#a10000;}

.table01 table {
	margin:0 auto;
    width: 70%;
    border:1px solid #efefef;
    border-top: 2px solid #0f2d91;
    table-layout: fixed;
	font-size: 18px;
    line-height: 1.7em;
    letter-spacing: -0.03em;
	margin:0 auto;
	margin-top:40px;
	margin-bottom:40px;
    word-break: keep-all;
    -webkit-text-size-adjust: none;

}

.table01 table tr{height:40px; text-align:center; color:#555;}
.table01 table th{height:40px; text-align:center; background:#0b1944; color:#fff;}


.table02 table {
    width: 100%;
    border:1px solid #efefef;
    border-top: 2px solid #0f2d91;
    table-layout: fixed;
	font-size: 18px;
    line-height: 1.7em;
    letter-spacing: -0.03em;
    color: #555;
    word-break: break-all;
    -webkit-text-size-adjust: none;

}

.table02 table tr{height:40px; text-align:center;}
.table02 table th{height:40px; text-align:center; background:#f9fafb;  border-left: 1px solid #ddd; border-bottom: 1px solid #ddd;}
.table02 table th.first {    border-left: none;}

.table02 table td{border-left: 1px solid #ddd; border-bottom: 1px solid #ddd;   word-break: break-all;}
.table02 .co{color:#0b1944; font-weight:600;}





@media (max-width: 800px) {
.sub-title h2 {  font-size: 27px;}
.greeting .img {width:180px;}
.greeting .cnt {  margin-left:220px;}
.dream .img {width:200px;}
.dream .dream_cnt {  margin-left:220px;}


}

@media (max-width: 640px){ 
.greeting .cnt {  margin-left:10px;} 
.greeting .cnt p{font-size:18px; line-height: 1.7em;} 
.greeting .cnt .p01{font-weight:700; color:#a10000;} 
.greeting .cnt .top{font-size:22px; line-height: 1.9em;} 
.greeting .img {width:120px;} 
.dream .img {width:200px;} 
.dream .dream_cnt { margin-left:220px;}

}

/*꿈과 희망을 만들어가는 분들*/

.dream { font-size: 18px; font-weight: 200; line-height: 1.9em; margin-top:50px;}
.dream .img img { max-width: 250px;  float: left;  margin-top: -3px;    position: relative;}
.dream .dream_cnt {  margin-left:280px; }
.cnt .top{font-size:24px; }
.cnt .p01{font-weight:700; color:#a10000;}

.dream_cnt {background:#f1f1f1; padding:20px 0 20px 10px; margin-bottom:40px; border:1px solid #efefef;}
.dream_cnt h3{padding-left:20px;}

.sponsor {
    padding-top: 40px;
    padding-left: 120px;
    background: url('/img/icon.jpg') no-repeat 10px;
    font-size: 1.4em;
    line-height: 1.75em;
	margin-bottom:40px;
	font-weight:500;
}

.dream_cnt h3{ color:#002b4e;}


@media (max-width: 640px){

.dream .dream_cnt {margin-left:0;  }
.dream .img img {width:100%; clear:both; }

}

