*{outline: 0}

@font-face {
    font-family: 'LG Smart UI';
    src: url('/common/font/LG_Smart_UI-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'LG Smart UI';
    src: url('/common/font/LG_Smart_UI-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'LG Smart UI';
    src: url('/common/font/LG_Smart_UI-SemiBold.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'LG Smart UI';
    src: url('/common/font/LG_Smart_UI-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}


*{ margin: 0; padding: 0; }
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, a{margin:0;  padding:0;  border:0; vertical-align:baseline; background:transparent; -webkit-text-size-adjust:none; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; font-family: 'LG Smart UI'; font-style: normal; }
html{ -ms-touch-action:auto;}
html,body, section{width:100%;}

legend, caption{width:0;height:0;visibility:hidden;font-size:0;line-height:0;}
button{cursor:pointer; border:none; padding:0; }
button::-moz-focus-inner, input::-moz-focus-inner {border:0; padding:0;}
li,dd{list-style:none;}
blockquote, q {quotes:none;}
address, caption, em, cite, i, a {font-weight:normal; font-style:normal; text-decoration: none;color: #333}
table {border-collapse:collapse; border-spacing:0; table-layout:fixed;}
iframe{width:100%;vertical-align:middle;}
caption{display:none;}
figcaption{display:block;}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {-webkit-appearance:none;  margin:0; }

strong {font-weight: bold }

input[type="text"], input[type="number"],input[type="email"], input[type="search"],
input[type="password"], input[type="date"], input[type="tel"], select{display:table-cell; vertical-align:middle; padding:  0 0 0 7px; height: 40px; line-height: 1; box-sizing: border-box; background:#fff; border:1px solid #cccccc; border-radius:0; color:#999; font-size:12px;}

input[type="search"] {border-radius:0; -webkit-border-radius:0; -webkit-appearance:textfield;}
input[type="search"]::-webkit-search-results-decoration {-webkit-appearance:none;}

input[type='checkbox'],input[type='radio'] {vertical-align:middle; margin-top:0;  cursor : pointer;}

input.disabled {background:#fff;}

input[type=date]::-webkit-clear-button,
input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-calendar-picker-indicator {
    display: none;
}


select::-ms-expand{display:none; }
select{ cursor: pointer; outline :none; overflow :hidden; color:#999; width:100%;;  }
textarea{width:100%;height:100px; resize:none; border:1px solid #cccccc;   padding:10px; color:#999;}

img {width: 100%;}

.blind{position:absolute; top:-999999px; width:0; height:0; font-size:0; overflow:hidden;}
.clear{clear:both;}
.clearfix{overflow:hidden;}
.clearfix:after{clear:both; display:table; content:'';}
.accessibility{display: none}
.hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: none;
    clip: rect(0,0,0,0);
    overflow: hidden;
}

#header{position: fixed;top: 0;left: 0;width: 100%;padding: 30px 50px 20px 80px;z-index: 9999;}
#header.act{background: #fff;;box-shadow: 2px 2px 6px rgba(0,0,0,0.1)}
#header:after{content: '';display: block;clear: both}
#header #logo{float: left}
#header #logo img {width: 120px;}
#header #menu{float: right}
#header #menu:after{content: '';display: block;clear: both}
#header #menu > *{float: left}
#header #menu button{display: block;width: 22px;height: 22px;}
/* #header #menu #gnb{padding-right: 25px} */
#header #menu #gnb > ul > li{float: left;position: relative}
#header #menu #gnb > ul > li div{position: absolute;width: 100%;padding-top: 12px;display: none}
#header #menu #gnb > ul > li:hover div{display: block}
#header #menu #gnb > ul > li div ul{background: #fff;border-radius: 10px;box-shadow: 2px 2px 10px rgb(34, 51, 89, 0.2);padding: 15px 0}
#header #menu #gnb > ul > li div ul li a{display: block;line-height: 40px;color: #626c79;text-align: center;transition: 0.4s}
#header #menu #gnb > ul > li div ul li:hover a{color: #20A7C4}
#header #menu #gnb > ul > li div ul li:nth-child(odd):hover a{color: #6EB86B}
#header #menu #gnb > ul > li a{display: block;padding: 0 11px;}
#header #menu #gnb > ul > li a span{display: block;color: #424e60;font-size: 17px;line-height: 32px;padding: 0 30px;border-radius: 5px;transition: 0.4s}
#header #menu #gnb > ul > li:hover a span{background: #20A7C4;color: #fff}
#header #menu #gnb > ul > li:nth-child(odd):hover a span {background: #6EB86B;color: #fff}
/* #header .m_menu{width: 23px;height: 23px;display: block;position: relative;top: 3px}
#header .m_menu i{display: block;position: absolute;width: 10px;height: 10px;border-radius: 2px;background: #A2A2A2;}
#header .m_menu i.box01{left: 0;top: 0; background: #20A7C4;}
#header .m_menu i.box02{right: 0;top: 0; background: #6EB86B;}
#header .m_menu i.box03{right: 0;bottom: 0; background: #20A7C4;}
#header .m_menu i.box04{left: 0;bottom: 0; background: #6EB86B;}*/


.s_menu{position: fixed;top: 0;right: -100%;height: 100%;background: #fff url('/img/main/menu_bg.jpg') no-repeat right bottom;width: 495px;box-shadow: -20px 0px 30px 0px rgba(95, 112, 131, 0.1);padding-left: 88px;padding-top: 140px;;transition: 0.6s;z-index: 99999}
.s_menu.on{right: 0}
.s_menu button{position: absolute;top: 47px;right: 50px;background: none}
.s_menu > ul > li > a{display: block;font-size: 26px;line-height: 78px;color: #191f28;font-weight: 600}
.s_menu > ul > li ul{padding-bottom: 10px;display: none}
.s_menu > ul > li ul li a{display: block;font-size: 18px;color: #191f28;line-height: 42px;padding-left: 36px;}

.s_menu > ul > li{transform: translate(40px, 0);opacity: 0;transition: transform 1.1s, opacity 1.1s;display: block;transition-delay: 0.6s}

.s_menu > ul > li{transform: translate(0,0);opacity: 1;} 



#footer{padding: 0 50px;}
#footer .ft_in:after{content: '';display: block;clear: both}
#footer .ft_in{border-top: 1px solid #e9ecf0;padding-top: 30px;padding-bottom: 45px;}
#footer .ft_in .left{float: left}
#footer .ft_in .right{float: right}
#footer .ft_in .right{text-align: right}
#footer .ft_in ul li{display: inline-block;margin-left: 10px;}
#footer .ft_in ul li a{display: block;width: 36px;height: 36px;text-indent: -9999px;overflow: hidden;font-size: 0}
#footer .ft_in p{font-size: 15px;line-height: 36px;color: #acb1b8;}
#footer .ft_in p span{color: #626c79}
#footer .ft_in p i{display: inline-block;width: 30px;}


@media (max-width: 1416px){
    #footer .ft_in .left{margin-bottom: 25px;}
    #footer .ft_in .left, #footer .ft_in .right{float: none;text-align: center}

}
@media (max-width: 960px){
    #header{overflow: visible}
    #header{position: absolute;padding: 0 20px;padding-top: 20px;}
    #header #logo img{height: 26px}
    
    .s_menu{position: fixed}
    .s_menu{width: 300px;padding-left: 25px;padding-top: 90px;position: absolute}
    .s_menu > ul > li > a{font-size: 20px;line-height: 60px;}
    .s_menu button{top: 20px;right: 20px;}
    .s_menu > ul > li ul li a{padding-left: 15px;line-height: 30px;font-size: 16px}
    html, body, section{min-height: 100vh;position: relative;overflow: hidden}


    #footer .ft_in p, #footer .ft_in address{font-size: 12px;line-height: 1.7}
    #footer .ft_in ul li a{width: 29px;height: 29px;background-size: 100% 100% !important}
    #footer .ft_in .left{margin-bottom: 15px}
    #footer .ft_in ul{margin-bottom: 15px;}
}
@media (max-width: 700px){
    #footer{padding: 0 20px;}
    #footer .ft_in{padding-top: 25px;padding-bottom: 40px;}
}
@media (max-width: 620px){
    #footer .ft_in p i{display: block;width: 1px}
    #footer .ft_in p span{display: block;margin-bottom: 5px;}
}