@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

/*-------------------------------------------------
RESET - S
-------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {	margin: 0;	padding: 0;	border: 0;	font-size: 100%;	font: inherit;	vertical-align: baseline;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {	display: block;}
body {	line-height: 1;}
ol, ul {	list-style: none;}
blockquote, q {	quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {	content: '';	content: none;}
table {	border-collapse: collapse;	border-spacing: 0;}

input{font-size: inherit; font-family: inherit; color: inherit; vertical-align: middle}
input[type="file"]{border:none}
input[type="radio"],input[type="checkbox"]{border:none}
input[disabled="disabled"]{background-color:#ebebeb; color:#959595}
input[type=text]{appearance:none;-webkit-appearance:none;-moz-appearance:none;}
input[type=text]::-ms-clear{display:none;}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button{appearance:none;-webkit-appearance:none;-moz-appearance:none;}
button{text-transform: none; vertical-align: middle;border:0 none;background-color:transparent;cursor:pointer}
button,[type="button"],[type="reset"],[type="submit"] {background-color:transparent; cursor: pointer; }
button:active, button:hover, button:focus {outline:none}
select{font-size: inherit; font-family: inherit; color: inherit;text-transform: none;vertical-align: middle;-webkit-appearance: none;-moz-appearance: none;-o-appearance:none;appearance: none;background:none;border-radius:0;}
select[disabled="disabled"]{background-color:#ebebeb; color:transparent}
select::-ms-expand{display: none;}
textarea{font-size: inherit; font-family: inherit; color: inherit; vertical-align: middle; resize:none;}

img {vertical-align:middle; border:0;}
a {color: inherit; text-decoration: none;;}
hr{display:none;}
.clearfix::after {content: "";display: block; clear: both;}

* {-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
    box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;
}
html {overflow-y: scroll;
    height:100%;
    font-size: 10px; 
    /* word-break: keep-all;  */
    -webkit-text-size-adjust: none; -moz-text-size-adjust: none; -ms-text-size-adjust: none;
    box-sizing:border-box; 
    -webkit-font-smoothing:antialiased; 
}
body {height:100%;
    font-weight: 400; font-size: 1.6rem; line-height: 1.5; font-family: 'Noto Sans KR', "맑은 고딕", Malgun Gothic, "돋움", Dotum, "굴림", Gulim, Verdana, AppleGothic, sans-serif; color: #555; letter-spacing: -1px;
}

/* skip-nav */
.skip-nav a {display: block;
    width:100%; height: 30px;
    font-size:16px; text-align:center;
    position:absolute;  left:0; top:-10000px; z-index:10000;
}
.skip-nav a:focus {
    color:#fff; line-height: 30px; 
    background:#272727; 
    top:0;
}

/* display */
.hidden , caption {width: 0;height: 0; overflow: hidden;
    font-size: 0; line-height: 0; text-indent: -10000;
    position: absolute; left: -10000px;
}
.inner {width: 1240px; margin: 0 auto;}
.clearfix::after {content: ""; display: block; clear: both;}


/*-------------------------------------------------
HEADER - S
-------------------------------------------------*/
#header {
    width: 100%; height: 100px; min-width: 1240px; border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, 0.3);
    position: absolute; left: 0;top: 0; z-index: 10000;
}
#header .logo{float: left;
    margin-right: 6vw;
}
#header .logo a{display: block;
    width: 256px; height: 78px; margin-top: 10px;
    text-indent: -10000px;
    background: url(/asset/img/logo.png) no-repeat 0 0 ; background-size: contain;
}

