    @charset "utf-8";

/********************************************************
■ Basic : 기본
********************************************************/
@import url("/thema/nanum364/assets/css/NotoSansKR.css");
@import url("http://cdn.jsdelivr.net/npm/xeicon@2.3.3/xeicon.min.css");
@import url("/css/setting.css");

a:hover, a:focus { color: #003875;}
em,i { font-style:normal; }

ul,dl { padding: 0; margin: 0;}
li { list-style:none;}

body { font-family: 'Noto Sans JP', sans-serif;

font-weight: 400;

font-style: normal;

 background-color:#fff; letter-spacing:-0.02em; line-height: 1.5; font-size: 18px;color: #111;  }

a { color: #111; cursor: pointer; text-decoration: none; }
a:hover, a:focus, a:active { text-decoration: none; }
fieldset legend { display:none; }
label { font-weight:normal; }
label.checkbox, label.radio { line-height:12px; font-size: 12px; font-weight: normal; cursor: pointer; }
hr { margin-top: 20px; margin-bottom:20px; border:0; border-top:1px solid #eee; display:block; }
blockquote { font-size: 12px; margin:0px 0px 20px; }

h1 { display: flex; align-items: center;;}
.root_daum_roughmap { padding: 0; width: 100% !important;}
.root_daum_roughmap .map_border { display: none;}
.en, h1, h2, h3, h4, h5 { margin: 0; line-height: 1;}

p { margin: 0;}
.at-menu h1 { display: flex; align-items: center; height: 90px; line-height: 90px;}
.ko, .ko small {  }
.sns-share-icon img { width:100%; max-width:34px; border-radius:50%; }


.flex { display: flex; justify-content:space-between;}
.root_daum_roughmap { width: 100%;}
.root_daum_roughmap .map-border { display: none;}


@media (max-width:576px){
    body { font-size: 15px;}
}

/********************************************************
■ Layout : 레이아웃
********************************************************/
.wrapper { margin:0 auto; background:#fff;  }
.at-container { margin:0px auto; padding:0px ; }
.at-container:after { content:''; display:block; clear:both;}

/* .at-body .at-container { overflow:hidden; ;} */

.boxed.wrapper .at-body .at-container { padding:0px 20px; }
.at-content { position:relative; }
.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; }
@media all and (max-width:991px) {
	/* .responsive .at-body .at-container { padding:0px 10px !important; } */
	.responsive .at-body .at-row { margin-left:0px; margin-right:0px; }
	.responsive .at-body .at-col { padding-left:0px; padding-right:0px; }
	.responsive .pull-right.at-main,
	.responsive .pull-left.at-side { float:none !important; }
}


/********************************************************
■ LNB : 최상단의 즐겨찾기, RSS, 로그인, 회원가입 영역
********************************************************/
.at-lnb { }
.en .at-lnb { font-size:12px; }
.at-lnb ul { list-style: none; margin: 0px; padding:10px 0px 5px; }
.at-lnb ul > li { float: left; padding: 0px 15px; }
.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 { color: #333; float:left; }
.sidebar-login input[type="password"] { font:12px small-caption; letter-spacing:-0.075em; }
@media all and (max-width:991px) {
	.responsive .at-lnb .at-container { display:none; visibility:visible; }
}

/********************************************************
■ PC Header : PC 헤더
********************************************************/
.pc-header {  text-align:center; border-bottom: 1px solid #e1e1e1; }

@media all and (max-width:991px) {
	.responsive .pc-header { display:none; }
}

/********************************************************
■ Mobile Header : 모바일 헤더
********************************************************/
.m-header { display:none; background: rgb(50, 60, 70); }
.m-header a { color:#fff }
.m-header .at-container { padding:0px; }
.m-header .header-wrap { display:table; width:100%; table-layout:fixed; margin:0px; min-width:300px; border-collapse: collapse; }
.m-header .header-icon,
.m-header .header-logo { display:table-cell; vertical-align:middle; font-size:18px; height:44px; line-height:44px; text-align:center; }
.m-header .header-icon { width:44px; }
.m-header .header-icon a { display:block; }
@media all and (max-width:991px) {
	.responsive .m-header { display:block; position:relative; }
}

/********************************************************
■ PC Menu : PC 메뉴바 배경설정
********************************************************/
.pc-menu { position:relative; width: 100%; max-width: 580px; border:0px; z-index:3; }

.pc-menu .sub-slide,
.pc-menu .sub-shows { display:none; visibility:visible; }
.pc-menu .sub-icon::after {float: right; position: relative; content: "\f105"; }
.pc-menu .menu-a {  -webkit-font-smoothing: antialiased;  }
.pc-menu .nav-home .menu-a { font-size: 20px;}
.pc-menu .nav-right { font-size:16px; }

@media all and (max-width:768) {
	.responsive .pc-menu,
	.responsive .pc-menu-all { display:none; }
}

/********************************************************
■ PC Menu Top : PC 상단 좌측/배분 스타일 메뉴
********************************************************/

/* 배분 스타일 */
.pc-menu .nav-top.nav-both .menu-ul { display:flex; margin: 0 -20px 0 0; width: 100%; }
.pc-menu .nav-top.nav-both .menu-li { flex:1; position: relative;}

.pc-menu .nav-top.nav-both .menu-a { position: relative; text-align:center; transition: all .2s;}
/* .pc-menu .nav-top.nav-both .menu-a:after { content:''; display: block; position: absolute; left: 50%; bottom: -1px; transform: translateX(-50%); width: 0; height: 2px; background: #fff;  transition: all .1s;  }
.pc-menu .nav-top.nav-both .menu-a:hover:after { width: 100%;} */
.pc-menu .nav-top.nav-both .sub-1div::before { left: 50%; margin-left:-8px; }
.pc-menu .nav-top.nav-both .sub-1div { position:absolute; left: 50%; transform: translateX(-50%); width: 100%; text-align: center; }
.pc-menu .nav-top.nav-both .menu-li:hover a,
.pc-menu .nav-top.nav-both .menu-li.on a {  }

.pc-menu .utilmenu { display: flex; justify-content: space-between; align-items: center; width: 250px; }
.pc-menu .utilmenu li { width: 120px; height: 40px;  }
.pc-menu .utilmenu li a { display: block; width: 100%; height: 100%; background: #0067b3; font-size: 14px; line-height: 40px; color: #fff; text-align: center; border-radius:20px }
.pc-menu .utilmenu li:last-of-type a { background: #fff; color: #0067b3;}

/* 좌측 스타일 */
.pc-menu .nav-top.nav-float .menu-ul { }
.pc-menu .nav-top.nav-float .menu-li { float:left; }
.pc-menu .nav-top.nav-float .sub-1div { position:absolute; }

/* 공통 스타일 */
.pc-menu .nav-top { display: flex; justify-content: space-between; position:absolute; left:0px; top:0px; z-index:10; padding: 0 10px;; width:100%; }
.pc-menu .nav-top .menu-a { display:block; color:#000; background:transparent; font-size: 18px; font-weight:500; }

.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: #ccc transparent; display: block; width: 0px; content: ""; position: absolute; border-style: solid; } */
.pc-menu .nav-top .sub-1div { background:#fff; border-top:3px solid #0067b3; }
.pc-menu .nav-top .sub-1dul,
.pc-menu .nav-top .sub-1dli { position:relative; }
.pc-menu .nav-top .sub-1da { display:block;  padding:0px 12px; height: 52px;  font-size: 16px; font-weight: 500;  line-height: 52px; color:#000; -webkit-font-smoothing: antialiased; white-space: nowrap;  }
.pc-menu .nav-top .sub-1dli.on .sub-1da,
.pc-menu .nav-top .sub-1dli:hover .sub-1da { background: #f1f1f1;  }
.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:300; background:#fafafa; line-height:25px; 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; font-size: 12px;line-height:25px; -webkit-font-smoothing: antialiased; color:#282828; padding:5px 12px; line-height:25px; 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 {  line-height:25px; -webkit-font-smoothing: antialiased; color:#fff; font-weight:300; background: #d6000f; border-color:#d6000f; }
.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:300; background:#fafafa; line-height:25px; border-bottom: 1px solid rgb(238, 238, 238); }


.at-menu .language { margin: 0 8px 0 0; }
.at-menu .language a { display: inline-block; position: relative; padding: 0 0 0 8px; height: 90px; line-height: 90px; font-size: 16px; font-weight: 400; color: #015294;}
.at-menu .language a:after { content:''; display: inline-block; margin: 0 0 0 8px; height: 13px; width: 1px; background: #015294; }
.at-menu .language a:last-of-type { padding: 0 8px ;}
.at-menu .language a:last-of-type:after { display: none;}

/********************************************************
■ PC Right Icon Menu : PC 우측 아이콘 메뉴
********************************************************/
.pc-menu .nav-right { background:transparent; 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; }
.pc-menu .nav-right > ul > li > a { color:#282828; display:block; text-align:center; }
.pc-menu .nav-right > ul > li > a:hover { color:#282828; }
.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:0px; }

/********************************************************
■ PC All Menu : 전체 메뉴
********************************************************/
.pc-menu-all { position:absolute; top:82px; background:#252525; z-index:3; /*-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; border-top:0px solid #ddd;}
.pc-menu-all .table td { width:1%; /*background:#fff; border:1px solid #ddd;*/ padding:0px; line-height:30px;  }
.pc-menu-all .table > thead > tr > td,
.pc-menu-all .table > tbody > tr > td { border-top: 0px solid #ddd; }
.pc-menu-all .menu-a { display:block; color:#b0a0a0; 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:#b0b0b0; }
.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:#b0b0b0; }
.pc-menu-all .sub-1dli.on .sub-1da,
.pc-menu-all .sub-1dli:hover .sub-1da { color:#fff; background:#393939; }
.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; }

@media (max-width:991px){
    .pc-menu-wrap { display: none;}
    .responsive .m-menu { display: block;}
}



/********************************************************
■ Mobile Menu : 모바일 메뉴
********************************************************/
.m-menu { display:none; overflow:hidden; background:#fff; position:relative; }
.m-menu .m-wrap a img  { padding: 0 10px; }
.m-menu .m-table { display:table; width:100%; table-layout:fixed; width:100%; margin:0px; min-width:300px; border-collapse: collapse; }
.m-menu .m-icon,
.m-menu .m-list { display:table-cell; vertical-align:middle; font-size:15px; height:44px; line-height:44px; }
.m-menu .m-icon a {display:block; position:relative; border-right:1px solid #dcdcdc; }
.m-menu .m-icon a:hover { color: #0e536d; }
.m-menu .m-icon { width:44px; text-align:center; font-size:18px; }
.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; }
.m-menu .m-nav ul { list-style: none; padding:0px; width:100%; }
.m-menu .m-nav ul li { display:table-cell; padding: 0px 10px; white-space:nowrap;  }
.m-menu .m-nav ul li a:hover,
.m-menu .m-nav ul li.active a { color: #0e536d; font-weight:500; }

.m-menu .m-sub { display: none; background:#f5f5f5; 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: #d6000f; font-weight:500; }
.sidebar-head { background:#0067b3 !important; }

@media all and (max-width:768px) {
	.responsive .m-menu { display:block;  position:relative; overflow:hidden;}
}

/********************************************************
■ 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 {  background: #333; }
.at-footer .at-links  {  border-bottom: 1px solid rgba(0,0,0,.3);}

.at-footer .at-links ul li { display: inline-block;}
.at-footer .at-links ul li a { padding: 0 5px; height: 50px; font-size: 15px; line-height: 50px; color: #fff;}
.at-footer .at-infos .about { padding: 20px 0 ;}
.at-footer .at-infos .about li { display: inline-block; position: relative; padding: 0 5px; font-size: 15px; font-weight: 100; color: #fff; word-break: keep-all;}
/* .at-footer .at-infos .about li:after  { content:'|'; padding: 0	5px; color: #888;} */
.at-footer .at-infos p.copyright { padding: 0 10px 10px; margin: 0;font-weight: 100; font-size: 15px; color: #fff;}


.at-footer .link-wrap { padding: 25px 0; border-top: 1px solid #e1e1e1; background: #fff;}
.at-footer .link-wrap .flex { align-items: center;}
.at-footer .link-wrap .flex .link { width: 66.7%; text-align: center;}
.at-footer .link-wrap .flex .link a { display: block; flex:1; border-right: 1px solid #e1e1e1;}
.at-footer .link-wrap .flex .link a p { padding: 5px 0 0; font-size: 16px; color: #000; font-weight: 400; }
.at-footer .link-wrap .flex .tel { padding-left: 4.45%; width: 33.3%;}
.at-footer .link-wrap .flex .tel img { width: 100%; max-width: 270px;}


@media(max-width:991px){
    .at-footer .link-wrap > .flex { padding: 0;}
    .at-footer .link-wrap .flex .link { width: 60%;}
    .at-footer .link-wrap .flex .tel { width: 40%; padding: 0 10px; text-align: center;}
}
@media(max-width:768px){
    .at-footer .link-wrap .flex .link a p { font-size: 14px;}
}
@media(max-width:600px){
    .at-footer .link-wrap > .flex { flex-direction: column;}
    .at-footer .link-wrap > .flex .link {  width: 100%; }
    .at-footer .link-wrap .flex .link a:last-of-type { border-right: none;}
    .at-footer .link-wrap > .flex .tel { padding: 20px 10px 0; margin: 20px 0 0; width: 100%; border-top: 1px solid #e1e1e1;}
}



/********************************************************
■ Go Top & Bottom : 상단/하단 이동버튼
********************************************************/
.at-go .go-btn { display:none; position: fixed; bottom: 25px; right: 30px; 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-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; }

/* 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 { }
.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 { margin: 0px 15px; left: 0px; width: auto; height: 28px; line-height: 28px; font-size: 12px; clip: auto; }
.sr-score { 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; }


.no-responsive .container { width:970px; }

/*네비게이션 추가 CSS*/
/*.nav-slide { margin-top:10px; }*/

.m-table { border-top:1px solid #dcdcdc; border-bottom:1px solid #dcdcdc; }
/*

메인추가 CSS
.at-body .slide, .at-body .slide .carousel-inner div { min-height:285px; }
*/

/*

.carousel-control { display:none; }
*/


/*서브 추가 CSS*/


#scroll-top { border-bottom: 1px solid #e1e1e1;}
#scroll-top:after { content:''; display: block; clear: both;}
#scroll-top > .at-container {}


.sub_heder_img .item { background-size: auto 100%; background-attachment:inherit !important; }
.bg-alfa-50::before { background:none !important; }
.sub_v_link { color:#ccc; }
.page-wrap .page-icon { display:none; }
#smart_editor2 { min-width:0 !important; }

@media (max-width:991px){
    #scroll-top { position: static;}
}


.btn.btn-color {
	color: #fff !important; border-image: none !important; background-image: none !important;
	border: 1px solid #d6000f;
	background-color: #d6000f;
}
.btn.active.btn-color, .btn.btn-color:hover, .btn.btn-color:focus, .btn.btn-color:active {
	border: 1px solid #49bdf7;
	background-color: #49bdf7;
}



/* 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: crimson; }
#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 { color:#282828; display:block; padding:7px 10px; padding-right:15px; line-height:28px; border-bottom:1px solid #ddd; font-weight:500; font-size:14px; letter-spacing:-1px; padding-right:6px; }
#mobile-menu .menu-all-head.active .menu-all-main { color:#282828; }
#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 #ddd; 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:600; color:#777; }
#mobile-menu .menu-all-head .menu-all-sub-item.sub-line a { font-weight:500; background:#efefef; }

#mobile-menu #msub_1 { border-top:2px solid #ddd;  }
.sidebar-login { overflow:hidden;  display: none;}
.sidebar-login input[type='checkbox'] { vertical-align:middle; margin:0 !important; }
#sidebar-box .sidebar-login .form-group { margin-bottom:5px !important; }
.sidebar-login .text-muted { margin-bottom:10px !important; }


/* 제품소개 건조기 게시판 내용부분 */
.product_dryer, .product_thawing { margin-top:60px; }
.product_dryer .link_box { width:100%; max-width:767px; text-align:center; margin:80px auto 80px;}
.product_dryer .link_box a:last-child { display:block; margin-top:30px; width:100%; background:#ba0a0a; color:#fff; padding:10px; text-align:center; font-size:20px; font-weight:400; }

.product_dryer .youtube, .product_thawing .youtube { position:relative; width:100%; padding-bottom:56.25%; margin-bottom:30px; }
.product_dryer .youtube iframe, .product_thawing iframe { position:absolute; width:100%; height:100%; }


/* google_translate_element */
#google_translate_element { line-height: 30px; padding: 0 20px; overflow: hidden; }
#google_translate_element .skiptranslate > div  { float: left; line-height: 30px; width: 120px; }
#google_translate_element .skiptranslate > span { float: left; }
