@charset "UTF-8";


@font-face {
    font-family: 'Noto Sans Korean';
    font-style: normal;
    font-weight: 100;
    src: local('Noto Sans Thin'), local('NotoSans-Thin'),
    url(../fonts/notosanskr/NotoSansKR-Thin.eot),
    url(../fonts/notosanskr/NotoSansKR-Thin.eot?#iefix) format('embedded-opentype'),
    url(../fonts/notosanskr/NotoSansKR-Thin.woff) format('woff2'),
    url(../fonts/notosanskr/NotoSansKR-Thin.woff) format('woff')
}

@font-face {
    font-family: 'Noto Sans Korean';
    font-style: normal;
    font-weight: 300;
    src: local('Noto Sans Light'), local('NotoSans-Light'),
    url(../fonts/notosanskr/NotoSansKR-Light.eot),
    url(../fonts/notosanskr/NotoSansKR-Light.eot?#iefix) format('embedded-opentype'),
    url(../fonts/notosanskr/NotoSansKR-Light.woff) format('woff2'),
    url(../fonts/notosanskr/NotoSansKR-Light.woff) format('woff')
}

@font-face {
    font-family: 'Noto Sans Korean';
    font-style: normal;
    font-weight: 400;
    src: local('Noto Sans DemiLight'), local('NotoSans-DemiLight'),
    url(../fonts/notosanskr/NotoSansKR-DemiLight.eot),
    url(../fonts/notosanskr/NotoSansKR-DemiLight.eot?#iefix) format('embedded-opentype'),
    url(../fonts/notosanskr/NotoSansKR-DemiLight.woff) format('woff2'),
    url(../fonts/notosanskr/NotoSansKR-DemiLight.woff) format('woff')
}

@font-face {
    font-family: 'Noto Sans Korean';
    font-style: normal;
    font-weight: 500;
    src: local('Noto Sans Regular'), local('NotoSans-Regular'),
    url(../fonts/notosanskr/NotoSansKR-Regular.eot),
    url(../fonts/notosanskr/NotoSansKR-Regular.eot?#iefix) format('embedded-opentype'),
    url(../fonts/notosanskr/NotoSansKR-Regular.woff) format('woff2'),
    url(../fonts/notosanskr/NotoSansKR-Regular.woff) format('woff')
}

@font-face {
    font-family: 'Noto Sans Korean';
    font-style: normal;
    font-weight: 600;
    src: local('Noto Sans Medium'), local('NotoSans-Medium'),
    url(../fonts/notosanskr/NotoSansKR-Medium.eot),
    url(../fonts/notosanskr/NotoSansKR-Medium.eot?#iefix) format('embedded-opentype'),
    url(../fonts/notosanskr/NotoSansKR-Medium.woff) format('woff2'),
    url(../fonts/notosanskr/NotoSansKR-Medium.woff) format('woff')
}

@font-face {
    font-family: 'Noto Sans Korean';
    font-style: normal;
    font-weight: 700;
    src: local('Noto Sans Bold'), local('NotoSans-Bold'),
    url(../fonts/notosanskr/NotoSansKR-Bold.eot),
    url(../fonts/notosanskr/NotoSansKR-Bold.eot?#iefix) format('embedded-opentype'),
    url(../fonts/notosanskr/NotoSansKR-Bold.woff) format('woff2'),
    url(../fonts/notosanskr/NotoSansKR-Bold.woff) format('woff')
}

@font-face {
    font-family: 'Noto Sans Korean';
    font-style: normal;
    font-weight: 900;
    src: local('Noto Sans Black'), local('NotoSans-Black'),
    url(../fonts/notosanskr/NotoSansKR-Black.eot),
    url(../fonts/notosanskr/NotoSansKR-Black.eot?#iefix) format('embedded-opentype'),
    url(../fonts/notosanskr/NotoSansKR-Black.woff) format('woff2'),
    url(../fonts/notosanskr/NotoSansKR-Black.woff) format('woff')
}
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 200;
    src: local('Raleyway Thin'), local('Raleyway-Thin'),
    url(../fonts/raleway/Raleway-Thin.eot),
    url(../fonts/raleway/Raleway-Thin.eot?#iefix) format('embedded-opentype'),
    url(../fonts/raleway/Raleway-Thin.woff) format('woff2'),
    url(../fonts/raleway/Raleway-Thin.woff) format('woff')
}
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    src: local('Raleyway Light'), local('Raleyway-Legular'),
    url(../fonts/raleway/Raleway-Light.eot),
    url(../fonts/raleway/Raleway-Light.eot?#iefix) format('embedded-opentype'),
    url(../fonts/raleway/Raleway-Light.woff) format('woff2'),
    url(../fonts/raleway/Raleway-Light.woff) format('woff')
}
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    src: local('Raleyway Regular'), local('Raleyway-Regular'),
    url(../fonts/raleway/Raleway-Regular.eot),
    url(../fonts/raleway/Raleway-Regular.eot?#iefix) format('embedded-opentype'),
    url(../fonts/raleway/Raleway-Regular.woff) format('woff2'),
    url(../fonts/raleway/Raleway-Regular.woff) format('woff')
}


/* reset css */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
    overflow-x: initial;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    /*text-decoration: underline dotted; *//* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
    border: none;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

:lang(en){
    font-family: "Raleway","Noto Sans Korean", arial, sans-serif;
}

html,body{font-family: "Noto Sans Korean", "Apple SD Gothic", "맑은 고딕", "Gulim", sans-serif; font-weight: 400; font-size: 16px; line-height: 1.6;}
.container{max-width: 1200px; margin-left: auto; margin-right: auto;}
.row{padding: 0;}
h1,h2,h3,h4,h5,h6,ul,ol,p, dl, dd, figure{margin: 0; padding: 0;}
li{list-style: none;}
a{color: #000; text-decoration: none;}
a:hover{text-decoration: none;}
img{max-width: 100%;}
.clearfix:after {
    content: "";
    display: block;
    visibility: hidden;
    clear: both
}


/* 접근성(accessibility, a11y) 감춤 */
.a11y-hidden {
    overflow: hidden;
    position: absolute !important;
    clip:     rect(0,0,0,0);
    width:    1px;
    height:   1px;
    margin:   -1px;
    border:   0;
    padding:  0;
}
caption.a11y-hidden{
    position: static !important;
}

/* iframe, embed, object 부모 요소에 설정 */
.rwd-media {
    overflow: hidden;
    position: relative;
    max-width: 100%;
    height: 0 !important;
}

/* img, video 요소에 설정 */
.rwd-image, .rwd-video {
    width: 100%;
    max-width: 100%; /* 비트맵 이미지의 경우 이미지 자체 크기보다 커지지 않게 설정 */
    height: auto;
}

/* 영상 화면 비율에 따른 멀티 클래스 */
.rwd-media.is-4x3  { padding-top: calc(3/4*100%);  }
.rwd-media.is-16x9 { padding-top: calc(9/16*100%); }
.rwd-media.is-21x9 { padding-top: calc(9/21*100%); }

/* .rwd-media 내부 iframe, embed, object 요소 설정 */
.rwd-media iframe,
.rwd-media object,
.rwd-media embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

caption.a11y-hidden{
    position: static;
}
.ir {
    display: block;
    height: 0;
    text-indent: -9999px;
    overflow: hidden;
    font-size: 0.938rem;
}

.text-center{
    text-align: center;
}
.text-left{
    text-align: left;
}
.text-right{
    text-align: right;
}

.more_btn.borderd-box{
    border: 1px solid #bfcbde;
}

#skipnavigation {
    position: absolute;
    left: 0;
    top: -1000px;
    width: 100%;
    height: 0;
    z-index: 1000;
    line-height: 0;
    font-size: 0;
}

#skipnavigation a {
    display: block;
    text-align: center;
    width: 100%;
    line-height: 0;
    font-size: 0;
}

#skipnavigation a:focus, #skipnavigation a:hover, #skipnavigation a:active {
    position: absolute;
    left: 0;
    top: 1000px;
    display: block;
    height: 20px;
    background: #20262c;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    color: #fff;
}

header.header{
    position: fixed;
    left:0;
    top: 0;
    width: 100%;
    height: 110px;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 10;
}
header.header h1.logo{
    float: left;
    width: 209px;
    height: 50px;
    margin: 33px 9% 0 0;
   /* margin: 33px 110px 0 0;*/
}
header.header h1.logo > a {
    display: block;
    width: 100%;
    height: 100%;
    background: url("../images/common/logo.png") no-repeat;
    text-indent:-9999px;
}



header.header .mobile-nav-toggle{
    display:none;
    position:relative;
    width: 48px;
    height: 48px;
    margin:55px 0 0 52px;
    background: transparent;
    border: 0;
    text-indent: -9999px;
    cursor: pointer;
    z-index: 300;
}

.mobile-nav-toggle span:first-child ~ span{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    border-bottom: 2px solid #fff;
    margin-top: -1px;
    margin-left: -12px;
    transition: all 0.5s linear;
}

.mobile-nav-toggle span:first-child + span{
    margin-top: -10px;
}
.mobile-nav-toggle span:first-child + span + span{
    margin-top: 9px;
}

.mobile-nav-toggle.on span:first-child ~ span{
    border-color: #fff;
}

.mobile-nav-toggle.on span:first-child + span{
    transform: rotate(45deg);
    margin-top: 0;
}
.mobile-nav-toggle.on span:first-child + span + span{
    transform: rotate(-45deg);
    margin-top: 0;
}
.mobile-nav-toggle.on span:first-child + span + span + span{
    display: none;
}

.gnb-wrap{
    float: left;
    width: calc(91% - 209px);
    /*width: 73.33333333333333%;*/
    /*width: 880px / 1200;*/
}
#gnb{
    float: left;
    width: 76.70454545454545%;
    /*width: 675px / 880 ;*/
}
#gnb > ul > li{
    float: left;
    width: 25%;
    height: 110px;
    padding-top: 48px;
    text-align: center;
    box-sizing: border-box;
    color: #fff;
    font-family: "Noto Sans Korean", sans-serif;
}

#gnb > ul > li.ui.dropdown .menu{
    width: 100%;
    font-family: "Noto Sans Korean", sans-serif;
}
#gnb > ul > li > a{
    color: #fff;
    font-family: "Noto Sans Korean", sans-serif;
}