.gnb{float: left;}
.gnb .gnb-wrap{position: relative}
.gnb .gnb-wrap .depth1{float: left;}
.gnb .gnb-wrap .depth1 > a{display: block;
    padding: 0 35px; margin-top: 20px;
    font-weight: 700; font-size: 18px; line-height: 80px;
    position: relative;
}
.gnb .gnb-wrap .depth1 > a::after { content: ""; opacity: 0;
    width: 100%; height: 3px;
    background-color: #34568b;
    position: absolute; left: 0;bottom: 0;
    transition: all .3s;
}
.gnb .gnb-wrap .depth2{ display: none;
    width: 100%; height: 280px; padding-top: 20px;
    position: relative; left: 0;top: 0; z-index: 10;
}
.gnb .gnb-wrap .depth2 a{ display: block;
    padding-left: 30px;
    font-size: 15px; color: #999;  line-height: 35px; 
    transition: all .3s;
    position: relative;
}
.gnb .gnb-wrap .depth2 a::after {content: "";
    width: 6px; height: 2px;
    background-color: #999;
    position: absolute; left: 20px; top: 18px;
}
.gnb .gnb-tit{ display: none;
    padding-top: 30px;
    position: absolute; left: 50%;top: 100px; z-index: 10;
    transform: translate(-600px , 0);
}
.gnb .gnb-tit dt{
    margin-bottom: 5px;
    font-weight: 500; line-height: 30px;
}
.gnb .gnb-tit dt em {font-weight: 300;}
.gnb .gnb-tit dd{font-size: 13px; line-height: 20px; color: #999}
.gnb .gnb-tit::before{ content: ""; display: block;
    width: 210px; height: 100px; margin-bottom: 10px;
    background-image: url(/asset/img/main-dl-bg00.png);
}
.gnb .gnb-bg { display: none;
    width: 100%; height: 280px;
    background-color: #fff;
    position: absolute; left: 0;top: 100px; 
}
.gnb:hover .gnb-bg{display: block;}
.gnb:hover .depth2{display: block;}
.gnb:hover .gnb-tit{display: block;}
.gnb .gnb-wrap .depth1:hover > a::after {opacity: 1;}
.gnb .gnb-wrap .depth1:hover > a {color: #34568b;}
.gnb .gnb-wrap .depth2 a:hover {color: #34568b;}
.gnb .gnb-wrap .depth2 a:hover::after {background-color: #34568b;}

.tnb{float: right; width: 240px; margin-top: 10px; } 
.tnb .tnb-login{
	float: right; 
	margin-left: 20px;
	margin-bottom: 5px
}
.tnb .tnb-login li{float: left}
.tnb .tnb-login li + li {margin-left: 10px;}
.tnb .tnb-login li a{font-size: 14px; line-height: 24px; color: #777}
.tnb .tnb-login li a:hover {color: #333;}
.tnb  .safekorea{
	float: right;
    width: 141px; height: 32px;
    text-indent: -9999px;
	margin-right: 0px;
    background-image: url(/asset/img/tnb-logo_new.png) ;
}

/* ALL - S */
.all-open { display: none;
    font-size: 30px;
    position: absolute; right: 20px; top: 20px;
}
.all-menu { display: none;
    width: 320px; height: 100%;
    background-color: #fff;
    position: fixed; right: 0; top: 0; z-index: 1000;
}
.all-menu .all-top{
    height: 70px; padding: 0 25px; 
    border-bottom: 1px solid#000;
    font-weight: 700; font-size: 1.5rem; line-height: 70px;
}
.all-menu .all-home{float: left;}
.all-menu .all-close{float: right; font-size: 2rem}

.all-menu .tnb-login{
    width: 100%; height: 40px;
    text-align: center; font-size: 0;
    background-color: #ddd;
}
.all-menu .tnb-login li{display: inline-block;}
.all-menu .tnb-login li + li {margin-left: 10px;}
.all-menu .tnb-login li a{font-size: 14px; line-height: 40px; color: #777}
.all-menu .tnb-login li a:hover {color: #333;}

.all-wrap .depth1 { 
    background-color: #f7f7f7;
    position: relative;
}
.all-wrap .depth1 > a{ display: block;
    padding: 0 25px; border-bottom: 1px solid #ddd;
    font-weight: 700; font-size: 1.5rem; line-height: 50px; color: #333;    
    position: relative;
}
.all-wrap .depth1.on{background-color: #34568b;}
.all-wrap .depth1.on > a{color: #fff;}
.all-wrap .depth1 > a::after {content: "";
    width: 6px; height: 6px;
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: #ccc;
    position: absolute; right: 30px;top: 18px;
    transform: rotate(45deg);
}
.all-wrap .depth2{ display: none;background-color: #eee}
.all-wrap .depth2 li a{ display: block;
    padding-left: 40px;
    font-size: 1.4rem; line-height: 40px;
    position: relative;
}
.all-wrap .depth2 li a::before {content: "";
    width: 6px; height: 6px;
    position: absolute; left: 30px;top: 18px;
    background-color: #34568b;
}
.all-wrap .depth2 li a::after {content: "";
    width: 6px; height: 6px;
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: #ccc;
    position: absolute; right: 40px;top: 15px;
    transform: rotate(-45deg);
}
.all-menu-bg { display: none;
    width: 100%; height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed; right: 0; top: 0;
}

.tnb-login li{position: relative;} 
.tnb-login li + li::after{content: "";
    width: 1px; height: 11px; margin: auto;
    position: absolute; left: -4px; top: 0; bottom: 0;
    background-color: #aaa;
} 
.tnb-login li:nth-child(4){display: none;} 
.tnb-login li:nth-child(5){display: none;} 

/*-------------------------------------------------
FOOTER - S
-------------------------------------------------*/
#footer {
    height: 300px;
    background-color: #333;
    position: relative;
}
#footer::before {content: "";
    width: 100%; height: 1px;
    background-color: #444;
    position: absolute; left: 0; top: 50px;
}
.f-menu {
    width: 100%; height: 50px; margin-bottom: 20px; 
    position: relative;
}
.f-menu .top{
    width: 40px; height: 40px;
    font-weight: 700; font-size: 1.6rem; line-height: 4rem; color: #aaa; text-align: center;
    background-color: #555;
    position: absolute; right: 5px; top: 5px;
}
.f-menu .kosha{
    width: 100px; height: 40px;
    position: absolute; right: 130px; top: 5px;
	border-radius: 4px;
	cursor: pointer;
}
.f-menu ul{
    margin-left: 306px;
    font-size: 1.4rem; line-height: 5rem; color: #999;
}
.f-menu ul li{float: left;
    margin-right: 30px;
    position: relative;
}
.f-menu ul li + li::before{content: "";
    width: 1px; height: 13px;
    background-color: #999;
    position: absolute; left: -15px; top: 19px;
}
.f-menu ul li:nth-child(2){color: #f90;}
.f-menu ul li a{}
.f-logo {float: left;
    width: 256px; height: 78px; margin-right: 50px;
    text-indent: -10000px;
    background-image: url(/asset/img/f-logo.png);
}
.f-aside {float: right; color: #afafaf}
.f-aside li{
	border: 1px solid #555; border-radius: 4px;
	margin-bottom: 5px;
	padding: 3px 10px;
}
.f-address{float: left;
    width: 600px; padding-top: 40px;
    font-size: 1.3rem;
}
.f-address ul{margin-bottom: 10px;}
.f-address ul li{float: left;
    margin-right: 15px;
    color: #777;
    position: relative;
}
.f-address ul li + li::before{content: "";
    width: 1px; height: 11px;
    background-color: #777;
    position: absolute; left: -7px; top: 5px;
}
.f-address ul li:nth-child(4)::before{display: none;}
.f-address ul li:nth-child(7)::before{display: none;}
.f-address .f-copy{font-size: 1.2rem; color: #555;}


@media only screen and (max-width:1240px){
	.inner {width: 100%}
    /* header - S */
	#header {min-width: 100%; height: 70px;
        position: relative;
    }
    #header .logo {margin-left: 20px;}
    #header .logo a{ width: 160px; }
    .gnb {display: none;}
    .tnb{ display: none;
        width: 320px; 
        background-color: #ddd;
        position: absolute; right: 0; top: 60px; z-index: 10000;
    }
    .safekorea {display: none;}
    .all-open {display: block;}

    /*-------------------------------------------------
    FOOTER - S
    -------------------------------------------------*/
    #footer { height: 350px; }
    #footer::before {top: 40px; }
    .f-menu {
        width: 100%; height: 40px; margin-bottom: 20px; 
        position: relative;
    }
    .f-menu .top{display: none}
    .f-menu .kosha{display: none}
    .f-menu ul{
        margin-left: 0;
        font-size: 1.2rem; line-height: 4rem; text-align: center;
    }
    .f-menu ul li{float: none; display: inline-block;
        margin-right: 30px;
        position: relative;
    }
    .f-menu ul li:last-child {margin-right: 0;}
    .f-menu ul li + li::before{ top: 14px; }
    .f-logo {float: none;
        width: 200px; height: 70px; margin: 0 auto;
        background-image: url(/asset/img/f-logo.png); background-size: contain; background-repeat: no-repeat;
    }
    .f-aside {float: none; text-align: center }
    .f-aside li{float: left;
        width: 50%;
        font-size: 1.2rem;
    }
    .f-address{
        width: 100%; padding: 20px 20px 0 20px;
        font-size: 1.2rem;
    }
    .f-address ul li + li::before{display: none; }

}




