@charset "UTF-8";
/* 레이아웃 */

body{
    letter-spacing: -1px;
}
.cont_center	{position:relative;width:1000px; margin:0 auto; overflow:hidden;}

.w1210 {width:1210px;margin:0 auto;position:relative}
.w1275 {width:1275px;margin:0 auto;position:relative}
.w1190 {width:1190px;margin:0 auto;position:relative}
.w1200 {width:1200px;margin:0 auto;position:relative}
.clearfix:before, .clearfix:after{content:" ";display:table;}
.clearfix:after{clear:both;}
.clearfix{*zoom:1;}

#header {
    position: fixed;
    left: 0;
    top: 0;
    width: 200px;
    height: 100%;
    background-color: rgba(251, 251, 250, 0.5);
    padding: 0 35px;
    z-index: 9999;
}
#hd_wrapper {
    position:relative; 
    top:0; 
    left:0; 
    width:100%; 
    height: 150px;
    text-align: center;
    padding: 0;
    margin: 0 0 40px 0;
    z-index:1000;
}
#hd_wrapper h1 {
    width: 130px;
    height: 75px;
    margin-top: 50px;
    margin-bottom: 32px;
}
#hd_wrapper #top_menu {
    display: flex;
    justify-content: center;
    border-top: solid black 1px;
    border-bottom: solid black 1px;
    padding: 10px 0;
}
#hd_wrapper #top_menu ul {display: inline-block;}
#hd_wrapper #top_menu ul li {display: inline-block;}
#hd_wrapper #top_menu ul li a {
    color: black;
    font-size: 15px;
    font-weight: 700;
}
#hd_wrapper #top_menu ul li:hover a {
    color: #0b8813;
}
#hd_wrapper #top_menu ul li::after {content: '·'; color:black; padding:0 10px;}
#hd_wrapper #top_menu ul li:last-child::after{content: ' '; padding: 0;}
/*

    header menu 

*/
.gnb {
    width: 100%;
    height: 420px;
}
.gnb .gnb_wrapper {
    position: relative;
    width: 170px;
    height: inherit;
    margin: 0 auto;
}
.gnb .gnb_wrapper > a.control {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    color:white;
    font-size: 24px;
    line-height: 0;
    background-color: #333333;
    border-radius: 50%;
}
#gnb_1dul {
    position: relative;
    min-height: 420px;
    height: auto;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    padding: 0 0;
}
#gnb_1dul::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    width: 1px;
    opacity: 0.25;
    background-color: #000000;
}
#gnb_1dul > li {
    position: relative;
    height: 20px;
    padding-left: 7.5px;
    margin-bottom: 30px;
}
#gnb_1dul > li:last-child {
    margin-bottom: 0;
}
/*

    header menu 2depth START

*/

#gnb_1dul > li.all > ul{
    position: relative;
    top: -35px;
    left: 150px;
    width: 1235px;
    padding-right: 0;
}
#gnb_1dul > li.all > ul:nth-child(2)::before{
    content: '';
    position: absolute;
    top: 15px;
    left: -20px;
    border-right: 20px solid rgba(51, 51, 51, 0.72);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
#gnb_1dul > li.all > ul::before{
    content: none;
}
#gnb_1dul > li > ul{
    position: absolute;
    top: -16px;
    left: 165px;
    display: none;
    justify-content: left;
    align-items: center;
    width: auto;
    height: 50px;
    white-space: nowrap;
    background-color: rgba(51, 51, 51, 0.72);
    padding-right: 20px;
}
#gnb_1dul > li > ul::before{
    content: '';
    position: absolute;
    top: 15px;
    left: -20px;
    border-right: 20px solid rgba(51, 51, 51, 0.72);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
#gnb_1dul > li:hover > ul{
    display: inline-block;
    padding-top: 12px;
    padding-left: 20px;
}
#gnb_1dul > li > ul > li{
    display: inline-flex;
    flex:0 0 auto;
    align-items: center;
}
#gnb_1dul > li > ul > li > a{
    font-size: 18px;
    color: white;
}
#gnb_1dul > li > ul > li:hover > a{
    color: #a8ff20;
}
#gnb_1dul > li > ul li::after {
    content: '|';
    color: white;
    margin: 0 10px;
}
#gnb_1dul > li > ul li:last-child::after{
    content: ''; 
    padding: 0;
}

