@charset "utf-8";

@font-face {
    font-family: 'KOHIBaeumOTF';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2201-2@1.0/KOHIBaeumOTF.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6 {line-height: 1.3; font-weight: 500;}

h1 {font-size: 60px;}
h2 {font-size: 40px;}
h3 {font-size: 30px;}
h4 {font-size: 24px;}
h5 {font-size: 20px;}
h6 {font-size: 16px;}

strong {line-height: 1.3; font-weight: unset;}
.more {width: 200px; height: 35px; line-height: 28px; background-color: #0a4e98; color: #fff; border-radius: 30px; text-align: center; font-weight: 400;  display: block; transition: .2s}
.more:hover {letter-spacing: 1px;}

/* 제목 */
.title_01 {width: 1200px; margin: 0 auto; display: block; position: relative; font-weight: 700;}
.title_01 strong {font-size: 30px; display: block;}
.title_01 p {display: inline-block; font-size: 20px; color: #999; position: relative; font-family: 'KOHIBaeumOTF';}

.title_02 {width: 1200px; display: block; font-size: 24px; letter-spacing: 2px;  margin: 0 auto; font-weight: 700;}
.title_02 div {width: 25px; height: 25px; background-color: #0a4e98; display: inline-block; margin-right: 20px;}

/* 메뉴 */
#header {width: 100%; height: 90px; position: fixed; top: 0; z-index: 2;}
#header nav {width: 100%;}
.logo {width: 300px; padding: 30px 15px; float: left; margin-right: 50px;}
.logo img {width: 100%;}
.logo_white {display: block;}
.logo_color {display: none;}

.main_menu {width: auto; max-width: 1200px; margin: 0 auto; text-align: center; float: left;}
.main_menu>li {width: auto; display: inline-block; vertical-align: top; position: relative;}
.main_menu>li>a {color: #fff; line-height: 90px; padding: 0 30px; font-size: 18px; display: block; transition: .2s;}
.main_menu>li:hover>a {border-bottom: 2px solid #fff;}
.sub_menu {position: absolute; width: 200px; left: 50%; transform: translateX(-50%); padding-top: 10px; background: rgba(0,0,0,.4);}
.sub_menu>li>a {width: 100%; padding: 5px; display: block; color: #fff; transition: .2s;}
.sub_menu>li>a:hover {background: rgba(0,0,0,.3);}

.info_menu {float: right; padding: 30px 15px;}
.lang_menu {float: left; margin-right: 15px;}
.lang_menu li {display: inline-block; padding: 0 10px; position: relative;}
.lang_menu li:after {content: ""; display: block; width: 1px; height: 12px; background: #fff; position: absolute; right: -1px; top: 7px;}
.lang_menu li:last-child:after {display: none;}
.lang_menu li a {color: #fff;}

.catalog_btn {width: 120px; height: 30px; color: #fff; border: 3px solid #fff; border-radius: 20px; font-size: 14px; display: block; float: left; text-align: center; line-height: 23px;}

/* 오픈메뉴 */
.open_menu {width: 20px; height: 20px; position: absolute;top: 30px; right: 30px; display: none; cursor: pointer;}
.open_menu div {width: 100%; height: 2px; background: #fff; position: absolute; transition: .2s;}
.open_menu div:first-child {top: 0;}
.open_menu div:nth-child(2) {top: 50%; transform: translateY(-50%);}
.open_menu div:nth-child(3) {top: 50%; transform: translateY(-50%);}
.open_menu div:last-child {bottom: 0;}

/* 메뉴이벤트 */
#header.on {background: #fff; border-bottom: 1px solid #eee;}
#header.on .logo_white {display: none;}
#header.on .logo_color {display: block;}
#header.on .main_menu>li>a {color: #595757;}
#header.on .lang_menu li a {color: #595757;}
#header.on .lang_menu li:after {background: #595757;}
#header.on .catalog_btn {color: #595757; border: 3px solid #595757;}

#header.on .open_menu div {background: #0a4e98;}

/* 푸터 */
#footer {width: 100%; background: #efefef;}
.footer_menu {width: 100%; background: #e6e6e6; line-height: 50px;}
.footer_menu ul {width: 1200px; margin: 0 auto;}
.footer_menu ul li {display: inline-block; margin-right: 30px; color: #3e3a39; font-size: 14px;}

.footer_info {width: 1200px; margin: 0 auto; padding: 20px 0;}

.footer_logo {width: 20%; float: left;}
.footer_logo>img {width: 100%; max-width: 100px;}
.footer_info ul {width: 40%; float: left;}
.footer_info ul li {margin-bottom: 10px;}
.footer_info ul li:after {content: ""; display: table; clear: both;}
.footer_info ul li span {width: 30%; float: left; color: #595757; display: block; font-weight: 600;}
.footer_info ul li p {width: 70%; float: left; color: #595757; display: block; font-weight: 300;}
.footer_copy {background: #ddd; text-align: center; font-weight: 100; font-size: 14px; padding: 5px 0;}

/* 약관 */
.privacy_policy {position: fixed; width: 100%; height: 100vh; z-index: 1000; background-color: rgba(0,0,0,.5); top:0; display: none;}
.privacy_policy_cls {width: 100%;height: 100%;}
.privacy_policy_con {width: 800px; position: absolute; background-color: #fff; height: 70vh; top:50%; left: 50%; transform: translate(-50%,-50%);overflow: scroll; overflow-x: hidden; padding: 30px; color: #888; line-height: 28px}
.privacy_policy_con strong {font-size: 24px; color: #0a4e98; font-weight: 700;}
.privacy_policy_con strong span { font-weight: 700}
.privacy_policy_con ul {padding: 15px; border: 1px solid #ddd; margin-top: 20px;}
.privacy_policy_con ul li {margin-top: 20px}
.privacy_policy_con ul li:first-child {margin: 0;}
.privacy_policy_con ul li h1 {font-size: 18px; color: #0a4e98; font-weight: 600; margin-bottom: 10px; font-family: 'Noto Sans SC', sans-serif;}
.privacy_policy_con ul li p {font-size: 14px; line-height: 20px}

.email_denied {position: fixed; width: 100%; height: 100vh; z-index: 1000; background-color: rgba(0,0,0,.5); top:0; display: none;}
.email_denied_cls {width: 100%;height: 100%;}
.email_denied_con {width: 500px; position: absolute; background-color: #fff; height: auto; top:50%; left: 50%; transform: translate(-50%,-50%); padding: 30px; color: #888; line-height: 28px; }
.email_denied_con strong {font-size: 24px; color: #0a4e98; font-weight: 700; }
.email_denied_con p {border: 1px solid #ddd; padding: 10px;}
.email_denied_con strong span { font-weight: 700}
.email_denied_con h3 {font-size: 12px; text-align: right; font-family: 'Noto Sans SC', sans-serif;}

/*메인배너*/
#top_banner {width: 100%; height: 450px; position: relative; background-repeat: no-repeat; background-attachment: fixed; background-position: top center; overflow: unset;}
.top_title {width: 100%; max-width: 1200px; position: absolute; left: 50%; bottom: 80px; color: #fff; transform: translateX(-50%);}
.top_title span {text-shadow: 0 0 5px rgba(0,0,0,.7); letter-spacing: 2px; display: block; font-family: 'KOHIBaeumOTF'; line-height: 1.3; font-size: 20px; opacity: .5;}
.top_title strong {font-size: 40px; text-shadow: 2px 2px 5px rgba(0,0,0,.4); letter-spacing: 3px; font-family: 'KOHIBaeumOTF'; line-height: 1.3;}
.top_title br {display: none;}

.top_banner_about {background-image: url(../../img/banner/banner_company_about.jpg);}
.top_banner_organization {background-image: url(../../img/banner/banner_company_organization.jpg);}
.top_banner_history {background-image: url(../../img/banner/banner_company_history.jpg);}
.top_banner_catalogue {background-image: url(../../img/banner/banner_company_catalogue.jpg);}

.top_banner_steel {background-image: url(../../img/banner/banner_product_steel.jpg);}
.top_banner_press {background-image: url(../../img/banner/banner_product_press.jpg);}
.top_banner_track {background-image: url(../../img/banner/banner_product_track.jpg);}
.top_banner_cdm {background-image: url(../../img/banner/banner_product_cdm.jpg);}
.top_banner_auto {background-image: url(../../img/banner/banner_product_auto.jpg);}

.top_banner_mechanical {background-image: url(../../img/banner/banner_technology_mechanical.jpg);}
.top_banner_transaction {background-image: url(../../img/banner/banner_technology_transaction.jpg);}
.top_banner_factory {background-image: url(../../img/banner/banner_technology_factory.jpg);}
.top_banner_certificate {background-image: url(../../img/banner/banner_technology_certificate.jpg);}

.top_banner_contact {background-image: url(../../img/banner/banner_contact.jpg);}

.top_banner_reruitment {background-image: url(../../img/banner/banner_recruitment.jpg);}

.top_banner_menu {position: absolute; bottom: -25px; left: 50%; transform: translateX(-50%); background: #fff; width: 100%; max-width: 1200px; height: 50px; box-shadow: 5px 5px 10px rgba(0,0,0,.05); z-index: 1;}
.top_banner_menu div {width: 200px; line-height: 50px; background: #0a4e98; text-align: center; color: #fff; font-size: 16px; float: left;}
.top_banner_menu ul {float: left; background: #fff; width: auto; height:50px; position: relative; overflow: hidden;}
.top_banner_menu ul.on {height: auto; box-shadow: 5px 5px 10px rgba(0,0,0,.05);}
.top_banner_menu ul li {width: auto; height: auto; min-height: 50px; border-bottom: 1px solid #ddd;}
.top_banner_menu ul li:first-child {cursor: pointer;}
.top_banner_menu ul li:first-child:after {content: "\e943"; font-family: xeicon; position: absolute; right: 15px; top: 18px; font-size: 16px; color: #595757;}
.top_banner_menu ul li a {display: block; padding: 15px 50px 15px 20px; transition: .2s; font-size: 14px;}
.top_banner_menu ul li:hover a {background: #0a4e98; color: #fff;}
.top_banner_menu ul li:hover:first-child:after {color: #fff;}

@media(max-width:1400px) {
    .open_menu {display: block;}
    .info_menu {display: none; padding: 0 30px;}

    #header.open .info_menu {display: block;}

    .open_menu.open div:first-child {opacity: 0;}
    .open_menu.open div:nth-child(2) {top: 50%; transform: translateY(-50%)rotate(45deg);}
    .open_menu.open div:nth-child(3) {top: 50%; transform: translateY(-50%)rotate(-45deg);}
    .open_menu.open div:last-child {opacity: 0;}
}

@media(max-width:1200px) {

    h1 {font-size: 50px;}
    h2 {font-size: 30px;}
    h3 {font-size: 24px;}
    h4 {font-size: 20px;}
    h5 {font-size: 16px;}
    h6 {font-size: 14px;}

    /* 제목 */
    .title_01 {width: 100%; padding: 0 15px;}
    .title_01 strong {font-size: 26px;}
    .title_01 p {font-size: 16px;}

	.title_02 {padding: 0 15px; width: 100%;}

    /* 메뉴 */
    #header {height: 50px; transition: .5s;}
    .logo {padding: 15px 15px; float: none;}
    .main_menu {display: none; float: none; background: #fff; text-align: left;}
    .main_menu>li {width: 100%;}
    .main_menu>li>a {line-height: 50px;}
    .main_menu>li:hover>a {border: 0; background: #0a4e98; color: #fff; padding: 0 15px;}
    .sub_menu {position: static; width: 100%; transform: translateY(0); background: inherit; border-bottom: 1px solid #ddd; padding: 0;}
    .sub_menu>li>a {color: #595757; padding-left: 30px;}
    .info_menu {transition: .5s;}
    .open_menu {top: 15px; right: 15px;}

    #header.open {background: #fff; height: 100vh;}
    #header.open .main_menu {display: block; border-top: 1px solid #ddd;}
    #header.open .logo_white {display: none;}
    #header.open .logo_color {display: block;}
    #header.open .main_menu>li>a {color: #595757;}
    #header.open .main_menu>li:hover>a {color: #fff;}
    #header.open .sub_menu>li:hover>a {color: #fff;}

    #header.open .info_menu {width: 200px; height: 100vh; display: block; position: absolute; top: 55px; right: 0; padding: 15px; background: #fff; border-left: 1px solid #ddd;;}
    #header.open .lang_menu {float: none; margin: 0;}
    #header.open .catalog_btn {float: right; margin-top: 20px;}
    #header.open .lang_menu li:last-child {padding-right: 0;}
    #header.open .lang_menu li:last-child:after {display: none;}
    #header.open .lang_menu li a {color: #595757;}
    #header.open .lang_menu li:after {background: #595757;}
    #header.open .catalog_btn {width: 155px; color: #595757; border: 3px solid #595757;}

    .open_menu.open div {background: #0a4e98;}

    /* 푸터 */
    .footer_menu ul {width: 100%; padding: 0 15px;}
    .footer_info {width: 100%; padding: 20px 15px;}
    .footer_logo {width: 100%; margin-bottom: 20px;}
    .footer_info ul {width: 100%;}
    .footer_info ul li span {width: 200px;}

    /*메인배너*/
	#top_banner {height: 250px; background-attachment:inherit; background-size: cover;}
	.top_title {padding: 0 15px; bottom: 50px;}
    .top_title span {font-size: 18px;}
    .top_title strong {font-size: 30px;}
}

@media(max-width:768px) {
    
    h1 {font-size: 40px;}
    h2 {font-size: 24px;}
    h3 {font-size: 20px;}
    h4 {font-size: 16px;}
    h5 {font-size: 14px;}
    h6 {font-size: 12px;}

    /* 제목 */
    .title_01 {width: 100%; padding: 0 15px;}
    .title_01 strong {font-size: 18px;}
    .title_01 p {font-size: 12px;}

    /* 메뉴 */
    .logo {width: 200px; padding: 15px 15px;}
    #header.open .main_menu {padding-top: 150px;}
    #header.open .info_menu {width: 100%; height: auto; border-left: 0; border-bottom: 1px solid #ddd; padding: 15px 15px 30px 15px;}
    #header.open .catalog_btn {float: left;}

    /* 푸터 */
    .footer_menu {line-height: 30px;}
    .footer_menu ul li {font-size: 12px;}

    .footer_info ul li span {width: 100%; font-size: 12px;}
    .footer_info ul li p {width: 100%; font-size: 12px;}
    .footer_copy {font-size: 12px;}

    /*메인배너*/
    #top_banner {height: 200px;}
    .top_title {bottom: 60px;}
	.top_title span {font-size: 14px;}
	.top_title strong {font-size: 20px; letter-spacing: 3px}

    .top_banner_menu {bottom: 50px; height: 0;}
    .top_banner_menu div {width: 100%; font-size: 12px; line-height: 30px; text-align: left; padding: 0 15px;}

    .top_banner_menu ul {height: 30px; width: 100%;}
    .top_banner_menu ul li {min-height: 30px; width: 100%;}
    .top_banner_menu ul li a {padding: 5px 30px 5px 15px; font-size: 12px;}
    .top_banner_menu ul li:first-child:after {right: 15px; top: 9px; font-size: 12px;}
}