@charset "utf-8";
@import url(/css/font.css);



/* SIR 지운아빠 */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* 초기화 */
html {}
body {margin:0;padding:0;font-size:14px;font-family: 'Lato','Noto Sans KR', sans-serif ;color:#000}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
h1, h2, h3, h4, h5, h6 {font-size:1em;font-family: 'Lato','Noto Sans KR', sans-serif ; letter-spacing:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}
ul, li, dl, dd { list-style:none; margin:0; padding:0; }

#hd ul, nav ul, #ft ul {margin:0;padding:0;list-style:none}
legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select, img {vertical-align:middle}
input, button {margin:0;padding:0;font-family: 'Lato','Noto Sans KR', sans-serif ;color:#474747;font-size:1em;   /*-webkit-appearance: none;
   -webkit-border-radius: 0;*/}
button {cursor:pointer; border:0; outline:0; -webkit-appearance: none;}

textarea, select {font-family:dotum;font-size:1em}
select {margin:0}
p {margin:0;padding:0;word-break:break-all}
hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}
a:link, a:visited {color:#000;text-decoration:none}
a:hover, a:focus, a:active {color:#000;text-decoration:none}

img { max-width:100%; }

select {
    padding: 3px 16px 3px 5px;
    font-family: inherit;
    background: url(../img/icn_select.png) no-repeat 95% 50%;
    border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #FFF;
		  border: 0!important;
		  border-bottom:1px solid #ddd;
    color: #9e9e9e;
    background-color: #fff!important;
}


.fnm { font-family: "Nanum Myeongjo", 'Noto Sans', 'Nanum Gothic', sans-serif;}

.mt10 { margin-top:10px}
.mt15 { margin-top:15px}
.mt20 { margin-top:20px}
.mt30 { margin-top:30px}
.mt40 { margin-top:40px}
.mt50 { margin-top:40px}
.mt60 { margin-top:60px }
.mt70 { margin-top:60px }
.mb10 { margin-bottom:10px; }
.mb20 { margin-bottom:20px}
.mb40 { margin-bottom:40px}
.mb0  { margin-bottom:0 !important; }
.ml10 { margin-left:10px; }
/*.frnormal {font-family: 'Noto Sans', 'Nanum Gothic', sans-serif !important ;font-weight:normal}*/
.text_red { color:#9c0000}
.text_right { text-align:right;}

.blocker { z-index:101;
padding:0;
overflow:hidden;
background-color: #000;
    background-color: rgba(255, 255, 255, 0.85); 
}
.modal { max-width:inherit; width:100%; height:100% ;     box-shadow: inherit;     background: transparent;}
.modal a.close-modal { top:10px; right:10px; }


@keyframes fadeIn {
	from {
		opacity :0;
		transform : translateY(20px);
	}
	to {
		opacity:3;
		transform:none;
	}

}

#title,
.bbs_inner,
.guide,
.product { animation : fadeIn 0.5s ease-in-out;}
.ani_fadein  {  animation : fadeIn 0.5s ease-in-out;}

/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0;
	padding: 0;
	*zoom: 1;

}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

.bx-viewport, .bx-wrapper{
position:relative;
width:100%;

top:0;
left:0;
}
.bxslider, .bxslider > li {

}

.bx-slider { height:100% }

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

.bx-controls {
position: absolute;
	bottom: 50px;
	width: 100%; }

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(/img/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(/img/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(/img/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(/img/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(/img/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}


body.open { overflow:hidden;}


/* full page */
/*!
 * fullPage 2.9.7
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
    margin: 0;
    padding: 0;
    overflow:hidden;

    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.fp-section {
    position: relative;
    -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
    -moz-box-sizing: border-box; /* <=28 */
    box-sizing: border-box;
}
.fp-slide {
    float: left;
}
.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}
.fp-slides {
    z-index:1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout:fixed;
    width: 100%;
}
.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.fp-slidesContainer {
    float: left;
    position: relative;
}
.fp-controlArrow {
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
    overflow: hidden;
    position: relative;
}
.fp-scroller{
    overflow: hidden;
}
.iScrollIndicator{
    border: 0 !important;
}
.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}
#fp-nav {
    position: fixed;
    z-index: 10;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
}
#fp-nav.right {
    right: 17px;
}
#fp-nav.left {
    left: 17px;
}
.fp-slidesNav{
    position: absolute;
    z-index: 4;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    left: 0 !important;
    right: 0;
    margin: 0 auto !important;
}
.fp-slidesNav.bottom {
    bottom: 17px;
}
.fp-slidesNav.top {
    top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position:relative;
}
.fp-slidesNav ul li {
    display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span{
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%;
 }
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #333;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span{
    width: 10px;
    height: 10px;
    margin: -5px 0px 0px -5px;
}
#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}
#fp-nav ul li .fp-tooltip.right {
    right: 20px;
}
#fp-nav ul li .fp-tooltip.left {
    left: 20px;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell{
    height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
    height: auto !important;
}




