*,
*: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: 0%; height: 5px;}
.loading-blue { background-color: #00bdf4; width: 0%; height: 5px;}

/* Vidak News Page */
html { font-size: 16px;}
body { line-height: normal; }
body, p { margin: 0px; font-family: 'Nanum Square', sans-serif; font-size: 16px;}
a {color: black;}
a:link { text-decoration: none;}
ul { margin: 0px; padding: 0px;}
ul li { list-style: none; font-size: 14px; }
h1, h2, h3, h4, h5, h6 { margin: 0px; font-family: 'Nanum Square', sans-serif; }
h1 { font-size: 27px; color: white; font-weight: normal;}
h4 { font-size: 20px; margin-top: 46px; margin-bottom: 5px;}
h5 { font-size: 17px; margin-top: 55px; margin-bottom: 14px;}
.h4-style2 { margin-top: 0px;}

/* 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);}

/* 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: 112px;
  text-align: center; color: white;
  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(0%); -ms-transform: translateY(0%); transform: translateY(0%); opacity: 0.95; }

.sub-page-menu-title { padding-top: 25px;}
h2 { font-size: 1.3em; font-weight: normal;}
h3 { font-size: 1em;}
h6 { font-size: 0.8em;}
p { font-size: 14px;}
hr { display: block; height: 1px; border: 0; border-top: 1px solid #383838; margin: 0px;
    margin-top: 20px; margin-bottom: 3px; padding: 0; }
hr.black-line, hr.black-line2 { display: block; height: 3px; border: 0;
  border-top: 3px solid #333; margin: 0px; margin-bottom: 45px; padding: 0; }
hr.black-line2 { margin-bottom: 16px;}

.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: 144px; height: 72px;
}
.login { float: left; position: relative; width: 50%; height: 72px; 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: 72px; background-color: #333;}
.m-btn-bg { width: 100%; height: 72px; 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_black { -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: #000000;}
.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%;}

/* 회원가입 menu bar */
.sub-page-menu { list-style-type: none; margin: 0 auto; padding: 0; padding-top: 0px;}
.sub-page-menu li { display: inline; font-size: 1em; padding-left: 10px;}
.sub-page-menu li:first-child { padding-left: 0;}
.sub-page-menu li a { color: #999; font-size: 13px; height: 30px;
  padding-top: 5px; padding-left: 10px; padding-right: 10px; display: inline-block;}
.sub-page-menu #member-info { color: #fff; font-size: 0.8em; height: 30px;
  padding-top: 5px; padding-left: 10px; padding-right: 10px; display: inline-block;}
.sub-page-menu li a:hover { color: white;}
.sub-page-menu li .white-text { color: white;}