.top_func{
    float: right;
    width: 19.886363636363637%;
    /*width: 175px / 880;*/
    margin-top: 48px;
}

.top_func > li{
    float: left;
    width: 76px;
    height: 27px;
    line-height: 27px;
    color: #fff;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 15px;
}
.top_func .ui.dropdown, .top_func .ui.dropdown>.text{
    text-align: center;
}
.top_func > li + li{
    margin-left:13.142857142857142%;
    /*margin-left: 23px;*/
}
.top_func > li > a {
    color: #fff;
}
.top_func >.ui.dropdown>.text>.icon{margin: 0;}

.footer{
    padding: 80px 0 70px;
    background-color: #000;
    color: #a7a7a7;
    text-align: center;
}
.footer .foot_logo{
    display: block;
    width: 189px;
    height: 42px;
    margin: 0 auto;
    background: url("../images/common/foot_logo.png") no-repeat;
    text-indent: -9999px;
}
.footer .copyright{
    margin-top: 15px;
    font-family: "Noto Sans Korean", sans-serif;
    font-size: 0.875rem;
}

@media (max-width: 1200px){
    .container{padding: 0 3%;}
    .top_func {margin-top: 30px;}
    .top_func > li {float: none;}
    .top_func > li + li{margin: 10px 0 0 0;}
}

