@charset "utf-8";

/********************************************************
■ Basic : 기본
********************************************************/
/*@import url('https://fonts.googleapis.com/css?family=Roboto:400,300,500,500italic,700,900,400italic,700italic&display=swap');
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);
@font-face {
    font-family: 'RixYeoljeongdo_Regular';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2102-01@1.0/RixYeoljeongdo_Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}*/

body { font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; 
    line-height: 22px; font-size: 14px; font-display:swap;}
body.is-pc .ko { font-size:12px; }
a { color: rgb(51, 51, 51); cursor: pointer; text-decoration: none; }
a:hover, a:focus, a:active { color: inherit; 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', "Roboto", sans-serif; }*/
.ko, .ko small { font-family: 'Noto Sans KR', dotum, sans-serif; }
.sns-share-icon img { width:20%; max-width:34px; border-radius:50%; }
ul, li, dl, dd, dt{padding:0; margin:0; list-style:none;}
p, span, div, strong {padding:0; margin:0;}

input[type=radio] {appearance: none;width: 11px;height: 11px;box-shadow: 0 0 0 1px red;border: 0;border-radius: 50%;background-color:#fff;}
input[type=radio]:checked {background-color:#c82333;}


/********************************************************
■ Layout : 레이아웃
********************************************************/
.wrapper { margin:0 auto; background:#fff;  }
.at-container { margin:0px auto; padding:0px; }
.is-pc .at-body { min-height:600px; background:rgb(249, 249, 249);}
.at-body .at-container { padding:0px 15px; 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:1024px) {
	.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; }
    
}
@media (max-width: 767px) {
    .at-side .row {display:none;}
}
.table {color:#fff;}

@media (min-width: 768px) {
    .d-md-none {
        display: block !important;
    }
}

@media (min-width: 1024px) {
    .d-md-none {
        display: 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; }
@media all and (max-width:1024px) {
	.responsive .at-lnb .at-container { display:none; visibility:visible; }
}

/********************************************************
■ PC Header : PC 헤더 
********************************************************/
@keyframes logo {
  0% {
      transform: rotateY(0deg) rotateY(0deg);
  }
  50% {
      transform: rotateX(0deg) rotateY(360deg);
  }
  100% {
      transform: rotateX(0deg) rotateY(0deg);
  }
}

@keyframes logo_rotation {
  0%, 100% {
      transform: rotate(10deg);
  }
  50% {
    transform: rotate(-10deg);
  }
}

.pc-header { padding:0; text-align:center; height:95px}
.pc-header .at-container { position: relative; display:flex; align-items:center; height:100%; justify-content:space-between;}
.pc-header .header-logo { display:flex; vertical-align:middle; /*padding:0px 15px;*/ }
.pc-header .header-logo a { font-size:44px; line-height:44px; font-family:'Georgia', sans-serif; font-weight:bold; color:#000; display:flex; align-items:center; }
.pc-header .header-logo a:hover { color:#000; }
.pc-header .header-logo a:last-child {/*margin-top: 10px; margin-left:10px;*/}
.pc-header .header-logo img.logo_1 { display:block; width:52px; height:52px; }
.pc-header .header-logo img.logo_2 { display:block; width:80px; margin-left:10px; margin-top:10px;}
img.logo_1 {animation:logo 5s ease-in-out infinite;}
.pc-header .header-desc { display:block; font-size:12px; letter-spacing:-1px; color:#888; margin-top:2px; }
.pc-header .header-search { display:inline-block; width:260px; vertical-align:middle; }
.pc-header .header-search form { padding:0px; margin-top:4px; border:4px solid #111; background: #111; }
.pc-header .header-search input { background: #fff; border:1px solid #111; }
.pc-header .header-search .btn { color:#fff !important; background: #111 !important; }
.pc-header .header-keyword { padding-top:4px; }
.en .pc-header .header-keyword { font-size:12px; }

.pc-header div.hd_box div.hd_sch_wr {width:190px;height:32px;position:relative;background:url('/img/header_search_box.png?ver=10') no-repeat;background-size:100% 100%;}
.pc-header div.hd_box div.hd_sch_wr input.i_box {border:0;outline:0;background:transparent;position:absolute;left:19px;top:4px;font-size: 11px;color: #fff;padding-left: 5px;/* line-height: 26px; */padding-top: 1px;}
.pc-header div.hd_box div.hd_sch_wr button.submit {width:13px;height:13px;text-indent:-9999px;position:absolute;left:166px;top:8px;border:0;outline:0;background:url('/img/header_search_se.png') no-repeat;background-size:100% 100%;}

.hd_bg {position: absolute;top: 0;left: 0;}
.hd_snsbox {overflow:hidden; position:absolute; top:10px; right:0;}
.hd_snsbox li {float:left; margin-right:25px;}
.hd_snsbox li a {display:block; overflow:hidden;  }
.hd_snsbox li a i {color:#111; font-size:16px;}
.hd_box {overflow:hidden;}
.hd_box ul {display:flex;align-items:center;}
.hd_box .hd_txt {padding-right:15px;}
.hd_box .hd_txt img {height:14px;margin-right:5px;margin-bottom:1px;}
.hd_box .hd_txt span {color:#c43302;margin-left:5px;font-weight:bold;min-width:50px;display:inline-block;}
.hd_box .hd_user {padding-left:26px;}
.hd_box .hd_user img {height:14px;margin-right:5px;}



.logobox {overflow:hidden;}
.logobox .logo {position:absolute; top:0; left:0; width:300px; height:132px;}
.logobox .logo video {width:100%; height:100%;}
.logobox .headline_box {float:right; text-align:left; width:850px; height:132px; overflow:hidden;}
.logobox .headline_box .headline {background-color:rgba(255, 255, 255, 0.6); padding:4px; font-size:14px; letter-spacing:-3.25px; font-weight:300; line-height:20px; letter-spacing:-1px; color:#181818; position:absolute; top:30px; left:350px;}
.logobox .headline_box .headline h1{font-weight:700; font-size:18px;  letter-spacing:-1.5px; -webkit-animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
	        animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000) both; margin:0; color:#585858; margin-bottom:10px;}
.logobox .headline_box .headline h2 {font-size:14px; font-weight:300; margin-bottom:5px; padding:0; line-height:20px;}
.logobox .headline_box .headline h3 {font-size:14px; font-weight:300; margin:0; padding:0;}
.logobox .headline_box .headline p {font-size:14px; font-weight:300; margin-bottom:5px; padding:0; line-height:16px;}


@media all and (max-width:1024px) {
	.responsive .pc-header { display:none; }
}

@-webkit-keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}

/********************************************************
■ Mobile Header : 모바일 헤더 
********************************************************/
.m-header { display:none; background: linear-gradient( to bottom, #ddd, #eee, #fff);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%), 0 1px 5px rgb(0 0 0 / 8%);}
.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:64px; }
.m-header .header-icon a { display:block; border-radius: 50%;
    background-color: #1d265f;
    height: 44px;
    line-height: 44px; margin:0 10px}
@media all and (max-width:1024px) {
	.responsive .m-header { display:block; }
}

.m_nav_box {overflow:hidden; }
.m_nav_box .frame {overflow: hidden; padding:4px 2px 0 2px;}
.m_nav_box .frame li {position:relative; float: left; width:33.3%; box-sizing:border-box; padding:2px; text-align:center}
.m_nav_box .frame li.pointgame {width:50%;}
.m_nav_box .frame li a {font-size:12px; font-weight: 500; display:block; color:#333; background:#eee;height:46px; border-radius:5px; overflow:hidden; border:1px solid #e5e5e5; }
/********************************************************
■ PC Menu : PC 메뉴바 배경설정
********************************************************/
.nt-menu {position:relative;border:0px;z-index:3;line-height:54px;font-size:18px;}
.nt-menu {background-color:#272727;border-top:3px solid #c43302;border-bottom:3px solid #c43302; /*background: linear-gradient(-45deg, #ff7916, #e73c7e, #23a6d5, #082a47); background-size: 400% 400%; animation: AnimationName 15s ease infinite;*/ }

.nt-menu .at-container { position:relative; }
.nt-menu .sub-slide,
.nt-menu .sub-shows { display:none; visibility:visible; }
.nt-menu .sub-icon::after { font-family: "FontAwesome"; float: right; position: relative; content: "\f105"; }
.nt-menu .menu-a { font-size: 15px; /*font-family:  'Noto Sans KR', "Roboto", sans-serif;*/ }
.nt-menu .nav-home .menu-a { font-size: 20px;}
.nt-menu .nav-right { font-size:16px; } 
@media all and (max-width:1024px) {
	.responsive .pc-menu:not(.nt-menu),
	.responsive .pc-menu-all { display:none; }
}
@-webkit-keyframes AnimationName { 0%{background-position:0% 50%} 50%{background-position:100% 50%} 100%{background-position:0% 50%} }
@-moz-keyframes AnimationName { 0%{background-position:0% 50%} 50%{background-position:100% 50%} 100%{background-position:0% 50%} }
@-o-keyframes AnimationName { 0%{background-position:0% 50%} 50%{background-position:100% 50%} 100%{background-position:0% 50%} }
@keyframes AnimationName { 0%{background-position:0% 50%} 50%{background-position:100% 50%} 100%{background-position:0% 50%} }

/********************************************************
■ PC Menu Top : PC 상단 좌측/배분 스타일 메뉴
********************************************************/

/* 배분 스타일 */
.pc-menu .nav-top.nav-both .menu-ul { display:table; width:100%; table-layout:fixed; margin:0px; }
.pc-menu .nav-top.nav-both .menu-li { display:table-cell; vertical-align:top; }
.pc-menu .nav-top.nav-both .menu-a { padding:0px; text-align:center; }
.pc-menu .nav-top.nav-both .sub-1div::before { left: 50%; margin-left:-8px; }
.pc-menu .nav-top.nav-both .sub-1div { position:relative; }

/* 좌측 스타일 */
.pc-menu .nav-top.nav-float .menu-ul { }
.pc-menu .nav-top.nav-float .menu-li { float:left; }
.pc-menu .nav-top.nav-float .sub-1div { position:absolute; }

/* 공통 스타일 */
.pc-menu .nav-top { position:absolute; left:0px; top:0px; z-index:10; width:100%; }
.pc-menu .nav-top .menu-a { display:block; color:#fff; font-weight:bold; text-shadow: 1px 2px 2px rgba(0,0,0,0.3); font-size: 17px;}
.pc-menu .nav-top .menu-li:hover .menu-a,
.pc-menu .nav-top .menu-li.on .menu-a { }
.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 { width:170px; box-shadow: 0 6px 12px rgba(0, 0, 0, .175); -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); text-align: center;    margin-left: -20px; }
.pc-menu .nav-top .sub-1dul,
.pc-menu .nav-top .sub-1dli { position:relative;  }
.pc-menu .nav-top .sub-1da {display: block; font-size:14px;
    font-weight: normal;
    height: 44px;
    line-height: 44px;
    background: rgba(0,0,0,0.9);
    color: #ddd;
    border-top: 1px solid #2c2a2a;}
.pc-menu .nav-top .sub-1dli.on .sub-1da,
.pc-menu .nav-top .sub-1dli:hover .sub-1da { color:#fff; background: #000;}
.pc-menu .nav-top .sub-1new { color: rgb(140, 195, 70);}
.pc-menu .nav-top .sub-1line { position:relative; display:block; color:#000; padding:5px 12px; font-weight:bold; background:#fafafa; line-height:22px; border-bottom: 1px solid rgb(238, 238, 238); }

.pc-menu .nav-top .sub-2div { left:100%; top:0; background: #fff; position:absolute; z-index:20; box-shadow: 0 6px 12px rgba(0, 0, 0, .175); -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); } 
.pc-menu .nav-top .sub-2dul { }
.pc-menu .nav-top .sub-2dli { }
.pc-menu .nav-top .sub-2da { display:block; color:#000; padding:5px 12px; line-height:22px; border-bottom: 1px solid rgb(238, 238, 238); } 
.pc-menu .nav-top .sub-2dli.on .sub-2da,
.pc-menu .nav-top .sub-2dli:hover .sub-2da { color:#fff; font-weight:bold; background: orangered; border-color:orangered; }
.pc-menu .nav-top .sub-2new { color: rgb(140, 195, 70);}
.pc-menu .nav-top .sub-2line { display:block; color:#000; padding:5px 12px; font-weight:bold; background:#fafafa; line-height:22px; border-bottom: 1px solid rgb(238, 238, 238); }

/********************************************************
■ PC Right Icon Menu : PC 우측 아이콘 메뉴
********************************************************/
.pc-menu .nav-right { background:#111; 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:#fff; display:block; text-align:center; }
.pc-menu .nav-right > ul > li > a:hover { background: #333; }
.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:170px; }

/********************************************************
■ PC All Menu : 전체 메뉴
********************************************************/
.pc-menu-all { position:relative; background:#fafafa; z-index:2; -webkit-box-shadow: inset 0px -10px 10px -10px rgba(0,0,0,0.2); -moz-box-shadow: inset 0px -10px 10px -10px rgba(0,0,0,0.2); box-shadow: inset 0px -10px 10px -10px rgba(0,0,0,0.2); }
.pc-menu-all .at-container { padding:20px 15px 0px; }
.pc-menu-all .table { margin-bottom:20px !important;}
.pc-menu-all .table td { width:1%; background:#fff; border:1px solid #ddd; padding:0px; line-height:20px; }
.pc-menu-all .menu-a { display:block; color:#000; padding:6px 12px; background:#f5f5f5; border-bottom:1px solid #ddd; font-weight:bold; text-align:center; }
.pc-menu-all .table td.on .menu-a { color:crimson; }
.pc-menu-all .sub-1div { padding:8px 0px; }
.pc-menu-all .sub-1dul { list-style:none; padding:0px; margin:0px; }
.pc-menu-all .sub-1dli .sub-1da { display:block; padding:2px 12px; color:#333; }
.pc-menu-all .sub-1dli.on .sub-1da,
.pc-menu-all .sub-1dli:hover .sub-1da { color:crimson; }
.pc-menu-all .new { color: rgb(140, 195, 70);}
.pc-menu-all .new-sub1 { color: rgb(140, 195, 70);}
.pc-menu-all .sub-1line { display:block; color:#000; padding:5px 12px; margin:4px 0px; font-weight:bold; background:#fafafa; }
.pc-menu-all .menu-all-btn { text-align:center; }

/********************************************************
■ Mobile Menu : 모바일 메뉴
********************************************************/
.m-menu { display:none; overflow:hidden; background:#fff; position:relative; z-index:20; 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:1024px) {
	.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 : 하단 푸터
********************************************************/
.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:1024px) {
	.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 .media { padding:15px 20px 20px; }
.at-footer .at-infos .pull-left { font-size:70px; color:#ddd; }
.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; }
.at-footer .at-about > 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: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 */
.page-item.disabled .page-link {background-color:#393838;border-color:#393838;}
.page-link:hover,
.page-link {background-color:#393838;border-color:#393838;}
.pagination { /*font-family: "Roboto", sans-serif;*/ }
.pagination li a { border-radius:0 !important; color:#fff !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; }

.sub-banner {background-image:url(../img/sub_banner_bg.png);background-size:cover;}
.sub-banner p {text-align:left;padding-left:10%;}
.sub-banner p:nth-child(1) {font-size:26px;font-weight:bold;padding-bottom:30px;color:#ffec0c;padding-top:50px;}
.sub-banner p:nth-child(2) {font-size:18px;padding-bottom:50px;}
@media (max-width: 768px) {
.sub-banner p {text-align:left;padding-left:5%;}
.sub-banner p:nth-child(1) {font-size:20px;padding-bottom:20px;color:#ffec0c;padding-top:30px;}
.sub-banner p:nth-child(2) {font-size:13px;padding-bottom:30px;}
}


.idx_box {background:#fff; min-height: 170px;border: 1px solid #ddd;margin-bottom: 10px;border-radius: 2px;clear: both;}
.idx_box .boxtitle {    overflow: hidden;border-bottom: 1px solid #ddd;height: 40px;padding: 0 5px;margin: 0 10px;}
.idx_box .boxtitle .tit {float:left; margin-top:10px;}

.idx_box .boxtitle .tit .txt:first-child {color:#ff7916; font-weight:700; font-size:18px; font-style:italic}
.idx_box .boxtitle.tit .txt:last-child {color:#373737; font-size:14px;font-style:italic ; margin-left:10px;} 
.more {float:right; color:#ff7916; border: 1px solid #ddd; width:26px; height:26px; line-height:24px; text-align:center; font-size:15px; font-weight:700; margin-top:8px;}
.warranty_main { padding:10px; position:relative;}
.warranty_main .item .item_subject {color:#111; font-weight:bold; font-size:14px; margin-top:5px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; letter-spacing:-0.5px; text-align:center;}
.warranty_main .item .item_subject .hot {background:#cb3c3c; color:#fff; font-size:10px;  padding:1px 5px; margin-right:5px; border-radius:2px; animation-name: blink;    animation-duration: 1s; animation-timing-function: step-end; animation-iteration-count: infinite;}

.video_banner video {width:100%;height:100%;}
.side_banner video {width:100%;height:100%;}






.info_box_area {overflow:hidden; margin:10px 0;}
.info_box_area li {float:left; width:33.333%; overflow:hidden; box-sizing:border-box; padding:5px; position:relative;}
.info_box_area li .box  {position:relative; display:flex; height:80px; border-width:3px; background: #fff; position: relative; border-radius: 3px; padding:0px;z-index:1;}
.info_box_area li .box :after { content: ''; position: absolute; top: calc(-1 * 3px); left: calc(-1 * 3px); height: calc(100% + 3px * 2); width: calc(100% + 3px * 2); background: linear-gradient(60deg, #ff7916, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #ff7916, #6fba82); border-radius: calc(1.5 * 3px); z-index: -1; animation: animatedgradient 2s ease alternate infinite; background-size: 300% 300%; }
.info_box_area li .box .icons {float:left; width:22%; text-align:center; padding:10px; padding-top:24px; background-color:#fff; height:100%; }
.info_box_area li .box .icons i {font-size:28px; color:#ff7916 }
.info_box_area li dl {float:left; overflow:hidden; width:78%;padding:10px; padding-left:5px;background-color:#fff; height:100%; }
.info_box_area li dt {color:#ff7916; font-size:16px;}
.info_box_area li dd {font-size:12px; color:#555; letter-spacing:-1px;}

.upper_link {position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;}
@keyframes animatedgradient { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } }


.accordion-box {overflow:hidden;}
.accordion-box .tit {text-align:center; font-size:21px; color:#333; font-weight:bold; margin-bottom:10px; letter-spacing:-1px; }
.accordion-box ul {overflow:hidden;}
.accordion-box li {overflow:hidden; margin-bottom:8px;   background:#fff;  border:1px solid #eee;}
.accordion-box li .title {padding:0 15px; height:48px;  line-height:48px;cursor:pointer; overflow:hidden;}
.accordion-box li .title h2 {float:left;color:#333; font-weight:400;font-size:15px; line-height:48px; margin:0;}
.accordion-box li .title .arrow {float:right; color:#666;}
.accordion-box li .con {display:none; padding:25px; color:#666; border-top:1px solid #eee;}
.accordion-box li .con p {line-height:25px; font-size:14px; }
.accordion-box li .con a {color:#3279b7; font-weight:bold;}
.accordion-box li .con strong {color:#ff7916}

.video_box {display:flex; margin:10px 0; padding:40px; overflow:hidden; background:#e9eeff url("/imgs/video_bg.webp") right bottom no-repeat; border:1px solid #ddd;}
.video_box .text_area {width:280px; float:left; padding-left:30px; padding-top:30px;  box-sizing:border-box;}
.video_box .text_area dt {font-size:34px; color:#414c72;  font-family: 'RixYeoljeongdo_Regular'; letter-spacing:-1px; line-height:42px; }
.video_box .text_area dt .color_re {color:#242c47}
.video_box .text_area dd {font-size:16px; color:#222;margin-top:40px; font-weight:500; }
.video_box .text_area dd .tag {overflow:hidden; margin-top:5px;}
.video_box .text_area dd .tag { color:#154499; font-size:13px; font-weight:300; }
.video_box .text_area .video_btn {display:block; width:180px; height:42px; line-height:42px; color:#fff; background:#242c47; border-radius:2px; text-align:center; margin-top:30px;}
.video_box .video {width:514px; overflow:hidden; float:left; margin-top:20px;}
.video_box .video iframe {width:100%; padding:0; margin:0; border:1px solid #ddd; border-radius:2px}

.point_banner {margin-top:5px; overflow:hidden;}
.point_banner img, .point_banner video {width:100%;}


.at-side .tit_area {overflow:hidden; border-bottom:1px solid #ddd; height:30px; line-height:30px;}
.at-side .tit_area .tit {float:left;}
.at-side .tit_area .tit .txt {color:#ff7916; font-weight:700; font-size:15px; font-style:italic}
.at-side .tit_area .more {margin-top:0;}
.at-side .latest_board {overflow:hidden; border:1px solid #e5e5e5; padding:10px; margin-top:10px; background:#fff; border-radius:2px; box-shadow:0 0 5px 0 rgb(0 0 0 / 5%)}
.at-side .latest_board li {overflow:hidden; padding:0 4px !important;  margin-top:8px !important; overflow:hidden; }
.at-side .latest_board li a {font-size:12px; color:#999; letter-spacing:-1px;}
.at-side .latest_board li .txt {float:left; width:220px; height:18px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.at-side .latest_board li .date {font-size:12px; float:right; color:#999;}

.video_banner {overflow:hidden;text-align:center; margin-bottom:10px}
.video_banner video {width:100%;}
.video_banner img{width:100%;}

.board_tab_menu {overflow:hidden; margin-bottom:10px; }
.board_tab_menu li {float:left; width:20%; box-sizing:border-box;}
.board_tab_menu li a {display:block; height:40px; line-height:40px; background:#eee; border:1px solid #ddd; border-left:0; text-align:center; color:#666; font-size:13px;}
.board_tab_menu li a i {font-size:14px; vertical-align:middle}
.board_tab_menu li.active a {background:#fff; color:#111;}
.board_tab_menu li:first-child a {border-left:1px solid #ddd;}


@media (max-width: 767px) {
    .video_banner, .side_banner {display:none;}
    .idx_box .boxtitle .tit .txt + .txt {display:none;} 
    .info_box_area li {width:50%;}
    .info_box_area li .box {display:block; height:140px; text-align:center}
    .info_box_area li .box .icons {float:none; width:100%; height:40%;}
    .info_box_area li dl {float:none; width:100%; height:60%; padding:0 10px;}
    
    .board_tab_menu {display:none;}
}

.cmall_info img{max-width:100%; width:auto;}

.lv_info {}
.lv_info th {background:#ff7916; color:#fff; text-align:center}
.lv_info td {text-align:center}

.tab_menu {position: fixed;bottom: 0;width: 100%;height: 70px;/*background: #c43302;*/background: #000;z-index: 99;left: 50%;transform: translateX(-50%);padding: 10px 0;}
.tab_menu>div, .tab_menu>div>a {display: flex;align-items: center;}
.tab_menu>div>a {flex-direction: column;justify-content: center;width: 20%;height: 100%;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
.tab_menu>div>a>img {height: 25px;}
.tab_menu>div>a>span {line-height: 15px;padding-top: 10px;font-size: 12px;}
.tab_menu>div>a>span.on {color:#c43302;}

@media (max-width: 767px) {
    footer .sitemap {padding-top:0;}
	footer .sitemap ul {display:block;}
	footer .sitemap li:first-child {display:none;}
	footer .sitemap li {margin-left:0; width:25%;}
	footer .sitemap li a {width:100%; border-left:1px solid #424040; border-bottom:1px solid #424040; font-size:11px;}
	footer .sitemap li:nth-child(2) a {border-left:0;}
	footer .sitemap li:nth-child(6) a {border-left:0;}
	footer .site_info {padding:0 10px; }
	footer .site_info .logo {float:none; margin-left:0; text-align:center;}
	footer .site_info p {margin-left:0; font-size:13px; float:none; letter-spacing:-1px; line-height:20px; text-align:center; padding:15px 0;}
	footer .site_info .telegram {float:none; width:100%; padding:0; text-align:center;}
	footer .site_info .telegram ul {display:inline-block;}
	footer .site_info .telegram li {padding-left:5px;}
	footer .footer_info_txt dl {float:none; width:100%; margin-bottom:10px;}
	footer .footer_info_txt dt {font-size:14px;}
	footer .footer_info_txt dd {padding:10px; font-size:12px;}

	footer .sns li {margin-left:15px;}
	footer .sns li a {padding:14px 10px; display:block;}
	footer .sns li img {width:32px;}
	footer .copyright {font-size:11px;}
}


.at-container {max-width:1200px;}
.no-responsive .wrapper, .no-responsive .at-container-wide { min-width:1200px; }
.no-responsive .boxed.wrapper, .no-responsive .at-container { width:1200px; }
.at-menu .nav-height { height:50px; line-height:50px !important; }
.pc-menu, .pc-menu .nav-full-back, .pc-menu .nav-full-height { height:62px; }
.pc-menu .nav-top.nav-float .menu-a { padding:0px 25px; }
.pc-menu .nav-top.nav-float .sub-1div::before { left: 25px; }
.pc-menu .subm-w { width:170px; }
@media all and (min-width:1200px) {
    .responsive .boxed.wrapper { max-width:1200px; }
}

.cmall_info {overflow:hidden; margin:20px 0 30px; border-bottom: 2px solid #ff8610;   padding-bottom: 30px;}
.cmall_info dt {text-align:center; font-weight:bold; font-size:2em; color:#000;}
.cmall_info dd {text-align:center; font-size:1em; color:#333; margin:4px 0;}
.cmall_info dd strong {color:#ff7916; font-weight:normal;}
.cmall_info ul {overflow:hidden; margin:20px 0;}
.cmall_info li {overflow:hidden; text-align:center; margin-top:15px;}
.cmall_info li .box {display:inline-block; }
.cmall_info li .imgs {float:left; width:25%; padding:0 10px;}
.cmall_info li .imgs img {width:100%; }
.cmall_info li .imgs:first-child {margin-left:0;}
.cmall_info .notice {text-align:center; font-size:14px; color:#333; margin-top:10px;}
.cmall_info .notice strong {color: #ff0101;}


div.index_tabbox_head {position:relative; background-color:#444;/* margin-top:20px; *//* margin-bottom: 20px; */}
div.index_tabbox_head ul.head_ul {margin:0;padding:0;list-style:none;overflow:hidden;}
div.index_tabbox_head ul.head_ul.head_ul_pc {display:block;}
div.index_tabbox_head ul.head_ul.head_ul_m {display:none;}
div.index_tabbox_head ul.head_ul li {width:calc(100% / 8);height:54px;float:left;box-sizing:border-box;}
div.index_tabbox_head ul.head_ul li span.title {font-size:16px;line-height:54px;text-align:center;display:block;vertical-align:middle;cursor:pointer;}
div.index_tabbox_head ul.head_ul li.on span.title {color:#fff;}

div.index_tabbox_head ul.head_ul li span.title {
    color: #9b9a9a;
    text-shadow: 0 0px 1px #BABBBD;
}

div.index_tabbox_head ul.head_ul li h1.title {font-size:0;line-height:0;}

div.index_tabbox_content {position:relative;display:block;}
div.index_tabbox_content div.content_inner {background:#393838;padding-top:5px;padding-left:5px;padding-bottom:20px;overflow: hidden;min-height:177px;}
div.index_tabbox_content div.content_inner > div {display:flex;overflow:hidden;justify-content:center;}
div.index_tabbox_content div.content_inner div.content {width:100%;padding:0 15px;}
div.index_tabbox_content div.content_inner div.right_content {width:410px;float:left;margin-left:15px;}
div.index_tabbox_content div.content_inner ul.list_ul {margin:0;padding:0;list-style:none;overflow:hidden;display:flex;flex-wrap:wrap;align-items:center;}
div.index_tabbox_content div.content_inner ul.list_ul li {display:flex;align-items:center;padding-top:16px;width:50%;}
div.index_tabbox_content div.content_inner ul.list_ul li span.subject {font-size:17px;color:#fff;padding-left:12px;vertical-align:middle;white-space:nowrap;width:90%;text-overflow:ellipsis;overflow:hidden;}
div.index_tabbox_content div.content_inner ul.list_ul li span.subject a {color:#fff;}
div.index_tabbox_content div.content_inner div.tabbox-con {display:none;overflow:hidden;}
span.new_icon {vertical-align:middle;width:14px;margin-top:-4px;display:inline-block;}

div.index_gallery_box {margin-top:20px;}
div.index_gallery_box div.gallery_content {position:relative;overflow:hidden;margin-right:-5px;}
div.index_gallery_box div.gallery_content ul {margin:0;padding:0;list-style:none;overflow:hidden;}
div.index_gallery_box div.gallery_content ul li {width:120px;height:106px;float:left;margin-right:5px;margin-bottom:15px;}
div.index_gallery_box div.gallery_content ul li div.img_border {border:1px solid #e4e8ec;}

.introduction-detail-container {margin-bottom: 150px;}
.introduction-detail-container .intro-part-1 .intro-subtitle {text-align:center; font-size:23px; padding-bottom:5px;}
.introduction-detail-container .intro-part-1 .client-logo-carousel {height:62px; width:100%; margin-top:30px; margin-bottom:30px; overflow: hidden; position:relative; z-index:80}
.introduction-detail-container .intro-part-1 .client-logo-carousel .bd-filter {position: absolute}
.introduction-detail-container .intro-part-1 .client-logo-carousel .bd-filter.left {background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgb(39, 39, 39) 100%); left: 0; top: 0; z-index: 83; bottom: 0; width: 80px}
.introduction-detail-container .intro-part-1 .client-logo-carousel .bd-filter.right {background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(39, 39, 39) 100%); z-index: 83; right: 0; top: 0; bottom: 0; width: 80px}
.introduction-detail-container .intro-part-1 .client-logo-carousel .logo-item {z-index: 81; display: inline-block; position: relative; margin-right: 20px; min-width: 175px; padding: 0 2px; justify-content: center; align-items: center; text-align: center}
.introduction-detail-container .intro-part-1 .client-logo-carousel .logo-item img {vertical-align: middle; height: 62px;}

@keyframes shiny-btn {
  0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

.shiny {position: relative; overflow: hidden;}
.shiny:before {position: absolute; content: ""; display: inline-block; top: -180px; left: 0; width: 30px; height: 100%; background-color: #fff; animation: shiny-btn 4s ease-in-out infinite; z-index: 999;}


.list-group-item {background-color:#393838;}
.bg-light {background-color:#393838 !important;}




.wing-left {position:absolute;width:160px;left:-180px;z-index:9;}
.wing-left img {width:100%;}

.wing-right {position:absolute;width:160px;right:-180px;z-index:9;}
.wing-right img {width:100%;}

.border-bottom {border-bottom: 1px solid #393838 !important;}


.sub-category {display:flex;font-size:16px;background-color:#393838;padding:5px;margin-bottom:30px;overflow-x:scroll;-ms-overflow-style:none; /* IE and Edge */scrollbar-width:none; /* Firefox */}
.sub-category::-webkit-scrollbar {display:none; /* Chrome , Safari , Opera */}
.sub-category > div {padding:13px 22px;margin:0 10px;white-space:nowrap;}
.sub-category > div:first-child {background-color:#c43302;margin:0 10px 0 0;}
.sub-category > div.active {border-bottom:3px solid #c43302;}

/*.sub-category {display:flex;font-size:16px;background-color:#393838;padding:5px;margin-bottom:30px;/*flex-wrap:wrap;overflow-x:scroll;-ms-overflow-style:none;scrollbar-width:none;}
.sub-category::-webkit-scrollbar {display:none;}
.sub-category > div {padding:8px 22px;margin:0 10px;white-space:nowrap;}
.sub-category > div:first-child {background-color:#c43302;margin:0;display:flex;align-items:center;}
.sub-category > div:last-child {display:flex;flex-wrap:wrap;}
.sub-category > div:last-child > div {padding:5px 5px;margin-right:30px;white-space:nowrap;}
.sub-category > div:last-child > div.active {border-bottom:3px solid #c43302;}

@media (max-width: 1024px) {
    .sub-category > div {margin:0;padding:3px 7px;}
    .sub-category > div:first-child {display:none;}
    .sub-category > div:last-child > div {padding:5px 10px;margin-right:15px;}
}*/



.owl-carousel .owl-nav button.owl-prev {position:absolute;top:110px;left:10px;width:11px;}
.owl-carousel .owl-nav button.owl-next {position:absolute;top:110px;right:15px;width:11px;}
.owl-carousel .owl-dots {text-align: center;}
.owl-carousel .owl-dots button.owl-dot.active,
.owl-carousel .owl-dots button.owl-dot:hover{background: #c43302;border: 1px solid #c43302;}
.owl-carousel .owl-dots button.owl-dot{border: 1px solid #393838;background:#393838;border-radius: 50%;height: 12px;width: 12px;position: relative;margin-right:12px;}


.carousel-control-prev {width:100%;overflow:hidden;padding-right:1160px;}
.carousel-control-next {width:100%;overflow:hidden;padding-left:1160px;}
.carousel-control-next img,
.carousel-control-prev img {height:20px;}

.wing-right.owl-carousel .owl-dots {margin-top:-32px;}
.wing-right.owl-carousel .owl-dots button.owl-dot {height:8px;width:8px;}


.warranty {display:flex;align-items:center;justify-content:center;margin:60px 0;}
.warranty > div {margin-right:100px;}
.warranty > div:last-child {margin-right:0;}
.warranty > div > p {text-align:center;}
.warranty > div > p:first-child {font-size:25px;color:#c43302;padding-bottom:25px;font-weight:bold;}
.warranty > div > p:last-child {font-size:18px;}
.warranty > div > p .txt {font-size:21px;}


.box_list {display:flex;flex-wrap:wrap;align-items:start;margin-right:-16px;}
.box_list .box_item {background:#393838;padding:9px 6px;text-align:center;width:calc(100%/4 - 16px);margin-right:16px;margin-bottom:16px;}
.box_list .box_item p {font-size:16px;color:#ffec0c;padding-bottom:10px;}
.box_list .box_item .box_title {padding:20px 15px 10px;color:#fff;font-size:16px;}
@media (max-width: 768px) {
    .box_list .box_item .box_title {font-size:14px;}
}

.form-control-plaintext {color:#fff;}
.text-muted {color:#ababab !important;}
.sidebar-icon img {width:100%;}

section:not(#bo_w) .custom-radio {padding-left:0;}
.custom-radio label {}

.member-icon {margin-top:-3px;}
#new_list .member-icon {margin-top:-3px;margin-right:6px;}

.input-group-text {padding: 0.285rem .75rem;}

.show-pc {display:block;}
.show-pc.flex {display:flex;}
.show-m {display:none;}

input[type=checkbox], input[type=radio] {accent-color:#c43302;}

.se2_inputarea {color:#fff;}

/* 추천 */
#bo_v_btn_group .wr_good {background-image:url(../img/btn_good.png) !important;width:150px;height:50px;background-size:cover;background-color:inherit;border:0;position:relative;}
#bo_v_btn_group .wr_good b {color:#fff;position:absolute;top:10px;padding-left:4px;font-size:14px;}

/* scss */
.progress-bar {background-color:#c43302;padding:0;margin:0;box-sizing:border-box;}

/* 이미지 확대 */
.expand {overflow: hidden;}
.expand img {transition: all 0.2s linear;}
.expand:hover img {transform: scale(1.3);}

/* 색상 변경 */
a.red:hover {color:#c43302;}

/* Flashing */
.flashing:hover img {
  opacity: 1;
  -webkit-animation: flash 2s;
  animation: flash 2s;
}
@-webkit-keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}

@media (max-width: 1024px) {
    div.index_tabbox_head {margin-top:10px;background-color:#c43302;}
    div.index_tabbox_head ul.head_ul {padding:0 15px;}
    div.index_tabbox_head ul.head_ul.head_ul_pc {display:none;}
    div.index_tabbox_head ul.head_ul.head_ul_m {display:block;}
    div.index_tabbox_head ul.head_ul.head_ul_m li {width:100px;}

    div.index_tabbox_content div.content_inner {padding-top:0;padding-left:0;padding-bottom:10px;}
    div.index_tabbox_content div.content_inner > div {display:block;}
    div.index_tabbox_content div.content_inner div.content {width: 100%;}
    div.index_tabbox_content div.content_inner ul.list_ul li span.new_icon {width:10px;}
    div.index_tabbox_content div.content_inner ul.list_ul li span.subject {font-size: 12px;}

    .sub-category {font-size:14px;}
    
    .warranty {display:flex;flex-wrap:wrap;}
    .warranty > div {margin: 20px 3px 0; width: calc(50% - 6px);}
    .warranty > div > p:first-child {font-size:18px;padding-bottom:10px;}
    .warranty > div > p:last-child {font-size: 14px;}
    .warranty > div > p .txt {font-size:15px;}
    
    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel .owl-nav button.owl-next {top:40%;}

    .warranty {margin:25px 0;}    

    .introduction-detail-container {margin-top:30px;margin-bottom:50px;}
    .introduction-detail-container .intro-part-1 .intro-subtitle {font-size:16px;}
    .introduction-detail-container .intro-part-1 .client-logo-carousel {margin-top:15px;margin-bottom:15px;}

    #nt_footer {font-size:12px;margin-bottom:71px;}
    .footer-info {padding:0 2% 0px !important;}

    .show-pc {display:none !important;}
    .show-m {display:block;}

    .carousel-control-prev {width:5%;padding-right:0;}
    .carousel-control-next {width:5%;padding-left:0;}

    .sub-category > div {padding:8px;}
}


.note-num {position: absolute;top: 8px;right: 13px;/*bottom: 14px;right: 15px;*/z-index: 3;height: 19px;width: 19px;line-height: 19px;text-align: center;background-color: #c43302;border-radius: 15px;display: inline-block;font-size: 9px;font-weight: bolder;/*color: #c43302;font-weight: bolder;*/}

.custom-checkbox.wr_secret .custom-control-label::before,
.custom-checkbox.wr_secret .custom-control-label::after { top:0 !important; }

/********************************************************
■ SweetAlert
********************************************************/
div:where(.swal2-container).swal2-center>.swal2-popup {background-color:#1a2833;color:#fff;max-width:380px;padding:1.825em 0 1em;width:600px;max-width:97%;}
div:where(.swal2-container) div:where(.swal2-icon) {margin:0 auto;width:55px;height:55px;line-height:55px;font-size:11px;}
div:where(.swal2-container) img:where(.swal2-image) {margin:0 auto;}
div:where(.swal2-container) h2:where(.swal2-title) {font-size:16px !important;font-weight:500 !important;margin:10px 0 15px !important;padding:0 !important;text-align:left !important;padding-left:80px !important;}
div:where(.swal2-container) h2:where(.swal2-title):after {content:"";background-image:url(../img/icon_logo.png);background-size:100% 100%;width:40px;height:35px;position:absolute;left:30px;top:-8px;}
div:where(.swal2-container) div:where(.swal2-html-container) {margin:10px auto;font-size:16px;padding:0;}
div:where(.swal2-container) div:where(.swal2-actions) {margin:0 10px 0 0 !important;justify-content:end !important;}
div:where(.swal2-container) button:where(.swal2-styled) {padding:4px 10px !important;font-size:13px !important;margin:0 7px !important;}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {background-color:#c43302 !important;}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel) {color:#000 !important;background-color:#fecc39 !important;}

@media (max-width: 600px) {
    div:where(.swal2-container).swal2-center>.swal2-popup {padding:1em 0 1em;}
    div:where(.swal2-container) h2:where(.swal2-title) {font-size:14px !important;padding-left:50px !important;margin:10px 0 !important;}
    div:where(.swal2-container) h2:where(.swal2-title):after {width:35px;height:30px;left:9px;top:-6px;}
    div:where(.swal2-container) button:where(.swal2-styled) {font-size:12px !important;padding:3px 8px !important;}
}

.tab_board_area {overflow:hidden; margin:0;}
.tab_board_area .tab_board_box {float:left; width:100%; overflow:hidden;}
.tab_board_area .tab_board_box:last-child {float:right;}
.tab_board_area .tab_board_box .tab_menu {overflow:hidden;}
.tab_board_area .tab_board_box .tab_menu .menu_list {cursor:pointer; width:33.333%; float:left; box-sizing:border-box; height:40px; line-height:40px; background:#eee; color:#555; font-size:13px; font-weight:500; text-align:center;}
.tab_board_area .tab_board_box .tab_menu .menu_list.active {background:#fff; color:#000;}
.tab_board_area .tab_board_box.tab_board_box1 .tab_menu .menu_list {width:25%;}

.tab_board_area .tab_board_box .board_conts {background:#393838; overflow:hidden; padding:10px;}
.tab_board_area .tab_board_box .board_conts .img_box {overflow:hidden;}
.tab_board_area .tab_board_box .board_conts .img_box .best_list {float:left; width:33.333%; padding:0 5px;}
.tab_board_area .tab_board_box .board_conts .img_box .best_list a {display:block;  position:relative; overflow:hidden;}
.tab_board_area .tab_board_box .board_conts .img_box .best_list .num {position:absolute; top:0; left:0; z-index:1; background:#ff7916; color:#fff; width:24px; height:18px; text-align:center; line-height:18px; font-size:11px; border-radius:1px;}
.tab_board_area .tab_board_box .board_conts .img_box .best_list .imgs {/*background:#eee; border:1px solid #ddd;  border-radius:1px;*/ width:100%; aspect-ratio:16/10;}
.tab_board_area .tab_board_box .board_conts .img_box .best_list img {width:100%; /*height:100%; aspect-ratio:1/0.75;*/ object-fit:cover;}
.tab_board_area .tab_board_box .board_conts .img_box .best_list .txt {overflow:hidden; height:22px; line-height:20px; color:#fff; font-size:13px; margin-top:5px; letter-spacing:-1px;text-overflow:ellipsis; white-space:nowrap;}
.tab_board_area .tab_board_box .board_conts .img_box .best_list:hover .num {background:#242c47;}
.tab_board_area .tab_board_box .board_conts .img_box .label-cap {top:-4px;width:116px;padding:8px 0 0px;right:-49px;font-size:10px;}
.tab_board_area .tab_board_box .board_conts .normal_list {position:relative; overflow:hidden; padding:0 5px; margin-top:10px;}
.tab_board_area .tab_board_box .board_conts .normal_list .num {float:left; background:#ff7916; color:#fff;width:24px; height:18px; text-align:center; line-height:18px; font-size:11px; border-radius:1px;}
.tab_board_area .tab_board_box .board_conts .normal_list .txt { color:#777; font-size:13px; letter-spacing:-1px; float:left; margin-left:10px; text-overflow:ellipsis; white-space:nowrap; width:338px; overflow:hidden;}
.tab_board_area .tab_board_box .board_conts .normal_list .date {float:right; font-size:12px; color:#888; font-weight:300;}
.tab_board_area .tab_board_box .board_conts .normal_list:hover .num {background:#242c47;}
.tab_board_area .tab_board_box .board_conts .normal_list:hover .txt {color:#242c47;}


.main_list .title-line {margin-bottom:10px;}
.main_list h2 {padding:0 0 0 10px;font-size:24px;}
.main_list h2 i {padding-right:8px;}
.main_list .txt-more {font-size:16px;padding-right:10px;color:#bbb;}
.main_list .txt-more i {padding-left:8px;}


@media (max-width: 767px) {
    .tab_board_area .tab_board_box {float:none; width:100%;}
    .tab_board_area .tab_board_box .board_conts .img_box .best_list img {height:100%;}

    .main_list h2 {font-size:1rem;}
    .box_list {padding:0 5px;margin-right:-10px;}
    .box_list .box_item {width:calc(100%/2 - 10px);margin-right:10px;}
    .box_list .box_item .box_img img {height:auto;}
}

/********************************************************
■ sitebar
********************************************************/
div.hide-photo .member-icon {vertical-align:baseline;margin-top:0;}
div.hide-photo .member-icon.m00 {vertical-align:bottom;margin-top:0;}
.member-img {width:60px;height:60px;}

#preview {z-index:99;position:absolute;border:1px solid #ccc;background:#333;padding:5px;display:none;color:#fff;}