/* body */
.landing-box { position: relative; width: 100%; overflow: hidden; padding-top: 112px; background-color: #333;}
.landing-image { width:100%; height:303px; max-height: 303px; position: relative;
  background-color:white;
  background-image: url("../../img/membership/membership_info_bg.jpg");
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;}

.container {
  width:100%; height: auto; padding-top: 14px; padding-bottom: 0px;
  line-height: 1.42857143; position: relative;
  background-color: #fff;
}
.content-body { width:100%; max-width: 912px; margin: 0 auto; position: relative;}
.title-text { width: 100%; position: absolute; left:0px; top:-68px;}
.col-box { position: relative; width: 100%; height: auto; overflow: hidden; display: block;}
.b-padding50 { padding-bottom: 50px;}
.b-padding70 { padding-bottom: 70px;}
.pic-box1, .pic-box2, .pic-box3, .pic-box4, .pic-box5, .pic-box6 { position: relative; width: 324px; height:330px;
  padding-right: 70px; float:left;}
.pic-box3, .pic-box6 { width: 264px; padding-right: 10px;}
.img-holder { width: 112px; padding-bottom: 15px; margin: 0 auto;}
.text-title { font-size: 14px; font-weight: bold; margin-bottom: 10px;}
.t-box, .t-box-g { position: relative; width: 100%; padding-left: 17px; padding-bottom: 20px;}
.t-box { padding-bottom: 10px;}
.t-dot { position: absolute; left: 0px; top:4px;
  width: 9px; height: 9px; border-radius: 50%; background: #fcee21; }
.t-end { padding-bottom: 30px;}
.t-normal { font-weight: normal;}
.t-color { color: #000;}
.clear-fix { display: block; }
.clear-fix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0; }
.col-box50, .col-box50-2 { width:50%; float: left; padding-right: 30px;}
.pay-info { width: 100%; position: relative; background-color: #ffff00; padding-bottom: 60px;}
.pay-text, .pay-text2 { font-weight: bold; display: inline;}
.pay-text2 { padding-left: 10px;}
.pay-text3 { padding-left: 10px;}
.pay-text3-2 { padding-left: 10px; margin-bottom: 26px;}
.p-box { position: relative; width: 100%; padding-left: 2px; padding-top:6px;}
.p-box span {position: absolute; left: 0px;}
.pay-text4, .pay-text5 { display: inline;;}
.pay-text5 { padding-left: 10px;}
.arrow-up { font-size: 19px; position: absolute; left: 3px; top:-3px;}
.to-top { width: 22px; height: 22px; position: absolute; cursor: pointer; right:0px; top:-47px;}
.yellow-box2 { width: 22px; height: 22px; background-color: #ffff00;}
/* 입회절차 yellow 박스와 텍스트 */
.y-box { height: 185px;}
.c-t1 { position: absolute; font-size: 17px; left:71px; top:91px;}
.y-1, .y-2, .y-3, .y-4 { position: absolute; width: 143px; height: 143px; background-color: #ffff00; border-radius: 50%;}
.y-1 { left:61px; top:0px;}
.y-2 { left:271px; top:0px;}
.y-3 { left:481px; top:0px;}
.y-4 { left:691px; top:0px;}
.y-text1, .y-text1-2, .y-text2, .y-text2-2, .y-text2-3, .y-text3, .y-text4 { position: absolute;}
.y-text1 { left:11px; top:52px;}
.y-text1-2 { left:37px; top:73px;}
.y-text2 { left:45px; top:62px;}
.y-text2-2 { font-size:12px; left:8px; top:65px;}
.y-text2-3 { font-size:12px; left:36px; top:87px;}
.y-text3 { left:44px; top:62px;}
.a-1 { position: absolute; left:229px; top:61px;}
.a-2 { position: absolute; left:440px; top:61px;}
.a-3 { position: absolute; left:649px; top:61px;}
.t-line1 { display: inline-block;}
.p-end { margin-bottom: 20px;}
/* 입회절차 yellow 박스와 텍스트 끝 */

/* footer ******************************************************************* */
.section-footer { width: 100%; position: relative; background-color: #DDDBDB; height: auto;
  padding-bottom: 60px; overflow: 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 ************************************************************* */
/* ************************************************************************* */
/* 로고 & 섹션 텍스트 left 조정 */
@media only screen and (max-width: 768px) {
.logo_img { left: 20px;}
}
@media only screen and (max-width: 425px) {
.logo_img { left: 15px;}
}
@media only screen and (max-width: 320px) {
.logo_img { left: 10px;}
}

/* ********************************* */
/* 가입안내 메뉴 라인 */
@media only screen and (max-width: 423px) {
.logo_img { left:30px;}
.sub-page-menu-title { color:#222;}
}
@media only screen and (max-width: 420px) {
.nav-bg { height: 146px;}
.sub-page-menu { position: relative; width: 367px; margin-left: -22px;}
#member-group { display: block; position: absolute; left:38px; top:38px;}
}
/* ********************************* */
/* 본문 내용 */
@media only screen and (max-width: 1024px) {
.landing-image { height: 208px;}
}
@media only screen and (max-width: 990px) {
.title-text { left: 35px;}
.content-body { padding-left: 35px; padding-right: 25px;}
.pic-box1, .pic-box3, .pic-box5 { width: 50%; padding-right: 6%;}
.pic-box2, .pic-box4, .pic-box6 { width: 50%; padding-left: 3%; padding-right: 3%;}
.col-box50 { padding-right:6%;}
.col-box50-2 { padding-left:3%; padding-right:3%;}
.to-top { right: 25px;}
}
@media only screen and (max-width: 580px) {
.pic-box1, .pic-box3, .pic-box5, .pic-box2, .pic-box4, .pic-box6 { height: 350px;}
}
@media only screen and (max-width: 580px) {
.pay-text2 { display: block; padding-left: 0px; padding-top: 4px;}
}
@media only screen and (max-width: 536px) {
.pay-text5 { display: block; padding-left: 0px; padding-top: 3px;}
}
@media only screen and (max-width: 485px) {
.pic-box1, .pic-box3, .pic-box5, .pic-box2, .pic-box4, .pic-box6 { height: 380px;}
.pic-box1, .pic-box2 { height: 400px;}
.pic-box3, .pic-box4 { height: 320px;}
}
@media only screen and (max-width: 420px) {
.landing-box { padding-top: 146px;}
.pic-box1, .pic-box3, .pic-box5, .pic-box2, .pic-box4, .pic-box6 { width: 100%;
  height: auto; padding-bottom: 30px; padding-left:0%; padding-right:0%;}
.pic-box6 { padding-bottom: 50px;}
.col-box50, .col-box50-2 { width:100%; padding-left:0%; padding-right:0%;}
}
/* yellow box control */
@media only screen and (max-width: 912px) {
  .y-box { height: 362px;}
  .y-1 { left:61px; top:0px;}
  .y-2 { left:271px; top:0px;}
  .y-3 { left:481px; top:0px;}
  .y-4 { left:61px; top:180px;}
  .a-1 { left:229px; top:61px;}
  .a-2 { left:440px; top:61px;}
  .a-3 { left:20px; top:241px;}
}
@media only screen and (max-width: 702px) {
  .y-1 { left:61px; top:0px;}
  .y-2 { left:271px; top:0px;}
  .y-3 { left:61px; top:180px;}
  .y-4 { left:271px; top:180px;}
  .a-1 { left:229px; top:61px;}
  .a-2 { left:20px; top:241px;}
  .a-3 { left:229px; top:241px;}
}
@media only screen and (max-width: 500px) {
  .y-box { height: 725px; width: 250px; margin: 0 auto;}
  .y-1 { left:61px; top:0px;}
  .y-2 { left:61px; top:180px;}
  .y-3 { left:61px; top:360px;}
  .y-4 { left:61px; top:540px;}
  .a-1 { left:20px; top:241px;}
  .a-2 { left:20px; top:421px;}
  .a-3 { left:20px; top:601px;}
}

/* ********************************* */
/* 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%;}
  .footer2 { padding-right: 20px;}
}
@media only screen and (max-width: 419px) {
  .section-footer { padding-left: 30px;}
  .footer1 { width: 100%; padding-left: 0px;}
  .footer2 { width: 100%; padding-left: 0px;}
  .footer3 { width: 50%; padding-left: 0px;}
  .footer4 { width: 50%; padding-left: 20px;}
}
/* 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;}
}
