*,
*:before,
*:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

/* Loading icon */
.loading { margin:0; position: absolute; top:0; left:0; width: 100%; height: 100%;
  background-color: #dddbdb; text-align: center; z-index: 121;}
.loading-box { position: relative; width: 50%; float: left; height: 5px;}
.loading-yellow { background-color: #fcee21; width: 10%; height: 5px;}
.loading-blue { background-color: #00bdf4; width: 10%; height: 5px;}

/* slider hero css */
.top-margin { height: 0px; background-color: #222;}
.cd-hero { position: relative;}
.cd-hero-slider { width: 100%; overflow: hidden; position: relative; background-color: black;}
.cd-hero-slider li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; overflow: hidden;}

/* Vidak home css including slider */
html { font-size: 16px;}
body, p { margin: 0px; font-family: 'Nanum Square', sans-serif; }
a {color: black;}
/* menu section above the page */

.noscroll { margin: 0; height: 100%; overflow: hidden; }
.m_section { position: fixed; overflow-y: scroll; top: 0; right: 0; bottom: 0; left: 0; z-index: 200;
  background: rgba(0,0,0,.8); opacity: 0; display: none;
}
.white-bg { position: relative; height: auto; width: 100%; background-color: white;}

.m_container { margin: 0 auto; max-width: 1350px; z-index: 201; background-color: rgba(255,255,255,1);}
.serch_td1 {width: 25%;}
.serch_td2 {width: 75%;}

.m_bg_black, .background-click { position: absolute; width: 100%; background-color: rgba(0,0,0,0.1);
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%); opacity: 0; z-index: 98;}
.background-click {z-index: 201;}
.m_inner_box { width: 100%; padding-bottom: 7.6%; overflow: hidden; }
.m_search { width: 100%; height: 100px; margin-bottom: 72px; padding-top: 53px; text-align: center;}
#m_search_btn { visibility: hidden; width: 0px; margin:0; padding: 0; position: absolute; top: 0;}
#search_table { margin: 0 auto; width: auto;}
#search_table td {vertical-align: middle;}
#search_table span { font-size: 2.2em; color: #cfcfcf; margin-right: 15px; }
#m_search_enter { width: 100%; height: 45px; border: none; padding-left: 1em;
  border-bottom: 2px solid; border-color: #cfcfcf; font-size: 1.2em; }
.m_box1,.m_box2,.m_box3,.m_box4,.m_box5,.m_box6 { width: 25%; float: left;
  height: 200px; padding-left: 7%;}
.m_title { font-size: 1.25em; margin-bottom: 0.68em;}
.m_blue { color: #29abe2;}
.m_text { font-size: 0.87em; margin-bottom: 0.8em;}
.close_btn { position: absolute; right: 30px; top: 20px; width: 40px; height: 40px; cursor: pointer;}
.x1, .x2 { position: absolute; width: 22px; height: 1px; background-color: black; top:19px; left: 9px; }
.x1 { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);}
.x2 { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg);}

/* ***************************** */
/* ***** Loading animation ***** */
/* ***************************** */
header { opacity: 0;}
.cd-hero-slider {opacity: 0;}
/* ***************************** */


/* header nav section */
header {
  position: fixed;
  margin: 0; width: 100%; height: 72px;
  z-index:99;
}
nav {
  margin: 0 auto;
  position: relative;
  padding-left: 20px;
  width: 100%;
}
.nav-bg { position: absolute; left: 0; top: 0; width: 100%; height: 72px;
  background-color: #222; -webkit-box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.05); box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.05);
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s; -webkit-transform: translateY(-100%); -ms-transform: translateY(-100%); transform: translateY(-100%); opacity: 0.95; }
.logo_img {
  position: absolute;
  top: 25px;
  left: 30px;
  width: 150px;
  height: 35px;
  z-index: 2;
}
.menu_btn-grp {
  position: absolute;
  right: 0; top: 0;
  width: 180px; height: 90px;
  -webkit-transform: translate(100%, 0%);
  -ms-transform: translate(100%, 0%);
  transform: translate(100%, 0%);
}
.login { float: left; position: relative; width: 50%; height: 90px; cursor: pointer;}
.open-menu-btn { float: left; position: relative; width: 50%; cursor: pointer;}
.login .fa { position: absolute; color: #AFADAD;
  top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); font-size: 1.25em; -webkit-transition: color; transition: color;}