/* slick slider */
/* Slider */
.slick-slider
{
    position: relative;
	text-align:center;
    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
   
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* Slider */
.slick-loading .slick-list
{
    background: #fff url('../images/ajax-loader.gif') center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

   /* width: 31px;
    height: 71px;*/
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-size: 70px;
    line-height: 1;
    opacity: .75;
    color: #444;
	font-family: 'xeicon';

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -70px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
   content: "\e93d";
}
[dir='rtl'] .slick-prev:before
{
    content: '>';
}

.slick-next
{
    right: -70px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
     content: "\e940";

}
[dir='rtl'] .slick-next:before
{
    content: '<';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '?';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}


 .slick-initialized .slick-slide {
           float: inherit;
           display: inline-block !important;
           vertical-align: middle;
    }

.slick-slider {position:relative; margin-top:50px; }

.slick-slide  img {    padding: 3px;
max-height:100%;
    background: #fff;
    -webkit-box-shadow: 0 0 35px rgba(0,0,0,.2);
    box-shadow: 0 0 35px rgba(0,0,0,.2);
}

.slider-nav {
	position:absolute;
	bottom:0;
	left:0;
	width:60%;
	left:50%;
	margin-left:-30%;
	text-align:center;
}

.slider-nav img{ 
	max-height:100px;
	border: 2px solid #fff;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    -webkit-border-radius: 0;
    border-radius: 0;
}
.slider-nav  .slick-slide {    margin: 0 10px; padding:15px 0;}
.slider-nav  .slick-slide:hover {     cursor: pointer;}

.slick-container {
  height: 40%;
}
.slick-slider, 
.slick-list, 
.slick-track {
  height: 92%;
 
}
.slider-nav.slick-slider,
.slider-nav .slick-slider, 
.slider-nav .slick-list, 
.slider-nav .slick-track {
  height:auto;
}

.slider-for .slick-slide{
line-height: 80vh;

} 


/* 팝업레이어 */
/* #hd_pop {z-index:50;position:relative;margin:0 auto;height:0;z-indx:100} */
#hd_pop h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.hd_pops {position:absolute;border:1px solid #ddd;background:#fff;z-index:100}
.hd_pops_con {}
.hd_pops_footer {padding:10px 0;background:#000;color:#fff;text-align:right}
.hd_pops_footer button {margin-right:5px;padding:5px 10px;border:0;background:#393939;color:#fff}

/* 상단 레이아웃 */
#hd { }
.hd_zindex {z-index:10 !important}
#hd_h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#hd_wrapper {position:relative;padding:0 30px; }
#hd_wrapper:after {display:block;visibility:hidden;clear:both;content:""}

#logo { }


/* 메인메뉴 */
#gnb { text-transform:uppercase; background:none  }
#gnb a {  transition: all 0.2s ease-out;}
#gnb h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#gnb > ul {margin:0 auto !important;padding:0;zoom:1}
#gnb > ul:after {display:block;visibility:hidden;clear:both;content:""}
#gnb > ul > li {z-index:10;position:relative;  border:none;}
#gnb > ul > li > a {width:auto; display:inline-block;padding:10px 0; font-size:12px; text-decoration:none;}
#gnb > ul > li > a:hover { color:#9e9e9e }
#gnb > ul > li:last-child { padding-top:50px; font-family: 'Nanum Myeongjo', sans-serif; }
#gnb > ul > li:last-child > a { font-size:14px;}
#gnb > ul > li a.gs_work {font-family: 'Nanum Myeongjo', sans-serif;  }
#gnb > ul > li:last-child span:before{ content: "두번째 브랜드,"; display:block; font-size:12px;}
#gnb > ul > li > ul { display:none;  padding: 15px 0 15px  15px;}
#gnb > ul > li > ul > li { padding: 5px 0; }
#gnb > ul > li > ul > li > a { font-size:12px;    transition: all 0.2s ease-out; }
#gnb > ul > li > ul > li > a:hover {     padding-left: 10px; }



/*.gnb_1dli_air .gnb_1da { color:#484848}
.gnb_1dli_on .gnb_1da { background:none;color:#484848}
.gnb_2dul {display:none;position:absolute;top:35px;width:130px;  background:#111; border:1px solid #dbdbdb;}
.gnb_2da {display:block;padding:10px 10px;text-align:left;text-decoration:none; background:#484848;color:#ddd}
.gnb_1dli_air .gnb_2da {background-color:#484848;color:#ddd}
.gnb_1dli_on .gnb_2da {background-color:#484848;color:#ddd}
.gnb_2da:focus, .gnb_2da:hover { text-decoration:none}
.gnb_1dli_over .gnb_2dul {display:block;left:0;background:#none}
.gnb_1dli_over2 .gnb_2dul {display:block;right:0;background:#none}
.gnb_1dli:last-child {font-family: 'Nanum Myeongjo', sans-serif; font-weight:bold}
.gnb_1dli:last-child span:before{ content: "두번째 브랜드,"; display:block;}


#gnb .pps {width:121px; height:9px; background: url('../img/gnb_talk_bg.png') no-repeat left top}

#gnb_empty {padding:10px 0;width:100%;text-align:center;line-height:2em}
#gnb_empty a {text-decoration:underline}

.gnb_1dli:last-child, 


*/

.sns_wrap {
	position: relative;
	z-index:101;

}
.sns_wrap li {
	float:left;
	padding-right:10px;
	font-size:16px;
}



/* 서브 메인 메뉴 */
#gnb_sub {float:right; margin:62px 50px;  text-transform:uppercase; font-family: 'Noto Sans', sans-serif;}
#gnb_sub h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#gnb_sub .pps {width:121px; height:9px; background: url('../img/nav_talk_bg.png') no-repeat left top}


/* 중간 레이아웃 */
#wrapper {z-index:5;margin:0 auto;width:100%;zoom:1}
#wrapper:after {display:block;visibility:hidden;clear:both;content:""}

#aside {float:right;margin:0 0 0 -1px;width:210px;border-left:1px solid #dde4e9;background:#fff}

#container {z-index:4;position:relative; width:100%; margin:0 auto;  min-height:500px;height:auto !important;background:#fff;font-size:1em;zoom:1}
#container:after {display:block;visibility:hidden;clear:both;content:""}
#title { width:100%; }



#container_title {position:relative;  height:100%;}
#container_title h1,
.sub_title{  position: relative;  z-index: 3;padding-top:0; padding-bottom:70px;  text-align:center;
text-transform:uppercase; font-family: 'Nanum Myeongjo','Lora' , sans-serif; font-weight:bold; font-size:35px; color:#b40000; letter-spacing:0;}
.title { display:none; position: absolute; width: 100%; text-align: center; font-family: "Nanum Myeongjo", sans-serif; font-weight: bold;  font-size: 48px;  color: #111;  font-style: italic;}




.bbs_inner { }


/* 하단 레이아웃 */
#ft {  padding:90px 20%;   }
#ft .inner {overflow:hidden}
#ft .inner > div { float:left; width:40%; }
#ft .inner > div:last-child { width:60%;}
#ft .inner > div p {  margin:5px 0;}
#ft .inner > div.info2 p span {font-family: 'Nanum Myeongjo', sans-serif; }



/* 메인 페이지 */
#main .main_visual { 
  width:100%;
  min-height: 100vh;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position:center center;
   }
#main .main_visual li {
  min-height: 100vh;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position:center center;
}





#main .bxslider li {
  min-height: 100vh;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position:center center;
}

#main .bx-wrapper .bx-viewport {
  left: 0;
  border: none;
  box-shadow: none;
}








/*#main { height:100%;}
#main .bx-viewport, 
#main .bx-wrapper{
    position:relative;
    width:100%;
    height:100% !important;
    top:0;
    left:0;
}
#main .bxslider, 
#main .bxslider li{
    height: 100% !important;;
}
#main .bxslider li{
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
#mian .bx-wrapper .bx-viewport{
    border: none !important;
}
*/


#main .section { background-size:cover; background-position:top center }
#main #section0 { background-image: url(../img/main_area01.jpg);}
#main #section1 { background-image: url(../img/main_area02.jpg); }
#main #section2 .parallax {  display:table; width:100%; height:40%; margin:200px 0;text-align:center; background:#ddd url('../img/main_parallax.jpg') no-repeat top center; background-size:cover;  background-attachment: fixed;}
#main #section2 .parallax > div {  display:table-cell; vertical-align:middle; text-align:center; color:#fff; }
#main #section2 .parallax > div h1 { margin-bottom:30px; font-size:40px; font-weight:bold;  font-family: 'Lora','Nanum Myeongjo', sans-serif; } 
#main #section2 .parallax a { border:2px solid #fff; color:#fff;  padding:10px 50px;  font-size:15px; font-family: 'Lora','Nanum Myeongjo', sans-serif;}
#main #section2 .parallax a:hover {  background-color: rgba( 255, 255, 255, 0.3 ); }
#main #section2 .main_footer { position:absolute;  width:1200px; left:50%; margin-left:-600px;  }
#main #section2 .main_footer .inner { }
#main #section2 .main_footer .inner .img_area { float:left; width:350px; height:250px; background:url(../img/footer_img.jpg) no-repeat center center; }
#main #section2 .main_footer .inner .info { float:right; width:800px;  line-height:170%; font-weight:400;  font-size:12px}
#main #section2 .main_footer .inner .info .phone { padding-top:30px;font-size:25px; font-weight:bold; font-style: italic; letter-spacing:-1px; font-family: 'Nanum Myeongjo', sans-serif; }
#main #section2 .main_footer .inner .info .follow { margin:35px 0; }
#main #section2 .main_footer .inner .info .follow p { font-style: italic; }
#main #section2 .main_footer .inner .info .copy {text-transform: uppercase; }
#main #section2 .main_footer .inner .info .copy span {font-family: 'Nanum Myeongjo', sans-serif; }
#main #section2 .fp-tableCell { vertical-align:top }
#main_menu li {
	display:inline-block;
	margin: 6px;
	color: #000;
	background:#fff;
	background:#666;
	-webkit-border-radius: 10px;
            border-radius: 10px;
}
#main_menu li.active{
	background:#666;
	background:#000;
	color: #fff;
}
#main_menu li a{
	text-decoration:none;
	color: #000;
}
#main_menu li.active a:hover{
	color: #000;
}
#main_menu li:hover{
	background:#000;
}
#main_menu li a,
#main_menu li.active a{
	padding: 6px;
	display:block;
}
#main_menu li.active a{
	color: #fff;
}
#main_menu li a span{	display:none}

