@charset "utf-8";
@import url(https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/nanumsquare.css);
@import url(https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css);
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100&display=swap');
body,html,* {
    font-family: 'NanumSquare', sans-serif;
    letter-spacing: -1px;
}
/*common*/
html {
    scroll-behavior: smooth;
}
body {overflow-x:hidden;}
.clearfix:after,
.inner:after,
div[class*='section']:after {
    content: "";
    display: block;
    clear: both;
}
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
.inner {
    position: relative;
    width: 1400px;
    max-width: 95%;
    margin: 0 auto;
}
.display-w {
    display: block;
}
.display-m {
    display: none;
}
/*icon*/
.ico {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    text-indent: -99999px;
    overflow: hidden;
}
.h-logo {
    width: 331px;
    height: 96px;
    background: url("../img/samjin_logo.png") no-repeat center;
}
.ico-catalogue {
    width: 71px;
    height: 78px;
    background: url("../img/ico_catalogue.png") no-repeat center;
}
.ico-certification {
    width: 71px;
    height: 78px;
    background: url("../img/ico_certification.png") no-repeat center;
}
.ico-material {
    width: 71px;
    height: 78px;
    background: url("../img/ico_material.png") no-repeat center;
}
.ico-map {
    width: 71px;
    height: 78px;
    background: url("../img/ico_map.png") no-repeat center;
}
.ico-call {
    width: 71px;
    height: 78px;
    background: url("../img/ico_call.png") no-repeat center;
}
.ico-facebook {
    width: 50px;
    height: 50px;
    background: url("../img/ico_facebook.png") no-repeat center;
}
.ico-instagram {
    width: 50px;
    height: 50px;
    background: url("../img/ico_instagram.png") no-repeat center;
}
.ico-daum {
    width: 50px;
    height: 50px;
    background: url("../img/ico_daum.png") no-repeat center;
}
.ico-line {
    width: 50px;
    height: 50px;
    background: url("../img/ico_line.png") no-repeat center;
}
.ico-kakaotalk {
    width: 50px;
    height: 50px;
    background: url("../img/ico_kakaotalk.png") no-repeat center;
}
.ico-sns-call {
    width: 50px;
    height: 50px;
    background: url("../img/ico_sns_call.png") no-repeat center;
}
.f-logo {
    width: 331px;
    height: 50px;
    background: url("../img/f_logo.png") no-repeat center;
}
.ico-home {
    width: 18px;
    height: 16px;
    margin: -4px 10px 0 0;
    background: url("../img/ico_home.png") no-repeat center;
}
/*header*/
header {
    position: relative;
    background: #fff;
    z-index: 9999;
    -webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -ms-transition: 0.2s all;
    -o-transition: 0.2s all;
    transition: 0.2s all; 
}
header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 0 9px 5px rgba(0,0,0,0.1);
}
header.fixed:after,
header.fixed:before {
    content: none;
}
header:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 50%;
    width: 50%;
    height: 1px;
    background: #518b15;
    -webkit-animation: border-move 3s infinite;
    -o-animation: border-move 3s infinite;
    animation: border-move 3s infinite;
}
header:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 50%;
    height: 1px;
    background: #518b15;
    -webkit-animation: border-move 3s infinite;
    -o-animation: border-move 3s infinite;
    animation: border-move 3s infinite;
}
.sub-menu {
    padding: 5px 0;
    text-align: right;
    background: #555; 
}
.sub-menu li {
    display: inline-block;
    font-size: 13px;
    color: #fff;
    border-right: 1px solid #fff;
}
.sub-menu li a {
    padding: 0 15px;
}




.sub-menu li:last-of-type {
    border-right: 0;
}


.sub-menu .left_top {display:none; }


header h1 {
    float: left;
}
header nav {
    float: right; 
}
header nav ul li {
    position: relative;
    display: inline-block;
    min-width: 203px;
    font-size: 20px;
    text-align: center; 
	color:#000;
	font-weight:bold;
}




header nav .one-depth > li.active:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #0f72cf;
}
header nav .one-depth > li.active > a {
    letter-spacing: 4px;
}
header nav ul li a {
    display: block; 
    padding: 35px 15px;
    -webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -ms-transition: 0.2s all;
    -o-transition: 0.2s all;
    transition: 0.2s all;
}

.f_b {font-weight:bold;}

header nav ul.two-depth {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
}
header nav ul.two-depth li {
    display: block;
    font-size: 15px;
	color:#666; font-weight:thin;
    background: rgba(255,255,255,0.8);
    border-bottom: 1px solid #e3e3e3;
    -webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -ms-transition: 0.2s all;
    -o-transition: 0.2s all;
    transition: 0.2s all;
}
header nav ul.two-depth li:last-of-type {
    border-bottom: 0;
}
header nav ul.two-depth li a {
    width: 100%;
    padding: 20px;
    font-size: 17px; 
}
header nav ul.two-depth li:hover,
header nav ul.two-depth li:active {
    color: #fff;
    background: #0f72cf;
}
header nav .one-depth {
    position: relative;
}
.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 9998;
}

.right_icon {position:absolute; float:right; right:0; top:60px; width:250px; clear:both;}
.right_icon ul li {display:inline;}
.right_icon li {margin-left:5px;}


/*site map*/
.sitemap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    text-align: center;
    background: rgba(0,0,0,0.7);
    z-index: 9999;
}
.sitemap.open {
    display: block;
}
.sitemap .site-close {
    position: absolute;
    top: -100px;
    right: 0;
}
.sitemap .btn-close {
    position: relative;
    width: 47px;
    height: 47px;
    border: 1px solid #fff;
}
.sitemap .btn-close:after {
    content: "";
    position: absolute;
    top: 0;
    left: 23px;
    width: 1px;
    height: 100%;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.sitemap .btn-close:before {
    content: "";
    position: absolute;
    top: 0;
    left: 23px;
    width: 1px;
    height: 100%;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.sitemap > div {
    margin-top: 135px;
}
.sitemap ul {
    position: relative;
    display: inline-block;
    min-width: 230px;
    vertical-align: top;
    font-size: 24px;
    text-align: center;
    color: #fff;
}
.sitemap div > ul:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 1px;
    height: 360px;
    background: #fff;
}
.sitemap div > ul:last-of-type:after {
    content: none;
}
.sitemap ul li {
    padding: 15px 0;
}
.sitemap ul li ul {
    display: block;
    text-align: left;
    margin-top: 20px;
    font-size: 18px;
}
.sitemap ul li ul li:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    height: 5px;
    margin: 0 10px 0 15px;
    background: #5e9a1b;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.sitemap ul.equipment {
    padding: 0 45px;
    text-align: left;
}
.sitemap ul.equipment li:first-of-type {
    text-align: left;
}
/*footer*/
footer {
    position: relative;
    background: #111;
}
footer * { font-size:15px;
    font-family: 맑은고딕, Malgun Gothic, dotum, gulim, sans-serif;
}
footer .t-menu {
    padding: 10px 0;
    background: #333;
}
footer .t-menu .f-info {
    float: left;
    padding: 13px 0;
}
footer .t-menu .f-info li {
    display: inline-block;
    font-size: 12px;
    color: #b7b7b7;
    -webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -ms-transition: 0.2s all;
    -o-transition: 0.2s all;
    transition: 0.2s all;
}
footer .t-menu .f-info li:hover {
    color: #0e72cf;
}
footer .t-menu .f-info li:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 10px;
    margin: 0 30px 0 26px;
    background :#666;
}
footer .t-menu .f-info li:last-of-type:after {
    content: none;
}
footer .sns-list {
    float: right; display:none;
}
footer .sns-list li {
    display: inline-block;
}
footer .sns-list li + li {
    margin-left: 16px;
}
footer .c-info {
    padding: 30px 0;
    color: #b7b7b7;
}
footer .f-logo {
    margin-bottom: 20px;
}
footer .company-info {
    margin-top: 10px;
}
footer .company-info:hover li:not(footer .company-info li:first-of-type) {
    color: #0e72cf;
}