/*

    header menu 2depth END

*/

#gnb_1dul > li > a {
    position: relative; 
    display: flex;
    height: inherit;
    align-items: center;
    justify-content: left;
    color: #333333;
    font-size: 18px;
    font-weight: 600; 
    padding-left: 22px;
    overflow: hidden;
    transition: .3s;
}
#gnb_1dul > li.on > a,
#gnb_1dul > li:hover > a {
    color: #57880b;
}
#gnb_1dul > li > a::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 16px;
    height: 16px;
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: inset 0 0 0 2px #000000;
    transition: .3s;
}
#gnb_1dul > li.on > a::before,
#gnb_1dul > li:hover > a::before {
    background-color: #57880b;
    box-shadow: inset 0 0 0 2px #57880b;
}

#header > .quickTrigger{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 130px;
    height: 40px;
    font-size: 16px;
    color: white;
    line-height: 1;
    white-space: nowrap;
    border-radius: 10rem;
    background-color: #57880b;
    padding: .25em .4em;
    margin: 40px 0 20px;
    -webkit-animation: twinkle .8s infinite ease-in-out;
    animation: twinkle .8s infinite ease-in-out;
}

@keyframes twinkle {
    0%,100% {
        background-color: #57880b;
    }
    50% {
        background-color: #0368d7 ;
    }
}
#header > .quickTrigger > img{
    margin-right: 10px;
}
/* 모달 부분은 추후 babel로 ES5로 맞춰야 할 것 같음... */
#quickPopup.remodal{
    background: rgba(255, 255, 255, 0);
}
#quickPopup header{
    display: flex;
    justify-content: flex-end;
}
#quickPopup header > img{
    cursor: pointer;
}
#quickPopup main{
 	display: flex;
    justify-content: center;
}
/*#quickPopup .modal__container{
    background-color: rgba(255, 255, 255, 0);
}*/
#quickPopup .btnArea{
    position: relative;
    width: 500px;
    height: 500px;
    background: url('../../img/common/quick/btnAreaFix.png') no-repeat center center;
}
#quickPopup .btnArea > .bx-wrapper{
    width: 223px;
    position: absolute;
    top: 133px;
    left: 50%;
    transform: translateX(-50%);
}
#quickPopup .btnArea > .bx-wrapper .bx-controls {position: absolute;left: 50%;transform: translateX(-50%);bottom:-18px}
#quickPopup .btnArea > .bx-wrapper .bx-controls .bx-pager .bx-pager-item {display:inline-block}
#quickPopup .btnArea > .bx-wrapper .bx-controls .bx-pager .bx-pager-item a {display:block;width:5px;height:5px;border-radius:10px;background-color:#333;margin:0 3px;font-size: 0;}
#quickPopup .btnArea > .bx-wrapper .bx-controls .bx-pager .bx-pager-item a.active {width:12px;background-color:#999}

#quickPopup .linkWrap > a > img,
#quickPopup .linkWrap > a > p{
    position: absolute;
    transition: .3s;
}
#quickPopup .linkWrap > a:hover > img{
    transform:translateY(10px);
}
#quickPopup .linkWrap > a > p{
    display: flex;
    align-items: center;
    font-size: 16px;
    color: white;
    opacity: 1
}
#quickPopup .linkWrap > a:hover > p{
    transform:translateY(-30px);
    opacity: 0;
}
#quickPopup .linkWrap > a > p > i{
    font-style: normal;
    font-size: 12px;
    margin-left: 2.5px;
}
#quickPopup .linkWrap .link_1 {display: inline-block;position: absolute; width: 138px;height:100px;top:0px;right: 106px;}
#quickPopup .linkWrap .link_1 > img{
    top: 39px;
    left: 54px;
}
#quickPopup .linkWrap .link_1 > p{
    top: 71px;
    left: 34px;
}