#main_menu{
	position:fixed;
	bottom:10px;
	left:0;
	height: 40px;
	z-index: 70;
	width: 100%;
	padding: 0;
	text-align:center;
	margin:0;
}


/* 게시물 선택복사 선택이동 */
#copymove {}
.copymove_current {float:right;color:#ff3061}
.copymove_currentbg {background:#f4f4f4}
#bo_v_top { margin:10px  0 0 0 !important;}
#bo_v_bot { margin:20px  0 0 0 !important;}
/* 화면낭독기 사용자용 */
#hd_login_msg {position:absolute;top:0;left:0;font-size:0;line-height:0;overflow:hidden}
.msg_sound_only, .sound_only {display:inline-block !important;position:absolute;top:0;left:0;margin:0 !important;padding:0 !important;font-size:0;line-height:0;border:0 !important;overflow:hidden !important}
/* 본문 바로가기 */
#skip_to_container a {z-index:100000;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#skip_to_container a:focus, #skip_to_container a:active {width:100%;height:75px;background:#21272e;color:#fff;font-size:2em;font-weight:bold;text-align:center;text-decoration:none;line-height:3.3em}

/* ie6 이미지 너비 지정 */
.img_fix {width:100%;height:auto}

/* 캡챠 자동등록(입력)방지 기본 -pc */
#captcha {display:inline-block;position:relative}
#captcha legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
#captcha #captcha_img {width:100px;height:41px;border:1px solid #e9e9e9}
#captcha #captcha_mp3 {position:absolute;top:0;left:101px;;margin:0;padding:0;width:23px;height:22px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer}
#captcha #captcha_mp3 span {position:absolute;top:0;left:0;width:23px;height:22px;background:url('../../../plugin/kcaptcha/img/sound.gif')}
#captcha #captcha_reload {position:absolute;top:21px;left:101px;margin:0;padding:0;width:23px;height:22px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer}
#captcha #captcha_reload span {position:absolute;top:0;left:0;width:23px;height:22px;background:url('../../../plugin/kcaptcha/img/reload.gif')}
#captcha #captcha_key {margin:0 0 0 25px;padding:0 5px;width:70px;height:41px;border:1px solid #b8c9c2;background:#f7f7f7;font-size:1.333em;font-weight:bold;text-align:center;line-height:2.8em}
#captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}


/* 캡챠 자동등록(입력)방지 기본 - mobile */
#captcha.m_captcha audio {display:block;margin:0 0 5px;width:187px}
#captcha.m_captcha #captcha_img {width:160px;height:60px;border:1px solid #ddd;margin-bottom:3px;margin-top:5px;display:block;}
#captcha.m_captcha #captcha_reload {position:static;margin:0;padding:0;width:31px;height:31px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('/plugin/kcaptcha/img/captcha.png') no-repeat  0 -30px;text-indent:-999px}
#captcha.m_captcha #captcha_reload span{display:none;}
#captcha.m_captcha #captcha_key {margin:0;padding:0 5px;width:115px;height:29px;border:1px solid #b8c9c2;background:#f7f7f7;font-size:1.333em;font-weight:bold;text-align:center;line-height:29px;margin-left:3px}
#captcha.m_captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}
#captcha.m_captcha #captcha_mp3 {width:31px;height:31px;background:url('/plugin/kcaptcha/img/captcha.png') no-repeat; vertical-align:top;overflow:hidden;cursor:pointer;text-indent:-9999px;border:none}

/* ckeditor 단축키 */
.cke_sc {margin:0 0 5px;text-align:right}
.btn_cke_sc{display:inline-block;padding:0 10px;height:23px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;line-height:1.9em;vertical-align:middle;cursor:pointer}
.cke_sc_def {margin:0 0 5px;padding:10px;border:1px solid #ccc;background:#f7f7f7;text-align:center}
.cke_sc_def dl{margin:0 0 5px;text-align:left;zoom:1}
.cke_sc_def dl:after {display:block;visibility:hidden;clear:both;content:""}
.cke_sc_def dt, .cke_sc_def dd {float:left;margin:0;padding:5px 0;border-bottom:1px solid #ddd}
.cke_sc_def dt {width:20%;font-weight:bold}
.cke_sc_def dd {width:30%}



/* 목록 버튼 */
a.btn_b01 {display:inline-block; background:none;border:1px solid #ddd;box-sizing:border-box;color:#595968;font-size:12px;margin:0.1em;padding:0.8em 0.9em;text-transform:capitalize;position:relative;vertical-align:middle;transition:color 0.25s;}
a.btn_b01:before {box-sizing:border-box;content:'';position:absolute;width:0;height:0;border:1px solid transparent;top:0;left:0;}
a.btn_b01:after {box-sizing:border-box;content:'';position:absolute;width:0;height:0;border:1px solid transparent;top:0;left:0;}
a.btn_b01:hover:before {width:100%;height:100%;border-top-color:#484848;border-right-color:#484848;transition:width 0.25s ease-out,height 0.25s ease-out 0.25s;}
a.btn_b01:hover:after {width:100%;height:100%;border-bottom-color:#484848;border-left-color:#484848;transition:height 0.25s ease-out,width 0.25s ease-out 0.25s;}
a.btn_b01:focus, a.btn_b01:hover {color:#484848;}

/*a.btn_b02 {}*/
a.btn_b02 {display:inline-block; background:none;border:1px solid #ddd;box-sizing:border-box;color:#595968;font-size:12px;margin:0.1em;padding:0.8em 0.9em;text-transform:capitalize;position:relative;vertical-align:middle;transition:color 0.25s;}
a.btn_b02:before {box-sizing:border-box;content:'';position:absolute;width:0;height:0;border:1px solid transparent;top:0;left:0;}
a.btn_b02:after {box-sizing:border-box;content:'';position:absolute;width:0;height:0;border:1px solid transparent;top:0;left:0;}
a.btn_b02:hover:before {width:100%;height:100%;border-top-color:#484848;border-right-color:#484848;transition:width 0.25s ease-out,height 0.25s ease-out 0.25s;}
a.btn_b02:hover:after {width:100%;height:100%;border-bottom-color:#484848;border-left-color:#484848;transition:height 0.25s ease-out,width 0.25s ease-out 0.25s;}
a.btn_b02:focus, a.btn_b02:hover {color:#484848;}
a.btn_b02:focus, a.btn_b02:hover {}

/* 관리자 전용 버튼 */
a.btn_admin {display:inline-block;background:none;border:1px solid #ddd;box-sizing:border-box;color:#595968;font-size:12px;margin:0.1em;padding:0.8em 0.9em;text-transform:capitalize;position:relative;vertical-align:middle;transition:color 0.25s;}
a.btn_admin:before {box-sizing:border-box;content:'';position:absolute;width:0;height:0;border:1px solid transparent;top:0;left:0;}
a.btn_admin:after {box-sizing:border-box;content:'';position:absolute;width:0;height:0;border:1px solid transparent;top:0;left:0;}
a.btn_admin:hover:before {width:100%;height:100%;border-top-color:#484848;border-right-color:#484848;transition:width 0.25s ease-out,height 0.25s ease-out 0.25s;}
a.btn_admin:hover:after {width:100%;height:100%;border-bottom-color:#484848;border-left-color:#484848;transition:height 0.25s ease-out,width 0.25s ease-out 0.25s;}
a.btn_admin:focus, a.btn_admin:hover {color:#484848;}


.btn_bo_adm input {cursor:pointer  }
.btn_bo_adm input {background:none;border:1px solid #ddd;box-sizing:border-box;color:#595968;font-size:12px;margin:0.1em;padding:0.8em 0.9em;text-transform:capitalize;position:relative;vertical-align:middle;transition:color 0.25s;}
.btn_bo_adm input:before {box-sizing:border-box;content:'';position:absolute;width:0;height:0;border:1px solid transparent;top:0;left:0;}
.btn_bo_adm input:after {box-sizing:border-box;content:'';position:absolute;width:0;height:0;border:1px solid transparent;top:0;left:0;}
.btn_bo_adm input:hover:before {width:100%;height:100%;border-top-color:#484848;border-right-color:#484848;transition:width 0.25s ease-out,height 0.25s ease-out 0.25s;}
.btn_bo_adm input:hover:after {width:100%;height:100%;border-bottom-color:#484848;border-left-color:#484848;transition:height 0.25s ease-out,width 0.25s ease-out 0.25s;}
.btn_bo_adm input:focus, .btn_bo_adm input:hover {color:#484848;}

/* 버튼 
a.btn01 {display:inline-block;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;vertical-align:middle}
a.btn01:focus, a.btn01:hover {text-decoration:none}
button.btn01 {display:inline-block;margin:0;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none}
a.btn02 {display:inline-block;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none;vertical-align:middle}
a.btn02:focus, .btn02:hover {text-decoration:none}
button.btn02 {display:inline-block;margin:0;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none}
*/

/* 기본 버튼 red */
/* 버튼 */
.btn1 {
    line-height: 50px;
    height: 50px;
    text-align: center;
    width:45%;
    max-width: 180px;
    cursor: pointer;
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	position: relative;
	background-color:#b40000;
	display:inline-block;
	border:0;
	vertical-align:middle;

}
.btn1 span{
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	color:#fff;
}
a.btn1 {
	color: #fff !important;
}
.btn1::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #b40000;
	border-bottom-color: #b40000;
	-webkit-transform: scale(0.1, 1);
	transform: scale(0.1, 1);
	
}
.btn1:hover {
	background-color:#fff;
}
.btn1:hover span{
	letter-spacing: 2px;
	color:#b40000;;
	}

a.btn1:hover ,
input.btn1:hover,
button.btn1:hover {
	color:#474747!important;
}
.btn1:hover::before{
	opacity: 1;	
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	
}
.btn1.btn_big { width:300px; }








.btn_confirm {text-align:center} /* 서식단계 진행 */

.btn_submit {padding:10px 15px;border:1px solid #b40000; color:#b40000; background-color:#fff; letter-spacing:-0.1em;cursor:pointer; -webkit-appearance: none;
   -webkit-border-radius: 0}
fieldset .btn_submit {padding:0 7px;height:24px;line-height:1em}

a.btn_cancel {display:inline-block;padding:10px 15px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;vertical-align:middle; }
button.btn_cancel {display:inline-block;padding:10px;border:1px solid #ccc;background:#fafafa;color:#000;vertical-align:top;text-decoration:none}

a.btn_frmline, button.btn_frmline {display:inline-block;padding:0 5px;height:24px;border:0;background:#333;color:#fff;letter-spacing:-0.1em;text-decoration:none;vertical-align:top; } /* 우편번호검색버튼 등 */
a.btn_frmline {line-height:24px}
button.btn_frmline {font-size:1em}

/* 게시판용 버튼 
a.btn_b01 {display:inline-block;padding:10px 15px;border:1px solid #d9ded9;background:#999999;color:#fff;text-decoration:none;vertical-align:middle; }
a.btn_b01:focus, .btn_b01:hover {text-decoration:none}
a.btn_b02 {display:inline-block;padding:10px 15px;border:1px solid #3b3c3f;background:#333333;color:#fff;text-decoration:none;vertical-align:middle; }
a.btn_b02:focus, .btn_b02:hover {text-decoration:none}
a.btn_admin {display:inline-block;padding:10px 15px;border:1px solid #e8180c;background:#e8180c;color:#fff;text-decoration:none;vertical-align:middle; } /* 관리자 전용 버튼 */
a.btn_admin:focus, a.btn_admin:hover {text-decoration:none}
*/
/* 댓글 스타일 */
.cnt_cmt {display:inline-block;margin:0 0 0 3px;font-weight:bold}

/* 기본테이블 */
.tbl_wrap table {width:100%;border-collapse:collapse;border-spacing:0}
.tbl_wrap caption {padding:10px 0;font-weight:bold;text-align:left}

.tbl_head01 {margin:0 0 10px}
.tbl_head01 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head01 thead th {padding:15px 0;border:0; border-top:1px solid #ddd;border-bottom:1px solid #ddd;background:#fff;color:#383838;font-size:1em;text-align:center;}
.tbl_head01 thead a {color:#383838}
.tbl_head01 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th, .tbl_head01 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head01 tbody th {padding:8px 0;border-top:1px solid #ddd;border-bottom:1px solid #ddd}
.tbl_head01 tbody td {border:0; padding:10px 5px;border-top:1px dashed #ddd;border-bottom:1px dashed #ddd;line-height:1.5em;word-break:break-all}
.tbl_head01 tr:hover td { background:#f9f9f9 }
.tbl_head01 a {}

.tbl_head02 {margin:0 0 10px}
.tbl_head02 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head02 thead th {padding:5px 0;border-top:1px solid #ddd;border-bottom:1px solid #ddd;background:#e5ecef;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.tbl_head02 thead a {color:#383838}
.tbl_head02 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head02 tfoot th, .tbl_head02 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head02 tbody th {padding:5px 0;border-top:1px solid #ddd;border-bottom:1px solid #ddd}
.tbl_head02 td {padding:5px 3px;border-top:1px solid #ddd;border-bottom:1px solid #ddd;line-height:1.4em;word-break:break-all}
.tbl_head02 a {}

/* 폼 테이블 */
.tbl_frm01 {margin:0 0 20px}
.tbl_frm01 table {width:100%;border-collapse:collapse;border-spacing:0}
.tbl_frm01 th {width:80px;padding:7px 13px;border:1px solid #ddd;border-left:0;background:#fff;text-align:left}
.tbl_frm01 td {padding:7px 10px;border-top:1px solid #ddd;border-bottom:1px solid #ddd;background:transparent}
.tbl_frm01 textarea, .frm_input {border:0; border-bottom:1px solid #e4eaec;background:#f7f7f7;color:#000;vertical-align:middle;line-height:2em}
.tbl_frm01 textarea {padding:2px 2px 3px}
.frm_input {height:30px}
.tbl_frm01 textarea {width:98%;height:100px}
.tbl_frm01 a {text-decoration:none}
.tbl_frm01 .frm_file {display:block;margin-bottom:5px}
.tbl_frm01 .frm_info {display:block;padding:0 0 5px;line-height:1.4em}

/* 폼 테이블3 */
.tbl_frm03 {margin:50px 0 0 0}
.tbl_frm03 table {width:100%;  border-collapse:collapse;border-spacing:0}
.tbl_frm03 th {width:157px; font-size:13px; padding:7px 0 7px 0; text-align:center; background:#f7f7f7; border:1px solid #dedede; font-family: 'Nanum Myeongjo', sans-serif; color:#4d4d4d}
.tbl_frm03 td {padding:4px; ;background:transparent; border:1px solid #dedede}
.tbl_frm03 textarea, .frm_input border:1px solid #b4b4b4;background:#fafafa;color:#000;vertical-align:middle;line-height:2em}
.tbl_frm03 textarea {padding:2px 2px 3px;  font-family: 'Nanum Gothic', sans-serif; font-size:14px; color:#777}
.tbl_frm03 .frm_input {height:20px; padding:0 0 0 5px; border:1px solid #cacaca; background:#fafafa;  font-family: 'Nanum Gothic', sans-serif; font-size:12px; color:#777}
.tbl_frm03 .frm_input.small { width:86px }
.tbl_frm03 .frm_input.medium { width:134px }
.tbl_frm03 .frm_input.big { width:270px }

.tbl_frm03 textarea {width:95%;height:81px;  border:1px solid #cacaca; background:#fafafa;  font-family: 'Nanum Gothic', sans-serif; color:#777}
.tbl_frm03 a {text-decoration:none}
.tbl_frm03 .frm_file {display:block;margin-bottom:5px}
.tbl_frm03 .frm_info {display:block;padding:0 0 5px;line-height:1.4em}


/* 자료 없는 목록 */
.empty_table {padding:50px 0 !important;text-align:center}
.empty_list {padding:20px 0 !important;text-align:center}

/* 필수입력 */
.required, textarea.required {background:url('../img/wrest.gif') #f7f7f7 top right no-repeat !important}

/* 테이블 항목별 정의 */
.td_board {width:120px;text-align:center}
.td_category {width:80px;text-align:center}
.td_chk {width:30px;text-align:center}
.td_date {width:60px;text-align:center}
.td_datetime {width:110px;text-align:center}
.td_group {width:100px;text-align:center}
.td_mb_id {width:100px;text-align:center}
.td_mng {width:80px;text-align:center}
.td_name {width:100px;text-align:left}
.td_nick {width:100px;text-align:center}
.td_num {width:50px;text-align:center}
.td_numbig {width:80px;text-align:center}
.td_stat {width:60px;text-align:center}

.txt_active {color:#5d910b}
.txt_done {color:#e8180c}
.txt_expired {color:#ccc}
.txt_rdy {color:#8abc2a}

/* 새창 기본 스타일 */
.new_win {}
.new_win .tbl_wrap {margin:0 20px}
.new_win #win_title {margin:0 0 20px;padding:20px;border-top:3px solid #333;border-bottom:1px solid #dde4e9;background:#fff;font-size:1.2em}
.new_win #win_title .sv {font-size:0.75em;line-height:1.2em}
.new_win .win_ul {margin:-20px 0 20px 0;padding:0 20px;border-bottom:1px solid #455255;background:#484848;list-style:none;zoom:1}
.new_win .win_ul:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_ul li {float:left;margin-left:-1px}
.new_win .win_ul a {display:block;padding:10px 10px 8px;border-right:1px solid #455255;border-left:1px solid #455255;color:#fff;font-family:dotum;font-weight:bold;text-decoration:none}
.new_win .win_desc {padding:20px}

.new_win .win_btn {clear:both;padding:20px;text-align:center} /* 새창용 */
.new_win .win_btn button {display:inline-block;padding:0 10px;height:30px;border:0;background:#4b545e;color:#fff;line-height:2em;cursor:pointer}
.new_win .win_btn input {padding:0 10px;height:30px;line-height:2em}
.new_win .win_btn a {display:inline-block;padding:0 10px;height:30px;background:#4b545e;color:#fff;vertical-align:middle;line-height:2.4em}
.new_win .win_btn a:focus, .new_win .win_btn a:hover {text-decoration:none}


.red1 {color:#9c0000}
.blank1 {padding-left:22px}
.blank2 {height:70px}
.blank3 {padding-left:8px}
.blank4 {padding-left:13px;}
.blank5 {padding-left:13px;}

/* about */
.about_us {display: flex; justify-content: center; padding:0 10%}
.about_us .text_area { width: calc( 100% - 500px); padding:50px 50px 50px 0; }
.about_us .text_area  p { font-size:16px; line-height:1.8; }
.about_us .text_area strong { font-family: 'Nanum Myeongjo', sans-serif; padding:15px 0; display:block; font-size:42px; font-weight:normal; }
.about_us .text_area strong.text_jin { margin-top:30px; }
.about_us .text_area .sign { text-align:right; }
.about_us .text_area .sign img{ max-width:250px;}

.about_us .img_area {   width:500px;  background:url(../img/img_about.jpg) no-repeat center top; background-size: contain; }
.about_us .img_area .img_box  { display:none; }



.map_area {position: relative;margin-bottom:20px;width:100%;height:400px;clear:both; }
#map{ width:100%; height:100%}

.about { font-family: 'Nanum Myeongjo', sans-serif; font-size:14px; text-align:center}
.ceo_area { background:#fff; width:100%; overflow:hidden} 
.about .inner { }
.about .sub_title { display:none  }
.bx-wrapper  .about img { display:inline-block}

.about .text {padding:130px 0 130px 0; line-height:26px; text-align:center;}
.about .name {padding-top:10px; font-style:italic}
.about .ceo_img {text-align:center }
.about .ceo_img img { }
.about .team {margin:50px 0; overflow:hidden}
.about .team ul {float:left; width:32%; padding:0; text-align:center}
.about .team ul li {margin:0; padding:0;text-align:center}
.about .team ul li img {padding:5px; border:1px solid #dde4e9; }
.about .team ul p {padding-top:20px}
.about .team .sub_title {padding-bottom:50px;  text-align:center }
.location {  }
.location .inner { overflow:hidden }
.location .map_area {}
.location .location_info {font-family: 'Nanum Myeongjo', sans-serif;  }
.location .location_info li { padding-top:5px }
.location .location_info li.last { padding-top:20px}
.location .location_info li strong { display:inline-block; width:120px; padding-right:10px;  vertical-align:top;    font-family: 'Lato','Noto Sans KR', sans-serif; }
.location .location_info li span { display:inline-block;     width: calc( 100% - 130px ); }

/* 아코디언 */
.accr .acc_title { padding:7px 10px 12px 15px; height:35px; background-color:#9c0001; border-bottom:1px solid #fff; color:#fff; font-weight:normal;      box-sizing: border-box;}
.accr .exp-on { background: #949596 url(../img/acc_arrow_close.png) no-repeat right 20px center;   color:#fff}
.accr .accr_content { padding:30px 60px; background:#fff;  box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);     box-sizing: border-box; }


/* guide */


.guide { }
.guide .inner { width:1200px; margin:0 auto; }
.guide .sub_title { padding:130px 0 20px 0; text-align:center }
.guid_intro { width:100%; margin:0; background:#f9f9f9; overflow:hidden}
.guid_intro > div {padding:50px 0; text-align:center;  }
.guid_intro > div > p { line-height:150%; font-weight:bold; font-family: 'Nanum Myeongjo', sans-serif;  }
.guide_info {font-family: 'Nanum Myeongjo', sans-serif; font-size:15px}
.guide_info ul li {padding-bottom:30px;}
.guide_info h1{padding-bottom:8px; font-family: 'Nanum Myeongjo', sans-serif; font-size:19px; color:#303030; font-weight:normal }
.guide_info p {color:#777; padding:5px 0 5px 17px;}

.guide_notice { padding-top:50px; text-align:center }
.guide_notice .prd_info { padding:50px 0 }

.faq_area h4 { padding-bottom:10px }

/* product */
/* product select */
.product_select { width:1200px; margin:0 auto; padding:50px 0 0 0 ; overflow:hidden }
.product_select > div {float:left; width:33%; position:relative; }



/* produect detail */
.product { }
.product h1 { padding:10px 3%;font-family: 'Nanum Myeongjo', sans-serif;  margin-bottom:20px;  color:#9c0000; font-size:22px; background-color:#e7dfd1; }
.product h1.gray { color:#000; }
.product h1.gray .text_x {font-family: 'Noto Sans', 'Nanum Gothic', sans-serif;  }
.product h1.gray strong {color:#900202; }
.product h2 { padding-bottom:20px; font-family: 'Nanum Myeongjo', sans-serif;  color:#9c0000;  font-size:22px;}
.product .product_info { text-align:center; line-height: 1.7;}
.product .product_list  { margin-top:30px; border-top:1px solid #dfdfdf }
.product .product_list > li { padding:100px 0; border-bottom:1px solid #dfdfdf; }
.product .product_list > li:after { content:""; display:block; clear:both; }
.product .product_list > li .img_wrap { text-align:center;}
.product .product_list > li .img_wrap a { position:relative; display:inline-block; color:#fff;}
.product .product_list > li .img_wrap a > span  {   
display:inline-block; width:150px; height:150px; border-radius:100%; overflow:hidden; 
-webkit-backface-visibility: hidden;-moz-backface-visibility: hidden;
-webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);
-webkit-mask-image: -webkit-radial-gradient(white, black);}
.product .product_list > li .img_wrap a > span img {
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1); 
    -o-transform:scale(1);  
    transform:scale(1);
    -webkit-transition:.3s;
    -moz-transition:.3s;
    -ms-transition:.3s;
    -o-transition:.3s;
    transition:.3s;
}
.product .product_list > li .img_wrap a:hover img {
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -ms-transform:scale(1.2);   
    -o-transform:scale(1.2);
    transform:scale(1.2);
}
.product .product_list > li .info_wrap p { margin-bottom:30px; line-height:1.7;}
.product .product_list > li .info_wrap p:last-child { margin-bottom:0; }
.product .product_list > li .info_wrap dl dt {  margin-bottom:20px; font-weight:bold; font-size:18px; }
.product .product_list > li .info_wrap dl dt .text_red { margin-right:5px }
.product .product_list > li .info_wrap dl dd {line-height:1.7;  }
.product .product_list > li .img_wrap .p_name { position:absolute; left:0; width:100%; top:35%; text-align:Center;   font-size:15px;}
.product .product_list > li .img_wrap .p_name  span{ display:block;}
.product .product_list.gray > li {position: relative;}
.product .product_list.gray > li .img_wrap {  }
.product_list.gray > li .img_wrap > div { width:50%;  margin:0 auto; }
.product .product_list.gray > li .info_wrap{ position:relative; text-align:center; padding-top:30px}
.product .product_list.gray > li .info_wrap h3 { padding-top:20px; padding-bottom:50px; font-weight:normal; }
.product .product_list > li.sweet { padding:50px 0 50px 3%}

.p_noti {padding:50px 3%; }
.p_noti ul li {position:relative; padding:4px 0 4px 10px; line-height:20px;}
.p_noti ul li:before { content:"-"; margin-right:7px; position:absolute; top:3px; left:0;  }

.product .product_list.movie { }
.product .product_list.movie .video_wrap { margin-bottom:60px; }
.product .product_list.movie .video_wrap > div { position:relative; padding-bottom:56.25%; height:0; }
.product .product_list.movie .video_wrap  > div iframe {position:absolute; top:0; left:0; width:100%; height:100%;  }
.product .product_list.movie > li:last-child { padding-top:0; padding-bottom:0; }
.product .product_list.movie > li:last-child .p_noti { padding-left:0; padding-right:0;}

.modal_noti {position:absolute; width:100%; top:0; left:0;text-align:center; padding-top:20px; padding-bottom:20px; font-family: 'Nanum Myeongjo', sans-serif;  font-size:20px;  color:#9c0000 }
.modal_noti span { font-size:15px; }
.modal_noti p { padding-top:5px}


.modal_video_wrap {  }
.modal_video_wrap > div { padding-bottom:56.25%; 	padding-top: 25px; height:0; }
.modal_video_wrap  > div iframe {position:absolute; top:0; left:0; width:100%; height:100%;  }


/* product area */
.product_area { font-size:15px; line-height:1.7; }
.product_inner { padding:0 30px }


/* contact */
.contact { font-size:15px; line-height:1.57; }
.contact .contact_list { width:100%; max-width:800px;; padding:20px; border:1px solid #000;}
.contact .contact_list + .contact_list { border-top:0; }
.contact .contact_list  dt { padding-bottom:5px; font-weight:bold; }


/* 공통 220627 */
#container_title h2 {  position: relative;  z-index: 3; padding-bottom:70px; font-size:20px; color:#b40000; 
text-align:center;text-transform:uppercase;font-weight:normal;}
.contet_title { padding:10px 30px; margin-bottom:40px; color:#b40000;  font-size:22px; background-color:#efedeb; }
.title_h5 { margin:30px 0; font-size:18px; }
.title_h6 { margin:30px 0; font-size:20px; font-weight:normal; }
.text_monojun {  font-family: 'Nanum Myeongjo', sans-serif; font-weight:bold }


.list1 > li { position:relative; margin-bottom:10px; padding-left:12px;  }
.list1 > li:before { content:""; display:block; position:absolute; top:8px; left:0; width:5px; border-top:1px solid #000;}
.list2 > li {position:relative; padding-left:18px;margin-bottom:10px; counter-increment:title; }
.list2 > li:last-child { margin-bottom:0;}
.list2 > li:before{content:counter(title)".";   padding-right:7px; position:absolute; top:0; left:0;}
.list3 > li {position:relative; padding-left:10px;margin-bottom:10px;}
.list3 > li:last-child { margin-bottom:0;}
.list3 > li:before{content:"*";   padding-right:7px; position:absolute; top:0; left:0;}



.border_box1 { padding:20px 0;  border-top:1px solid #000; border-bottom:1px solid #000; }
.hr_b1 {display: block; border: 0; border-bottom: 1px solid #dfdfdf; }




/* 검색결과 색상 */
.sch_word {color:#ff3061}

/* 자바스크립트 alert 대안 */
#validation_check {margin:100px auto;width:500px}
#validation_check h1 {margin-bottom:20px;font-size:1.3em}
#validation_check p {margin-bottom:20px;padding:30px 20px;border:1px solid #ddd;background:#fff}

/* 사이드뷰 */
.sv_wrap {display:inline-block;position:relative;font-weight:normal}
.sv_wrap .sv {z-index:1000;display:none;margin:5px 0 0;border:1px solid #283646}
.sv_wrap .sv a {display:inline-block;margin:0;padding:3px;width:94px;border-bottom:1px solid #283646;background:#111;color:#fff !important}
.sv_wrap a:focus, .sv_wrap a:hover, .sv_wrap a:active {text-decoration:none}
.sv_on {display:block !important;position:absolute;top:10px;left:20px;width:auto;height:auto}
.sv_nojs .sv {display:block}

/* 페이징 */
.pg_wrap {clear:both;margin:0 0 20px;padding:20px 0 0;text-align:center}
.pg {}
.pg_page, .pg_current {display:inline-block;padding:0 6px;height:25px;color:#000;letter-spacing:0;line-height:2.2em;vertical-align:middle}
.pg a:focus, .pg a:hover {text-decoration:none}
.pg_page {background:#fff;text-decoration:none}
.pg_start, .pg_prev {width:34px; height:34px;padding:0; /* 다음 */border:1px solid #ddd;  text-indent: -9999px;}
.pg_prev { background:url(../img/btn_page_prev.gif) no-repeat; }
.pg_start {background:url(../img/btn_page_first.gif) no-repeat; }
.pg_end, .pg_next { width:34px; height:34px;padding:0; /* 다음 */border:1px solid #ddd;  text-indent: -9999px;}
.pg_end:hover, .pg_next:hover { border:1px solid #777 } 
.pg_current {display:inline-block;margin:0 4px 0 0;background:#fff;color:#9c0000;font-weight:bold}
.pg_next { background:url(../img/btn_page_next.gif) no-repeat; }
.pg_end {background:url(../img/btn_page_last.gif) no-repeat; }


/*#bo_v_con * {    font-family: 'Lato','Noto Sans KR', sans-serif !important }*/




/* Mobile화면으로 */
#device_change {display:block;margin:0.3em;padding:0.5em 0;border:1px solid #eee;border-radius:2em;background:#fff;color:#000;font-size:2em;text-decoration:none;text-align:center}