footer .company-info02 li {
    display: inline-block;
    margin-top:10px;
    font-size: 14px;
    -webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -ms-transition: 0.2s all;
    -o-transition: 0.2s all;
    transition: 0.2s all;
}




footer .company-info li {
    display: inline-block;
    margin-left: 10px;
    font-size: 14px;
    -webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -ms-transition: 0.2s all;
    -o-transition: 0.2s all;
    transition: 0.2s all;
}
footer .company-info li span {
    margin-left: 10px;
}
footer .company-info li:first-of-type {
    min-width: 95px;
    margin-left: 0;
}
footer .company-info li:first-of-type:before {
    content: "";
    display: inline-block;
    vertical-align: bottom;
    width: 13px;
    height: 18px;
    margin-right: 10px;
    background: url("../img/ico_c_info.png") no-repeat center;
}
footer .copyright {
    position: absolute;
    bottom: 60px;
    right: 14vw;
    font-size: 14px;
    font-weight: 600;
    color: #b7b7b7;
}

footer .copyright_en {
    position: absolute;
    bottom: 60px;
    right: 14vw;
    font-size: 10px;
    font-weight: 600;
    color: #b7b7b7;
	letter-spacing:0.5px; 
}


/*top button*/
.go-top {
    display: none;
    position: fixed;
    bottom: 90px;
    right: 15px;
    width: 38px;
    height: 38px;
    background: #fff;
    opacity: 0.7;
    border: 1px solid #cbcbcb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -ms-transition: 0.2s all;
    -o-transition: 0.2s all;
    transition: 0.2s all;
}
.go-top:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 13px;
    display: inline-block;
    width: 12px;
    height: 12px;
    border: solid #7a7a7a;
    border-width: 0 0 3px 3px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.go-top:hover {
    opacity: 1;
}
.go-top.fixed {
    display: inline-block;
}
/*content*/
h2.title-lg {
    font-size: 40px;
    font-weight: 800;
    color: #535353;
}
h2.title-lg b {
    color: #297ecd;
}
h2.title-lg + p {
    padding-bottom: 50px;
    font-size: 24px;
    color: #424242;
    letter-spacing: -2px;
}
h2.title-lg02 {
    font-size: 45px;
    color: #535353;
}
h2.title-lg02 b {
    color: #297ecd;
}
h2.title-lg02 + p {
    padding-bottom: 50px;
    font-size: 24px;
    color: #424242;
    letter-spacing: -2px;
}
div[class*="section"] {
    padding: 70px 0;
}
.slick-slider {
    position: relative;
    overflow: hidden; margin:0 auto; text-align:center; 
}
.slick-slider .slick-slide {
    position: relative;
    display: inline-block; margin:0 auto; text-align:center;
}
.main-visual {
    position: relative; margin:0 auto; text-align:center; 
}
.main-visual .slick-dots {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    text-align: center; 
    z-index: 999; 
}
.main-visual .slick-dots li {
    display: inline-block;
    padding: 10px;
}
.main-visual .slick-dots li button {
    font-size: 0;
    width: 10px;
    height: 10px;
    background: #d8d5d4;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.main-visual .slick-dots li.slick-active button {
    background: #3c66a5;
}
.main-visual .text-box {
    position: absolute;
    z-index: 999;
}
.main-visual .text-box p {
    margin-top: 10px;
    font-size: 26px;
}
.main-visual .text-box p b span {
    display: inline-block;
    letter-spacing: -7px;
    opacity: 0;
}
.main-visual .text-box.text-one {
   width:100%;
	top: 25%;
    /*left: 13%;*/
	padding-right:40%;
	margin:0 auto; text-align:center; clear:both;
    color: #3b4341; 
}
.main-visual .text-box.text-two {
    width: 100%;
    top: 50%;
    left: 50%;
    text-align: center;
    color: #fff; margin:0 auto; 
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.main-visual img {margin:0 auto; text-align:center; }
.main-visual .text-box.text-two img {
    margin: 0 auto; text-align:center; 
}
.main-visual .slick-slide.slick-active img.visual-bg { margin:0 auto; 
    -webkit-animation: banner-effect 10s infinite;
    -o-animation: banner-effect 10s infinite;
    animation: banner-effect 10s infinite;
}
.main-visual .slick-slide.slick-active b span:first-of-type { margin:0 auto; 
    margin-right: 5px;
    -webkit-animation: text-effect 0.2s;
    -o-animation: text-effect 0.2s;
    animation: text-effect 0.2s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.main-visual .slick-slide.slick-active b span:nth-child(2) { margin:0 auto; 
    -webkit-animation: text-effect 0.2s 0.1s;
    -o-animation: text-effect 0.2s 0.1s;
    animation: text-effect 0.2s 0.1s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.main-visual .slick-slide.slick-active b span:nth-child(3) { margin:0 auto; 
    -webkit-animation: text-effect 0.2s 0.2s;
    -o-animation: text-effect 0.2s 0.2s;
    animation: text-effect 0.2s 0.2s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.main-visual .slick-slide.slick-active b span:nth-child(4) { margin:0 auto; 
    margin-right: 5px;
    -webkit-animation: text-effect 0.2s 0.3s;
    -o-animation: text-effect 0.2s 0.3s;
    animation: text-effect 0.2s 0.3s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.main-visual .slick-slide.slick-active b span:nth-child(5) { margin:0 auto; 
    -webkit-animation: text-effect 0.2s 0.4s;
    -o-animation: text-effect 0.2s 0.4s;
    animation: text-effect 0.2s 0.4s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.main-visual .slick-slide.slick-active b span:nth-child(6) { margin:0 auto; 
    -webkit-animation: text-effect 0.2s 0.5s;
    -o-animation: text-effect 0.2s 0.5s;
    animation: text-effect 0.2s 0.5s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.main-visual .slick-slide.slick-active b span:nth-child(7) { margin:0 auto; 
    -webkit-animation: text-effect 0.2s 0.6s;
    -o-animation: text-effect 0.2s 0.6s;
    animation: text-effect 0.2s 0.6s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.main-visual .slick-slide.slick-active b span:nth-child(8) { margin:0 auto; 
    -webkit-animation: text-effect 0.2s 0.7s;
    -o-animation: text-effect 0.2s 0.7s;
    animation: text-effect 0.2s 0.7s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.main-visual .slick-slide.slick-active b span:nth-child(9) { margin:0 auto; 
    -webkit-animation: text-effect 0.2s 0.8s;
    -o-animation: text-effect 0.2s 0.8s;
    animation: text-effect 0.2s 0.8s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.main-visual .slick-slide.slick-active b span:nth-child(10) { margin:0 auto; 
    letter-spacing: -4px;
    -webkit-animation: text-effect 0.2s 0.9s;
    -o-animation: text-effect 0.2s 0.9s;
    animation: text-effect 0.2s 0.9s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.section1 {
    text-align: center;
    background: #f1f1f1;
}
.section1 .prod-slide .slick-list {
    width: 1280px;
    max-width: 85%;
    margin: 0 auto;
    overflow: hidden;
    cursor: pointer;
}
.section1 .prod-slide .slick-slide {
    margin: 0 5px;
}
.section1 .prod-slide .slick-slide a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 999;
}
.section1 .prod-slide .text-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 25px 20px;
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    color: #fff;
    background: rgba(0,0,0,0.5);
}
.section1 .prod-slide .text-box h3 {
    position: relative;
}
.section1 .prod-slide .text-box h3:before {
    content: "";
    display: block;
    width: 35px;
    height: 2px;
    margin-bottom: 15px;
    background: #fff;
}
.section1 .prod-slide .slick-slide:hover .text-box {
    display: none;
}
.section1 .prod-slide .slick-slide:hover:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 10px solid #0099b5;
}
.slick-prev {
    position: absolute;
    top: 50%;
    left: 0;
    width: 34px;
    height: 57px;
    margin-top: -35px;
    font-size: 0;
    background: url("../img/ico_arrow_prev.png") no-repeat center;
}
.slick-next {
    position: absolute;
    top: 50%;
    right: 0;
    width: 34px;
    height: 57px;
    margin-top: -35px;
    font-size: 0;
    background: url("../img/ico_arrow_next.png") no-repeat center;
}
.section2 {
    width: 1800px;
    max-width: 95%;
    margin: 0 auto;
    font-size: 0;
}
.section2 .s-about {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    margin-right: 4%;
}
.section2 .s-about .text-wrap {
    position: relative;
    width: 100%;
    height: 578px;
    color: #3e3e3e;
    background: url("../img/img_about.jpg") no-repeat center;
}
.section2 .s-about .text-area {
    position: absolute;
    bottom: 30px;
    right: 30px;
}
.section2 .s-about  .text-area h3 {
    font-size: 40px;
}
.section2 .s-about  .text-area p {
    margin: 40px 0;
    font-size: 18px;
    line-height: 30px;
}
.section2 .s-about .text-area a {
    font-size: 20px;
    font-weight: 600;
}
.section2 .s-business ul li:nth-child(1) {
    background: url("../img/img_business1.jpg") no-repeat center;
    background-size: cover;
}
.section2 .s-business ul li:nth-child(2) {
    background: url("../img/img_business4.jpg") no-repeat center;
    background-size: cover;
}
.section2 .s-business ul li:nth-child(3) {
    background: url("../img/img_business3.jpg") no-repeat center;
    background-size: cover;
}
.section2 .s-business ul li:nth-child(4) {
    background: url("../img/img_business2.jpg") no-repeat center;
    background-size: cover;
}
.section2 .s-business {
    display: inline-block;
    vertical-align: top;
    width: 48%;
}
.section2 .s-business ul {
    font-size: 0;
}
.section2 .s-business ul li {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 49%;
}
.section2 .s-business ul li a {
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    color: #fff;
    -webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -ms-transition: 0.2s all;
    -o-transition: 0.2s all;
    transition: 0.2s all;
}
.section2 .s-business li .text-area {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.section2 .s-business ul li:nth-child(odd) {
    margin-right: 2%;
}
.section2 .s-business ul li:nth-child(n+3) {
    margin-top: 15px;
}
.section2 .s-business ul li h3 {
    margin-bottom: 15px;
    font-size: 30px;
    font-weight: 600;
}
.section2 .s-business ul li p {
    font-size: 15px;
    font-weight: 100;
}
.section2 .s-business ul li {
    height: 280px;
}
.section2 .s-business ul li:hover a {
    background: none;
}
.section2 .s-business ul li:hover .text-area {
    visibility: hidden;
}
.section3 {
    text-align: center;
}
.section3 ul {
    padding-bottom: 70px;
}
.section3 ul li {
    display: inline-block;
    width: 250px;
    height: 250px;
    font-size: 20px;
    color: #fff;
    padding-top: 60px;
    background: #535353;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -ms-transition: 0.2s all;
    -o-transition: 0.2s all;
    transition: 0.2s all;
}
.section3 ul li + li {
    margin-left: 30px;
}
.section3 ul li  .ico {
    display: block;
    margin: 0 auto 15px;
}
.section3 ul li:hover {
    background: #0e72cf;
}
/* select */
.select {
    position: relative;
    cursor: pointer;
    z-index: 99; 
}
.select .selected-option {
    position: relative;
    display: block;
    width: 100%;
    padding-right: 15px;
}
.select .selected-option:after {
    content: "";
    position: absolute;
    top: 3px;
    right: 0;
    width: 8px;
    height: 8px;
    border: solid #454545;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.select .option-list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
}
.select .option-list li {
    background: #fff;
}
.select .option-list li a {
    display: block;
    width: 100%;
    height: 100%;
}
/*sub page*/
body .sub-page, html .sub-page, * {
    font-family: 'Nanum Gothic', sans-serif;
}
.sub-page .sub-content {
    padding: 75px 0;
    text-align: center;
}
.sub-page .sub-visual {
    position: relative;
    width: 100%;
    height: 200px;
    background: url("/theme/samjin/web/img/sub_visual01.jpg") no-repeat center;
}
.sub-page .sub-visual .text-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    color: #fff;
    font-weight: 100;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


body .sub-page .sub-visual .text-wrap {
    font-family: 'Josefin Sans', sans-serif;
    letter-spacing: 0;
}
.sub-page .sub-visual .text-wrap h2 {
    padding-top: 0;
    font-weight: 100;
    font-size: 45px;
}
.sub-page .sub-visual .text-wrap h2 span {
    opacity: 0;
}
.sub-page .sub-visual .text-wrap h2 span:nth-child(1) {
    -webkit-animation: text-effect 2s 0.1s;
    -o-animation: text-effect 2s 0.1s;
    animation: text-effect 2s 0.1s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.sub-page .sub-visual .text-wrap h2 span:nth-child(2) {
    -webkit-animation: text-effect 2s 0.3s;
    -o-animation: text-effect 2s 0.3s;
    animation: text-effect 2s 0.3s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.sub-page .sub-visual .text-wrap h2 span:nth-child(3) {
    -webkit-animation: text-effect 2s 0.2s;
    -o-animation: text-effect 2s 0.2s;
    animation: text-effect 2s 0.2s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.sub-page .sub-visual .text-wrap h2 span:nth-child(4) {
    -webkit-animation: text-effect 2s 0.2s;
    -o-animation: text-effect 2s 0.2s;
    animation: text-effect 2s 0.2s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.sub-page .sub-visual .text-wrap h2 span:nth-child(5) {
    -webkit-animation: text-effect 2s 0.1s;
    -o-animation: text-effect 2s 0.1s;
    animation: text-effect 2s 0.1s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.sub-page .sub-visual .text-wrap h2 span:nth-child(6) {
    -webkit-animation: text-effect 2s 0.4s;
    -o-animation: text-effect 2s 0.4s;
    animation: text-effect 2s 0.4s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.sub-page .sub-visual .text-wrap h2 span:nth-child(7) {
    -webkit-animation: text-effect 2s 0.2s;
    -o-animation: text-effect 2s 0.2s;
    animation: text-effect 2s 0.2s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.sub-page .sub-visual .text-wrap h2:before {
    content: none;
}
.sub-page .sub-visual .text-wrap p {
    margin-top: 15px;
    font-size: 17px;
}
.text-wrap span {
    letter-spacing: 2px;
}
.sub-page .sub-visual .text-wrap .line {
    position: absolute;
    left: 50%;
    width: 70%;
    height: 2px;
    margin-top: 12px;
    background: #297ecd;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-animation: line-effect 1s 0.2s;
    -o-animation: line-effect 1s 0.2s;
    animation: line-effect 1s 0.2s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.sub-page .sub-visual02 {
    position: relative;
    width: 100%;
    height: 200px;
    background: url("/theme/samjin/web/img/sub_visual02.jpg") no-repeat center;
}
.sub-page .sub-visual02 .text-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    color: #fff;
    font-weight: 100;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


body .sub-page .sub-visual02 .text-wrap {
    font-family: 'Josefin Sans', sans-serif;
    letter-spacing: 0;
}
.sub-page .sub-visual02 .text-wrap h2 {
    padding-top: 0;
    font-weight: 100;
    font-size: 45px;
}
.sub-page .sub-visual02 .text-wrap h2 span {
    opacity: 0;
}
.sub-page .sub-visual02 .text-wrap h2 span:nth-child(1) {
    -webkit-animation: text-effect 2s 0.1s;
    -o-animation: text-effect 2s 0.1s;
    animation: text-effect 2s 0.1s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.sub-page .sub-visual02 .text-wrap h2 span:nth-child(2) {
    -webkit-animation: text-effect 2s 0.3s;
    -o-animation: text-effect 2s 0.3s;
    animation: text-effect 2s 0.3s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.sub-page .sub-visual02 .text-wrap h2 span:nth-child(3) {
    -webkit-animation: text-effect 2s 0.2s;
    -o-animation: text-effect 2s 0.2s;
    animation: text-effect 2s 0.2s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.sub-page .sub-visual02 .text-wrap h2 span:nth-child(4) {
    -webkit-animation: text-effect 2s 0.2s;
    -o-animation: text-effect 2s 0.2s;
    animation: text-effect 2s 0.2s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.sub-page .sub-visual02 .text-wrap h2 span:nth-child(5) {
    -webkit-animation: text-effect 2s 0.1s;
    -o-animation: text-effect 2s 0.1s;
    animation: text-effect 2s 0.1s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.sub-page .sub-visual02 .text-wrap h2 span:nth-child(6) {
    -webkit-animation: text-effect 2s 0.4s;
    -o-animation: text-effect 2s 0.4s;
    animation: text-effect 2s 0.4s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.sub-page .sub-visual02 .text-wrap h2 span:nth-child(7) {
    -webkit-animation: text-effect 2s 0.2s;
    -o-animation: text-effect 2s 0.2s;
    animation: text-effect 2s 0.2s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.sub-page .sub-visual02 .text-wrap h2 span:nth-child(8) {
    -webkit-animation: text-effect 2s 0.2s;
    -o-animation: text-effect 2s 0.2s;
    animation: text-effect 2s 0.2s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.sub-page .sub-visual02 .text-wrap h2:before {
    content: none;
}
.sub-page .sub-visual02 .text-wrap p {
    margin-top: 15px;
    font-size: 17px;
}

.sub-page .sub-visual03 .text-wrap .line {
    position: absolute;
    left: 50%;
    width: 70%;
    height: 2px;
    margin-top: 12px;
    background: #297ecd;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-animation: line-effect 1s 0.2s;
    -o-animation: line-effect 1s 0.2s;
    animation: line-effect 1s 0.2s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.sub-page .sub-visual03 {
    position: relative;
    width: 100%;
    height: 200px;
    background: url("/theme/samjin/web/img/sub_visual03.jpg") no-repeat center;
}
.sub-page .sub-visual03 .text-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    color: #fff;
    font-weight: 100;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


body .sub-page .sub-visual03 .text-wrap {
    font-family: 'Josefin Sans', sans-serif;
    letter-spacing: 0;
}
.sub-page .sub-visual03 .text-wrap h2 {
    padding-top: 0;
    font-weight: 100;
    font-size: 45px;
}
.sub-page .sub-visual03 .text-wrap h2 span {
    opacity: 0;
}
.sub-page .sub-visual03 .text-wrap h2 span:nth-child(1) {
    -webkit-animation: text-effect 2s 0.1s;
    -o-animation: text-effect 2s 0.1s;
    animation: text-effect 2s 0.1s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.sub-page .sub-visual03 .text-wrap h2 span:nth-child(2) {
    -webkit-animation: text-effect 2s 0.3s;
    -o-animation: text-effect 2s 0.3s;
    animation: text-effect 2s 0.3s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.sub-page .sub-visual03 .text-wrap h2 span:nth-child(3) {
    -webkit-animation: text-effect 2s 0.2s;
    -o-animation: text-effect 2s 0.2s;
    animation: text-effect 2s 0.2s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.sub-page .sub-visual03 .text-wrap h2 span:nth-child(4) {
    -webkit-animation: text-effect 2s 0.2s;
    -o-animation: text-effect 2s 0.2s;
    animation: text-effect 2s 0.2s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.sub-page .sub-visual03 .text-wrap h2 span:nth-child(5) {
    -webkit-animation: text-effect 2s 0.1s;
    -o-animation: text-effect 2s 0.1s;
    animation: text-effect 2s 0.1s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.sub-page .sub-visual03 .text-wrap h2 span:nth-child(6) {
    -webkit-animation: text-effect 2s 0.4s;
    -o-animation: text-effect 2s 0.4s;
    animation: text-effect 2s 0.4s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.sub-page .sub-visual03 .text-wrap h2 span:nth-child(7) {
    -webkit-animation: text-effect 2s 0.2s;
    -o-animation: text-effect 2s 0.2s;
    animation: text-effect 2s 0.2s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.sub-page .sub-visual03 .text-wrap h2 span:nth-child(8) {
    -webkit-animation: text-effect 2s 0.2s;
    -o-animation: text-effect 2s 0.2s;
    animation: text-effect 2s 0.2s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.sub-page .sub-visual03 .text-wrap h2 span:nth-child(9) {
    -webkit-animation: text-effect 2s 0.2s;
    -o-animation: text-effect 2s 0.2s;
    animation: text-effect 2s 0.2s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.sub-page .sub-visual03 .text-wrap h2 span:nth-child(10) {
    -webkit-animation: text-effect 2s 0.2s;
    -o-animation: text-effect 2s 0.2s;
    animation: text-effect 2s 0.2s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.sub-page .sub-visual03 .text-wrap h2:before {
    content: none;
}
.sub-page .sub-visual03 .text-wrap p {
    margin-top: 15px;
    font-size: 17px;
}
.sub-page .sub-visual03 .text-wrap .line {
    position: absolute;
    left: 50%;
    width: 70%;
    height: 2px;
    margin-top: 12px;
    background: #297ecd;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-animation: line-effect 1s 0.2s;
    -o-animation: line-effect 1s 0.2s;
    animation: line-effect 1s 0.2s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.sub-page .sub-visual04 {
    position: relative;
    width: 100%;
    height: 200px;
    background: url("/theme/samjin/web/img/sub_visual04.jpg") no-repeat center;
}
.sub-page .sub-visual04 .text-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    color: #fff;
    font-weight: 100;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


body .sub-page .sub-visual04 .text-wrap {
    font-family: 'Josefin Sans', sans-serif;
    letter-spacing: 0;
}
.sub-page .sub-visual04 .text-wrap h2 {
    padding-top: 0;
    font-weight: 100;
    font-size: 45px;
}
.sub-page .sub-visual04 .text-wrap h2 span {
    opacity: 0;
}
.sub-page .sub-visual04 .text-wrap h2 span:nth-child(1) {
    -webkit-animation: text-effect 2s 0.1s;
    -o-animation: text-effect 2s 0.1s;
    animation: text-effect 2s 0.1s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.sub-page .sub-visual04 .text-wrap h2 span:nth-child(2) {
    -webkit-animation: text-effect 2s 0.3s;
    -o-animation: text-effect 2s 0.3s;
    animation: text-effect 2s 0.3s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.sub-page .sub-visual04 .text-wrap h2 span:nth-child(3) {
    -webkit-animation: text-effect 2s 0.2s;
    -o-animation: text-effect 2s 0.2s;
    animation: text-effect 2s 0.2s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.sub-page .sub-visual04 .text-wrap h2 span:nth-child(4) {
    -webkit-animation: text-effect 2s 0.2s;
    -o-animation: text-effect 2s 0.2s;
    animation: text-effect 2s 0.2s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.sub-page .sub-visual04 .text-wrap h2 span:nth-child(5) {
    -webkit-animation: text-effect 2s 0.1s;
    -o-animation: text-effect 2s 0.1s;
    animation: text-effect 2s 0.1s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.sub-page .sub-visual04 .text-wrap h2 span:nth-child(6) {
    -webkit-animation: text-effect 2s 0.4s;
    -o-animation: text-effect 2s 0.4s;
    animation: text-effect 2s 0.4s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.sub-page .sub-visual04 .text-wrap h2 span:nth-child(7) {
    -webkit-animation: text-effect 2s 0.2s;
    -o-animation: text-effect 2s 0.2s;
    animation: text-effect 2s 0.2s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.sub-page .sub-visual04 .text-wrap h2 span:nth-child(8) {
    -webkit-animation: text-effect 2s 0.2s;
    -o-animation: text-effect 2s 0.2s;
    animation: text-effect 2s 0.2s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.sub-page .sub-visual04 .text-wrap h2:before {
    content: none;
}
.sub-page .sub-visual04 .text-wrap p {
    margin-top: 15px;
    font-size: 17px;
}
.sub-page .sub-visual04 .text-wrap .line {
    position: absolute;
    left: 50%;
    width: 70%;
    height: 2px;
    margin-top: 12px;
    background: #297ecd;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-animation: line-effect 1s 0.2s;
    -o-animation: line-effect 1s 0.2s;
    animation: line-effect 1s 0.2s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.sub-page .snb {
	 position: relative;
    border-bottom: 1px solid #dbdbdb;
	z-index: 99;
}
.sub-page .snb .inner > ul {
    font-size: 0;
}
.sub-page .snb .inner > ul > li {
    position: relative;
    display: inline-block;
    z-index: 99;
}
.sub-page .snb .snb-list,
.sub-page .snb .selected-option {
    display: inline-block;
    min-width: 210px;
    font-size: 18px;
    font-weight: 600;
    color: #a4a4a4;
    background: #f8f8f8;
    border: solid #d8d8d8;
    border-width: 1px 1px 0;
    padding: 20px 25px;
}
.sub-page .snb li + li .snb-list,
.sub-page .snb li + li .selected-option {
    border-left-width: 0;
}
.sub-page .snb .selected-option:after {
    top: 24px;
    right: 15px;
}
.sub-page .snb .snb-list.home {
    min-width: 120px;
}
.sub-page .snb-list.arrow:after {
    content: "";
    position: absolute;
    top: 25px;
    right: 15px;
    width: 8px;
    height: 8px;
    border: solid #a8a8a8;
    border-width: 2px 2px 0 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.sub-page h2 {
    position: relative;
    padding-top: 15px;
    font-size: 45px;
}
.sub-page h2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 75px;
    height: 3px;
    margin-left: -37px;
    background: #474747;
}
.sub-page .snb .option-list {
    width: 100.2%;
    left: -1px;
    border: 1px solid #d8d8d8;
}
.sub-page .snb .option-list li {
    padding: 17px 20px;
    font-size: 17px;
    font-weight: 600;
    color: #848484;
    border-bottom: 1px solid #d8d8d8;
}
.sub-page .snb .option-list li:last-of-type {
    border-bottom: 0;
}
.sub-page .snb .selected-option.open,
.sub-page .snb .selected-option.active {
    background: #fff;
    color: #464646;
}
.sub-page .snb .option-list li:hover {
    color: #474747;
    background: #f8f8f8;
}
h3.title-md {
    margin-bottom: 25px;
    font-size: 35px;
    font-weight: 800;
    text-align: left;
    color: #464646;
}
h3.title-md:before {
    content: "";
    display: inline-block;
    width: 48px;
    height: 28px;
    margin-right: 10px;
    background: url("../img/ico_sub_title.png") no-repeat center;
}
.sub-page .sub-section {
    padding: 60px 0;
}
.sub-page .equipment-list {
    font-size: 0;
    width: 100%;
}
.sub-page .equipment-list > div {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 49%;
    min-height: 240px;
	height: 270px;
    padding: 20px 210px 20px 20px;
    text-align: left;
    border: 1px solid #dbdbdb;
    cursor: pointer;
}
.sub-page .equipment-list > div:nth-child(n+3) {
    margin-top: 20px;
}
.sub-page .equipment-list > div:hover {
    border-color: #0fb0ff;
}
.sub-page .equipment-list > div img {
    position: absolute;
    top: 10px;
    right: 10px;
}
.sub-page .equipment-list >div:nth-child(odd) {
    margin-right: 2%;
}
.sub-page .equipment-list h4 {
    position: relative;
    height: 70px;
    font-size: 30px;
    font-weight: 800;
    color: #464646;
}
.sub-page .equipment-list h4 p {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 18px;
    font-weight: 600;
    color: #464646;
}
.sub-page .text-info-list {
    margin-top: 10px; line-height:30px;
}
.sub-page .text-info-list li {
    margin-top: 10px;
    font-size: 18px;
    color: #8d8d8d;
}

.sub-page .text-info-list li span{


    color: #000; font-weight:bold;
}


.sub-page .text-info-list li:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 4px;
    height: 4px;
    margin-right: 10px;
    background: #0fb0ff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.sub-page .text-info-list .con_style span {font-weight:800; color: #0070c0;}

.sub-page .text-info-list .con_style:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 4px;
    height: 4px;
    margin-right: 10px;
    background: #0070c0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}


.sub-page .info-list {
    font-size: 0;
}
.sub-page .info-list li {
    display: inline-block;
    width: 32%;
    margin-right: 2%;
    cursor: pointer;
}
.sub-page .info-list li:last-of-type {
    margin-right: 0;
}
.sub-page .info-list li img {
    border: 5px solid transparent;
}
.sub-page .info-list li:hover img {
    border: 5px solid #0fb0ff;
}
.sub-page.sub2 .inner {
    width: 1260px;
}
.sub-page.sub2 .sub-section .inner {
    max-width: 90%;
}
.sub-page.sub2 .sub-section {
    padding: 20px 0;
}
.sub-page .sub2-slide {
    margin: 30px 0 60px;
}

.sub-page .sub2-slide .slick-list {
    width: 1110px;
    max-width: 80%;
    margin: 0 auto;
    overflow: hidden;
}
.sub-page .sub2-slide .slick-slide {
    margin: 0 10px;
}
.sub-page .slick-prev,
.sub-page .slick-next {
    opacity: 0.5;
}
.sub-page.sub2 h2 {
    text-align: center;

    font-weight: 300;
    letter-spacing: -1.5px;
}
.sub-page.sub2 h3.title-md {
    font-size: 35px;
    font-weight: 800;
    letter-spacing: -0.4px;
	color: #464646;
}


.sub-page .sub2_contents {
    margin: 30px 0 60px;
}

.sub-page .sub2_contents .con-list {
    width: 1110px;
    max-width: 80%;text-align:center;
    margin: 0 auto;
    overflow: hidden;
}

.sub-page .sub2_contents .con-list li {display:inline;}
.sub-page .sub2_contents .con-list img {padding-left:7px; padding-right:7px; padding-top:15px;}

.sub-page h3.title-md:before {
    width: 37px;
    height: 22px;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.sub-page.sub2 h3.title-md:before {
    margin-left: -48px;
}
.sub-page.sub2 h3 + p {
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    color: #828282;
    letter-spacing: 0;
}
.sub-page.sub2 .text-info-list li {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0;
}
.sub-page.sub2 .sub-section {
    padding: 30px 0;
    text-align: left;
}
.sub-page.sub2 .info-text {
    margin-top: 40px;
}
.sub-page.sub2 .info-text02 {
    margin-top: 40px; line-height:30px;
}

.sub-page .info-text h4 {
    font-size: 19px;
    font-weight: 800;
    color: #016faa;
}
.sub-page .info-text02 h4 {
    font-size: 19px;
    font-weight: 800;
    color: #016faa;
}

.sub-page .info-text_en h4 {
    font-size: 30px;
    font-weight: 800;
    color: #016faa;
}


.sub-page .s-section-img {
    display: block;
    margin: 0 auto;
}
.table-type1 {
    margin-top: 10px;
}
.table-type1 th,
.table-type1 td {
    padding: 10px 5px;
    border: 1px solid #eee;
    text-align: center;
    color: #828282;
    font-size: 16px;
    font-weight: 600;
    vertical-align: middle;
}
.table-type1 thead th {
    color: #333;
    background: #f7f7f7;
    border-top: 3px solid #016faa;
}
.table-type1 thead th:first-of-type {
    color: #226faa;
}
.table-type1 tbody th {
    color: #226faa;
}
.sub-section .drilling-img-list {
    font-size: 0;
    margin-top: 40px
}
.sub-section .drilling-img-list li {
    display: inline-block;
    width: 32%;
    margin-right: 2%;
}
.sub-section .drilling-img-list li:last-of-type {
    margin-right: 0;
}
.sub-page .bit-box {
    margin-top: 40px;
}
.sub-page .bit-box img {
    float: left;
    margin-right: 25px;
}
.sub-page .bit-box p {
    font-size: 15px;
    font-weight: 600;
    color: #828282;
    line-height: 30px;
    letter-spacing: 0;
}

.t_box_t_type{width:100%; margin-top:1%; text-align:center; font-size: 25px;
    font-weight: bold;
    letter-spacing: -0.4px;
    color: #464646;  }


.view01_01 {margin:0 auto; text-align:center;}


@media (max-width: 1850px) {
.right_icon {width:200px;}
.sub-menu .left_top {float:left; width:250px; text-align:left;  margin-left:5%; display:block; position:relative;  z-index:1;}
.sub-menu .left_top li {margin-right:10px; border-right:1px solid #555555; display:inline;}
.sub-menu .left_top a {padding:0;}
.p_l2 {padding-left:5px;}
}

@media (max-width: 1750px) {
.right_icon {display:none;}
}


@media (max-width: 1650px) {
    footer .copyright { 
        position: static;
        max-width: 95%;
        margin: 0 auto;
        padding-bottom: 30px; text-align:center; 
    }

}

@media (max-width: 1450px) {
    header nav ul li {
        min-width: 140px;
        font-size: 18px;
    }
    footer .copyright { 
        position: static;
        max-width: 95%;
        margin: 0 auto;
        padding-bottom: 30px;
    }
    .main-visual .text-box img {
        width: 50%;
    }
    .main-visual .text-box {
        font-size: 18px;
    }


.main-visual .text-box p b span {
    display: inline-block;
    letter-spacing: -5px;
    opacity: 0;
}
.main-visual .text-box.text-one {
   width:100%;
	top: 25%;
    /*left: 13%;*/
	margin:0 auto; text-align:center; clear:both;
    color: #3b4341; 
}

.sub-menu .left_top {float:left; width:150px; text-align:left;  margin-left:1%; }

    .section2 .s-about .text-wrap {
        height: 450px;
    }
    .section2 .s-about .text-area {
        bottom: 20px;
        right: 10px;
    }
    .section2 .s-about .text-area h3 {
        font-size: 30px;
    }
    .section2 .s-about .text-area p {
        margin: 20px 0;
        font-size: 13px;
        line-height: 20px;
    }
    .section2 .s-about .text-area a {
        font-size: 17px;
    }
    .section2 .s-business ul li {
        height: 217px;
    }
    .section2 .s-business ul li h3 {
        margin-bottom: 10px;
        font-size: 25px;
    }
    .section2 .s-business ul li p {
        font-size: 12px;
    }
    .section3 ul li {
        width: 190px;
        height: 190px;
        padding-top: 40px;
        font-size: 15px;
    }
    .section3 ul li + li {
        margin-left: 10px;
    }
	
}




@media (max-width:1024px) {
    .display-w {
        display: none;
    }
	.display-m01 img { width:110%;
        display: block; 
    }
    .display-m {
        display: block;
    }
    .sub-menu li {
        font-size: 11px; 
    }
    .sub-menu li:last-of-type a {
        padding-right: 0;
    }

	.sub-menu .left_top {float:left; width:150px; text-align:left;  padding-left:0;}

    header h1 {
        float: none;
        width: 100%;
        text-align: center;
    }
    .h-logo {
        width: 165px;
        height: 25px;
        margin: 20px auto;
        background-size: 100%;
    }
    header nav {
        float: none;
        margin: 0 -5%;
    }
    header nav .one-depth {
        display: table;
        width: 100%;
        table-layout: fixed;
    }
    header nav ul li {
        display: table-cell;
        min-width: auto;
        font-size: 14px;
        background: #016faa;
        color: #fff;
    }
    header nav ul li a {
        padding: 15px 10px;
    }
    header nav .one-depth > li.active > a {
        letter-spacing: 0;
    }
    header nav ul.two-depth {
        display: none!important;
    }
    header + .overlay {
        display: none!important;
    }
    .sitemap ul {
        position: relative;
        min-width: auto;
        padding: 0 5px;
        margin-top: 30px;
        font-size: 12px;
    }
    .sitemap > div {
        margin-top: 30px;
    }
    .sitemap div > ul:after {
        height: 150px;
        opacity: 0.3;
    }
    .sitemap ul li {
        padding: 5px;
    }
    .sitemap ul li ul {
        margin-top: 10px;
        font-size: 11px;
    }
    .sitemap ul li ul li:before {
        width: 3px;
        height :3px;
        margin: 0 6px 0 -7px;
    }
    .sitemap ul.equipment {
        padding: 0 5px;
    }
    .sitemap .btn-close {
        position: absolute;
        top: 20px;
        right: 10vw;
        width: 30px;
        height: 30px;
    }
    .sitemap .btn-close:before,
    .sitemap .btn-close:after {
        left: 13px;
    }
    footer .copyright {
        font-size: 11px;
        margin-top: -10px;
        padding-bottom: 20px;
    }
    footer .t-menu .f-info {
        float: none;
        padding: 0;
        text-align: center;
    }
    footer .t-menu .f-info li {
        display: inline-block;
        font-size: 11px;
    }
    footer .t-menu .f-info li:after {
        margin: 0 15px 0 17px;
    }
    footer .sns-list {
        float: none;
        margin-top: 15px;
        text-align: center;
    }
    footer .sns-list li + li {
        margin-left: 10px;
    }
    footer .sns-list .ico {
        width: 25px;
        height: 25px;
        -webkit-background-size: 100%;
        background-size: 100%;
    }
    footer .c-info {
        padding: 25px 0;
    }
    footer .f-logo {
        width: 165px;
        height: 25px;
        margin-bottom: 15px;
        -webkit-background-size: 100%;
        background-size: 100%;
    }
    footer .company-info {
        margin-top: 5px;
    }
    footer .company-info li {
        margin: 0 5px 0 0;
        font-size: 11px;
    }
    footer .company-info li span {
        margin-left: 5px;
    }
    footer .company-info li:last-of-type {
        margin-right: 0;
    }
    footer .company-info li:first-of-type {
        display: block;
        min-width: auto;
        margin: 0 5px 0 0;
        font-size: 13px;
    }
    footer .company-info li:first-of-type:before {
        margin-right: 5px;
    }
    .go-top {
        bottom: 15px;
    }
    .go-top:hover {
        opacity: 0.7;
    }




    .main-visual .text-box p {
        font-size: 18px;
    }
    .main-visual .text-box p b span {
        -webkit-transform: skew(-0.1deg);
        -moz-transform: skew(-0.1deg);
        -ms-transform: skew(-0.1deg);
        -o-transform: skew(-0.1deg);
        transform: skew(-0.1deg);
    }
    .main-visual .text-box.text-one {
        top: 9%;
		left:22%;
        margin:0 auto;
        text-align: center; clear:both;
    }
    .main-visual .text-one img { width:90%;
        margin: 0 auto; text-align:center; 
    }
	 .main-visual .text-box img { 
        margin: 0 auto; text-align:center; 
    }
    .main-visual .text-box p b span {
        letter-spacing: -3px;
    }
    .main-visual .slick-slide.slick-active b span:nth-child(10) {
        letter-spacing: -1px;
    }
    .main-visual .slick-dots {
        bottom: 10px;
    }
    .main-visual .slick-dots li {
        padding: 5px;
    }
    .main-visual .slick-dots li button {
        width: 9px;
        height: 9px;
    }
    h2.title-lg {
        font-size: 25px;
    }
    h2.title-lg + p {
        padding-bottom: 20px;
        font-size: 18px;
    }
    div[class*="section"] {
        padding: 50px 0;
    }
    .section1 {
        text-align: center;
    }
    .slick-prev,
    .slick-next {
        background-size: 20px;
    }
    .section2 .s-about {
        display: block;
        width: 100%;
        margin-right: 0;
    }
    .section2 .s-about .text-wrap {
        position: relative;
        height: 95vw;
        max-height: 400px;
        -webkit-background-size: cover;
        background-size: cover;
    }
    .section2 .s-about .text-wrap:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5);
        z-index: 10;
    }
    .section2 .s-about .text-area {
        width: 100%;
        top: 50%;
        left: 50%;
        bottom: initial;
        right: initial;
        padding: 10px;
        color: #fff;
        text-align: center;
        z-index: 100;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }
    .section2 .s-about .text-area h3 {
        font-size: 20px;
    }
    .section2 .s-about .text-area p {
        margin: 5vw 0;
        font-size: 11px;
        line-height: 15px;
    }
    .section2 .s-about .text-area a {
        font-size: 14px;
    }
    .section2 .s-business {
        display: block;
        width: 100%;
        margin-top: 50px;
    }
    .section2 .s-business ul li {
        display: block;
        width: 100%;
        height: 200px;
        margin-top: 10px;
    }
    .section2 .s-business ul li:nth-child(odd) {
        margin-right: 0;
    }
    .section2 .s-business ul li:nth-child(n+3) {
        margin-top: 10px;
    }
    .section3 ul {
        padding-bottom: 30px;
    }
    .section3 ul li {
        width: 25vw;
        height: 25vw;
        padding-top: 6.2vw;
        margin: 0 2vw;
        font-size: 11px;
        background: #0e72cf;
    }
    .section3 ul li + li {
        margin-left: 2vw;
    }
    .section3 ul li .ico {
        width: 7vw;
        height: 8vw;
        margin: 0 auto 5px;
        -webkit-background-size: 100%;
        background-size: 100%;
    }
    .sub-page header:after,
    .sub-page header:before {
        content: none;
    }
    .sub-page .sub-content {
        padding: 60px 0;
    }
    .sub-page .sub-section {
        padding: 20px 0;
    }
    .sub-page .snb .inner {
        max-width: 100%;
    }
    .sub-page .sub-visual .text-wrap {
        padding: 0 20px;
    }
    .sub-page .sub-visual .text-wrap h2 {
        font-size: 40px;
    }
    .sub-page .sub-visual .text-wrap p {
        font-size: 11px;
    }
    .sub-page .snb .inner > ul > li:first-of-type {
        display: none;
    }
    .sub-page .snb .inner > ul > li {
        width: 33.33333%
    }
    .sub-page .snb .snb-list, .sub-page .snb .selected-option {
        display: block;
        min-width: auto;
        font-size: 11px;
        padding: 10px 15px;
    }
    .sub-page .snb-list.arrow:after {
        top: 14px;
        right: 10px;
    }
    .sub-page .snb .option-list li {
        padding: 10px 15px;
        font-size: 11px;
    }
    .sub-page .snb .selected-option:after {
        top: 11px;
        right: 8px;
    }
    .sub-page.sub2 h2 {
        font-size: 30px;
    }
    .sub-page .info-text h4 {
        margin-bottom: 15px;
        font-size: 16px;
    }

	.sub-page .info-text_en h4 {
        margin-bottom: 15px;
        font-size: 16px;
    }

    .sub-page.sub2 .sub-section {
        padding: 15px 0;
    }
    .sub-page h3.title-md {
        margin-bottom: 15px;
        font-size: 20px;
    }
    .sub-page h3.title-md:before {
        width: 25px;
        height: 14px;
        margin-right: 5px;
    }
    .sub-page .equipment-list > div {
        width: 100%;
        margin-top: 10px;
        padding: 10px 53% 10px 10px;
    }
    .sub-page .equipment-list >div:nth-child(odd) {
        margin-right: 0;
    }
    .sub-page .equipment-list > div:nth-child(n+3) {
        margin-top: 10px;
    }
    .sub-page .info-list li {
        width: 100%;
        margin-right: 0;
    }
    .sub-page .info-list li + li {
        margin-top: 10px;
    }
    .sub-page .equipment-list h4 {
        height: auto;
        font-size: 22px;
    }
    .sub-page .equipment-list h4 p {
        position: static;
    }
    .sub-page .text-info-list {
        margin-top: 10px;
    }
    .sub-page .text-info-list li {
        padding-left: 16px;
        font-size: 13px;
        margin-top: 5px;
    }
    .sub-page .equipment-list > div img {
        max-width: 50%;
    }
    .sub-page.sub2 h3.title-md {
        padding-left: 30px;
        margin-bottom: 15px;
        font-size: 20px;
    }
    .sub-page.sub2 h3.title-md:before {
        width: 25px;
        height: 14px;
        margin: 0 5px 0 -30px;
    }
    .sub-page.sub2 h3 + p {
        font-size: 14px;
        line-height: 25px;
        -webkit-transform: skew(-0.1deg);
        -moz-transform: skew(-0.1deg);
        -ms-transform: skew(-0.1deg);
        -o-transform: skew(-0.1deg);
        transform: skew(-0.1deg);
    }
    .sub-page.sub2 .info-text {
        margin-top: 20px;
    }
    .sub-page.sub2 .text-info-list li {
        padding-left: 15px;
        margin-top: 10px;
        font-size: 14px;
        font-weight: 100;
    }
    .sub-page .text-info-list li:before {
        margin-left: -13px;
    }
    .sub-page .sub2-slide {
        margin-bottom: 30px;
    }
    .scroll-table {
        white-space: nowrap;
        overflow: auto;
    }
    .scroll-table table {
        width: max-content; 
    }
    .table-type1 { 
        margin-top: 5px;
    }
    .table-type1 th, .table-type1 td {
        padding: 10px 5px;
        font-size: 13px;
    }
    .sub-page .bit-box {
        margin-top: 5px;
        text-align: center;
    }
    .sub-page .bit-box img {
        float: none;
        margin-right: 0;
    }
    .sub-page .bit-box p {
        margin-top: 15px;
        font-size: 14px;
        text-align: left;
        line-height: 25px;
    }




}
@media (max-width:425px) {
.main-visual .text-box {}
.main-visual .text-box.text-one {
   width:100%;
	margin:0 auto; text-align:center; 
    color: #3b4341; 
}
    .main-visual .text-box p {
        font-size: 12px;
        -webkit-transform: skew(-0.1deg);
        -moz-transform: skew(-0.1deg);
        -ms-transform: skew(-0.1deg);
        -o-transform: skew(-0.1deg);
        transform: skew(-0.1deg); 
    }
    .section1 .prod-slide .slick-list {
        max-width: 65%;
    }
}
@media (max-width:374px) {
    .sitemap > div {
        text-align: left;
    }
    .sitemap .btn-close {
        right: 5vw;
    }
}
/*keyframes*/
@keyframes border-move {
    from {width: 0;}
    to {width: 50%; opacity: 0;}
}
@keyframes banner-effect {
    from {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    to {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
}
@keyframes text-effect {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes line-effect {
    from {width: 70%;}
    to {width: 50px;}
}