#quickPopup .linkWrap .link_2 {display: inline-block;position: absolute;width: 112px;height: 130px;top: 115px;right: 0;}
#quickPopup .linkWrap .link_2 > img{
    top: 33px;
    left: 33px;
}
#quickPopup .linkWrap .link_2 > p{
    top: 65px;
    left: 14px;
}
#quickPopup .linkWrap .link_3 {display: inline-block;position: absolute;width: 100px;height: 118px;top: 256px;right: 18px;}
#quickPopup .linkWrap .link_3 > img{
    top: 44px;
    left: 35px;
}
#quickPopup .linkWrap .link_3 > p{
    top: 77px;
    left: 16px;
}
#quickPopup .linkWrap .link_4 {display: inline-block;position: absolute;width: 130px;height: 109px;bottom: 0;right: 115px;}
#quickPopup .linkWrap .link_4 > img{
    top: 17px;
    left: 53px;
}
#quickPopup .linkWrap .link_4 > p{
    top: 49px;
    left: 35px;
}
#quickPopup .linkWrap .link_5 {display: inline-block;position: absolute;width: 130px;height: 109px;bottom: 0;left: 115px;}
#quickPopup .linkWrap .link_5 > img{
    top: 17px;
    left: 44px;
}
#quickPopup .linkWrap .link_5 > p{
    top: 49px;
    left: 25px;
}
#quickPopup .linkWrap .link_6 {display: inline-block;position: absolute;width: 100px;height: 118px;top: 256px;left: 18px;}
#quickPopup .linkWrap .link_6 > img{
    top: 44px;
    left: 32px;
}
#quickPopup .linkWrap .link_6 > p{
    top: 74px;
    left: 14px;
}
#quickPopup .linkWrap .link_7 {display: inline-block;position: absolute;width: 112px;height: 130px;top: 115px;left: 0;}
#quickPopup .linkWrap .link_7 > img{
    top: 33px;
    left: 45px;
}
#quickPopup .linkWrap .link_7 > p{
    top: 65px;
    left: 27px;
}
#quickPopup .linkWrap .link_8 {display: inline-block;position: absolute; width: 138px;height:100px;top:0px;left: 106px;}
#quickPopup .linkWrap .link_8 > img{
    top: 39px;
    left: 54px;
}
#quickPopup .linkWrap .link_8 > p{
    top: 72px;
    left: 44px;
}

#header > .timeSchedule{
    position: relative;
    left: -15px;
}
#header > .timeSchedule > h3{
    font-size: 16px;
    font-weight: 600;
}
#header > .timeSchedule > p{
    font-size: 20px;
    font-weight: 600;
    color: #57880b;
    margin: 5px 0;
}
#header > .timeSchedule > ul{
    width: 155px;
}
#header > .timeSchedule > ul > li{
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}
#header > .timeSchedule > ul > li > h3{
    display: inline-block;
    width: 56px;
    text-align: justify;
    text-align-last: justify;
}
#header > .timeSchedule > ul > li i{
    font-size: 9px;
    font-style: normal;
}
#header > .timeSchedule > p.info{
    font-size: 10px;
    font-weight: 500;
    color: black;
}

/* contents */
#contents	{overflow:hidden;}
/* contents_board는 보드 style 대부분 자체 style 파일을 통해 css가 결정 되나, 일부 skin 호환을 위해 남겨둠*/
#contents_board {width:1275px; margin:0 auto 80px ; /*padding-top:80px;*/}
#contents_register {width:1275px; margin:152px auto 80px ; padding-top:80px;}

/* 

    footer 

*/
.footerToggleControl{
    width: calc(100% - 500px);
    transition: width .4s;
    transition-timing-function: linear;
}
.footerToggleControl.on{
    width: 100%;
}

div.footerToggle{
    position: fixed;
    top: 485px;
    right: 35px;
    /*display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;*/
    text-align: center;
    width: 110px;
    height: 110px;
    font-size: 16px;
    font-weight: 600;
    border: solid black 1px;
    background-color: #f7f6f3;
    z-index: 9000;
    cursor: pointer;
    transition:.5s;
    -webkit-animation: balloonAni .5s 1 ease forwards , balloonAni2 1s .5s infinite ease alternate;
        animation: balloonAni .5s 1 ease forwards , balloonAni2 1s .5s infinite ease alternate;

}

div.footerToggle img {padding-top: 28px;margin-bottom: 12px;}
div.footerToggle img.toggleImg2 {display:none;margin:0 auto 10px;padding-top:20px}
div.footerToggle span {display:block}