.open-menu-btn .fa { position: absolute; color: #ffffff;
  top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); font-size: 1.25em;}
.log-add-white { color: #fff;}
.log-btn-bg  { width: 100%; height: 90px; background-color: #333;}
.m-btn-bg { width: 100%; height: 90px; background-color: #000;}

.logo_base { -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; -webkit-transform-origin: 0% 0%; -ms-transform-origin: 0% 0%; transform-origin: 0% 0%;}
.logo_1_white { -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; -webkit-transform-origin: 0% 0%; -ms-transform-origin: 0% 0%; transform-origin: 0% 0%; fill: #ffffff;}
.logo_1_blue { -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; -webkit-transform-origin: 0% 0%; -ms-transform-origin: 0% 0%; transform-origin: 0% 0%; fill: #00bdf4;}
.logo_small { -webkit-transform: scale(0.65,0.65); -ms-transform: scale(0.65,0.65); transform: scale(0.65,0.65); -webkit-transform-origin: 0% 0%; -ms-transform-origin: 0% 0%; transform-origin: 0% 0%;}

/* body and slider */
.container { overflow: hidden; width: 100%;}
a:link { text-decoration: none;}
.a-slider { display: block; width: 100%; height: 100%;}
.a-link-box { display: block; width: 100%; height: 100%;}
.cd-full-width a { display: block; width: 100%; height: 100%;}
.read-more-table { display: none; margin-top: 31px; border: none; color: #ffff00;}
.read-tr { vertical-align: middle; text-align: left; font-size: 0.8em;}
.read-tr .fa { font-size: 1.2em; padding-bottom: 1px;}
.a-link-gap { padding-right: 5px; color: #ffff00;}
ul { margin: 0px; padding: 0px;}
ul li { list-style: none;}
h1, h2, h3, h4, h5, h6 { margin: 0px; font-family: 'Nanum Square', sans-serif; }
.content-box { position: absolute; width: auto; height: auto; overflow: hidden;
  left: 30px;
}
#s4 .content-box { width: 800px;}
.slide-h6 { font-size: 0.9em; color: white; line-height: 120%;
  font-weight: bold;
}
.slide-h1 { font-size: 4.2em; color: white; line-height: 122%; padding-top: 20px;
}
.slide-h5 { font-size: 1.5em; color: white; line-height: 120%; padding-top: 28px;
}
.black-type { color: black; }

.cd-full-width { overflow: hidden; position: relative; height: inherit;}
.cd-full-width img {
  position: absolute; width: 100%;
  top: auto;
  bottom: auto;
}
.btn-grp { width: 100%; position: relative; height: 90px; -webkit-transform: translate(100%, -100%); -ms-transform: translate(100%, -100%); transform: translate(100%, -100%); opacity: 0;}
.btn-prev, .btn-next {
  color: #888888;
  position: relative; text-align: center;
  cursor: pointer; float: left;
  width: 50%; height: 90px;
  background-color: #ffffff;
}
.btn-prev .fa, .btn-next .fa { font-size: 1.2em;}

.span-lgt { font-size: 14px; position: absolute; margin-top: 36px; left: 0; right: 0; }
.cd-slider-nav { display: none; } /* 슬라이더 dot 스타일 버튼 - 쓰지않음 */
.row { width: 100%; }
.center { text-align: center;}
.btn-grp-rps {display: none;}
.btn-grp-rps li { background-color: black;}

/* section1 */
.section1 { width: 100%; position: relative;}
.section1 div { height: 160px; float: left;}
.section1 .box1 { width: 20%; position: relative; background-color: white; padding-top: 22px;
  padding-left: 30px; cursor: pointer; overflow: hidden;}
.s-rollover-color { width: 100%; position: absolute; left: 0; top: 0;
  height: 160px; background-color: black; opacity: 0; -webkit-transition: opacity 1s; transition: opacity 1s; }
.s-rollover-opacity { opacity: 1;}
.start-bg { width: 0%; position: absolute; left: 0; top: 0; height: 160px; z-index: 15;}
.start-bg2 { width: 110%; position: absolute; left: 0; top: 0; height: 700px; background-color: white; z-index: 15;}
.start-bg3, .start-bg3-2 { width: 0%; position: absolute; left: 0; top: 0; height: 600px;}
.start-bg3-2 { width: 100%;}
.start-bg4, .start-bg4-2 { width: 100%; position: absolute; left: 0; top: 0; height: 300px; z-index: 15;}
.start-bg4-2 { height: 600px;}
.start-bg5 { width: 100%; position: absolute; left: 0; top: 0; height: 428px; z-index: 15;}
.start-bg6 { width: 100%; position: absolute; left: 0; top: 0; height: 268px; z-index: 15;}
.bg-yellow { background-color: #fcee21;}
.bg-grey1 { background-color: #f5f5f5;}
.bg-blue { background-color: #00bdf4;}
.bg-grey2 { background-color: #414040;}
.bg-grey3 { background-color: #999797;}
.bg-grey4 { background-color: #dddbdb;}
.bg-white { background-color: white;}

.section1 .box2 { width: 40%; background-color: white; padding-top: 22px; padding-left: 30px;
  cursor: pointer; position: relative; overflow: hidden;}
.t-box1, .t-box2, .t-box3, .t-box4, .t-box5, .t-box6, .t-box7, .t-box8, .t-box9 {
  width: 100%; padding-right: 10px; height: auto; position: relative; z-index: 10;}
.t-box-hide { opacity: 0;}

.rollover_img1, .rollover_img2, .rollover_img3 { position: absolute; left: 50%; top: 0; -webkit-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); transform: translate(-50%, 0);
  -webkit-transition: opacity 1s;
  transition: opacity 1s; opacity: 0; z-index: 10; width: 100%;}
.btn_inv1, .btn_inv2 { position: absolute; left: 0; top: 0; width: 100%;
  height: 160px; z-index: 13;}
.bg-img-opacity { opacity: 1;}
.box-table { border: none; color: black; position: relative;}
.box-tr { vertical-align: middle; text-align: left;}
.box-tr td { padding-right: 4px;}
.box-tr td .fa { font-size: 1.2em; padding-bottom: 1px;}
.btn_opacity { opacity: 0;}
.section1 .box3 { width: 30%; background-color: white; padding-top: 22px; padding-left: 30px;
  cursor: pointer; position: relative; overflow: hidden;}
.section1 .box4 { width: 10%; background-color: white;}
.p-style1 { position: relative; font-size: 0.85em; color: black; font-weight: bold; z-index: 11; }
.p-style2 { position: relative; font-size: 0.7em; color: black; font-weight: bold; margin-bottom: 1em;
  -webkit-transition: color;
  transition: color; z-index: 11;}
.p-style3 { position: relative; font-size: 1em; font-weight: bold; line-height: 1.5;
  -webkit-transition: color;
  transition: color; z-index: 11; }

/* section2 */
.color_white { color: white;}
.section2 { width: 100%; position: relative; overflow: hidden;}
.section2 div { height: 160px; float: left;}
.section2 .box1 { width: 10%; background-color: white; padding-top: 22px; padding-left: 30px;
  cursor: pointer; position: relative;}
.section2 .box2 { width: 10%; background-color: white; padding-top: 22px; padding-left: 30px;
  cursor: pointer; position: relative;}
.section2 .box3 { width: 20%; background-color: white;}
.section2 .box4 { width: 40%; background-color: white; padding-top: 22px;
  padding-left: 30px; cursor: pointer; position: relative; overflow: hidden;}
.section2 .box5 { width: 20%; background-color: white;}

/* section3 */
.sec3-a { display: block; position:absolute; width: 100%; height: 100%; z-index: 13;}

.section3 { width: 100%; position: relative; overflow: hidden;}
.section3 div { float: left;}
.section3 .box1, .section3 .box2 { width: 50%; position: relative;}
.section3 .box1 .c1, .section3 .box1 .c2 { width: 50%; position: relative; overflow: hidden;}
.section3 .box1 .c2, .section3 .box2 .c2 { padding-top: 22px; padding-left: 30px; padding-right: 30px; overflow: hidden;}
.section3 .box2 .c1, .section3 .box2 .c2 { width: 50%; position: relative; overflow: hidden;}
.section3 .box1 .c1 img, .section3 .box2 .c1 img { width:100%; -webkit-transition: -webkit-transform 0.5s; transition: transform 0.5s; position: relative;
  }
.section3 .box1,
.section3 .box2{-webkit-transition:background 0.3s ease-in-out;transition:background 0.3s ease-in-out;}
.rollout-scale { -webkit-transform: scale(1.05,1.05); -ms-transform: scale(1.05,1.05); transform: scale(1.05,1.05);}
.rollover-scale { -webkit-transform: scale(1.2,1.2); -ms-transform: scale(1.2,1.2); transform: scale(1.2,1.2);}

/* section4 */
.section4 { width: 100%; position: relative; overflow: hidden; background-color: white;}
.section4 .box1, .section4 .box2 { width: 50%; float: left; height: 600px; background-color: white; position: relative;}
.section4 .box1 .t-box7{ padding-top: 129px; padding-left: 6.8%; padding-right: 6.8%;}
.section4 .box1 .t-box7 .b_title { text-align: center; width: 100%; }
.section4 .box2 { background-image: url("../img/sample15.jpg"); background-repeat: no-repeat;
  background-position: center; -webkit-background-size:cover; background-size:cover;}
.p-style4 { font-size: 1.2em; font-weight: bold; margin-bottom: 10%; letter-spacing: 0.25em;}
.p-style5 { font-size: 1em; line-height: 180%;}
.btn_style1, .btn_style2, .btn_style3 { margin: 0 auto; margin-top: 10%; border: 2px solid white; width: 272px; height: 49px;
  padding-top: 16px; cursor: pointer; }
.btn_style2 { border: 2px solid black; }
.btn_style3 { border: 2px solid black; margin-top: 6%;}
.p-btn-text1 { font-size: 0.8em; }

/* section6 */
.section6 { width: 100%; position: relative; overflow: hidden; background-color: white;}
.section6 .box1, .section6 .box2 { width: 50%; float: left; height: 428px; position: relative; overflow: hidden;}
.section6 .box1 { background-color: #fcee21; padding-top: 110px;
   padding-left: 6.8%; padding-right: 6.8%;}
.section6 .box1 .b_title { text-align: center; width: 100%; }
.section6 .box2, .section6 .box3 { background-image: url("../img/sampleimg24-u2527-fr.jpg"); background-repeat: no-repeat;
  background-position: center; -webkit-background-size:cover; background-size:cover;}
.section6 .box3 { display: none;}
.p-style6 { font-size: 1.2em; font-weight: bold; margin-bottom: 5%; letter-spacing: 0.25em; line-height: 180%;}
.p-style7 { font-size: 1em; margin-bottom: 5%; line-height: 180%;}
/* section7 */
.section7 { width: 100%; height:268px; position: relative; overflow: hidden; background-color: white;}
.company-logo-holder { position: absolute; left:0px; top:0px;}
.com-logos { float: left; height: 268px; position: relative; overflow: hidden;}
.com-logos img { position: absolute; width: 120px; height:120px; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); cursor: pointer;}
/* footer ******************************************************************* */
.section-footer { width: 100%; position: relative; background-color: #DDDBDB; height: auto;
  padding-bottom: 60px; overflow: hidden; visibility: hidden;}
.footer1 { width: 40%; float: left; padding-left: 35px; padding-top: 38px;}
.footer1 img { margin-bottom: 18px;}
.footer2, .footer3, .footer4 { width: 20%; padding-top: 49px; float: left;}
.footer4 { position: relative;}
.p-margin1 { margin-bottom: 20px;}
.p-footer1 { font-size: 0.7em; }
.p-footer2 { font-size: 0.75em; font-weight: bold; color: #4E4D4D; margin-bottom: 15px;}
.p-margin2 { margin-bottom: 5px;}
.p-footer3, .p-footer4 { font-size: 0.75em; color: #7F7F7F; line-height: 180%; }
.p-footer3 a, .p-footer4 a { color: #7F7F7F;}
.p-footer4 { margin-top: 192px;}
.fb-logo-box { position: relative; width: 50px; height: 50px; overflow: hidden;}
.fb-logo-box img { position: absolute; top:0px; left:0px; cursor: pointer;}
.fb-logo-box img:hover { left: -50px;}
.a-fblogo { display: block; position: absolute; width: 120px; height: 100px; top:37px; left:-15px; z-index: 98;}
.a-fblogo:hover + .fb-logo-box img { left: -50px;}
.p-footer4 a:hover { color: black}
.p-footer3 a:hover { color: black}

/* media query ************************************************************************************************* */
/* slider 폭이 1615 이상일때 이미지 센터링 */
@media only screen and (min-width: 1615px) {
.cd-full-width img {  position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto; }
}
@media only screen and (min-width: 1720px) {
.content-box { left: 3%; }
}
/* 로고 & 섹션 텍스트 left 조정 */
@media only screen and (max-width: 768px) {
.logo_img { left: 20px;}
.content-box { left: 20px;}
.section1 .box1, .section1 .box2, .section1 .box3 { padding-left: 20px; padding-right: 10px;}
.section2 .box1, .section2 .box2, .section2 .box4 { padding-left: 20px;}
}
@media only screen and (max-width: 425px) {
.logo_img { left: 15px;}
.content-box { left: 15px;}
.section1 .box1, .section1 .box2, .section1 .box3 { padding-left: 15px;}
.section2 .box1, .section2 .box2, .section2 .box4 { padding-left: 15px;}
}
@media only screen and (max-width: 320px) {
.logo_img { left: 10px;}
.content-box { left: 10px;}
.section1 .box1, .section1 .box2, .section1 .box3 { padding-left: 10px;}
.section2 .box1, .section2 .box2, .section2 .box4 { padding-left: 10px;}
}
/* menu list & seach box adjustment */
@media only screen and (max-width: 850px) {
.m_box1,.m_box2,.m_box3,.m_box4,.m_box5,.m_box6 { width: 25%; float: left;
  padding-left: 7%;}
}
@media only screen and (max-width: 650px) {
.m_box1,.m_box2,.m_box3,.m_box4,.m_box5,.m_box6 { width: 50%;
  padding-left: 12%;}
}
@media only screen and (max-width: 600px) {
  #search_table { width: 80%;}
}
@media only screen and (max-width: 560px) {
.m_box1,.m_box2,.m_box3,.m_box4,.m_box5,.m_box6 { width: 50%;
  padding-left: 12%;}
#search_table { margin: 0; margin-left: 3em;}
#search_table span { font-size: 2em;}
}
@media only screen and (max-width: 414px) {
.m_box1,.m_box2,.m_box3,.m_box4,.m_box5,.m_box6 { width: 50%;
  padding-left: 12%;}
#search_table { margin: 0; margin-left: 3em;}
#search_table span { font-size: 1.5em;}
}
@media only screen and (max-width: 400px) {
.m_box1,.m_box2,.m_box3,.m_box4,.m_box5,.m_box6 { width: 50%;
  height: 200px; padding-left: 10%;}
}
@media only screen and (max-width: 375px) {
.m_box1,.m_box2,.m_box3,.m_box4,.m_box5,.m_box6 { width: 50%;
  padding-left: 10%;}
#search_table { margin: 0; margin-left: 2em;}
#search_table span { font-size: 1.5em; margin-right: 10%;}
}
@media only screen and (max-width: 320px) {
.m_box1,.m_box2,.m_box3,.m_box4,.m_box5,.m_box6 { width: 50%; float: left;
  padding-left: 10%;}
#search_table { margin: 0; margin-left: 2em;}
#search_table span { font-size: 1.5em;}
}
/**************************************/
/* slider text adjustment default set */
/**************************************/
@media only screen and (max-width: 1659px) {
.slide-h6 { font-size: 0.8em;}
.slide-h1 { font-size: 3.5em; padding-top: 18px;}
.slide-h5 { font-size: 1.2em; padding-top: 20px;}
}
@media only screen and (max-width: 1384px) {
.slide-h6 { font-size: 0.8em;}
.slide-h1 { font-size: 3em; padding-top: 18px;}
.slide-h5 { font-size: 1.2em; padding-top: 20px;}
}
@media only screen and (max-width: 1295px) {
.slide-h6 { font-size: 0.8em;}
.slide-h1 { font-size: 2.5em; padding-top: 18px;}
.slide-h5 { font-size: 1em; padding-top: 20px;}
}
@media only screen and (max-width: 1015px) {
.slide-h6 { font-size: 0.8em;}
.slide-h1 { font-size: 2.5em; padding-top: 18px;}
.slide-h5 { font-size: 1em; padding-top: 20px;}
}
@media only screen and (max-width: 850px) {
.slide-h6 { font-size: 0.8em;}
.slide-h1 { font-size: 2em; padding-top: 18px;}
.slide-h5 { display: none;}
}
@media only screen and (max-width: 760px) {
.content-box { margin-top: 5%;}
}
@media only screen and (max-width: 668px) {
.slide-h6 { font-size: 0.7em;}
.slide-h1 { font-size: 1.8em; padding-top: 18px;}
}
@media only screen and (max-width: 600px) {
.slide-h1 { font-size: 1.6em; padding-top: 18px;}
}
@media only screen and (max-width: 540px) {
.slide-h1 { font-size: 1.2em; padding-top: 15px;}
}
@media only screen and (max-width: 435px) {
.slide-h1 { font-size: 1.2em; padding-top: 15px;}
}
@media only screen and (max-width: 400px) {
.slide-h1 { font-size: 1.0em; padding-top: 10px;}
}
@media only screen and (max-width: 360px) {
.slide-h1 { font-size: 1.0em; padding-top: 10px;}
}
@media only screen and (max-width: 320px) {
.slide-h6 { font-size: 0.6em;}
.slide-h1 { font-size: 0.9em; padding-top: 6px;}
}
/*============================*/
/* slide image1 text position */
/*============================*/
@media only screen and (max-width: 1015px) {
#s1 .content-box { width: 320px;}
}
@media only screen and (max-width: 850px) {
#s1 .content-box { width: 250px;}
}
@media only screen and (max-width: 760px) {
#s1 .content-box { margin-top: 10%;}
}
@media only screen and (max-width: 668px) {
#s1 .content-box { width: 250px;}
}
@media only screen and (max-width: 600px) {
#s1 .content-box { width: 200px;}
}
@media only screen and (max-width: 540px) {
#s1 .content-box { width: 37%;}
}
@media only screen and (max-width: 414px) {
#s1 .content-box { width: 38%;}
}
@media only screen and (max-width: 375px) {
#s1 .content-box { margin-top: 11%;}
}

/* section2 adjustment */
@media only screen and (max-width: 1479px) {
.section2 .box1 { width: 20%;}
.section2 .box2 { width: 20%;}
.section2 .box3 { width: 0%;}
.section2 .box5 { width: 10%;}
}
@media only screen and (max-width: 1400px) {
  .section6 .box1 { padding-top: 90px;}
}
/* slide btn & section1, 2 adjustment */
@media only screen and (max-width: 760px) {
  .btn-grp-rps { display: block;}
  .section1 .box1 { width: 40%;}
  .section1 .box2 { width: 60%;}
  .section1 .box3 { width: 100%;}
  .section1 .box4 { width: 0%;}
  .btn-prev, .btn-next { height: 50px;}
  .span-lgt { margin-top: 17px;}
  .section2 .box1 { width: 40%;}
  .section2 .box2 { width: 40%;}
  .section2 .box3 { width: 20%;}
  .section2 .box4 { width: 100%;}
  .section2 .box5 { width: 0%;}
  /* section4 */
  .section4 .box1 { width: 100%; height: auto;}
  .section4 .box2 { width: 100%; height: 420px;}
  .section4 .box1 .t-box7 { padding-top: 10%;}
  .p-style4 { margin-bottom: 5%;}
  .btn_style1 { margin-top: 5%; margin-bottom: 10%;}
}
@media only screen and (max-width: 1200px) {
  .footer1 { width: 34%;}
  .footer2, .footer3, .footer4 { width: 22%;}
  .footer3 { padding-left: 35px;}
}

@media only screen and (max-width: 950px) {
  .section4 .box1 .t-box7 { padding-top: 20%;}
  .section6 .box1 .t-box9 { padding-top: 20%;}
  .section6 .box1 { padding-top: 0px;}
}

@media only screen and (max-width: 1024px) {
  .section3 .box1, .section3 .box2 { width: 100%;}
  .section4 .box1 .t-box7 { padding-top: 20%;}
}

@media only screen and (max-width: 760px) {
  /* section6 */
  .section6 .box1 { width: 100%; height: auto; padding-top: 0px;}
  .section6 .box1 .t-box9 { padding-top: 10%;}
  .section6 .box2 { display: none;}
  .section6 .box3 { display: block; overflow: hidden;}
  .section6 .box3 { width: 100%; height: 420px;}
  .p-style6 { margin-bottom: 5%;}
  .btn_style3 { margin-top: 5%; margin-bottom: 10%;}
  /* slide 크기 조정 */
  .cd-full-width img { left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%);}
}
@media only screen and (max-width: 700px) {

}
@media only screen and (max-width: 520px) {
  .section3 .box1 .c1, .section3 .box1 .c2 { width: 100%;}
  .section3 .box2 .c1, .section3 .box2 .c2 { width: 100%;}
  .section3 .box1 .c2, .section3 .box2 .c2 { height: 160px;}
  /* section4 */
  .section4 .box1 .t-box7 { padding-top: 15%;}
  .p-style4 { margin-bottom: 6%;}
  .btn_style1 { margin-top: 6%; margin-bottom: 15%;}
  /* section6 */
  .section6 .box1 .t-box9 { padding-top: 15%;}
  .p-style6 { margin-bottom: 6%;}
  .btn_style3 { margin-top: 6%; margin-bottom: 15%;}
  .show-when-1024 { padding-top: 15%; padding-bottom: 15%;}
}

/* footer */
@media only screen and (max-width: 1200px) {
  .footer1 { width: 34%;}
  .footer2, .footer3, .footer4 { width: 22%;}
  .footer3 { padding-left: 35px;}
}
@media only screen and (max-width: 1024px) {
  .footer1 { width: 50%;}
  .footer2, .footer2, .footer3 { width: 50%;}
}
@media only screen and (max-width: 419px) {
  .section-footer { padding-left: 20px;}
  .footer1 { width: 100%; padding-left: 0px;}
  .footer2 { width: 100%; padding-left: 0px;}
  .footer3 { width: 50%; padding-left: 0px;}
  .footer4 { width: 50%; padding-left: 20px;}
}