@media (max-width: 1024px) {
    .wrap{
        position: relative;
    }
    header.header{
        height: 70px;
        left: auto;
    }
    header.header h1.logo{
        float: none;
        margin: 10px auto 0;
        transition: all 0.5s ease;
    }
    header.header .mobile-nav-toggle{display:block; position: absolute; top: 10px; left: 5%; margin: 0;}
    .gnb-wrap{position:fixed; left: -100%; top:0; width: 250px; max-width: 270px; height: 100%; margin: 0; z-index: 500; box-shadow: 5px 0 15px rgba(0,0,0, .4); background-color: #122e51;}
    .gnb-scroll-wrap{ height: 100%;  padding: 2rem 0 2rem 20px; box-sizing: border-box; overflow-y: scroll;}
    #gnb{float: none; width: 100%; border-top: 0;}
    #gnb > ul > li {position:static; float : none; width: auto; padding-top: 0; height: auto; line-height: 1.2; text-align: left;}
    #gnb > ul > li.ui.dropdown .menu{
        width: auto;
        bottom: auto;
        left: 20px;
    }
    #gnb > ul > li.ui.dropdown .menu a {
        color: #000;
    }
    #gnb > ul > li a {display: block; color: #fff; height: 40px; line-height: 40px;}
    #gnb > ul > li > a {position: relative; padding: 0;}
   /* #gnb > ul > li > a:after{
        content: "";
        width: 8px;
        height: 8px;
        display: inline-block;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        position: absolute;
        top: 13px;
        right: 18px;
        transition: all 0.5s;
    }*/
    #gnb > ul > li > a.on:after{
        transform: rotate(-45deg);
        top: 16px;
        -ms-transform: rotate(-45deg);
    }
    #gnb > ul > li + li{margin-top: 25px;}
    #gnb > ul > li > ul.depth2{ display:none; position: static; left:0; top: auto; width: auto; height: auto; z-index: 100;}
    #gnb > ul > li > ul.depth2 > li{text-align: left;}
    #gnb > ul > li > ul.depth2 > li > a {padding-left: 20px;}
    .mob-blind-bg{position: fixed; width: 100%;  top: 0;  right: 0; bottom:0; left: 0;  height: auto; background-color: rgba(0, 0, 0, 0.7);  z-index: 100;}

    .top_func{
        float: none;
        margin-top: 30px;
    }
}

@media (max-width: 640px) {
    header.header h1.logo {transform: scale(0.7);}
}