div.footerToggle:hover {border-radius:500px}
div.footerToggle:hover img.toggleImg1 {display:none}
div.footerToggle:hover img.toggleImg2 {display:block}
div.footerToggle:hover span {color:#0e6cbb}

@-webkit-keyframes balloonAni {
    0% {transform: translateY(-30px);opacity: 0}
    100% {transform: translateY(0px);opacity: 1}
}
@keyframes balloonAni {
    0% {transform: translateY(-30px);opacity: 0}
    100% {transform: translateY(0px);opacity: 1}
}
@-webkit-keyframes balloonAni2 {
    0% {transform: translateY(0px)}
    100% {transform: translateY(-20px)}
}
@keyframes balloonAni2 {
    0% {transform: translateY(0px)}
    100% {transform: translateY(-20px)}
}

#footer	{
    position: fixed;
    top: 0;
    right: 0;
    display: none;
    width: 500px;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
    transition: right .4s;
    transition-timing-function: linear;
}
#footer.on{
    right: -610px;
}
#footer	> div.close{
    position: absolute;
    top: 0;
    left: -110px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 110px;
    height: 110px;
    font-size: 16px;
    border: solid black 1px;
    background-color: #f7f6f3;
    z-index: 9999;
    cursor: pointer;
    -webkit-animation: none;
        animation: none;
}
#footer	> div.close > a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#footer > div.close i{
    font-size: 32px;
}
#footer > div.footerWrap{
    width: inherit;
    height: 100%;
    overflow: hidden;
}
#footer > div.footerWrap > div.footerContents{
    width: 517px;   
    height: 100%;
    overflow-y: scroll;
}
#footerSlide{
    width: 100%;
    min-height: 390px;
}

#footer section.tileArea {
  display: flex;
  flex-direction: column;
  flex: 0 1 0;
}
#footer section.tileArea > ul{
  display: inline-flex;
  flex: 0 1 0;
  flex-wrap: wrap;
}
#footer section.tileArea > ul > li{
  position: relative;
  width: 100%;
  height: 200px;
}
#footer section.tileArea > ul > li.type2{
    width: 50%;
    height: 220px;
}
#footer section.tileArea > ul > li .wrap{
    position: absolute;
    top: 30px;
    left: 30px;
    height: 150px;
}
#footer section.tileArea > ul > li h3{
    font-size: 26px;
    font-weight: 500;
}
#footer section.tileArea > ul > li h3 > span{
  font-weight: 600;
}
#footer section.tileArea > ul > li p{
  font-size: 14px;
}
#footer section.tileArea > ul > li a{
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 30px;
  font-size: 12px;
  color: white;
  line-height: 1;
  white-space: nowrap;
  border-radius: 10rem;
  background-color: #333333;
  padding: .25em .4em;
}

#footer section.latestArea {
    display: flex;
    flex-direction: column;
    flex: 0 1 0;
}
#footer section.latestArea > ul{
    display: inline-flex;
    flex: 0 1 0;
    flex-wrap: wrap;
}
#footer section.latestArea > ul > li{
    position: relative;
    width: 50%;
    height: 200px;
    overflow: hidden;
}
#footer section.latestArea > ul > li h3{
    display: flex;
    justify-content: space-between;
    font-size: 26px;
    font-weight: 500;
    border-bottom: solid white 1px;
    padding-bottom: 5px;
    margin-bottom: 15px;
}
#footer section.latestArea > ul > li h3 > i{
    display: flex;
    align-items: center;
}
#footer section.latestArea > ul > li.latest{
    padding: 30px 30px 0px 30px;
}
#footer section.latestArea > ul > li.latest ul > li{
    position: relative;
    font-size: 14px;
    margin-bottom: 10px;
}
#footer section.latestArea > ul > li.latest ul > li:last-child{
    margin-bottom: 0;
}
#footer section.latestArea > ul > li.latest ul > li > .lt_date{
    position: absolute;
    right: 0;
    top:0;
}
#footer section.latestArea > ul > li.color1{
    color: white;
    background-color: #0b6088;
}
#footer section.latestArea > ul > li.color2{
    color: white;
    background-color: #57880b;
}
#footer section.latestArea > ul > li.color1 a,
#footer section.latestArea > ul > li.color2 a{
    color: white;
}
#footer section.latestArea > ul > li.type1,
#footer section.latestArea > ul > li.type3{    
    width: 50%;
    height: 220px;
}
#footer section.latestArea > ul > li.type2{    
    width: 350px;
    height: 180px;
}
#footer section.latestArea > ul > li.type4{    
    width: 150px;
    height: 180px;
    overflow: visible;
}
#footer section.latestArea > ul > li.type4::before{    
    content: '';
    position: absolute;
    top: 75px;
    left: -20px;
    border-right: 20px solid #57880b;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
