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;font-family: 'Pretendard','Malgun Gothic','돋움',Dotum,Helvetica,AppleGothic,Sans-serif;vertical-align: baseline;line-height: 1.2;}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {display: block;}
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;width: 100%;}

html {line-height: 1.2;-webkit-text-size-adjust: 100%;scroll-behavior: smooth;}
body {margin: 0;}
h1 {margin: 0;}
hr {box-sizing: content-box;height: 0;overflow: visible;}
a {background-color: transparent;text-decoration: none;display: block;color: #000;}
a:focus, a:hover {text-decoration: none;}
b,
strong {font-weight: bold;}
code,
kbd,
samp {font-family: monospace, monospace;font-size: 1em;}
small {font-size: 80%;}
sub,
sup {font-size: 75%;line-height: 0;position: relative;vertical-align: baseline;}
sub {bottom: -0.25em;}
sup {top: -0.5em;}
img {border-style: none;}
button,
input,
optgroup,
select,
textarea {font-family: inherit;font-size: 100%;line-height: 1.2;margin: 0;}
button,
input {overflow: visible;}
button,
select {text-transform: none;}
button,
[type="button"],
[type="reset"],
[type="submit"] {-webkit-appearance: button;}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {border-style: none;padding: 0;}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {outline: 1px dotted ButtonText;}
textarea {overflow: auto;}
[type="checkbox"],
[type="radio"] {box-sizing: border-box;padding: 0;}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {height: auto;}
[type="search"] {-webkit-appearance: textfield;outline-offset: -2px;}
[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}
::-webkit-file-upload-button {-webkit-appearance: button;font: inherit;}
template {display: none;}
[hidden] {display: none;}
.max-height {height: 100%;}

*,
*:before,
*:after {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}

.container {width: 1232px;margin-right: auto;margin-left: auto;padding-left: 16px;padding-right: 16px;}
.container:before {content: " ";display: table;}
.container:after {content: " ";display: table;clear: both;}

.img-responsive {display: block;max-width:100%;}
.img-center {margin: 0 auto;}
.vc {display: table;width: 100%;height: 100%;}
.vm {display: table-cell;vertical-align: middle;width: 100%;height: 100%;}
.no-mar {margin-left: 0;margin-right: 0;}
.no-pad {padding-left: 0;padding-right: 0;}
.tac {text-align: center;}
.pos {position: relative;}
ol,ul,li {list-style:none;padding: 0;margin: 0;}

* {word-break: keep-all;}


/* @media (max-width: 1429px) {
  .container {width: 1200px;}
} */
@media (max-width: 1219px) {
  .container {width: 970px;}
}
@media (max-width: 991px) {
  .container {width: 750px;}
}
@media (max-width: 767px) {
	.container {width: 100%;}
}

header {position: fixed;left: 0;top: 0;width: 100%;height: 100px;background-color: transparent;z-index: 1001;transition: all .3s ease; -webkit-transition: all .3s ease;  -moz-transition: all .3s ease;}    	
.scrolled header {height: 80px;background-color: #fff;box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);}
.top-logo {display: inline-block;width: 239px;height: 31px;background-repeat: no-repeat;background-position: center center;background-image: url("/resources/img/common/top_logo.svg");}
.scrolled .top-logo,
.navigation-visible .top-logo {background-image: url("/resources/img/common/scroll_logo.svg");}

.header {height: 100%;max-width: 1350px;margin: 0 auto;position: relative;display: flex;gap: 75px;align-items: center;padding: 0 50px;}
header h1 {position: relative;z-index: 500;}

.gnb_wrap {height: 100%;width: 100%;display: flex;justify-content: center;position: relative;z-index: 50;}
.gnb_wrap > ul {display: flex;height: 100%; -webkit-box-align: center; align-items: center;}
.gnb_wrap > ul li.dropdown {padding: 0 30px;position: relative;display: flex;align-items: center;height: 100%;}
.gnb_wrap > ul li.dropdown > a {display: block;text-align: center;}
.gnb_wrap > ul li.dropdown > a > span {font-size: 16px;font-weight: 800;color: #fff;}
.scrolled .gnb_wrap > ul li.dropdown > a > span {color: #000;}

.gnb_wrap > ul li.dropdown > a:hover > span {color: #ED1C24;}
/* .gnb_wrap > ul li.dropdown.on > a > span */ 
/* .gnb_wrap > ul li.dropdown.active > a > span,
.gnb_wrap > ul li.dropdown.on > a > span {color: #007BC6;} */

.dropdown .dropdown-menu {position: absolute;left: 70%;top: 80%;display: none;background-color: #fff;z-index: 10;width: 170px;transform: translateX(-50%);padding: 10px 20px;-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);box-shadow: 0 6px 12px rgba(0, 0, 0, .175);}
.dropdown.active .dropdown-menu {display: block;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;}
.dropdown .dropdown-menu li a {font-size: 14px;color: #333;display: block;font-weight: 500;padding: 7px 0;text-align: left;}
.dropdown .dropdown-menu li:hover a {color: #ED1C24;}


.tmenu_wrap {display:none;position: relative;z-index:500;}
a.tmenu {display: block;position:relative;width:30px;height:30px;transition: all .3s ease;-webkit-transition: all .3s ease;-moz-transition: all .3s ease;}
a.tmenu span {display:inline-block;position:absolute;left:50%;margin-left:-10px;top:50%;margin-top:-1px;width:20px;height:2px;background-color:#fff;}
a.tmenu span:before {position:absolute;width:20px;height:2px;left:50%;margin-left:-10px;top:-6px;background-color:#fff;width:;height:;content:"";display:block;}
a.tmenu span:after {position:absolute;width:20px;height:2px;left:50%;margin-left:-10px;top:6px;background-color:#fff;width:;height:;content:"";display:block;}
a.tmenu span,
a.tmenu span:before,
a.tmenu span:after {transition: all .5s ease;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;}

.scrolled a.tmenu span,
.scrolled a.tmenu span:before,
.scrolled a.tmenu span:after {background-color: #000;}

.navigation-visible a.tmenu span {background:none;}
.navigation-visible a.tmenu span:before {top: 0;transform: rotate(45deg);background-color: #000;}
.navigation-visible a.tmenu span:after {top: 0;transform: rotate(-45deg);background-color: #000;}

.total_menu {overflow-y: auto;position: fixed;left: 0;top: 0;z-index: 400;width: 100%;height: 100%;background-color: #fff;-moz-transform: translateY(-100%);-webkit-transform: translateY(-100%);-o-transform: translateY(-100%);-ms-transform: translateY(-100%);transform: translateY(-100%);visibility: hidden;}
.total_menu_in {height: 100%;padding: 50px;-webkit-box-align: center;align-items: center;display: flex;max-width: 1920px;margin: 0 auto;}
.total_menu_cont {width: 100%;} 
.total_menu_list {display: flex;align-items: flex-start;justify-content: space-between;width: 100%;flex-direction: column;gap: 20px;}
.total_menu_list > li > a {font-size: 20px;color: #000;font-weight:700;}
.mobile-smenu {margin-top: 10px;display: none;}
.mobile-smenu > li {padding: 5px 0;}
.mobile-smenu > li > a {font-size: 16px;color: #333;}

footer {background-color: #121212;padding-top: 50px;}   
.footer-container {max-width: 1232px;margin: 0 auto;padding: 0 16px;}
.footer-cont {display: flex;justify-content: space-between;flex-wrap: wrap;gap: 30px;}
.footer-addr {font-size: 14px;font-weight: 700;color: #fff;margin-top: 35px;margin-bottom: 25px;}
.footer-df {display: flex;gap: 16px;}  
.fleft {font-size: 14px;font-weight: 700;color: #fff;width: 55px;line-height: 1.5;}
.fright {font-size: 14px;color: #fff;line-height: 1.5;}
.copy {font-size: 14px;color: #fff;font-weight: 500;padding: 25px 0;margin-top: 40px;opacity: 0.5;}
.bottom_menu {display: flex;gap: 20px;}
.bottom_menu > li {width: 180px;}
.bottom_menu > li > a {font-weight: 800;color: #fff;font-size: 16px;margin-bottom: 20px;}
.sub-menu > li {padding: 7px 0;}
.sub-menu > li > a {font-size: 14px;font-weight: 700;color: #989EA4;}

@keyframes button-loading-spinner {
    from {
        transform: rotate(0turn);
    }

    to {
        transform: rotate(1turn);
    }
}
.btn_spin {position: relative;}
.btn_spin::after{
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 4px solid transparent;
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: button-loading-spinner 1s ease infinite;
}

@media (max-width: 1560px) {	
	
}
@media (max-width: 1499px) {

}

@media (max-width: 1429px) {

}
@media (max-width: 1399px) {

}
@media (max-width: 1259px) {

}
@media (max-width: 1219px) {
	.header {padding: 0 20px;}
	.bottom_menu > li {width: 125px;}
}

@media (max-width: 991px) {
	.gnb_wrap > ul li.dropdown > a > span {font-size: 14px;}
	.gnb_wrap > ul li.dropdown {padding: 0 20px;}
	.top-logo {width: 119px;-webkit-background-size: 119px auto;background-size: 119px auto;}
	header,.scrolled header {height: 50px;}
	.dropdown .dropdown-menu li a {font-size: 12px;}
	.dropdown.active .dropdown-menu {width: 170px;}
	.logo img {width: 119px;}
	.footer-addr {font-size: 14px;margin-top: 20px;margin-bottom: 15px;}
	.fleft {font-size: 14px;}
	.fright {font-size: 14px;}
	.bottom_menu > li > a {font-size: 14px;margin-bottom: 15px;}
	.sub-menu > li > a {font-size: 12px;}
	.copy {font-size: 12px;margin-top: 20px;padding: 15px 0;}
	.bottom_menu {gap: 10px;}
	.footer-cont {gap: 15px;}
	.bottom_menu > li {width: 94px;}
	footer {padding-top: 50px;}
}	

@media (max-width: 767px) {
	.gnb_wrap {display: none;}
	.tmenu_wrap {display: block;margin-left: auto;}
	.footer-cont {flex-direction: column;gap: 30px;}
	.bottom_menu > li {width: 23%;}
	.bottom_menu > li > a {margin-bottom: 5px;}
	.header {padding: 0 10px;}
}

@media (max-width: 375px) {

}