#footer section.latestArea > ul > li.type3 .wrap,
#footer section.latestArea > ul > li.type4 .wrap{
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
#footer section.latestArea > ul > li.type3 .wrap > i{
    margin-bottom: 20px;
}
#footer section.latestArea > ul > li.type4 .wrap > i{
    margin-bottom: 10px;
}
#footer section.latestArea > ul > li.type3 .wrap > h3{
    font-size: 26px;
    font-weight: 500;
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
#footer section.latestArea > ul > li.type4 .wrap > h3{
    font-size: 20px;
    font-weight: 500;
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 20px;
}
#footer section.latestArea > ul > li.type3 .wrap > p{
    font-size: 14px;
}
#footer section.latestArea > ul > li.type4 .wrap > p{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 30px;
    font-size: 14px;
    color: #57880b;
    line-height: 1;
    white-space: nowrap;
    border-radius: 10rem;
    background-color: white;
    padding: .25em .4em;
}

#footer section.infoArea{
    min-height: 190px;
    color: white;
    font-size: 12px;
    text-align: center;
    letter-spacing: 0px;
    background-color: #333333;
}
#footer section.infoArea > img{
    margin-top: 30px;
    margin-bottom: 20px;
}
#footer section.infoArea address{
    font-style: normal;
    margin: 10px;
}
#footer section.infoArea address > p:first-child{
    margin-bottom: 5px;
}
#footer section.infoArea address > p > span{
    font-size: 5px;
    vertical-align: top;
    margin: 0 5px;
}
#footer section.infoArea > ul{
    display: flex;
    justify-content: center;
    color: #fcff9d;
    cursor: pointer;
}
#footer section.infoArea > ul > li::after{
    content: '|';
    font-size: 5px;
    vertical-align: top;
    margin: 0 5px;
}
#footer section.infoArea > ul > li:last-child::after{
    content: '';
}
#footer section.infoArea > p > a{
    color: white;
}
#footer section.infoArea > p > a > span{
    font-size: 5px;
    vertical-align: top;
    margin: 0 5px;
}

/* terms */
#terms {position: fixed;z-index: 10001;width: 70%;height: 90%;background: #fff;top: 101%;left: 15%}
#terms .t_group {display: -webkit-box;display: -ms-flexbox;display: flex;height: 55px}
#terms .t_group > li {-webkit-box-flex: 1;-ms-flex: 1;flex: 1}
#terms .t_group > li+li .mn {border-left: 1px solid #ddd}
#terms .mn {position: relative;height: 55px;line-height: 55px;background: #f6f6f6;border-bottom: 1px solid #ddd;text-align: center;font-size: 15px;cursor: pointer;outline: none}
#terms .mn.on {background: #fff;border-bottom: 0;font-weight: 500}
#terms .mn.on:before {content: '';position: absolute;left: 0;top: 0;width: 100%;height: 2px;background: #1a3544}
#terms .cont { display: none;position: absolute;top: 55px;left: 0;right: 0;bottom: 0;padding: 15px 35px 35px;-webkit-transition: opacity .4s;transition: opacity .4s;}
#terms .mn.on+.cont {display: block;}
#terms h5 {font-size: 35px;text-align: center;font-weight: 500;margin: 0 0 20px}
#terms .txt { white-space: pre-line;border: 1px solid #ddd;padding: 20px;font-size: 15px;line-height: 25px;overflow: auto;height: calc(100% - 105px);word-break: keep-all}
#terms_bg {display: none;position: fixed;left: 0;top: 0;right: 0;bottom: 0;width: 100%!important;height: 100%!important;z-index: 10000;background: #000;opacity: 0.7}
#terms_close {opacity: 0;-webkit-transform: scale(0);transform: scale(0);position: absolute;right: -50px;top: 0;cursor: pointer}


/*기타페이지*/
#sns_register {width: 1200px;margin: 80px auto 10px;}
#fregister {width:1200px;margin:120px auto 80px}
#register_form {width: 1160px;margin:120px auto;}
#fregisterform .btn_confirm {width: 1160px;margin: 0 auto 80px;}
.new_win {width:600px}


#header .make {margin-top:15px;font-size:13px;color:#111}
#header .make a {color:#111;margin-left: 5px;}