@charset "utf-8";
*{margin: 0; padding: 0; box-sizing: border-box;}

body,html{width: 100%; font-family: 'NanumSquare', sans-serif; font-size: 17px; 
-ms-overflow-style: none;}
@font-face {
  font-family: 'NanumBarunGothic';
  font-style: normal;
  font-weight: 300;
  src: url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebLight.eot');
  src: url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebLight.eot?#iefix') format('embedded-opentype'), url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebLight.woff') format('woff'), url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebLight.ttf') format('truetype');
}

.nanumbarungothic * {
  font-family: 'NanumBarunGothic', sans-serif;
}
::-webkit-scrollbar{/* display: none; */}
.bold{font-weight: bold;}
ul{list-style: none;}
a{text-decoration: none; color: inherit;}
button, input, a, img{outline: 0; border:0; background-image: none; background-color: transparent;}
button {cursor:pointer;}
strong{color:#333;}
/* 나눔스퀘어 폰트깨짐현상 완화 */
p,a,h1, h2, h3, h4, h5, h6{transform: skew(-0.02deg);}
input[type=checkbox], input[type=radio]{margin: 4px 0 0; line-height: normal;}
input[type=text]{font-family: 'Noto Sans KR', sans-serif;}
input[type=password]{font-family: 'Noto Sans KR', sans-serif; color:#333;}
.wrap{word-break: keep-all;}
.page{width: 100%; height: 100vh; position: relative;}
.logo{top: 40px; display: block; position: absolute;}
.search{text-align: center;}
.search_form{font-family: 'Noto Sans KR', sans-serif; display: inline-block; width: 45%; height: 35px; border:2px solid #009cde; border-radius: 50px; margin-top: 40px; text-indent: 10px; font-weight: 100; font-size: 14px;}
.search_form::placeholder{color:rgb(119, 119, 119); font-size: 0.8em;}
.search_btn{position: relative;}
.sch_btn{position: absolute; top: 0px; right:20px; font-size: 16px; color:#888;}
/* input::placeholder{color:rgb(194, 194, 194);}
input::-webkit-input-placeholder {color:rgb(194, 194, 194);}
input:-ms-input-placeholder {color:rgb(194, 194, 194);} */
.camera_btn{display: inline-block; margin-top: 0px; margin-left:2px; vertical-align: middle;}
.camera_btn i{font-size: 30px; color:rgb(0, 156, 222); cursor: pointer;}
.camera_txt{font-family: 'Noto Sans KR', sans-serif; font-size: 0.8em; vertical-align: top;}
.camera_btn input[type=file]{display: none;}

/* 네비게이션 */
.header{position: fixed; top: 0; background-color: #fff; z-index: 100; width: 100%; border-bottom: 1px solid #ccc;}
.navbar-right{font-family: 'Noto Sans KR', sans-serif; display: flex; position: absolute; right: 10%; top: 0;}
.navbar-right li{display: inline-block;}
.navbar-right li::after{content:"|"; color:#ccc;}
.navbar-right li:last-child::after{content:" ";}
.navbar-right li a{color:#999; font-size: 0.8em; display: inline-block; padding: 0px 15px; text-align: center; height: 100%;}
.navbar-right li a:hover{color:#009CDE;}
.nav_top{width: 75%; margin: 0 auto 31px;}
.main_menu {
  width: 100%;
  height: auto;
  background: #fff;
}

.main_menu ul {
  padding: 0px;
  list-style: none;
  position: relative;
  text-align: center;
}

.main_menu .sub_menu1 {
  position: absolute;
  text-align: center;
  left: 100%;
  display: none;
  width: 200px;
  top: 0;
}

.main_menu > li > .sub_menu {
  min-width: 10em;
  padding: 4px 0;
  background-color: #f4f4f4;
  border: 1px solid #fff;
}

.main_menu ul li { padding: 0px; }

.main_menu > ul > li { display: inline-block; width: 10%; }

.main_menu .main_menu1 a {
  display: block;
  color: #333;
  font-weight: 700;
 
}

.main_menu .sub_menu a {
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 200;
}

.main_menu ul li a:hover {
  background: #fff;
  color: #009cde;
  transition: all .5s ease-out;
}

.main_menu ul li.hover > a {
  background: #009CDE;
  color: #fff;
}

.main_menu ul li > a { padding: 15px; }

.main_menu .sub_menu{
  display: none;
  position: absolute;
  min-width: 10%;
  z-index: 9;
  border-top: 1px solid #ccc;
}
.sub_menu.six{left: 71%;}
.main_menu ul .main_menu1:hover > .sub_menu { display: block;}
.sub_menu li:hover .sub_menu1{display: block;}

.main_menu ul ul > li { position: relative; }

.main_menu .sub_menu li a {
  padding: 10px 15px;
  height: auto;
  background: rgba(0,156,222,0.8);
  font-size: 16px;
  font-family: 'Noto Sans KR', sans-serif;
}
.nav_arrow{ display: inline-block; position: absolute; right: 20px;}

#vs{position: relative; width: 100%; height: 970px; clear: both; overflow: hidden;}
.img_box{width: 300%; height: 970px;}
.img_box li{float: left; width: 33.3333%; height: 970px;}
.img_box li a{display: block; width: 100%;}
.img_box li img{width: 100%;}
#btn_box li {position:absolute; z-index:10; top:150px; width:23px; height:60px;}
#btn_box li.left {left:100px; top: 52%; cursor: pointer;}
#btn_box li.right {right:100px; top: 52%; cursor: pointer; z-index: 50;}
#btn_box li.left:hover,#btn_box li.right:hover{background-color: #ccc;}
#dot{position: absolute; bottom: 0; left: 50%; transform: translate(-50%);}
#dot li{float: left; margin: 5px;}
.dot1,.dot2,.dot3{width: 12px; height: 12px; border-radius: 20px; background-color: #ccc; }
#dot li.on{ background:red; }
#m_vs{display: none;}


/* 반응형 메뉴 */
#m_header {display: none;}
.m_scroll_wrap {display: none;}
.m_sub_nav {display: none;}

/* 메인문구 */
.main_img{width: 100%; height: auto;}
.item3{position: relative;}
.txt_box{position: absolute;}
.txt_box{top: 24rem; left:15%; width:700px; cursor: default; }
.txt_box .main_tit{font-style: normal; line-height: 60px; font-size: 2.3em;}
.main_bigtit{font-size: 1.5em;}
.txt_box.one a{color:#000;}
.opacity_txt{color:rgba(255,255,255,0.7);}
.item1,.item2,.item3,.item4{position: relative;}
.txt_box .main_txt{ line-height: 35px; font-size: 1.2em;}
.main_line{position: absolute; top: 675px; left: 250px; width: 500px; cursor: pointer; height: 50px; line-height: 48px;text-align: center; font-weight: 700; background-color: #fff; color:#000; border-radius: 50px;font-size: 1.3em;}
.main_line.one{width: 500px;}
.main_line.two{background-color: #009cde; color:#fff;left:50%; transform:translateX(-50%); top: 860px; line-height: 50px;}
.main_line.three{background-color: #f86941; top: 700px; color:#fff; left:250px; line-height: 50px;}
.main_line.five{background-color: #fff; color:#009cde;left:50%; transform:translateX(-50%); top: 820px; line-height: 50px;}
.txt_box.two{color:#fff;}

.main_tit{margin-left: 20px;  line-height: 40px; margin-top: 22px;}
.page1_tit{font-weight: 900; font-size: 1.3em;}
.main_txt{margin-left: 27px; line-height: 25px;}

.bx-wrapper .bx-pager{position: absolute; bottom: 50px;}

/* page2 */

.main_tit1{text-align: center; padding-top: 220px; line-height: 70px; font-size: 2.3em;}
.main_tit1 .strong{font-weight: 800; color:#009CDE;}
.mid{display: flex; position: relative; margin-top: 50px;justify-content: center;}


.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}


/* The dots/bullets/indicators */
.dot_box{position: absolute; top: 80px; left: 100px;}
.dot_box li{margin-bottom: 20px;}
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #009CDE;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

.mid_left{display: flex; width: 40%;}
.mid_right{display: flex; margin-top: 100px; width: 20%;}
.mid_right ul li{line-height: 50px;}
.mid_right ul li a{color:#000;}
.factory_txt{font-size: 1.8em; text-align: center; line-height: 50px;}
.factory_txt span{font-size: 1.5em; font-weight: 900; color:#009cde;}
.thin { font-weight: 300;}
.thick { font-weight: 900;}


/* linksix */
.mid_right li:hover {
    -webkit-transform: scale(1.05);
       -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
         -o-transform: scale(1.05);
            transform: scale(1.05);  
            font-weight: 700;
            font-size: 1.1em;
            color:#009CDE;
  }
  
  .mid_right li {
    -webkit-transition: all 0.1s linear;
            transition: all 0.1s linear;
            text-transform: uppercase;
            font-weight: 500;
            cursor: pointer;
  }
/* page2 end */

/* page3 */
#page3{background:#009cde; box-sizing: border-box; text-align: center;}
.main_tit1.page3{color:#fff; margin-top: 0; font-weight: 700; font-size: 3.0em;}
.main_txt1.page3{color:#fff; font-size: 1.4em; }
.page3_item{margin-top: 40px;}
.page3_box{margin-bottom: 5px; font-size: 34px;}
.page3_box li{display: inline-block; width: 18%; height: 247px; background-color: #fff; padding-top: 80px; cursor: default; font-weight: 800; cursor: default;}
.img_ban{color:#fff;}
.img_ban.one{border:3px solid #fff; background-color: #009cde;}
.img_ban.two{border:3px solid #fff; background-color: #009cde;}
.img_ban.three{border:3px solid #fff; background-color: #009cde;}
.re_box{background-color: #009cde !important; color:#fff; font-weight: 700; border:3px solid #fff; position: relative; padding-top: 0 !important;vertical-align: bottom;}
.l_text{font-size: 20px; line-height: 20px;}
.txt_blue{color:#009CDE; border:3px solid #fff;}
.tropy_ico{padding-top: 50px;}
/* page3 end */

/* page4 */

.page4_top{padding-top: 150px; padding-bottom: 40px;}
.book{display: flex; margin: 0 auto;}
.main_tit1.page4{padding-top: 20px; padding-bottom: 40px; color:#009cde; font-size: 3.0em; font-weight: 900; font-size: 2.5em;}
.book_con{display: flex; width: 70%; margin:0 auto;}
.book_right{margin-left: 20px;}
.book_tit{font-size: 1.5em; font-weight: 600; color:#009cde; padding: 70px 0 0;}
.book_tits{font-weight: 700; padding: 20px 0;}
.book_tits1{font-family: 'Noto Sans KR', sans-serif; font-size: 0.8em;}
/* .book_con{display: flex; width: 100%; margin: 0 auto;}
.book_left{width: 15%; position: relative; margin-right: 0; margin-left: 25%;}
.book_ss{font-family: 'Noto Sans KR', sans-serif; font-size: 0.5em; width: 200px; color:#888; display: block; text-align: right;margin-left: 50px;}
.book_right{width: 40%; margin: 50px auto 0; display: inline-block; position: relative; margin-left: 3%;} */

/* .book_tit{display: inline-block; font-size: 1.5em; font-weight: 600; margin-bottom: 20px; margin-left: 5px;}
.book_name{font-family: 'Noto Sans KR', sans-serif; position: absolute; display: block; top: 0; left: 3px; font-weight: 700; font-size: 0.5em; line-height: 0px; color:#e97b21;}
.book_name1{line-height: 50px; vertical-align: top;}
.book_tits{font-weight: 700; line-height: 50px;}

.book_next{position: absolute; right: 10%;top: 40%; cursor: pointer;}
.book_prev{position: absolute; left: 10%;top: 40%; cursor: pointer;} */
@media screen and (-ms-high-contrast: active),(-ms-high-contrast:none){
 .b_ico{vertical-align: text-bottom;}
}

.award_list{ display: table; margin-left: auto; margin-right: auto;}
.award_list li{float: left; margin: 10px;}

.container {
  position: relative;
  margin: 0 auto;
  width: 100%;
  background-color: rgba(black, 0.3);
}
.container .slider{width: 100%; height: auto;}
.slick-dotted.slick-slider{margin-bottom: 40px !important;}

.clip {
  height: auto;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.clip_box{width: 100%; height: 350px; border:5px solid #009cde; box-shadow: 3px 3px 3px #009cde; margin-bottom: 15px; overflow: hidden;}
.clip_box h1{color:#009cde; padding: 60px 0 10px;}
.clip_box p{font-size: 1.2em; font-weight: 700; padding: 40px 20px 20px;}
.clip_box span{display: block; padding: 20px;}
.clip img{width: 100%;}
.slick-dots{padding-top: 20px;}
.center1 .slick-center h3{
  -moz-transform:scale(1.08);
  -ms-transform:scale(1.08);
  -o-transform:scale(1.08);
  -webkit-transform:scale(1.08);
  transform:scale(1.08);
  opacity:1;
}
.center1 h3{
  opacity:0.8;
  transition:all 300ms ease;
}
/* page4 end */

/* page5 */
#page5{position: relative; width: 100%; height: 686px;}
/* 동영상설정 */
.page5_box{position: absolute; width: 28%; height: 450px; top: 120px;text-align: center; z-index: 10;}
.page5_box.one{left: 20%; background-color: rgba(255,255,255,0.3);}
.page5_tit{padding-top: 55px;}
.page5_tit i{color:#009CDE;}
.ship_img{padding: 50px;}
.page5_txt{width: 300px; height: 50px; background-color: #009CDE; margin: 0 auto; line-height: 50px; font-size: 1.1em; color:#fff; cursor: pointer;}

.page5_txt:hover{background-color: #fff; width: 300px; color:#009CDE; font-weight: 800; font-size: 1.2em; transition: 0.5s;}

.page5_box.two{right: 20%;  background-color: rgba(0,156,222,0.5);}
.page5_tit1{padding-top: 50px; line-height: 40px; color:#fff;}
.talk_img{padding: 25px;}
.page5_txt.two{margin-top: 17px; background-color: #fff; color:#009CDE;}
.page5_txt.two:hover{background-color: #009CDE;color:#fff;}
.video{width: 100%; height: 100%; z-index: 0;}
.form-wrap {
  /* width: 380px;
  height: 480px; */
  position: relative;
  margin: 0 auto 10px 0;
  padding: 5px;
  color:#333;
}

.social-icons {
  margin: 10px auto;
  text-align: center;
}
.social-icons img {
  width: 30px ;
  cursor: pointer;
  margin-left: 5px;
}
.input-group {
  width: 280px;
  transition: .5s;
  margin: 35px auto;
}
.input-group::placeholder{color:#333;}
.input-field {
  width: 100%;
  padding: 10px 0;
  margin: 5px 0;
  border: none;
  border-bottom: 1px solid #999;
  outline: none;
  background: transparent;
}
.checkbox {
  margin: 30px 10px 30px 0;
  float: left;
}
.id_ck{font-family: 'Noto Sans KR', sans-serif;font-size: 0.8em; position: absolute;  left: 150px; bottom: 60px;}

#register {
  left: 450px;
}

/* page5 end */

/* 퀵메뉴 */
#slidemenu{ font-family: 'Noto Sans KR', sans-serif;position:absolute;width:90px;top:320px;right:10px; text-align: center; z-index: 99; border-radius: 5px;}
/* background:rgba(0,156,222,0.5); */
#slidemenu ul{border:1px solid #ccc; background-color: #fff; border-radius: 5px;}
#slidemenu li{height: 90px; margin: 0 auto; border-bottom: 1px solid #ccc;}
#slidemenu li:last-child{border-bottom: 0;}
#slidemenu li a img{padding-top: 20px;}
#slidemenu li:nth-child(4) a img{padding-top: 12px;}
#slidemenu li a{color:#000; font-size: 0.7em; font-weight:700;}
.quick_tit{display: block; height: 15px; line-height: 30px;}
.top{margin-top: 10px;}


.caption{opacity: 0; position: absolute;  background-color: #fff;}
.caption.one{top: 40px; right: 100px; width: 70px; height: 20px; border:1px solid #ccc; border-radius: 5px;}
.caption.two{ top: 120px; right: 100px; width:100px; height: 38px; border:1px solid #ccc; border-radius: 5px;}
.caption.three{top: 205px; right: 100px; width:100px; height: 38px; border:1px solid #ccc; border-radius: 5px;}
.caption.four{top: 295px; right: 100px; width:100px; height: 38px; border:1px solid #ccc; border-radius: 5px;}
.caption.five{bottom: 100px; right: 100px; width:110px; height: 20px; border:1px solid #ccc; border-radius: 5px;}

@media screen and (-ms-high-contrast: active),(-ms-high-contrast:none){
  .caption.one{top: 20px; right: 60px; width: 70px; height: 20px; border:1px solid #ccc; border-radius: 5px;}
  .caption.two{top: 10px; right: 60px; width:100px; height: 38px; border:1px solid #ccc; border-radius: 5px;}
  .caption.three{top: 10px; right: 60px; width:100px; height: 38px; border:1px solid #ccc; border-radius: 5px;}
  .caption.four{top: 10px; right: 70px; width:100px; height: 38px; border:1px solid #ccc; border-radius: 5px;}
  .caption.five{bottom: 10px; right: 60px; width:110px; height: 20px; border:1px solid #ccc; border-radius: 5px;}
}

.q_m1:hover .caption.one{opacity: 1; transition: 0.6s;}
.q_m2:hover .caption.two{opacity: 1; transition: 0.6s;}
.q_m3:hover .caption.three{opacity: 1; transition: 0.6s;}
.q_m4:hover .caption.four{opacity: 1;transition: 0.6s;}
.q_m5:hover .caption.five{opacity: 1; transition: 0.6s;}

/* footer */
.m_address{display: none;}
.footer{clear: both; background-color: #eee; height: 200px; position: relative; border-top: 1px solid #ccc;}
.foot{display: flex; font-family: 'Noto Sans KR', sans-serif; font-size: 0.8em; color:#717171; width: 80%; margin: 0 auto;}
.menu {display: flex; margin-left: 0px;}
.menu li{float: left; padding-right: 20px;  padding-bottom: 0px;}
.menu li a{color:rgb(116, 116, 116);}
.menu li:after{content:"|"; display: inline-block; margin-left: 20px;}
.menu li:last-child:after{content: " ";}
.w_address{margin-top: 30px;}
.tel_box{display: flex; float: right;}
.tel_box p{margin-right: 10px;}
.foot_left{width: 90%; margin-top: 10px; line-height: 30px;}
.foot_right{margin-top: 20px; text-align: center;}
.foot_logo{clear: both; margin-top: 10px; float: right;}
.sns_box{margin-top: 10px; float: right;}
.sns_box li{float: left; margin: 2px;}
.footer_m{display: none;}


/* 메인팝업 */
.main_pop{position: fixed; display: none; left: 0; top: 0;  width: 100%; background-color: rgba(0,0,0,0.6); height: 100%; z-index: 1000;}
.main_pop.on{display: block; bottom: 0;}
.pop_box{width: 60%; height: 462px; background-color: #fff; margin: 14rem auto; position: relative; border-radius: 5px;}
.pop_close{position: absolute; right: 20px; font-size: 1.5em; top: 15px; color:#8f9cb5; cursor: pointer;}
.pop_tit{padding: 30px 15px 10px 20px; font-size: 1.5em; display: block; text-align: center; font-weight: 700;}
.member_form.pop{border-top: 0; background-color:rgba(21, 147, 206, 0.122); width: 95%; margin-bottom: 30px;}
.m_member_form.pop {display: none;}
.member_form.pop tbody th {width: 28%; border:1px solid #fff;}
.member_form_list_tit.pop span{font-size: 0.7em;  font-family: 'Noto Sans KR', sans-serif; }
.m_inp.pop{width: 100%; border-radius: 5px; background-color: #fff;}
.pop_img{width: 200px; height: 200px; position: absolute; top:20%; left: 50%; transform: translateX(-50%);}
.pop_img > img {width: 200px; height: auto;}
.pop_btn.button{font-size: 1.0em; cursor: pointer; box-sizing: border-box; width: 50%; height: 60px; float: left; color:#fff; transition:background-color 0.2s;}
.pop_btn.button.one{background-color: #009cde; border-radius: 0 0 0 5px;}
.pop_btn.button.one:hover{background-color: #51aed6;}
.pop_btn.button.two{background-color:#fc7169; border-radius: 0 0  5px 0;}
.pop_btn.button.two:hover{background-color:#fc8982;}
.member_form.pop .member_form_list_box{padding: 10px; margin: 0; background-color: #fafafa; border-right: 1px solid #fff;}
.member_img{background-color: #fafafa; position: relative;}

/* 메인 오픈팝업 */


.layerpopup {
  position: absolute;
  top: 0;
  border-radius: 5px;
  width: 1000px;
  text-align: center;
  background: rgba(79, 134, 198, 0.767);
  margin: 10% auto;
  box-shadow: 0 12px 15px 0 rgb(0 0 0 / 24%), 0 17px 50px 0 rgb(0 0 0 / 19%);
  z-index: 999;
}

.layerpopup.one{top: 0; left: 5%;}
.layerpopup.two{top: 0; left: 40%;}
.popup_content {font-size: 14px;}
.popup_content img{width: 100%;}
.popup_bottom {
  background: #282c37;
  color: #fff;
  border-top: 1px solid #000;
  overflow: hidden;
  border-radius: 0 0 5px 5px;
  position: relative;
}
.popup_bottom a {
  display: block;
  float: left;
  width: 49.5%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 13px;
}
.btn_close {
  display: inline-block;
  position: relative;
  cursor: pointer;
  border-left: 1px solid #000;
}

/*  join 회원가입 */
.join_list {width: 100%; margin: 20px auto;}
.join_list > ul {overflow: hidden; width: 100%;}
.join_list > ul li {margin: 10px;}
.join_list .agree_check {display: inline-block;}
/* listBox 제목 */
.agree_title {position: relative; color: #000; padding: 10px 40px; margin: 10px 0; line-height: 20px; cursor: pointer; background-color: #eee;}
.agree_title span {color: #4F86C6;}
.agree_title strong {display: inline-block; width: 150px; vertical-align: middle; margin-left: 40px;}
.agree_title .fa-chevron-down {float: right; font-size: 1.5rem; margin-right: 20px; color: #555; -webkit-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease;}
.join_list li.open .fa-chevron-down {-webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg);}
/* listBox 내용 */
.agree_conts {display: none; padding: 30px 50px; background-color:#eee;}
.agree_conts p {font-size: 14px; line-height: 20px;}

.join_list .member_table .member_form {margin: 10px auto;}
.join_list .member_table tr th {position: relative; text-align: left;}
.join_list .member_table tr th span.need {position: absolute; width: 5px; height: 5px; background: url('/images/sub/jointable_title_icon.png') no-repeat; top: 42%; left: 0;}
.join_list textarea {border: 1px solid #ddd;}

.check_agree {background-color: rgba(21, 147, 206, 0.122); padding: 20px;}


/******************* join-회원가입페이지 *******************/
.join1_content{margin-bottom: 50px;}
.pageinfo.join1{padding-bottom: 0;}
.join1_top{width: 45%; height: 40px; margin: 50px auto 20px;}
.join1_mid{width: 60%; margin:0 auto; box-sizing: border-box; padding: 0 30px;}
.join1_mid #form1{width: 80%; margin: 0 auto;}
.join_ck{border-top: 2px solid #009cde;}
#all{margin-bottom: 10px;}
.join_box {font-family: 'Noto Sans KR', sans-serif;background-color: #eee; color: #444; cursor: pointer;padding: 18px;width: 100%;border: none;text-align: left;outline: none;font-size: 15px;transition: 0.4s;box-sizing: border-box;}
.active, .join_box:hover {background-color: xrgba(21, 147, 206, 0.122);}
.terms_btn{float: right;}
.panel {padding: 0 18px; display: none; background-color: white; overflow: hidden;}
#terms{font-family: 'Noto Sans KR', sans-serif; width: 100%; display: none; box-sizing: border-box; line-height: 20px;}
.join1_form{width: 80%; margin: 20px auto;}
.join1_tit{border-top:1px solid #ccc; border-bottom:1px solid #ccc; line-height: 50px; text-indent: 5px;}
.join1_form .fieldlabel:first-child{margin-top:30px;}
.fieldlabel{display: -webkit-box; display: -webkit-flex;display: -ms-flexbox;display: flex; margin-bottom: 1rem;}
.join1_form label{display: inline-block; width:100px;margin-top: 10px;}
#userId,#userPw,#userName,#email01{width: 200px; height: 20px;}
.check_btn{width: 100px; height: 36px; background-color: #ccc; margin-left: 5px; border-radius: 2px; cursor: pointer;}
.check_btn1{width: 100px; height: 36px; background-color: #ccc; margin-left: 1px; border-radius: 2px; cursor: pointer;}
#userId,#userPw,#userName,#email01{border-radius: 0.25rem;padding: 0.5rem;}
#mPhone1{margin-left: 0; margin-right: 5px; border:1px solid #ccc; border-radius: 2px; width: 10%; height: 36px; text-indent: 5px;}
#mPhone2,#mPhone3{height: 36px; border:1px solid #ccc; border-radius: 2px;width: 10%;text-indent: 5px; margin-right: 5px; margin-left: 5px; box-sizing: border-box;}
#userId,#userPw,#userName,#email01{border:1px solid #ccc;width: 20%;}
#email02{height: 34px; border:1px solid #ccc; text-indent: 5px; border-radius: 2px;}
#userPw_txt{display: inline-block; margin-top: 10px; font-size: 0.9em;}
.fieldlabel .symbol{display: inline-block; margin: 10px;}
.join_btn{width: 100%; padding: 5px; text-align: center; background-color: #009cde; border-radius: 5px; cursor: pointer; box-sizing: border-box; margin-top: 30px;}
.join_btn.button{margin-top: 3px; font-weight: 700; font-size: 1.1em; color: #fff;}
.mypage_btns.join1_btns{text-align: center;}

/*  join1 회원가입 완료 */
.join1_area {min-height: 500px;}
.join1_area > * {text-align: center;}
.join1_area .complete_area {width: 50%; margin: 60px auto; background-color: rgba(21, 147, 206, 0.122); min-height: 350px; padding: 50px 30px;}
.join1_area .complete_area p {margin-top: 20px; line-height: 26px;}
.join1_btns {text-align: center; margin-top: 50px; margin-bottom: 70px;}
.check_complete {font-size: 4.5em; color: #009cde; margin: 20px auto;}

button.next_btn {background-color: #009cde;}


/*  login1 아이디 비밀번호 찾기 */
.subcontent_login{margin-top: 155px;}
.pageinfo.login1{padding-bottom: 0;}
.subcontarea.find_idpw_tab_content .tab_radio{display: none;}
.find_idpw_tab_content {display: flex; flex-direction: column; position: relative; padding-top: 0;}
.find_idpw_tabs {text-align: center; margin-bottom: 40px;}
.find_idpw_tab_tit {float: left; width: 50%; padding: 10px 0; cursor: pointer; background-color: #ddd; font-size: 20px; border-radius: 5px;}
#tab1:checked ~ .find_idpw_tabs #tab01, #tab2:checked ~ .find_idpw_tabs #tab02 {background: #009cde; color: #fff;}

.find_id_email {margin-top: 40px;}

/*  login2 아이디 비밀번호 찾기 */
.find_contarea {min-height: 660px;}
.id_list_box {margin-top: 20px; text-align: center; padding: 40px; background-color: rgba(21, 147, 206, 0.122);}
ul.list_id {display: inline-block;}
ul.list_id li {padding-bottom: 8px; text-align: left;}
ul.list_id li strong {display: inline-block; min-width: 300px; padding-right: 30px; font-size: 1.2em;}
ul.list_id li strong input.list_idName {margin-right: 5px;}

.find_id_btns {text-align: center; margin-top: 50px;}
button.next_btn {background-color: #009cde;}

/* sub 공통사항 */
.txt_box.subone {top: 8rem; left: 11%; width: 580px; height: 230px; cursor: default;} 
.txt_box.subone .location {margin-left: 20px; font-family: 'Noto Sans KR', sans-serif;}
.txt_box.subone .location ul li {float: left; font-size: 14px;}
.txt_box.subone .location ul li span {color: #002e50;}
.txt_box.subone .location ul li:first-child::after {content: ''; display: inline-block; width: 8px; height: 8px; margin: 0 8px 0 5px; border-right: 2px solid #002e50; border-top: 2px solid #002e50; transform: rotate(45deg);}
.txt_box.subone .location::after {content: ''; display: block; clear: both;}

.subpage {position: relative;}
.sub_nav {position: absolute; bottom: 0; z-index: 2; width: 100%; height: 51px; background-color:rgba(178,232,255,0.5);}
.sub_menu_area {margin: 0 auto; width: 75%;}
.sub_nav .sub_menu_area dl {position: relative; z-index: 2; float: left; min-width: 220px; overflow: hidden; border-right: 1px solid #fff;}
.sub_nav .sub_menu_area dl:first-child{border-left: 1px solid #fff;}
.sub_nav .sub_menu_area dl dt {height: 51px; font-weight: 400;}
.sub_nav .sub_menu_area dl:last-child dt {border-left: 0px;}
.sub_nav .sub_menu_area dl dd {display: none; border-left: 1px; border-right: 1px; border-bottom: 1px; border-style: solid; border-color: #ddd; border-top: none; background-color: #fff;}
.sub_nav .sub_menu_area dl:hover {height: auto;}
.sub_nav .sub_menu_area dl:hover dd {display: block;}
.sub_nav .sub_menu_area dl dt a {position: relative; height: 51px; padding: 0 50px 0 20px; box-sizing: border-box; display: flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: start; justify-content: flex-start; flex-wrap: nowrap; line-height: 1.2; font-weight: 700;}
.sub_nav .sub_menu_area dl dt a:hover{background-color: rgba(0,156,222,0.5);}
.sub_nav .sub_menu_area dl dd a {padding: 4px 20px; min-height: 40px; box-sizing: border-box; display: flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: start; justify-content: flex-start; flex-wrap: nowrap; line-height: 2; color: #222; font-weight: 700;}
.sub_nav .sub_menu_area dl dd:hover{background-color: rgb(0,156,222);}
.sub_nav .sub_menu_area dl dd a:hover{color:#fff;}
.sub_nav .sub_menu_area dl dd:nth-child(2) a {padding-top: 5px;}
.sub_nav .sub_menu_area dl a .fa-angle-down {position: absolute; top: 35%; right: 10%;}
.subfirst.sub3-1-5{padding-right: 70px;}
.subcontent{margin-top: 155px;}
.banner{margin-top: 155px; background-image: url("/images/sub/sub_banner4.png"); height: 400px;}


/* sub 공통 */
.sub_tit {text-align: center; margin: 10px 0;}
.small_txt {color: #009cde; font-size: 13px; margin: 5px 0;}

.accordion_conts {display: none;}
.m_sub_nav ul {width: 100%; cursor: pointer;}
.m_sub_nav > ul > li {background-color: #009cde; color: #fff; padding: 10px 20px 10px 10px; border-bottom: 1px solid aliceblue; font-size: 14px; font-family: 'Noto Sans KR', sans-serif;}
.m_sub_nav > ul > li .fas {float: right;}
.m_sub_nav > ul > ul {background-color: aliceblue;}
.m_sub_nav > ul > ul li {color: #666; font-size: 13px; border-bottom: 1px solid #fff;}
.m_sub_nav > ul > ul li a {display: block; padding: 5px 10px;}
.m_sub_nav > ul > ul li.head.current {background-color: rgba(0, 155, 222, 0.233);}
.accordion_conts.navi{padding: 0;}

.m_inline_tabs {overflow: hidden; margin: 20px 0;}
ul.tabs {display: table; width: 100%;}
ul.tabs li {display: table-cell; white-space: nowrap; padding: 10px 15px; cursor: pointer;}
.m_inline_tabs > .tabs > li {display: inline-block; font-size: 13px; padding: 10px 0; width: 20%; text-align: center; background-color: #f9f9f9;}
.m_inline_tabs > .tabs > li.current {border: 1px solid #009cde; background-color: #009cde; color: #fff;}
.tab-content {display: none;}
.tab-content.current {display: inherit;}
.tab-content ul {width: 100%;}
/* .more_btn {width: 100%; text-align: center; margin-top: 20px;}
.more_btn button {border: 1px solid #ccc; width: 100%; padding: 15px 0; color: #444; position: relative;}
.more_btn button span {display: block; position: absolute; left: 55%; top: 27%; color: #828282; font-size: 13px;}
.more_btn button span::after {content: ''; display: inline-block; width: 8px; height: 8px; margin: 0 2px 0 5px; border-right: 1px solid #828282; border-top: 1px solid #828282; transform: rotate(135deg);} */

.content {width: 95%; margin: 0 auto; min-height: 300px;}/*height임시로 잡아놓음*/


/* sub1-1-1 인사말 */
.intro_logo{display: none;}
/* .subpage{background-image: url("../images/sub/sub_banner4.png"); height: 300px; width: 100%;} */
.subcontarea {position: relative; margin: 0 auto; width: 75%; box-sizing: border-box; padding-top: 60px;}
.sub_logo{display: block; margin: 20px auto;}
.pageinfo {padding-bottom:60px;}
.pageinfo > h1{text-align: center; clear: both; line-height: 80px; font-size: 3.0em;}
.intro_tit{color:#555;}

.sub1-1-1_top{text-align: center; margin-top: 60px; font-size: 1.2em; font-weight: 700; line-height: 35px;}
.intro_tit.sub1-1{font-size: 2.0em;}
.bold_txt{font-weight: 700; color:#000;}
.red_txt.sm{line-height: 60px;}
.red_txt.one{color:#002e42;}
.big_txt{color:#009cde; font-size: 1.5em;}
.big_txt.one{color:#002e42;}
.pageinfo .b_txt{font-size: 1.5em; color:#009cde; line-height:70px;}
.pageinfo > h2 {padding-bottom: 50px; text-align: center;}

.pageinfo > dl {display: flex; padding-top: 100px; -webkit-box-pack: justify; justify-content: center; flex-wrap: nowrap;}
.pageinfo > dl:first-child {padding-top: 80px; width: 44%;}
.pageinfo > dl dt {clear: both; padding-right: 80px; line-height: 1.2; font-size: 30px; font-weight: 600; white-space: nowrap; box-sizing: border-box;}
.pageinfo > dl dd {position: relative; padding: 0 20px 0 40px; line-height: 1.8; font-size: 18px; box-sizing: border-box;}
.pageinfo > dl dd::before {content: ''; position: absolute; top: 6px; left: 0; bottom: 0; width: 2px; height: calc(100% - 5px); background-color: #747474;}
.pageinfo > dl dd::after {content: ''; position: absolute; top: 6px; left: 0; z-index: 1; width: 2px; height: 50%; background-color: #1592ce;}

.intro_bg {min-height: 100%; width: 100%; margin: 0 auto; box-sizing: border-box;}
.intro_bg .intro_bgarea {width: 100%; height: 300px; box-sizing: border-box; background: url('/images/sub/sub_introbg.png') no-repeat center; }

.intro_bg .subcontarea p {line-height: 2; font-size: 18px; font-weight: 400; text-align: center;}
.intro_bg .subcontarea p:first-child {font-size: 25px; font-size: 1.05em; background-color: rgba(255,255,255,0.8); padding: 20px 50px 50px; width: 900px;}
.intro_bg .subcontarea p:last-child::before {content: ''; position: absolute; top: 50px; left: 50%; width: 5%; height: 2px; background: #1592ce; transform: translate(-50%, -50%);}

.bg_con{padding: 100px 0 50px 0;}
.bg_con .strong{border-bottom: 2px solid #fff;}
.pageinfo.sub1-1{display: flex; width: 80%; margin: 0 auto;}
.pageinfo.sub1-1 dt{line-height: 60px; box-sizing: border-box; font-size: 1.5em;color:#fff; text-align: center; text-shadow: 1px 1px 1px #000;}

.subcontarea.sub1-1{padding-top: 0;height: 100%; width: 100%; padding-bottom: 0;}
.sub1-1.txt{margin-top: 80px; white-space: unset;  padding: 20px;}

.sub1-1_tit{padding-top: 150px; font-size: 1.0em; font-weight: 700 !important;}
.blue_txt{color:#fff; font-size: 1.5em; background-color: #009cde; font-weight: 700; display: block; height: 100px; line-height: 40px; padding: 10px;}
.sub1_img{display: block; margin: 20px auto;}

/* 추가 */
input[type=file] {display: block;}
table {border-spacing: 0; border-collapse: collapse;}
button, select {text-transform: none;font-family: inherit; font-size: inherit; line-height: inherit;}
button {overflow: visible; font-family: inherit; font-size: inherit; line-height: inherit; -webkit-appearance: button;}
.clearfix::before, .clearfix::after {content: ""; display: block; clear: both;}

.introduce_m{display: none;}

/* sub1-1-2 회사비전 */
.section_vision dl dt {width: 20%; font-size: 1.5em;}
.section_vision dl dd {width: 40%;}
.section_vision strong {font-size: 32px; color: #1592ce;}
.section_vision > * {text-align: center;}
ul.vision_list li {float: left; width: 50%;}
ul.vision_list h2 {padding-top: 90px;}
ul.vision_list p {padding: 20px 0; line-height: 1.8;} 


.section_mission {border-bottom: 1px solid #ddd; background-color: #fafafa;}
.section_mission > .pageinfo h1 {padding-top: 60px;}
.section_mission ul.mission_list {width: 75%; margin: 0 auto;}
.section_mission ul dl {padding: 10px 0; border-top: 1px solid #ddd;}
ul.mission_list dl.bordertop_none {border-top: 0px;}
ul.mission_list dt {display: inline-block; width: 30%; vertical-align: middle;}
ul.mission_list dd {display: inline-block; width: calc(100% - 31%); vertical-align: middle;}
ul.mission_list dl p {font-size: 24px; line-height: 1.8; text-align: center;}

.sub1-1-2_mid{float: left;}
.sub1-1-2_mid p{padding-top: 140px;}

/* sub1-1-3 핵심가치 */
.section_value .subcontarea {width: 55%; margin: 0 auto;}
.section_value dl dt {width: 10%; font-size: 1.5em;}
.section_value dl dd {width: 90%;}
.section_value .value_img {text-align: center; margin-top: 90px;}


/* sub1-2-1 빅파이연혁 */
.page-section{padding: 0px 50px 60px; border-bottom: 1px solid #ccc;}
#container{width: 80%; margin: 0 auto; display: flex;}
.container{margin: 0 auto;}
.sub_tbox{display: inline-block; border-bottom: 1px solid rgba(0,156,222,0.3); width: 100%; height: 60px; margin-bottom: 15px;}
.intro_bgarea1{background-image: url("/images/sub/sub1-2-1_mid(n).jpg"); background-attachment: fixed; width: 100%; height: 300px; box-sizing: border-box;}


.sub_mid{width: 80%; margin: 0 auto; padding: 50px 50px 0;}
.sub2_imgbox{text-align: center; height: 610px; padding-bottom: 50px;}

.slider {
  width: 100%;
  margin: 10px auto;
}

.slick-slide {
margin: 0px 20px;
}

/* .slick-slide img {
width: 100%;
} */

.slick-prev:before,
.slick-next:before {
color: black;
}


.slick-slide {
transition: all ease-in-out .3s;
opacity: .2;
}

.slick-active {
opacity: .5;
}

.slick-current {
opacity: 1;
}

/* 미디어 슬라이드 */
.slideshow {
  position: relative;
  z-index: 1;
  height: 100%;
  max-width: 700px;
  margin: 50px auto;}

  .slider1 {
    box-shadow: 0 20px 50px -25px rgba(0, 0, 0, 1);
    width: 50%;
    margin: 0 auto;
    height: 500px;
  }
  
  .slider-track {
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  }
  
  .item {
  
    position: relative;
    z-index: 1;
    
    /* img {
      width: 100%;
      transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
      transform: scale(1.2);
    } */
    
    /* &.slick-active img {
      transform: scale(1);
    } */
  }
.item img{display: inline-block;}





/* sub1-2-2 저서소개 */
.pastel_txt{font-size: 1.7em; color:#009cde; font-weight: 700;}
.page-section.three{position: relative; border-bottom: none; background-color: #f1f1f1;}
.page-section.four{padding: 0; border-bottom: none; background-color: rgba(0,156,222,0.2); color:#fff;}
.section.book{width: 100%; background-color: #ccc;}
.txt_center{text-align: center; margin-top: 60px; font-size: 1.2em; line-height: 45px;}
.container.three{width: 75%;}
.sub_tit.book{width: 100%; padding: 50px 0 0; font-size: 2.5em;}
.sub_tbox.book{border-bottom: none; display: block; height: 100%; margin-top: 20px;}

.sub_tit.book.two{text-align: right;}
.book1{height: auto; vertical-align: top;}
.long_line{width: 1px; height:300px; background-color: #ccc; display: inline-block;margin: 20px;}
.book_tit1{display: inline-block;  width: 75%; vertical-align: top; padding: 50px 50px;}
.book_txt{margin-bottom: 20px; text-align: center; font-size: 2.0em;}
.book_txt1{font-size: 1.3em; line-height: 40px; padding: 50px 0 0 55px;}
.book_txt.list1{margin-top: 35px;}
.book_txt1 span{font-weight: 700;}
.book_txt1.two{border-bottom: none; padding-left: 90px;}
.book_txt1.the{padding: 50px 10px 0 0;}
.book_sub{width: 100%;}


/* sub1-2-3 핵심경쟁력 및 강점 */
.subcontarea.sub1-2-3{width: initial;}
.section_strength ul dl {padding: 10px 0; border-top: 1px solid #ddd;}
.section_strength ul dl h2 {text-align: center; padding: 20px 0;}
.section_strength ul dl h2::after {content: ''; display: block; border-bottom: 2px solid #009cde; margin: 10px auto; width: 60px; height: 2px; bottom: 0; left: 0;}
.paddingleft100 {padding-left: 100px;}
.paddingright100 {padding-right: 100px;}
.sub1-2-3_img{width: 100%;}

/* sub1-3-1 사업분야 */
.section_business .pageinfo h2.paddingtop90 {padding-top: 90px;}
.section_business .pageinfo h2 {padding-bottom: 0px; text-align: center;}
.box_list_business {padding-top: 60px;}
.box_list_business > span.box_list_span {float: left; width: 33.3333%; padding: 10px;}
.box_list_business span.box_list_span div {display: inline-block; position: relative; overflow: hidden; height: 200px; background-color: #eee; cursor: pointer;}
.box_list_business .list_business_tit {position: absolute; text-align: center !important; width: 100%; height: 100%; margin: 0; left: 0; right: 0; top: 0; bottom: 0; font-size: 26px; line-height: 200px; color: #FFFFFF; -webkit-transition: all .7s; transition: all .7s;}
.box_list_business span.box_list_span div:hover > .list_business_tit {width: 50%; height: 40%; line-height: 80px;}
.box_list_business span.box_list_span:last-child div:hover > .list_business_tit {width: 60%;}
.box_list_business span.box_list_span div:hover > .list_business_tit:after {content:'';}     
.box_list_business .list_business_tit {background-color: #009cde;}
.box_list_business .list_business_cont {font-weight: 600; font-size: 18px; box-sizing: border-box; display: block; height: 200px; width: 460px; padding: 100px 30px 10px 30px; background: url('/images/sub/sub_bg.png') no-repeat center; color:#fff; font-weight: 500; line-height: 28px;}
.box_list_business .business_style01 {background-color: #fff; color: #009cde; border: 2px solid #009cde;}
.box_list_business .business_style02 {color: #fff; border: 2px solid #009cde; font-weight: 500;}

/* sub1-3-2 핵심서비스 */
.section_business .pageinfo {padding-bottom: 60px;}
.pageinfo .sub_txt_style01 {padding-top: 60px; color: #009cde; font-size: 1.5em; text-align: center;}
.section_business h3.business_sub_title {text-align: center; color: #009cde; padding-bottom: 20px;}
.core_service_list li > * {text-align: center;}
.core_service_list li:nth-child(-2n+5) {background-color: rgba(22, 149, 208, 0.122);}
.subcontent2 {width: 100%;}
.subcontent2 h2 {padding-bottom: 30px;}
.subcontent2 .core_service_list li dl {width: 75%; margin: 0 auto;}

/* sub1-3-3 차별화가치 */
.differentiating_value_list li > * {text-align: center;}
.differentiating_value_list li:nth-child(2n) {background-color: rgba(22, 149, 208, 0.122);}
.subcontent2 .differentiating_value_list li dl {width: 75%; margin: 0 auto;}

/* sub1-4 오시는길 */
.map_wrap {padding-bottom: 60px; width: 80%; margin: 0 auto;}
.map_info {width: 80%; margin: 0 auto;}
.sub_tbox {display: inline-block; border-bottom: 1px solid rgba(0,156,222,0.3); width: 100%; height: 60px; margin-bottom: 15px;}
.sub_tit {display: inline-block;  font-size: 2.0em;}
.sub_txt {display: inline-block; margin-bottom: 20px; margin-left: 20px; line-height: 60px; font-weight: 700; text-align: right;}
.sub_txt > img {vertical-align: middle;}
.sub_txt .kakao_link > img {vertical-align: text-bottom;}

/* sub1-5 이용후기 */
.subcontent.sub1-5{margin-top: 0;}
.subcontarea.sub1-5{padding-top: 0;}
.subcontent .review_section {background-color: rgba(22, 149, 208, 0.122);}
.review_section .pageinfo > h2 {text-align: center;}
.sub1-5_tit{margin-bottom: 0 !important;}
.quick{width: 100%;}
#quick{position:relative; width:100%; margin: 0px auto;}
#quick_menu{width: 100%; margin: 0 auto;}
#quick_menu li{text-align: center;}
.bx-wrapper{margin: 0 auto;}
#quick_menu li iframe{width:550px; height: 315px;}
#quick_menu li .quick_txt{color:#000;}
#prevBtn{position:absolute; left:0; top:40%;}
#nextBtn{position:absolute; right:0;top:40%;}
.info{height: 369px;}
.info img{width: 100%; height: auto;}
.m_info{display: none;}

.subcontent2 > .review_section {padding-top: 100px;}
.frame {overflow: hidden; margin: 50px 0;}
.list {display: inline-block; list-style: none;	font-size: 0;	white-space: nowrap; animation-name: slider; animation-timing-function: linear; animation-iteration-count: infinite;}
.list:hover {animation-play-state: paused;}
.item {width: 650px; display: inline-block;	cursor: pointer; transition: .1s linear; margin: 0 10px;}
.item:hover {opacity: .8;}



.small3 {
  font-size: 14px;
  margin-top: 50px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.small .small-ul,
.small2 .small-ul,
.small3 .small-ul {
  display: flex;
  position: absolute;
  top: 0
}

.small .small-ul li,
.small2 .small-ul li,
.small3 .small-ul li {
  margin-left: 5px
}

.small .small-span,
.small2 .small-span,
.small3 .small-span {
  position: absolute;
  top: calc(50% - 20px);
  opacity: .1;
  cursor: pointer;
  color: #FFF;
  text-shadow: 1px 2px 10px rgba(0, 0, 0, 1);
}

.small .small-span:hover,
.small2 .small-span:hover,
.small3 .small-span:hover {
  opacity: .5
}

.small .small-span:first-of-type,
.small2 .small-span:first-of-type,
.small3 .small-span:first-of-type {
  right: 10px
}

.small .small-span:last-of-type,
.small2 .small-span:last-of-type,
.small3 .small-span:last-of-type {
  left: 10px
}
a {color: inherit;}

.tab_review_content {display: flex; flex-direction: column; position: relative; padding-top: 0;}
.tab_review_content > h2 {margin-bottom: 30px;}
.tab_review_content .tab_radio {display: none;}
.reviewpage_tabs {text-align: center;}
.tab_review_content .tab_tit {float: left; width: 14.2%; padding: 8px 0; background-color: #777; color: #fff; cursor: pointer;}

.reviewpage_panels {overflow: hidden;}
.reviewpage_panels_list {width: 100%; min-height: 500px; animation: fadein .5s;} @keyframes fadein { from { opacity:0; } to { opacity:1; }}
.reviewpage_panels_list > ul {margin-top: 30px;}
.reviewpage_panels_list > ul li {display: inline-block; padding: 10px; width: 24.7%;}
.reviewpage_panels_list > ul li p {overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding-top: 10px; text-align: center; transition: all .3s;}
.reviewpage_panels_list > ul li img {transition: all .3s;}
.reviewpage_panels_list > ul li:hover img {opacity: 0.8;}
.reviewpage_panels_list > ul li:hover p {color: #009cde;}
.reviewpage_panels_list {display: none;}
#tab1:checked ~ .reviewpage_panels #list01, #tab2:checked ~ .reviewpage_panels #list02, #tab3:checked ~ .reviewpage_panels #list03, #tab4:checked ~ .reviewpage_panels #list04, #tab5:checked ~ .reviewpage_panels #list05, #tab6:checked ~ .reviewpage_panels #list06, #tab7:checked ~ .reviewpage_panels #list07 {display:block;}
#tab1:checked ~ .reviewpage_tabs #tab01, #tab2:checked ~ .reviewpage_tabs #tab02, #tab3:checked ~ .reviewpage_tabs #tab03, #tab4:checked ~ .reviewpage_tabs #tab04, #tab5:checked ~ .reviewpage_tabs #tab05, #tab6:checked ~ .reviewpage_tabs #tab06, #tab7:checked ~ .reviewpage_tabs #tab07 {background:#009cde; color:#fff;}

.mypage_btns.sub1-5 button{margin-right: 3%; margin-top: 20px;}

.page_num {text-align: center; padding: 50px 0 0;}
.page_num > ul li {display: inline-block; border: 1px solid #ddd; width: 30px; height: 30px; margin: 0 2px; border-radius: 3px; box-sizing: border-box; font-weight: 700;}
.page_num > ul li a {line-height: 30px; display: block; color: #666;}
.page_num > ul li.on a {background-color: #009cde; color: #fff;}
.page_num .fas {font-weight: 600;}


/* sub1-5-detail 이용후기 상세 */
.sub_boardWrap {width: 1200px; height: 950px; margin: 0 auto;}
/* sub_board 타이틀 */
.sub_board_title {font-size: 1.5rem; text-align: center; margin: 50px 0;}
/* 게시글 리스트 제목 */
.board_view {table-layout: fixed; width: 100%; border-top: 2px solid #009cde; border-bottom: 1px solid #777; margin-top: 60px;}
.board_view td {padding: 20px; color: #333; line-height: 20px; min-height: 500px;}
.board_view tr:first-child {background-color: rgba(21, 147, 206, 0.122); font-weight: 700;}
.board_view td.tit span {font-size: 1.1rem; vertical-align: middle;}
.board_view td.data {text-align: right; line-height: 20px;}
/* 게시글 리스트 내용 */
.textus { border-top: 1px solid #ddd; text-align: center;}
.textus p {display: block; font-family: inherit; max-width: 80%; margin: 0 auto; font-size: 1.0em;}
/* 게시글 리스트 목록보기 버튼 */
.btn_boardlist_view {text-align: center; padding: 50px 0 0;}
.btn_boardlist_view a {width: 200px; height: 50px; display: block; margin: 0 auto; background-color:#009cde; border-radius: 5px; color: #fff; line-height: 50px;}

.subcontent3.sub1-5_review{margin-bottom: 60px;}


/* sub2-1-1 절차소개 */

.page-section.sub2-1{border-bottom: none;}
.sub2-1-1_tabs label{display: inline-block;}
.sub2-1-1_top{width: 100%; text-align: center; display: inline-block; margin-top: 50px;}
/* .sub2-1-1_top div{display: inline-block; width: 13%; cursor: pointer;}
.sub2-1-1_top div img{margin: 5px;}
.sub2-1-1_top div p{padding: 10px; line-height: 30px;} */
.buy_tab{overflow:hidden; text-align: center;} 
.buy_tab li{position: relative; display: inline-block; width:13%;border:1px solid #fff; cursor:pointer; line-height: 25px;} 
.buy_tab li p{font-weight: 700; padding: 10px 0;}
.buy_tab li a{display:block;width:100%;height:50px;line-height:50px;text-align:center} 
.buy_con{position:relative;width: 90%; margin: 0 auto; border:1px solid #ccc;} 
.buy_con div{text-align: initial;} 
.buy_con .step_top{display: inline-block; width: 100%;}
.buy_con .step_top h1{display: inline-block; width: 15%; height:50px; font-size: 1.5em; background-color: #009cde; color:#fff; line-height: 50px; text-align: center;}
.buy_con .step_top p{display: inline-block; font-weight: 700; text-indent: 20px; font-size: 1.5em;}
.buy_con div:nth-child(2){display:none} 
.buy_con div:nth-child(3){display:none} 
.buy_con div:nth-child(4){display:none}
.buy_con div:nth-child(5){display:none} 
.buy_con div:nth-child(6){display:none} 
.buy_con div:nth-child(7){display:none}
.buy_list:hover{color:#009cde;}
.buy_step1.on{ position: absolute; left: 50%; transform: translateX(-50%); top: 0; display: none;}
.buy_tab li:nth-child(1):hover .buy_step1.on{display: block;}
.sub2-1-1_info{margin-bottom: 50px;}
@media screen and (-ms-high-contrast: active),(-ms-high-contrast:none){
  .buy_con{clear: both;}
  .buy_con .step_top h1,  .buy_con .step_top p{float: left; line-height: 50px;}
 
}

.sub_tit.sub2-1{display: block; text-align: center;}
.container.sub2-1{width: 80%; text-align: center;}
.container.sub2-1 > dl {display: flex; padding-top: 60px; -webkit-box-pack: justify; justify-content: center; flex-wrap: nowrap;}
.container.sub2-1 > dl:first-child {padding-top: 80px; width: 44%;}
.container.sub2-1 > dl dt {clear: both; padding-right: 80px; line-height: 1.2; font-size: 30px; font-weight: 600; white-space: nowrap; box-sizing: border-box; margin-top: 10px;}
.container.sub2-1 > dl dd {position: relative; padding: 0 20px 0 40px; line-height: 1.7; font-size: 20px; box-sizing: border-box;}
.container.sub2-1 > dl dd::before {content: ''; position: absolute; top: 6px; left: 0; bottom: 0; width: 2px; height: calc(100% - 5px); background-color: #747474;}
.container.sub2-1 > dl dd::after {content: ''; position: absolute; top: 6px; left: 0; z-index: 1; width: 2px; height: 50%; background-color: #1592ce;}
.app_arrow{display: none;}

/* sub2-1-1구매대행 서비스소개 */
.mid_sub2-1{background-color: rgb(253, 253, 253); width: 100%; word-wrap: break-word;
  word-break: keep-all;}
.sub2-1_mid{margin-top: 40px;}
.sub2-1_box{width: 68%; margin: 0 auto; display: flex; text-align: center;}
.sub2-1_box div{padding: 20px 20px 50px; width: 33.3333%;}
.sub2-1_box div h2{line-height: 60px;}
.sub2-1_box div p{line-height: 25px; padding: 20px 15px 0; width:95%; margin: 0 auto;}
.sub2-1_box.one div:nth-child(2){background-color: #fff;}
.sub2-1_box.two{border-top: none;}
.sub2-1_box.two div:nth-child(1),.sub2-1_box.two div:nth-child(3){background-color: #fff;}

.txt_sub2-1{text-align: center; padding: 40px 0; font-size: 1.2em;}
.txt_sub2-1 li{display: inline-block; font-weight: 700; margin: 10px;}
.txt_sub2-1 li i{font-size: 0.6em; margin: 8px; color:rgb(163, 163, 163);}
.sub_tit.sub2-1.two{margin-top: 60px;}
.sub2-1_txt{padding: 30px;}
.sub2-1_con{width: 100%; display: flex; align-items: center;
  justify-content: center; height: auto; margin-top: 50px;margin-bottom: 50px;}
/* .sub2-1_con div{width: 33.3333%;vertical-align: middle;} */
.sub2-1_con1.one{padding: 0px 60px;}
.sub2-1_con1.two{padding: 0 50px; height: 330px;}
.sub2-1_con1.three{padding: 0 40px;}
.sub2-1_con1 img{ margin: 20px auto;}
.sub2-1_con1 p{line-height: 28px; font-size: 1.1em;}
.sub2-1_con1.one p i{font-size: 0.8em;}
.sub2-1_con1.two p{text-align: center; font-size: 1.5em; line-height: 40px; color:#009cde; font-weight: 700;}
.sub2-1_con1.three p i{ font-size: 0.8em; color:#009cde;}
.sub2-1_blue{color:#009cde;}

.step_none{display: none; margin: 0 auto;}
.step_none.on{display: block;}

/* sub2-1-2 중달이's 서비스 */
.section_jungdari_service ul dl h2 {text-align: center; padding: 20px 0;}
.section_jungdari_service ul dl h2::after {content: ''; display: block; border-bottom: 2px solid #009cde; margin: 10px auto; width: 60px; height: 2px; bottom: 0; left: 0;}

/* sub2-2 구매대행신청 */

.tabmenu{ 
  width: 75%;
  margin: 0 auto 20px; 
  position:relative; 
  height: 420px;
}
.tabmenu ul li{
  width:25%; 
  float:left;  
  text-align:center; 
  background :#f9f9f9;
  line-height:40px;
}
.tabmenu.sub2-2{height: 100%; margin-bottom: 30px;}
.tabmenu.sub2-2 ul li{width: 25%; line-height: 30px; font-size: 1.1em;}
.tab_con div{font-family: 'Noto Sans KR', sans-serif; display: none; border : 5px solid #f9f9f9; padding: 20px; line-height: 30px; color:#666;}

/* .tabmenu input{display:none;} */
.tabCon{
  display:none; 
  text-align:left; 
  padding: 20px;
  position:absolute; 
  left:0; top:50px; 
  box-sizing: border-box; 
  border : 5px solid #f9f9f9;
  width: 100%;
}
.tabCon h4{line-height: 40px;}
.tabCon p{line-height: 30px;}
.tabmenu input:checked ~ label{
  background:#009cde;
  color:#fff;
  font-weight: 700;
  height: 50px;
  line-height: 50px;
  font-size: 1.1em;
}
.tabmenu input:checked ~ .tabCon{
  display:block;
}
.tab_content.tab_content {display: flex; flex-direction: column; position: relative; margin-bottom: 50px; padding-top: 0;}
.tab_content > h2 {margin-bottom: 30px;}
.tab_content .tab_radio {display: none;}
.mypage_tabs {text-align: center;}
.tab_content .tab_tit {float: left; width: 50%; padding: 8px 0; background-color: #777; color: #fff; border-top: 3px solid #666;}

.mypage_panels {overflow: hidden;}
.mypage_panels_list {width: 100%; animation: fadein .5s;} @keyframes fadein { from { opacity:0; } to { opacity:1; }}
.mypage_panels_list > ul {overflow: hidden; width: 100%;}
.mypage_panels_list {display: none;}
#tab1:checked ~ .mypage_panels #list01, #tab2:checked ~ .mypage_panels #list02, #tab3:checked ~ .mypage_panels #list03 {display:block;}
#tab1:checked ~ .mypage_tabs #tab01, #tab2:checked ~ .mypage_tabs #tab02, #tab3:checked ~ .mypage_tabs #tab03 {background:rgba(21, 147, 206, 0.122); color:#000; font-weight: 700; border-top: 3px solid #1592ce; width: 100%; padding: 12px 15px;}
.essential{color:#f00;}

.member_table {margin: 30px 0;}

.member_form {margin: 10px auto; width: 100%; text-align: left; vertical-align: middle; border-top: 2px solid #1592ce; border-bottom: 1px solid #ddd;}
.member_form tr {height: 30px; border:1px solid #fff;}
.member_form tbody th {height: 100%; padding: 10px 15px; width: 20%;}
.member_form tbody td {margin: 10px 20px 10px 20px;}
.member_form .member_form_list_tit .required {padding-left: 5px;}
.member_form .member_form_list_box {margin: 10px; display: block;}
.member_form tr td .recive {line-height: 23px; float: left; margin-right: 20px;}
.member_form tr td .recive_refuse {line-height: 23px; display: inline-block;}
.recive_txt {font-size: 0.8em; margin: 0;}
.member_form .check_email_bx {display: inline;}
.member_form button {background-color: #1592ce; color: #fff; margin-left: 5px; padding: 5px 12px; border-radius: 5px; cursor: pointer;}

.buy_form {margin: 20px auto; border-top: none; width: 100%; text-align: left; vertical-align: middle; border-bottom: 1px solid #ddd; clear: both;}
.buy_form tr {border-top: 1px solid #ddd;}
.buy_form td {padding: 10px 0 10px 15px;}
.buy_form td strong {display: block; margin: 5px 0;}
.buy_form td .inlineblock {line-height: 23px; margin-right: 20px; display: inline-block; margin-top: 10px;}
.buy_form button {width: 150px; background-color: #1592ce; color: #fff; padding: 5px 12px; border-radius: 5px; cursor: pointer;}
.buy_form button.delete_btn {height: 250px; float: right;}
.buy_form button.add_btn {width: 200px; float: right;}

.m_inp {width: 20%; height: 35px; background-color: #f2f2f2; padding: 3px 0px 3px 5px; border-width: 0;}
.inp_style01 {width: 10%;}
.inp_style03 {width: 75%; margin-top: 5px;}
.mypage_content select.m_inp {border-width: 0; height: 35px; vertical-align: middle;}

.mypage_btns {text-align: right; width: 100%; display: block !important; border:none !important;}
.mypage_btns button {width: 200px; height: 50px; color: #fff; border-radius: 5px; margin-left: 1%; margin-top: 10px;}
.first_btn {background-color: #002e50; width: 250px; height: 40px; border-radius: 5px; color: #fff;}
.second_btn {background-color: #777;}



.file_input.sub2-2 label{vertical-align: middle;}
.sub2-2_file{text-align: right;}
.file_add{float: right;}
.filebox input[type="file"] { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip:rect(0,0,0,0); border: 0; }
.filebox label { display: inline-block; padding: .5em .75em; color: #fff; font-size: inherit; line-height: normal; vertical-align: middle; background-color: #009cde; cursor: pointer; border: 1px solid #ebebeb; border-bottom-color: #e2e2e2; border-radius: .25em; } /* named upload */ 
.filebox .upload-name { display: inline-block; padding: .5em .75em; /* label의 패딩값과 일치 */ font-size: inherit; font-family: inherit; line-height: normal; vertical-align: middle; background-color: #f5f5f5; border: 1px solid #ebebeb; border-bottom-color: #e2e2e2; border-radius: .25em; -webkit-appearance: none; /* 네이티브 외형 감추기 */ -moz-appearance: none; appearance: none; }



/* 로그인 페이지 */
#login1{margin-top: 155px;}
.login-form h1 {
  font-size: 3.0em;
  text-align: center;
  color: #009cde;
  margin-bottom: 30px;
  font-weight: 700;
}
.login-form .social-icon {
    width: 100%;
    font-size: 20px;
    padding-top: 20px;
    color: #fff;
    text-align: center;
    float: left;
}
.login-form {
    background: #fff;
    width: 450px;
    border-radius: 6px;
    margin: 0 auto;
    height: 750px;
    padding: 100px 30px 500px;
    box-sizing: border-box;
    clear: both;
    color:#333 !important;
}
.form-group {
  float: left;
  width: 100%;
  margin: 0 0 15px;
  position: relative;
}
.login-form input {
    width: 100%;
    padding: 5px;
    height: 56px;
    border-radius: 74px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    font-size: 15px;
    padding-left: 75px;
}
.login-form .form-group .input-icon {
    font-size: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: absolute;
    border-radius: 25px;
    bottom: 0;
    height: 100%;
    padding-left: 35px;
    color: #666;
}
.login-form .login-btn {
  background: #009cde;
  padding: 11px 50px;
  border-color: #009cde;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  font-size: 20px;
  border: 1px solid #009cde;
  border-radius: 44px;
  width: 100%;
  height: 56px;
  cursor: pointer;
  margin-bottom: 10px;
}
.login-form .reset-psw {
  font-family: 'Noto Sans KR', sans-serif;
  text-decoration: none;
  color: rgb(143, 143, 143);
  font-size: 14px;
  text-align: center;
}
.login-form .reset-psw.two{float: right;}
.login-form .reset-psw:hover{color:#009cde;}
.login-form .social-icon button {
    margin: 0px 10px;
    cursor: pointer;
}
.login-form button:hover{
  opacity: 0.9;
}
.login-form .seperator {
  float: left;
  width: 100%;
  border-top: 1px solid #ccc;
  text-align: center;
  margin: 50px 0 0;
  font-family: 'Noto Sans KR', sans-serif;
}
.login-form .seperator b {
  width: 40px;
  height: 40px;
  font-size: 16px;
  text-align: center;
  line-height: 36px;
  background: #fff;
  display: inline-block;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  position: relative;
  top: -22px;
  z-index: 1;
}
.login-form p {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 14px;
  margin: 0 0 10px;
  font-family: 'Noto Sans KR', sans-serif;
  color:#555;
}


/* 이미지 검색 */
.img_info {width: 75%; margin: 0 auto; box-sizing: border-box; padding: 30px 10px;  background-color: #fafafa;}
.img_info .imgBox {display: inline-block; margin-top: 5px; padding-bottom: 0; padding-right: 10px;}
.img_info .imgBox img {display: inline-block; max-height: 100%; padding: 1px; border: 1px solid #777; max-width: 200px;}
.img_info .imgTxt {display: inline-block; margin: 5px; padding-left: 6px; position: relative; vertical-align: top;}
.img_info .imgTxt p {line-height: 30px;}
.subcontarea.sub4-4 div.empty_box {padding: 100px 0; text-align: center; font-size: 1.2em;}

/* mypage1-2 배송대행 정보 팝업1-1 */
.url_sch_pop.cd-popup1-1 {position: fixed; left: 0; top: 0; height: 100%; width: 100%; background-color: rgba(0, 0, 0, 0.5); opacity: 0; visibility: hidden; -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s; -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s; transition: opacity 0.3s 0s, visibility 0s 0.3s; z-index: 1001;}
.url_sch_pop.cd-popup1-1.is-visible {opacity: 1; visibility: visible; -webkit-transition: opacity 0.3s 0s, visibility 0s 0s; -moz-transition: opacity 0.3s 0s, visibility 0s 0s; transition: opacity 0.3s 0s, visibility 0s 0s;}
.url_sch_pop .cd-popup-container1-1 {position: relative; width: 90%; max-width: 900px; margin: 4em auto; background: #FFF; border-radius: .25em .25em .4em .4em; text-align: center; box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); -webkit-transform: translateY(-40px); -moz-transform: translateY(-40px); -ms-transform: translateY(-40px); -o-transform: translateY(-40px); transform: translateY(-40px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.url_sch_pop .cd-popup-container1-1 h3 {padding: 40px 0; font-size: 1.5em;}
.url_sch_pop .cd-popup-container1-1 > dl {display: flex; padding-top: 40px; -webkit-box-pack: justify; justify-content: center; flex-wrap: nowrap; width: 90%; margin: 0 auto;}
.url_sch_pop .cd-popup-container1-1 > dl dt {clear: both; padding-right: 20px; line-height: 1.2; font-size: 30px; font-weight: 600; white-space: nowrap; box-sizing: border-box;}
.url_sch_pop .cd-popup-container1-1 > dl dd {position: relative; padding: 0 10px; line-height: 1.7; font-size: 18px; box-sizing: border-box;}
.url_sch_pop .cd-popup-container1-1 > dl dd::before {content: ''; position: absolute; top: 6px; left: 0; bottom: 0; width: 2px; height: calc(100% - 5px); background-color: #747474;}
.url_sch_pop .cd-popup-container1-1 > dl dd::after {content: ''; position: absolute; top: 6px; left: 0; z-index: 1; width: 2px; height: 50%; background-color: #1592ce;}

.url_sch_pop .cd-popup-container1-1 > img {padding: 10px 0; margin-top: 20px;}
.url_sch_pop .cd-popup-container1-1 h4 {color: #009cde; font-size: 1.2em; margin: 10px 0; line-height: 1.3; margin-bottom: 20px;}
.url_sch_pop .cd-popup-container1-1 .sch_item_box {width: 100%;}
.url_sch_pop .cd-popup-container1-1 .sch_item_box > div {float: left;}
.url_sch_pop .cd-popup-container1-1 .sch_item_box .left {width: 25%; margin-left: 3%; position: relative;background-color: #fafafa; position: relative; padding: 51px 0;}
.url_sch_pop .cd-popup-container1-1 .sch_item_box .right {width: 72%;}
.url_sch_pop .cd-popup-container1-1 .sch_item_box .pop_img {position: static; transform: none; margin: 0 auto;}

.url_sch_pop .cd-popup-container1-1 p {text-align: left; color: #009cde; font-size: 14px;}
.url_sch_pop .cd-popup-container1-1 input {vertical-align: middle; line-height: 28px; height: 28px; margin: 0; background-color: #fff; border-radius: 5px;}
.url_sch_pop .cd-popup-container1-1 input[type='text'] {padding-left: 5px;}
.url_sch_pop .cd-popup-container1-1 input#radio3 {margin-left: 10px;}
.url_sch_pop .cd-popup-container1-1 table {width: 90%; margin: 0px auto; margin-bottom: 30px; text-align: center; border-bottom: 1px solid #ddd; background-color: #fff;}
.url_sch_pop .cd-popup-container1-1 table tr {height: 50px; border-bottom: 1px solid #fff;}
.url_sch_pop .cd-popup-container1-1 table tr th {width: 25%; text-align: center; padding: 10px;}
.url_sch_pop .cd-popup-container1-1 table th {background-color: rgba(21, 147, 206, 0.122); text-align: center; font-weight: 700; border-right: 1px solid #fff; width: 100px;}
.url_sch_pop .cd-popup-container1-1 table tr td {background-color: #fff; text-align: left; padding: 10px 0 10px 20px; line-height: 24px; min-height: 45px;}
.url_sch_pop .cd-popup-container1-1 table tr td span.FreightCharge {line-height: 50px;}
.url_sch_pop .cd-popup-container1-1 .pop_textarea_box {padding-bottom: 30px;}
.url_sch_pop .cd-popup-container1-1 .cd-buttons:after {content: ""; display: table; clear: both;}
.url_sch_pop .cd-popup-container1-1 .cd-buttons li {float: left; width: 50%; list-style: none;}
.url_sch_pop .cd-popup-container1-1 .cd-buttons a {display: block; height: 50px; line-height: 50px; text-transform: uppercase; color: #FFF; -webkit-transition: background-color 0.2s; -moz-transition: background-color 0.2s; transition: background-color 0.2s;}
.url_sch_pop .cd-popup-container1-1 .cd-buttons li a {background: #fc7169; border-radius: 0 0 .25em 0;}
.url_sch_pop .cd-popup-container1-1 .cd-buttons li a:hover {background-color: #fc8982;}
.url_sch_pop .cd-popup-container1-1 .cd-buttons li:first-child a {background: #009cde; border-radius: 0 0 0 .25em;}
.url_sch_pop .cd-popup-container1-1 .cd-buttons li:first-child a:hover {background-color: #51aed6;}
.url_sch_pop .cd-popup-container1-1 .cd-popup-close {position: absolute; top: 8px; right: 8px; width: 30px; height: 30px;}
.url_sch_pop .cd-popup-container1-1 .cd-popup-close::before, .url_sch_pop .cd-popup-container1-1 .cd-popup-close::after {content: ''; position: absolute; top: 12px; width: 14px; height: 3px; background-color: #8f9cb5;}
.url_sch_pop .cd-popup-container1-1 .cd-popup-close::before {-webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); left: 8px;}
.url_sch_pop .cd-popup-container1-1 .cd-popup-close::after {-webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); right: 8px;}
.url_sch_pop .is-visible .cd-popup-container1-1 {-webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0);}

@media only screen and (min-width: 1170px) {
  .url_sch_pop .cd-popup-container1-1 {
    margin: 15em auto;
  }
}
/* mypage1-2 배송대행 정보 팝업1-1 끝 */

@media screen and (max-width:767px) {
.login-form {
    width: 90%;
    padding: 15px 15px 30px;
}
}

/* sub3-1-1 배송대행절차안내 */
.point_txt{color:#009cde;}
.sub3-1_txt{line-height:30px; padding: 60px;}
.sub_tit.sub4-1.two{line-height: 60px;}
.mypage_area.sub3-1-1{width: 85%; margin:  0 auto;}
.my_info_left.sub3-1-1{width: 100%; margin: 0 auto 60px;}
.sub3-1-1_address{text-align: left; margin-top: 60px;}
.mypage_table.sub3-1-1 td{ font-family: 'Noto Sans KR', sans-serif; text-align: left; padding-left: 20px; border-bottom: 1px solid #eee;}
.mypage_table.sub3-1-1 th{text-align: left; padding-left: 20px; width: 22% !important;}
.mypage_table.sub3-1-1 .last_table{text-align: center;}
.mypage_table.sub3-1-1 span{font-family: 'Noto Sans KR', sans-serif; font-weight: 100; letter-spacing: 2px;}
.cd-popup-trigger.sub3-1-1{float: right;}
.sub3-1-1_bot{text-align: left; padding-top: 10px;}

/* sub3-1-3 부가서비스안내 */
.tabmenu.sub3-1-3{height:100%; margin-bottom: 50px;}
.sub_table.sub3-1-3 td{line-height: 25px; word-break: keep-all;}
.tabmenu.sub3-1-3 ul li{width: 33.3333%; line-height: 30px; font-size: 1.1em;}
.sub_table.sub3-1-3 .sub_table_col:last-child{text-align: left; padding: 10px;}
.sub_table_col.sub3-1-3{color:#000; font-weight: 400; color:#666;}
.sub_table_col.blue{color: #009cde;}




/* sub3-1-4 배송대행요금표 */
.scrollbox1.sub3-1-4{overflow: unset; height: 260px;}
.sm_txt{font-size: 0.8em;}
.red_txt{color:#f00}
.tabmenu.sub3-1-4{height: 100%;}
.tabmenu.sub3-1-4 ul li{width: 50%;}
#tabmenu1,#tabmenu2{display: none;}
.btnCon label{display: block; cursor: pointer;   height: 50px;
  line-height: 50px;}
.sub_table {border-collapse:collapse;border-spacing:0; width: 100%;text-align: center;}
.sub_table td{border-color:#ccc;border-style:solid;border-width:1px;font-family: 'Noto Sans KR', sans-serif;font-size:14px;
  overflow:hidden;word-break:normal;}

.sub_table th{border-color:#ccc;border-style:solid;border-width:1px;font-family: 'Noto Sans KR', sans-serif;font-size:14px;
  font-weight:normal;overflow:hidden;word-break:normal; color:#009cde; }
.tabCon.sub3-1-4 p{text-align: right;}
.section:after {content: "";
  display: block;
  clear: both;}

.sub_table.sub3-1-4 th,.sub_table.sub3-1-4 td{padding: 10px;}

/* sub3-1-5 교환/환불안내 */
.mid_sub3-1-5{background-color: #fafafa; padding: 50px;}
.buy_list.sub3-1-5 p{display: block; height: 100px;}
.scrollbox1.sub3-1-5{background-color: #fff; height: auto; font-size: 0.9em; font-weight: 100; color:#666; line-height: 30px;}

/* sub3-1-6 개인통관고유부호발급안내 */
.sub3-1-6{background-color: #fafafa; padding-bottom: 20px; word-wrap: break-word;
  word-break: keep-all;}
.sub3-1-6_tit{width: 80%; margin: 0 auto; padding: 60px 30px 0;}
.scrollbox1.sub3-1-6{height: 160px; background-color: #fff; line-height: 30px; margin-bottom: 60px;}
.sub-3-1-6.table{display: block; width: 80%; margin: 0 auto 50px;}
.sub-3-1-6.table th{vertical-align: text-top;}
.pc_box1{text-align: left;}
.pc_box1 h3{line-height: 40px;}
.pc_box1 p{font-weight: 500; line-height: 30px;}
.pc_box1 div{padding: 20px;}
.pc_box1 img{padding: 0 30px; vertical-align: top;}

.sub-3-1-6_box.txt .pc_box{border-color:inherit;text-align:left;vertical-align:top}
.sub-3-1-6_box{display: flex; width: 80%; margin: 0 auto 50px;}
.sub-3-1-6_box div{padding: 10px; width: 20%;}
.sub-3-1-6_box.pc div{padding: 20px; width: 25%;}
.sub-3-1-6_box.txt{margin-bottom: 0;}
.sub-3-1-6_box.txt .pc_box{flex: 1 1 1 2 1 !important;}
.sub-3-1-6_box h3 {padding: 10px 20px 10px 10px;}
.sub-3-1-6_box.mo h3{padding: 100px 0 20px;}
.sub-3-1-6_box p{padding: 0 9px; line-height: 30px;}
.sub-3-1-6_box.mo p{padding: 0;}
.sub-3-1-6_box.mo img{padding: 0;}
.pc_box img{width: 100%;}
.pc_box_mo4{margin-top: 50px;}

.sub3-1-6.mo1{display: none;}

.sub3-1-6.mo{background-color: #fff; word-wrap: break-word;
  word-break: keep-all;}


/* sub3-2-1 배송대행신청 */
textarea, input {font-family: inherit;}
button {cursor: pointer;}
.scrollbox1 {font-family: 'Noto Sans KR', sans-serif;margin: 20px auto; width: 100%; height: 200px; overflow: auto; border: 1px solid #ddd; color: #666; padding: 20px; font-size: 16px; line-height: 30px;}
.scrollbox1 h4{color:#009cde; margin-top: 20px;}
.red_star{color: #f00;}
.paddingnone {padding: 0px;}
.section_shipping2 {width: 75%; margin: 50px auto;}
.section_shipping2 .member_form_list label {margin: 0 5px;}
.section_shipping2 input[type=checkbox] {margin: 0 5px;}
.subcontarea_shipping {width: 100%;}
.shipping_table h3 {color: #009cde;}
.shipping_table .recive_txt {margin-top: 5px; color: #777;}
.shipping_table .strong_important {color: #009cde;}
.deliverypage_btns .delivery_btns_tit > h3 {float: left; line-height: 40px;}
.deliverypage_btns .delivery_btns_tit > div {float: right;}
.deliverypage_btns .delivery_btns_tit button {color: #fff; padding: 5px 12px; border-radius: 5px; height: 40px; width: 250px;}
.deliverypage_btns .delivery_btns_tit button .fa-plus {color: #009cde;}
.deliverypage_btns .delivery_btns_tit .floatleft_btn {float: left; margin-right: 10px;}
.delivery_btns_tit .floatright_btn {float: right;}
.shipping_table .member_form {border-bottom: 1px solid #ddd;}
.shipping_table .member_form .member_form_list_tit {text-align: center;}
.shipping_table table td.td_line {position: relative;}
.shipping_table table td.td_style04 {background-color: rgba(21, 147, 206, 0.122); padding: 10px 15px; width: 50%;}
.shipping_table table td.td_line::after {content: ''; position: absolute; top: 0; right: 0; z-index: 1; width: 1px; height: 100%; background-color: #ddd;}
.member_table .member_form {margin: 10px auto; margin-bottom: 30px;}
.item_setting {border-top: 2px solid #009cde; border-bottom: 2px solid #009cde; background-color: rgba(21, 147, 206, 0.122); line-height: 60px; padding-left: 10px; padding-right: 10px; margin: 10px 0 0;}
.item_setting > h3 {float: left;}
.item_setting .item_setting_btns {float: right; line-height: 40px; margin: 10px 0;}
.item_setting .item_setting_btns > button.first_btn {width: 100px; color: #fff; border-radius: 5px;}
/* .item_setting .item_setting_btns > button.ordersetting_btn {width: 200px; background-color: #009cde; color: #fff; border-radius: 5px;} */
.sub3-2-1_top_btn{float: right;}

.allCheck_delivery {font-weight: 600; float: left; padding-top: 15px;}
.ordersetting_btn{width: 200px !important;background-color: #009cde; color: #fff; border-radius: 5px; margin-right: 5px; height: 40px;}
.detail_form.sub3-2-1{margin: 0; border-top: none;}
.item_setting.sub3-2-1{margin: 0;}

.check_box_agree p {line-height: 24px;}
.check_box_agree p span {display: inline-block; margin: 0 2px 0 0; vertical-align: middle; cursor: pointer;}
/* .check_box_agree p span input {width: 100%; height: 100%; margin: 0;} */
.sub3-2-1_section .check_box_agree p span{display: inline-block; margin: 0 2px 0 0;vertical-align: middle;}
.detail_form {width: 100%; text-align: left; vertical-align: middle; margin: 10px auto; margin-bottom: 30px; border-top: 2px solid #009cde}
.detail_form tr {height: 30px; border-bottom: 1px solid #ddd;}
.detail_form td {padding: 10px;}
.detail_form td.td_style01 {border-right: 1px solid #ddd; background-color: rgba(21, 147, 206, 0.122); text-align: center; font-weight: 500;}
.detail_form td.td_style02 {background-color: rgba(21, 147, 206, 0.122); text-align: left; font-weight: 500;}
.detail_form td.td_style03 {background-color: rgba(21, 147, 206, 0.122); text-align: center; font-weight: 500;}
.detail_form td strong.strong_total {color: #009cde;}
.detail_form div.total_info {background-color: #eee; padding: 20px 30px;}
.detail_form div.total_info > div.total_info_area {line-height: 30px;}
.detail_form div.total_info > div::before, .detail_form div.total_info > div::after {content: ''; display: block; clear: both;}
.detail_form div.total_info span.txtleft {float: left; font-size: 1.1em;}
.detail_form div.total_info span.txtright {float: right; font-size: 1.2em;}
.detail_form button {background-color: #009cde; color: #fff; margin-left: 5px; padding: 5px 12px; border-radius: 5px; cursor: pointer;}
.detail_form button.shppingItem_btn {width: 100%; margin: 0 auto;}
.detail_form select {width: 100%; height: 30px;}
.detail_form input[type=radio] {margin: 0 5px;}
.detail_form .item_imgwrap {padding: 8px; border-right: 1px solid #ddd; text-align: center;}
.detail_form .item_imgwrap .item_thumb {height: auto;}
.detail_form .item_imgwrap button {width: 100%; margin: 10px  auto;}
button.next_btn {background-color: #009cde;}
.detail_form.first{border-top: 0; margin-top: 0;}

.inp_style01 {width: 25%;}
.inp_style02 {width: 50%;}
.inp_style04 {width: 100%;}
tr.borderbottomnone {border-bottom-style: none;}

.view{font-family: 'Noto Sans KR', sans-serif; font-size: 0.8em; display: none;}

/* sub3-2 배송대행신청 팝업 */
.shipping_popup .cd-popup {position: fixed; left: 0; top: 0; height: 100%; width: 100%; background-color: rgba(0, 0, 0, 0.5); opacity: 0; visibility: hidden; -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s; -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s; transition: opacity 0.3s 0s, visibility 0s 0.3s; z-index: 100;}
.shipping_popup .cd-popup.is-visible {opacity: 1; visibility: visible; -webkit-transition: opacity 0.3s 0s, visibility 0s 0s; -moz-transition: opacity 0.3s 0s, visibility 0s 0s; transition: opacity 0.3s 0s, visibility 0s 0s;}
.shipping_popup .cd-popup-container {position: relative; width: 90%; max-width: 800px; margin: 4em auto; background: #FFF; border-radius: .25em .25em .4em .4em; text-align: center; box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); -webkit-transform: translateY(-40px); -moz-transform: translateY(-40px); -ms-transform: translateY(-40px); -o-transform: translateY(-40px); transform: translateY(-40px);
   /* Force Hardware Acceleration in WebKit */
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }

.shipping_popup .cd-popup-container h3 {padding: 20px 0;}
.shipping_popup .cd-popup-container > dl {display: flex; padding-top: 40px; -webkit-box-pack: justify; justify-content: center; flex-wrap: nowrap; width: 90%; margin: 0 auto;}
.shipping_popup .cd-popup-container > dl dt {clear: both; padding-right: 20px; line-height: 1.2; font-size: 30px; font-weight: 600; white-space: nowrap; box-sizing: border-box;}
.shipping_popup .cd-popup-container > dl dd {position: relative; padding: 0 10px; line-height: 1.7; font-size: 18px; box-sizing: border-box;}
.shipping_popup .cd-popup-container > dl dd::before {content: ''; position: absolute; top: 6px; left: 0; bottom: 0; width: 2px; height: calc(100% - 5px); background-color: #747474;}
.shipping_popup .cd-popup-container > dl dd::after {content: ''; position: absolute; top: 6px; left: 0; z-index: 1; width: 2px; height: 50%; background-color: #1592ce;}

.shipping_popup .cd-popup-container p {padding: 1em 2em; text-align: left;}
.shipping_popup .cd-popup-container table {width: 90%; margin: 10px auto; margin-top: 20px; text-align: left;}
.shipping_popup .cd-popup-container table tr {height: 40px; border-bottom: 1px solid #fff;}
.shipping_popup .cd-popup-container table tr th {width: 32%; text-align: center; background-color: rgba(21, 147, 206, 0.122);}
.shipping_popup .cd-popup-container table tr td {padding-left: 20px; background-color: #f0f0f0;}
.shipping_popup .cd-popup-container textarea {width: 90%; height: 300px; resize: none; border: 1px solid #ddd; padding: 5px; font-size: 14px; line-height: 18px;}
.shipping_popup .cd-popup-container .pop_textarea_box {padding-bottom: 30px;}
.shipping_popup .cd-popup-container .cd-buttons:after {content: ""; display: table; clear: both;}
.shipping_popup .cd-popup-container .cd-buttons li {float: left; width: 50%; list-style: none;}
.shipping_popup .cd-popup-container .cd-buttons a {display: block; height: 60px; line-height: 60px; text-transform: uppercase; color: #FFF; -webkit-transition: background-color 0.2s; -moz-transition: background-color 0.2s; transition: background-color 0.2s;}
.shipping_popup .cd-popup-container .cd-buttons li:first-child a {background: #fc7169; border-radius: 0 0 0 .25em;}
.shipping_popup .no-touch .cd-popup-container .cd-buttons li:first-child a:hover {background-color: #fc8982;}
.shipping_popup .cd-popup-container .cd-buttons li:last-child a {background: #009cde; border-radius: 0 0 .25em 0;}
.shipping_popup .no-touch .cd-popup-container .cd-buttons li:last-child a:hover {background-color: #c5ccd8;}
.shipping_popup .cd-popup-container .cd-popup-close {position: absolute; top: 8px; right: 8px; width: 30px; height: 30px;}
.shipping_popup .cd-popup-container .cd-popup-close::before, .shipping_popup .cd-popup-container .cd-popup-close::after {content: ''; position: absolute; top: 12px; width: 14px; height: 3px; background-color: #8f9cb5;}
.shipping_popup .cd-popup-container .cd-popup-close::before {-webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); left: 8px;}
.shipping_popup .cd-popup-container .cd-popup-close::after {-webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); right: 8px;}
.shipping_popup .is-visible .cd-popup-container {-webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0);}

@media only screen and (min-width: 1170px) {
  .shipping_popup .cd-popup-container {
      margin: 13em auto;
    }
  }
  /* sub3-2 배송대행신청 팝업 끝 */


  /* sub4-1-1 단가조사절차안내 */
.cd-popup0 {position: fixed; left: 0; top: 0; height: 100%; width: 100%; background-color: rgba(0, 0, 0, 0.5); opacity: 0; visibility: hidden; -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s; -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s; transition: opacity 0.3s 0s, visibility 0s 0.3s; z-index: 100;}
.cd-popup0.is-visible {opacity: 1; visibility: visible; -webkit-transition: opacity 0.3s 0s, visibility 0s 0s; -moz-transition: opacity 0.3s 0s, visibility 0s 0s; transition: opacity 0.3s 0s, visibility 0s 0s;}
.pageinfo.sub4-1-1{padding-bottom: 0;}
.sub4-1-1 h1{padding-bottom: 60px; line-height: 80px;}
.container.sub2-1 .sub4-1{width: 100% !important; padding-top: 0px !important;}
.sub4-1_list{float: left; margin-left: 11% !important;}
.sub4-1_con{  width: 100%;
  align-items: center;
  justify-content: center;
  height: auto;
  margin-top: 50px;
  color: #fff;}
.sub4-1-1_mid{text-align: center;}
.sub_bank{text-align: right;}
.sub4-1_con1.one{background-color: #009cde; padding: 50px 0;}
.sub4-1_con1.two{padding: 60px 0;}
.sub4-1_con1.two h1{color:#000;}
.sub4-1_con1.three{background-color: #009cde; padding: 50px 40px;}
.sub4-1_con1 img{ margin: 20px auto;}
.sub4-1_con1 p{line-height: 28px;font-size: 1.2em; color:#fff; line-height: 35px;}
.sub4-1_con1.one p i{color:#fff; font-size: 0.8em;}
.sub4-1_con1.two p{text-align: center;  line-height: 35px; font-weight: 600; font-size: 1.2em; color:#000;}
.sub4-1_con1.three p{font-weight: 700;}
.sub4-1_con1.three p i{color:#fff; font-size: 0.8em;}
.sub4-1_con1.three img{margin: 55px;}
.sub4-1_blue{color:#009cde; font-weight: 700;}
.container.sub2-1 .sub4-1.one{font-weight: 600;}
.bank{float: right; font-weight: 800;}
.bank span{display: inline-block; padding: 16px;}
.sub4-1-1_img{display: block;}
.sub4-1-1_img_mo{display: none;}

/* sub4-3공장OEM단가조사신청 */
.scrollbox1.sub4-3{height: 100%;}
.scrollbox1.sub4-3 label{color:#000; line-height: 30px; font-size: 1.1em; font-weight: 600;}
.scrollbox1.sub4-3{margin-left: 5px; line-height: 30px;}
.select{font-size: 1.1em;}
.member_form_list_tit{font-weight: 800;}
.member_form_list_box button{font-family: 'Noto Sans KR', sans-serif;}

.accordion1 {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  padding: 10px;
  font-size: 1.2em;
}

.section_shipping .active, .accordion1:hover {
  background-color: #009cde;
  color:#fff;
}


.panel {
  display: none;
  background-color: white;
  overflow: hidden;
  padding: 15px;
  font-size: 1.1em;
}
.shipping_table .member_form.sub4-3 .member_form_list_tit{text-align: left;}
.member_form_list.sub4-3{width: 100%;}
.m_inp.inp_style01.sub4-3{display: inline-block;}
.file_input label {
  position:relative;
  cursor:pointer;
  display:inline-block;
  vertical-align:top;
  overflow:hidden;
  width:100px;
  height:35px;
  background:#1592ce;
  color:#fff;
  text-align:center;
  line-height:35px;
  border-radius: 5px;
}
.file_input label input {
  position:absolute;
  width:0;
  height:0;
  overflow:hidden;
}
.member_form.sub4-3 button{margin-left: 5px;}
.u-pw.m_inp.long{width: 100%;}
.inp_style03.m_inp.long{width: 100%;}
.market_price1.mo{display: none;}

/* sub4-4 내공장OEM단가 */
.subcontarea.sub4-4{padding-top: 0; padding-bottom: 50px;}
.reviewpage_panels.sub4-4 .reviewpage_panels_list{display: block;}
.reviewpage_panels.sub4-4 .reviewpage_panels_list > ul li p{text-align: left;}
.reviewpage_panels.sub4-4 .reviewpage_panels_list > ul li img{width: 300px; height: 300px;}

/* sub4-5 공장포트폴리오 */
/********** 상품상세페이지 **********/
.product_view_wrap img {display: block; max-width: 100%; vertical-align: middle; margin: 0 auto;}

.product_detail_view{display: flex; flex-wrap: wrap;}
.product_detail_left{flex:1;}
.shop_product_img img{width: 650px; height: 450px; padding: 50px 50px 20px;}
.shop_product_img > span {display: block; width: 100%;}
.shop_product_img_gallery {padding-left: 50px;}
.shop_product_img_gallery > span {display: inline-block; opacity: 0.7; cursor: pointer;}
.shop_product_img_gallery > span > img {height: 60px;}
.sns_share {margin-top: 10px; padding: 18px 20px; border-top: 1px solid #eeeeee; border-bottom: 1px solid #eeeeee; background-color: #f7f7f7;}
.sns_share > strong {float: left; display: block; font-size: 1em; color: #444444; font-weight: 400; line-height: 30px;}
.sns_share > ul {float: right; font-size: 0;}
.sns_share > ul > li+li {margin-left: 5px;}
.sns_share > ul > li {display: inline-block; font-size: 13px;} 
.sns_share > ul > li > a {display: block;}

.product_basic_info{font-size:1em; flex:1; min-width:360px;}
.product_title h5 {font-size: 2em; font-weight: 500; color: #333333; letter-spacing: -1px; padding: 50px 0 20px 5px;}
.basic_info_txt {padding: 25px 0; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd;}
.product_basic_info dt, .product_basic_info dd {float: left;}
.product_basic_info dt {width: 25%;}
.product_basic_info dd {width: 75%;}
.product_basic_info dl+dl {margin-top: 20px;}
.option_select01 > dt {line-height: 34px;}
.option_select01 fieldset {border: none;}
.option_select01 fieldset legend {font-size: 0;}
.option_select01 select {padding: 5px 10px 6px; width: 100%; font-family: inherit; border: 1px solid #dddddd; color: #999999; border-radius: 0; cursor: pointer;}
.option_item_box {padding: 20px 15px 0px 15px;}
.option_item_box .item_qty {text-align: right;}
.option_item_box .item_qty .number_up {width: 20px; height: 24px; background-color: #005478; color: #fff; border-radius: 3px;}
.option_item_box .item_qty .cnt {width: 50px; padding: 2px;}
.option_item_box .item_qty .number_down {width: 20px; height: 24px; background-color: #005478; color: #fff; border-radius: 3px;}

.total_date {padding: 20px 0;}
.total_price {border: 1px solid #dddddd; border-radius: 5px; padding: 15px 20px; margin-top: 10px;}
.total_price dl > * {display: inline-block; font-size: 1.2em; vertical-align: middle;}
.total_price dt {width: 75%;}
.total_price dd {width: 25%; text-align: right;}
.total_price dd em {font-size: 1.2em; font-weight: 600;}
.total_price > dl > dd em {color: #005478;}

.btn_wrap02 {margin-top: 25px;}
.btn_wrap02 > * {display: inline-block; vertical-align: middle; color: #fff; text-align: center; font-size: 1.1em; background-color: #bbbbbb; width: 39%; font-weight: 500; border-radius: 5px; height: 47px;}
.btn_wrap02 > a {width: 30%; background-color: #fff; border: 1px solid #bbbbbb;}
.btn_wrap02 > a > img {height: 65%; margin: 8px auto;}
.btn_wrap02 button {width: 68%; margin-left: 1%;}
.btn_wrap02 .btn_order { color: #fff; background-color: #009cde; border: 1px solid #009cde;}

.info_deliver_refund_wrap {margin-top: 150px;}
.info_deliver_refund_tab > li {float: left; width: 50%; border-bottom: 1px solid #ddd; padding-bottom: 15px; font-size: 1.1em; color: #333333; text-align: center; font-weight: 500; cursor: pointer;}
.info_deliver_refund_tab > li.active {border-bottom: 2px solid #222222;}
.product_container {margin-top: 50px;}

.info_deliver_refund {margin: 0 0 60px;}
.info_deliver_refund_header {display: flex; align-items: center; margin: 20px 0;}
.info_deliver_refund_title {font-weight: 700; color: #333;}
.info_delivery_table {width: 100%; border-collapse: collapse; border-spacing: 0; margin-top: 28px;}
.info_delivery_table tr {border: none; border-bottom: 1px solid #ddd;}
.info_delivery_table td, .info_delivery_table th {padding: 12px 6px; text-align: left; line-height: 1.38;}
.info_delivery_table th {width: 18ch; color: #757575;}
.info_delivery_table td {color: #424242; white-space: pre-line;}

.info_refund_table {margin-bottom: 40px;}

.info_refund_note_title {margin: 30px 0 5px; color: #424242; font-size: 1.1em;font-weight: 700; line-height: 21px;}
.info_refund_note {margin-bottom: 10px; color: #757575; line-height: 16px;}
.info_refund_note_list {counter-reset: index; color: #424242;}
.info_refund_note_list > li {position: relative; padding-left: 14px;}
.info_refund_note_list > li:before {counter-increment: index; content: counter(index) " "; font-weight: 700; position: absolute; top: 0; left: 0;}
.info_refund_note_list > li small {color: #757575;}

/* sub5-1-1 컨설팅/강의 절차및신청 */
.sub5-1-1_img{text-align: center; background-color: #fafafa;}
.sub_tit.sub5-1-1{line-height: 60px;}
.sub5-1-1.bot_txt{line-height: 50px; padding-bottom: 50px; text-align: center; background-color: #fafafa;}
.po_bluetxt{color:#009cde;}
/* .contEditor img{width: 500px; height: 300px;} */


    
/* sub5-1-3 강의컨설팅 절차및신청 */
.sub5-1-3{text-align: center;}
.sub5-1-3 h2{line-height: 50px; color:#009cde;}
.sub5-1-3 p{line-height: 40px; margin-top: 20px; font-size: 1.1em;}
.container.sub5-1-3{width: 70%; margin: 0 auto;}
.sub5-1-3_table{margin-top: 50px; font-weight: 600;}
.sub5-1-3_table h3{color:#009cde; line-height: 50px; text-align: left;}
.mypage_btns.sub5-1-3{margin-top: 20px; text-align: right;}
.sub5-1-3_mid{background-color: #fafafa; padding: 80px;}

/* sub5-3-1 시장조사단 중달이's 서비스 */
.container.sub5-3-1{text-align: center; line-height: 30px;}
.Horizontal{width: 100px; height: 2px; background-color: #009cde; margin: 0 auto;}
.container.sub5-3-1 > dl > dd > p{margin-top:60px; font-weight: 700;}
.sm_redtxt{color:#f00; font-weight: 700;}
.sub5-3-1_midtit{color:#009cde; line-height: 50px; text-align: left;}
.container.tab.sub5-3-1{margin-top: 20px;}
.sub5-3-1_txt{margin-top: 20px; color:#000;}
.sub5-3-1_txt1{font-size: 1.2em; line-height: 35px;}
.market_tit{color:#000;}

/* sub5-3-3 시장조사단 절차 및 신청 */
.container.tab{width: 68%; margin: 0 auto 50px;}
.tab {border-left:none; background:#fff; overflow:hidden; }
.tab.sub5-3-3 li { float:left; width:50%; text-align:center; box-sizing:border-box; font-size: 1.1em;}
.tab li { display:inline-block; padding:10px; cursor:pointer; background-color: #f9f9f9;}
.tab li.on { background-color:#009cde; color:#fff; font-weight: 700; }
.tab_con { clear:both;}
.tab_con .sub5-3-3_txt{ display:none; background:#fff; border: 5px solid #f9f9f9; padding: 20px; color: #000;}
.tab_con div h2{line-height: 40px; color:#000; margin-bottom: 10px;}
.sub5-3-3_h2_mo{display: none;}
.tab_con div h4{line-height: 40px; color:#000;}
.tab_con .sub5-3-3_txt > p{line-height: 30px;}
.member_form_list{font-family: 'Noto Sans KR', sans-serif;}
.member_form_list_box label{margin: 5px;}
.tab_con .filebox{display: block; border: 0; padding: 0;}
/* sub5-4-1 강의일정 및 신청*/
.mypage_area.sub5-4-1{margin-top: 50px;}
.pageinfo.mypage2-2_pageinfo.sub5-4-1{padding-top: 0; padding-bottom: 0;}
.member_form_list_box textarea{border:none; background-color: #eee; width: 100%; resize: none; border-radius: 5px; padding: 5px;}
.mycalendar{margin-bottom: 50px;}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
  float: none;
}

/* ======== Calendar ======== */
.my-calendar {
  width: 50%;
  margin: 30px;
  padding: 20px 20px 10px;
  text-align: center;
  font-weight: 800;
  border: 1px solid #ddd;
  cursor: default;
  margin: 0 auto;
}
.my-calendar .clicked-date {
  border-radius: 25px;
  margin-top: 36px;
  float: left;
  width: 42%;
  padding: 46px 0 26px;
  background: #ddd;
}
.my-calendar .calendar-box {
  float: right;
  width: 58%;
  padding-left: 30px;
}

.clicked-date .cal-day {
  font-size: 24px;
}
.clicked-date .cal-date {
  font-size: 130px;
}

.ctr-box {
  padding: 0 16px;
  margin-bottom: 20px;
  font-size: 20px;
}
.ctr-box .btn-cal {
  position: relative;
  float: left;
  width: 25px;
  height: 25px;
  margin-top: 5px;
  font-size: 16px;
  cursor: pointer;
  border: none;
  background: none;
}
.ctr-box .btn-cal:after {
  content: '<';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 25px;
  font-weight: bold;
  font-size: 20px;
  color:#ccc;
}
.ctr-box .btn-cal.next {
  float: right;
}
.ctr-box .btn-cal.next:after {
  content: '>';
}

.cal-table {
  width: 100%;
}
.cal-table th {
  width: 14.2857%;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 900;
  font-size: 1.2em;
}
.cal-table td {
  padding: 3px 0;
  height: 50px;
  font-size: 15px;
  vertical-align: middle;
}
.cal-table td.day {
  position: relative;
  cursor: pointer;
  font-family: 'NanumSquare', sans-serif;
  font-size: 1.2em;
}
.cal-table td.today {
  background: #009cde;
  border-radius: 50%;
  color: #fff;
}
.cal-table td.day-active {
  background: #ff8585;
  border-radius: 50%;
  color: #fff;
}
.cal-table td.has-event:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: #FFC107;
}
.sel_box{display: inline-block; vertical-align: sub; margin-left: 5px;}

.precautions_web{display: block !important; border: none !important; color: #000 !important;}
.precautions_mo{display: none !important; border: none !important; color: #000 !important;}
.member_form_list_box_web{display: block;}
.member_form_list_box_mo{display: none;}

/*  마이페이지 */
.mypage_area_wrap {padding-bottom: 50px;}
/* .mypage_pageinfo {padding-top: 154px;} */

.mypage_tablinkAll {width: 100%; padding-bottom: 50px; text-align: center; margin-bottom: 30px;}
.mypage_tablinkAll > div {float: left; box-sizing: border-box; width: 24.6%; background-color: #f2f2f2; height: 60px; line-height: 60px; border-radius: 5px;}
.mypage_tablinkAll > div:not(:last-child) {margin-right: 0.5%;}
.mypage_tablinkAll > div.on {background-color: #009cde; color: #fff;}
.mypage_tablinkAll > div a {display: block; text-align: center; font-size: 1.5em;}

.mypage_area h2 {color: #009cde; margin-bottom: 10px;}
.mypage_area .mypage_area1_tit h2 {float: left;}
.mypage_area1_tit > div {float: right;}
.mypage_area1_tit > div > span:first-child {float: left; margin-right: 10px; padding: 5px 12px; background-color: #777; color: #fff; border-radius: 5px;}
.mypage_area1_tit > div > span:last-child {float: right; padding: 5px 12px; background-color: #999; color: #fff; border-radius: 5px;}
.mypage_area {margin-bottom: 30px;}
.my_info_left {float: left; width: 49%; margin-right: 1%;}
.my_info_right {float: right; width: 49%; margin-left: 1%;}

.mypage_area2 > h2 {display: inline-block;}
.mypage_area span.more_btn {float: right; line-height: 30px; color: #555;}
.mypage_table {width: 100%; border-top: 2px solid #009cde; border-bottom: 1px solid #ddd;}
.mypage_table th {text-align: center; height: 40px; width: 200px; background-color: rgba(21, 147, 206, 0.122); padding-left: 10px;}
.mypage_table1 td {padding-left: 10px;}

.mypage_table button {background-color: #777; color: #fff; margin-left: 15px; padding: 5px 12px; border-radius: 5px;}
.mypage_table button.btn_blue {background-color: #009cde;}

.mypage_table2 {text-align: center;}
.mypage_table2 td {width: 16.6666%;}
.mypage_table2 tr {border-bottom: 1px solid #ddd; height: 40px;}
.mypage_table2 tr.mypage_table_imgarea {height: 100px; }
.mypage_table2 tr:nth-child(2) {background-color: rgba(21, 147, 206, 0.122);}
.mypage_table2 tr.mypage_table_imgarea td:last-child::after {content: none;}

.mypage_table3 tbody tr {line-height: 16px;}
.mypage_table3 td {padding: 10px 20px;}
.mypage_table3 tbody tr td:not(:nth-child(3n)) {border-right: 1px solid #ddd;}
.mypage_table3 tbody tr td strong {float: right;}

/* 팝업 */
.mypage_area_wrap .cd-popup {position: fixed; left: 0; top: 0; height: 100%; width: 100%; background-color: rgba(0, 0, 0, 0.5); opacity: 0; visibility: hidden; -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s; -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s; transition: opacity 0.3s 0s, visibility 0s 0.3s; z-index: 100;}
.mypage_area_wrap .cd-popup.is-visible {opacity: 1; visibility: visible; -webkit-transition: opacity 0.3s 0s, visibility 0s 0s; -moz-transition: opacity 0.3s 0s, visibility 0s 0s; transition: opacity 0.3s 0s, visibility 0s 0s;}
.mypage_area_wrap .cd-popup-container {position: relative; width: 90%; max-width: 1100px; margin: 4em auto; background: #FFF; border-radius: .25em .25em .4em .4em; text-align: center; box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); -webkit-transform: translateY(-40px); -moz-transform: translateY(-40px); -ms-transform: translateY(-40px); -o-transform: translateY(-40px); transform: translateY(-40px);
   /* Force Hardware Acceleration in WebKit */
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }

  .mypage_area_wrap .cd-popup-container h3 {padding: 40px 0; font-size: 1.5em;}
  .mypage_area_wrap .cd-popup-container > dl {display: flex; padding-top: 40px; -webkit-box-pack: justify; justify-content: center; flex-wrap: nowrap; width: 90%; margin: 0 auto;}
  .mypage_area_wrap .cd-popup-container > dl dt {clear: both; padding-right: 20px; line-height: 1.2; font-size: 30px; font-weight: 600; white-space: nowrap; box-sizing: border-box;}
  .mypage_area_wrap .cd-popup-container > dl dd {position: relative; padding: 0 10px; line-height: 1.7; font-size: 18px; box-sizing: border-box;}
  .mypage_area_wrap .cd-popup-container > dl dd::before {content: ''; position: absolute; top: 6px; left: 0; bottom: 0; width: 2px; height: calc(100% - 5px); background-color: #747474;}
  .mypage_area_wrap .cd-popup-container > dl dd::after {content: ''; position: absolute; top: 6px; left: 0; z-index: 1; width: 2px; height: 50%; background-color: #1592ce;}

  .mypage_area_wrap .cd-popup-container p {text-align: left; border-top: none; border-bottom: none;}
  .mypage_area_wrap .pop_table_wrap {min-height: 370px;}
  .mypage_area_wrap .cd-popup-container table {width: 90%; margin: 10px auto; margin-top: 20px; text-align: center; border-bottom: 1px solid #ddd;}
  .mypage_area_wrap .cd-popup-container table tr {height: 50px; border-bottom: 1px solid #fff;}
  .mypage_area_wrap .cd-popup-container table tr th {width: 32%; text-align: center; }
  .mypage_area_wrap .cd-popup-container table tr:first-child td {background-color: rgba(21, 147, 206, 0.122); text-align: center; font-weight: 700; border-right: 1px solid #fff; width: 130px;}
  .mypage_area_wrap .cd-popup-container table tr:not(:first-child) td {background-color: #fafafa;}
  .mypage_area_wrap .cd-popup-container .pop_textarea_box {padding-bottom: 30px;}
  .mypage_area_wrap .cd-popup-container .cd-buttons:after {content: ""; display: table; clear: both;}
  .mypage_area_wrap .cd-popup-container .cd-buttons li {float: left; width: 50%; list-style: none;}
  .mypage_area_wrap .cd-popup-container .cd-buttons a {display: block; height: 50px; line-height: 50px; text-transform: uppercase; color: #FFF; -webkit-transition: background-color 0.2s; -moz-transition: background-color 0.2s; transition: background-color 0.2s;}
  .mypage_area_wrap .cd-popup-container .cd-buttons li:first-child a {background: #fc7169; border-radius: 0 0 0 .25em;}
  .mypage_area_wrap .cd-popup-container .cd-buttons li:first-child a:hover {background-color: #fc8982;}
  .mypage_area_wrap .cd-popup-container .cd-popup-close {position: absolute; top: 8px; right: 8px; width: 30px; height: 30px;}
  .mypage_area_wrap .cd-popup-container .cd-popup-close::before, .mypage_area_wrap .cd-popup-container .cd-popup-close::after {content: ''; position: absolute; top: 12px; width: 14px; height: 3px; background-color: #8f9cb5;}
  .mypage_area_wrap .cd-popup-container .cd-popup-close::before {-webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); left: 8px;}
  .mypage_area_wrap .cd-popup-container .cd-popup-close::after {-webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); right: 8px;}
  .mypage_area_wrap .is-visible .cd-popup-container {-webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0);}
  .address_ok{padding: 5px; background-color: #999; border-radius: 5px; color:#fff;}
  .mypage_area_wrap .cd-popup-container .cd-buttons li:last-child a{background-color: #009cde; border-radius: 0 0 0.25em 0;}


  .cd-popup-container.add{width: 30% !important;}
  .mypage_area_wrap .cd-popup-container.add table tr:first-child td{font-weight: normal; text-align: left;}
  .cd-popup-container.add table tr, .cd-popup-container.add table td{background-color: #fff !important; text-align: left;}
  .m_inp.add{border:1px solid #ccc; background-color: transparent; border-radius: 5px; width: 100%;}
  .m_inp.tel{border:1px solid #ccc; background-color: transparent; border-radius: 5px; width: 30.5%;}
  .m_inp.address{border:1px solid #ccc; border-radius: 5px; background-color: transparent; width: 100%; margin: 5px 0;}
  .cd-buttons.add li{width: 100% !important;}
  .mypage_area_wrap .cd-popup-container .cd-buttons.add li:last-child a{background-color:#999;}
  .mypage_area_wrap .cd-popup-container .cd-buttons.add li:first-child a:hover{background-color: #999 !important;}
  @media only screen and (min-width: 1170px) {
  .mypage_area_wrap .cd-popup-container {
      margin: 13em auto;
    }
  }
  /* 마이페이지 팝업 끝 */

/* 마이페이지 팝업2 */
.mypage_area_wrap .cd-popup2 {position: fixed; left: 0; top: 0; height: 100%; width: 100%; background-color: rgba(0, 0, 0, 0.5); opacity: 0; visibility: hidden; -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s; -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s; transition: opacity 0.3s 0s, visibility 0s 0.3s; z-index: 100;}
.mypage_area_wrap .cd-popup2.is-visible {opacity: 1; visibility: visible; -webkit-transition: opacity 0.3s 0s, visibility 0s 0s; -moz-transition: opacity 0.3s 0s, visibility 0s 0s; transition: opacity 0.3s 0s, visibility 0s 0s;}
.mypage_area_wrap .cd-popup-container2 {position: relative; width: 90%; max-width: 800px; margin: 4em auto; background: #FFF; border-radius: .25em .25em .4em .4em; text-align: center; box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); -webkit-transform: translateY(-40px); -moz-transform: translateY(-40px); -ms-transform: translateY(-40px); -o-transform: translateY(-40px); transform: translateY(-40px);
   /* Force Hardware Acceleration in WebKit */
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }

  .mypage_area_wrap .cd-popup-container2 h3 {padding: 40px 0; font-size: 1.5em;}
.mypage_area_wrap .cd-popup-container2 > dl {display: flex; padding-top: 40px; -webkit-box-pack: justify; justify-content: center; flex-wrap: nowrap; width: 90%; margin: 0 auto;}
.mypage_area_wrap .cd-popup-container2 > dl dt {clear: both; padding-right: 20px; line-height: 1.2; font-size: 30px; font-weight: 600; white-space: nowrap; box-sizing: border-box;}
.mypage_area_wrap .cd-popup-container2 > dl dd {position: relative; padding: 0 10px; line-height: 1.7; font-size: 18px; box-sizing: border-box;}
.mypage_area_wrap .cd-popup-container2 > dl dd::before {content: ''; position: absolute; top: 6px; left: 0; bottom: 0; width: 2px; height: calc(100% - 5px); background-color: #747474;}
.mypage_area_wrap .cd-popup-container2 > dl dd::after {content: ''; position: absolute; top: 6px; left: 0; z-index: 1; width: 2px; height: 50%; background-color: #1592ce;}

.mypage_area_wrap .pop_table_wrap2 {min-height: 330px;}
.mypage_area_wrap .cd-popup-container2 p {padding-bottom: 1em; text-align: center;}
.mypage_area_wrap .charge_option > div {display: inline-block; border: 1px solid #ddd; width: 120px;}
.mypage_area_wrap .charge_option > div.on {border: 1px solid #009cde;}
.mypage_area_wrap .cd-popup-container2 table {width: 90%; margin: 10px auto; margin-top: 20px; text-align: left;}
.mypage_area_wrap .cd-popup-container2 table tr {height: 40px; border-bottom: 1px solid #fff; border-radius: 5px;}
.mypage_area_wrap .cd-popup-container2 table tr th {width: 32%; text-align: center; background-color: rgba(21, 147, 206, 0.122);}
.mypage_area_wrap .cd-popup-container2 table tr td {padding-left: 20px; min-height: 40px; line-height: 30px; background-color: #fafafa;}
.mypage_area_wrap .cd-popup-container2 table tr td:nth-child(odd) {background-color: rgba(21, 147, 206, 0.122); text-align: center; padding: 0px; font-weight: 700; width: 130px;}
.mypage_area_wrap .cd-popup-container2 input[type=radio] {margin: 5px 10px;}
.mypage_area_wrap .cd-popup-container2 input[type=text] {background-color: #fff; height: 30px; padding-left: 5px; margin-right: 5px;}
.mypage_area_wrap .cd-popup-container2 .pop_textarea_box {padding-bottom: 30px;}
.mypage_area_wrap .cd-popup-container2 .cd-buttons:after {content: ""; display: table; clear: both;}
.mypage_area_wrap .cd-popup-container2 .cd-buttons li {float: left; width: 50%; list-style: none;}
.mypage_area_wrap .cd-popup-container2 .cd-buttons a {display: block; height: 60px; line-height: 60px; text-transform: uppercase; color: #FFF; -webkit-transition: background-color 0.2s; -moz-transition: background-color 0.2s; transition: background-color 0.2s;}
.mypage_area_wrap .cd-popup-container2 .cd-buttons li:first-child a {background: #fc7169; border-radius: 0 0 0 .25em;}
.mypage_area_wrap .cd-popup-container2 .cd-buttons li:first-child a:hover {background-color: #fc8982;}
.mypage_area_wrap .cd-popup-container2 .cd-buttons li:last-child a {background: #009cde; border-radius: 0 0 .25em 0;}
.mypage_area_wrap .cd-popup-container2 .cd-buttons li:last-child a:hover {background-color: #51aed6;}
.mypage_area_wrap .cd-popup-container2 .cd-popup-close {position: absolute; top: 8px; right: 8px; width: 30px; height: 30px;}
.mypage_area_wrap .cd-popup-container2 .cd-popup-close::before, .mypage_area_wrap .cd-popup-container2 .cd-popup-close::after {content: ''; position: absolute; top: 12px; width: 14px; height: 3px; background-color: #8f9cb5;}
.mypage_area_wrap .cd-popup-container2 .cd-popup-close::before {-webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); left: 8px;}
.mypage_area_wrap .cd-popup-container2 .cd-popup-close::after {-webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); right: 8px;}
.mypage_area_wrap .is-visible .cd-popup-container2 {-webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0);}
  
@media only screen and (min-width: 1170px) {
  .mypage_area_wrap .cd-popup-container2 {
      margin: 13em auto;
    }
  }
  /* 마이페이지 팝업2 끝 */

/* mypage1-1 구매대행 정보 */
.mypage1-1_area_wrap {padding-bottom: 50px;}
/* .mypage1-1_pageinfo {padding-top: 154px;} */
.mypage_tablink {width: 100%; margin: 0 auto; padding-bottom: 50px;}
.mypage_tablink > div {float: left; box-sizing: border-box; width: 24.6%; background-color: #f2f2f2; height: 60px; line-height: 60px; border-radius: 5px;}
.mypage_tablink > div:not(:last-child) {margin-right: 0.5%;}
.mypage_tablink > div.on {background-color: #009cde; color: #fff;}
.mypage_tablink > div a {display: block; text-align: center; font-size: 1.5em;}

.mypage1-1_area {margin-bottom: 30px;}
.mypage1-1_area > h2 {color: #009cde; margin-bottom: 10px;}
.mypage1-1_area > .empty_text {border-top: 2px solid #009cde; text-align: center; font-size: 1.5em; padding: 7em 0;}
.my_info_left {float: left; width: 49%; margin-right: 1%;}
.my_info_right {float: right; width: 49%; margin-left: 1%;}

.mypage1-1_area > h2 {display: inline-block;}
.mypage1-1_area span.more_btn {float: right; line-height: 30px; color: #555;}
.mypage1-1_area span.more_btn button {width: 200px; color: #fff; border-radius: 5px; margin-left: 1%; background-color: #009cde;}
.mypage1-1_table {width: 100%; border-top: 2px solid #009cde; border-bottom: 1px solid #ddd;}
.mypage1-1_table th {text-align: center; height: 40px; width: 200px; background-color: rgba(21, 147, 206, 0.122);}
.mypage1-1_table td {height: 40px;}
.mypage1-1_table button {background-color: #777; color: #fff; padding: 5px 12px; border-radius: 5px;}

.mypage1-1_table1 tbody td {text-align: center; height: 100px; border-bottom: 1px solid #ddd;}
.mypage1-1_table1 tbody td:last-child {border-right: 0;}

.proceed_order {padding: 10px 80px; border-top: 2px solid #009cde; border-bottom: 1px solid #ddd; background-color: rgba(21, 147, 206, 0.122);}
.mypage1-1_table2 {width: 100%;}
.mypage1-1_table2 td {text-align: center;}
.mypage1-1_table2 select {width: 150px; height: 32px; border: 1px solid #ddd; margin-left: 10px; border-radius: 3px; vertical-align: middle;}
.mypage1-1_table.mypage1-1_table3 {font-size: 14px; font-family: 'Noto Sans KR', sans-serif;}
select.search_select {border: 1px solid #009cde;}
.mypage1-1_search_ipt {width: 300px; height: 32px; background-color: #fff; border-radius: 3px; margin-left: 5px; padding-left: 5px; line-height: 30px; border: 1px solid #009cde;vertical-align: middle;}
/* .mypage1-1_search_btn {position: relative;}
.mypage1-1_search_btn > button {position: absolute; top: 0; right: 10px; font-size: 1.2em; color: #009cde;} */
.mypage1-1_search_btn > button {background-color: #009cde; color: #fff; height: 32px; padding: 0 20px; border-radius: 5px; vertical-align: middle;}

.mypage1-1_total1 {border-top: 2px solid #ddd; border-bottom: 1px solid #ddd; background-color: #eee; margin: 0px auto; margin-top: 20px; padding: 10px 0;}
.mypage1-1_total1 > h3 {padding-left: 30px; text-decoration: underline; font-size: 1.4em;}
.mypage1-1_total1 > div {padding: 7px 30px;}
.mypage1-1_total1 > div > span {font-size: 1.1em;}
.mypage1-1_total1 > div > span:last-child {float: right; font-weight: 700; padding-left: 20px; font-size: 1.3em; color: #009cde;}

.calendar_box {float: left; display: inline-flex;}
.calendar_box .wid85 {width: 85px; line-height: 30px; float: left; background-color: #fff; border-radius: 3px; margin-left: 5px; padding-left: 5px;}
.calendar_box > div {border-radius: 3px; background-color: #009cde;}
.cal_buttonn {width: 30px; color: #fff; text-align: center; padding: 5px;}
.hi {float: left; margin: 0 5px; line-height: 30px;}

.mypage_area_innerWrap {max-height: 800px; overflow-y: scroll;}
.mypage1-1_table3 > tbody > tr > td {padding: 0 10px; border-bottom: 1px solid #ddd;}
.mypage1-1_table3 > tbody > tr > td:not(:last-child) {border-right: 1px solid #ddd;}
.mypage1-1_table3 tbody td:first-child {text-align: center;}
.mypage1-1_table3 tbody td {border-right: 1px solid #ddd;}
.mypage1-1_table3_box {text-align: center; border: 1px solid #ddd; margin: 10px 0;}
.mypage1-1_table3_box span {display: block; padding: 10px 0;}
.mypage1-1_table3_box span:first-child {background-color: #eee;}
.mypage1-1_table3 td.pay_info_td {padding: 10px 20px;}
.mypage1-1_table3 td.pay_info_td .pay_info_inner {padding-bottom: 10px;}
.mypage1-1_table3 td.pay_info_td .pay_info_inner h4 {display: inline-block; line-height: 29px; margin-left: ;}
.mypage1-1_table3 td.pay_info_td .pay_info_inner button {margin-left: 5px;}
.mypage1-1_table3 td.pay_info_td .pay_info_inner > div {float: right;}
.mypage1-1_table3 table.inner_table {width: 100%; border: 1px solid #ddd;}
table.inner_table td {border-bottom: 1px solid #ddd; text-align: center;}
table.inner_table td.item_detail {text-align: left;}
table.inner_table .img_thumb {width: 90px; height: 90px; display: inline-block; overflow: hidden;}
table.inner_table .item_tit {vertical-align: middle; line-height: 22px;}
table.inner_table .item_tit ul li {color: #555; border-bottom: 1px solid #ddd; text-align: left; padding: 2px 0 2px 5px;}
table.inner_table .item_tit ul li:last-child {border-bottom-style: hidden;}
table.inner_table .item_tit ul li span {color: #000;}

table.inner_table .item_tit {vertical-align: middle; line-height: 22px;}
table.inner_table .item_tit dl {border-bottom: 1px solid #ddd; text-align: left;}
table.inner_table .item_tit dl:last-child {border-bottom-style: hidden;}
table.inner_table .item_tit dl > * {display: inline-block;}
table.inner_table .item_tit dl dt {width: 70px; border-right: 1px solid #ddd; padding: 5px;}
table.inner_table .item_tit dl dd {padding-left: 5px; color: #555;}
table.inner_table .item_tit dl dd input {width: 160px;}
table.inner_table .item_tit ul li span {color: #000;}

.mypage1-2_table3 table.inner_table .item_tit dl dt {width: 80px;}
.mypage1-2_table3 table.inner_table .item_tit dl dd {width: 320px;}

table.inner_table td.txtLeft dl {border-bottom: 1px solid #ddd; text-align: left;}
table.inner_table td.txtLeft dl:last-child {border-bottom-style: hidden;}
table.inner_table td.txtLeft dl > * {display: inline-block;}
table.inner_table td.txtLeft dl dt {border-right: 1px solid #ddd; width: 65px; padding: 5px;}
table.inner_table td.txtLeft dl dt.word_style {letter-spacing: -1px;}
table.inner_table td.txtLeft dl dd {padding-left: 5px; color: #555; padding: 5px;}
table.inner_table td.txtLeft ul li span {color: #000;}


table.inner_table .inner_table_date {margin-top: 5px; font-size: 14px; color: #777; font-weight: 700;}
table.inner_table .inner_table_date span {color: #555;}

.mypage1-1_area .recive {line-height: 24px;}
.recive strong.strong_important {color: #009cde;}

.pay_info_btns {text-align: right;}
.pay_info_btns button {width: 200px;height: 50px; color: #fff; border-radius: 5px; margin-left: 1%; background-color: #009cde;}
.pay_info_btns2 {text-align: right; margin-top: 20px;}
.pay_info_btns2 button {width: 200px;height: 50px; color: #fff; border-radius: 5px; margin-left: 1%; background-color: #002e50;}

.mypage1-1_area3 h2 {display: inline-block; color: #009cde; margin-bottom: 10px; margin-top: 30px;}

.mypage1-1_area button.chat_btn {background-color: #002e50;}
.mypage1-1_table button.btn_blue {background-color: #1592ce;}

.txt_style01 {color: #002e50;}
.txt_style02 {color: #fc7169;}

.mypage1-1_area_wrap .cd-popup-trigger3 {color: #009cde;}
.mypage1-1_area_wrap .cd-popup-trigger3 > * {display: block; margin: 0 auto; padding: 3px;}

/* mypage1-1 구매대행 결제정보 팝업 */
.mypage1-1_area_wrap .cd-popup {position: fixed; left: 0; top: 0; height: 100%; width: 100%; background-color: rgba(0, 0, 0, 0.5); opacity: 0; visibility: hidden; -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s; -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s; transition: opacity 0.3s 0s, visibility 0s 0.3s; z-index: 100;}
.mypage1-1_area_wrap .cd-popup.is-visible {opacity: 1; visibility: visible; -webkit-transition: opacity 0.3s 0s, visibility 0s 0s; -moz-transition: opacity 0.3s 0s, visibility 0s 0s; transition: opacity 0.3s 0s, visibility 0s 0s;}
.mypage1-1_area_wrap .cd-popup-container {position: relative; width: 90%; max-width: 500px; margin: 4em auto; background: #FFF; border-radius: .25em .25em .4em .4em; text-align: center; box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); -webkit-transform: translateY(-40px); -moz-transform: translateY(-40px); -ms-transform: translateY(-40px); -o-transform: translateY(-40px); transform: translateY(-40px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.mypage1-1_area_wrap .cd-popup-container h3 {padding: 40px 0; font-size: 1.5em;}
.mypage1-1_area_wrap .cd-popup-container > dl {display: flex; padding-top: 40px; -webkit-box-pack: justify; justify-content: center; flex-wrap: nowrap; width: 90%; margin: 0 auto;}
.mypage1-1_area_wrap .cd-popup-container > dl dt {clear: both; padding-right: 20px; line-height: 1.2; font-size: 30px; font-weight: 600; white-space: nowrap; box-sizing: border-box;}
.mypage1-1_area_wrap .cd-popup-container > dl dd {position: relative; padding: 0 10px; line-height: 1.7; font-size: 18px; box-sizing: border-box;}
.mypage1-1_area_wrap .cd-popup-container > dl dd::before {content: ''; position: absolute; top: 6px; left: 0; bottom: 0; width: 2px; height: calc(100% - 5px); background-color: #747474;}
.mypage1-1_area_wrap .cd-popup-container > dl dd::after {content: ''; position: absolute; top: 6px; left: 0; z-index: 1; width: 2px; height: 50%; background-color: #1592ce;}

.mypage1-1_area_wrap .cd-popup-container p.info_txt {font-family: 'Noto Sans KR', sans-serif; text-align: left; color: #009cde; font-size: 14px;}
.mypage1-1_area_wrap .cd-popup-container input {vertical-align: middle; line-height: 28px; height: 28px; margin: 0; background-color: #fff; border-radius: 5px;}
.mypage1-1_area_wrap .cd-popup-container input[type='text'] {padding-left: 5px;}
.mypage1-1_area_wrap .cd-popup-container input#radio3 {margin-left: 10px;}
.mypage1-1_area_wrap .cd-popup-container table {width: 90%; margin: 0px auto; margin-bottom: 30px; text-align: center; border-bottom: 1px solid #ddd;}
.mypage1-1_area_wrap .cd-popup-container table tr {height: 50px; border-bottom: 1px solid #fff;}
.mypage1-1_area_wrap .cd-popup-container table tr th {width: 25%; text-align: center;}
.mypage1-1_area_wrap .cd-popup-container table th {background-color: rgba(21, 147, 206, 0.122); text-align: center; font-weight: 700; border-right: 1px solid #fff; width: 100px;}
.mypage1-1_area_wrap .cd-popup-container table tr td {background-color: #fafafa; text-align: left; padding: 10px 0 10px 20px; line-height: 24px;}
.mypage1-1_area_wrap .cd-popup-container table tr td span.pop_table_price::after {content: '원';}
.mypage1-1_area_wrap .cd-popup-container table tr td span.pop_table_quantity::after {content: '개';}
.mypage1-1_area_wrap .cd-popup-container .pop_textarea_box {padding-bottom: 30px;}
.mypage1-1_area_wrap .cd-popup-container .cd-buttons:after {content: ""; display: table; clear: both;}
.mypage1-1_area_wrap .cd-popup-container .cd-buttons li {float: left; width: 50%; list-style: none;}
.mypage1-1_area_wrap .cd-popup-container .cd-buttons a {display: block; height: 50px; line-height: 50px; text-transform: uppercase; color: #FFF; -webkit-transition: background-color 0.2s; -moz-transition: background-color 0.2s; transition: background-color 0.2s;}
.mypage1-1_area_wrap .cd-popup-container .cd-buttons li a {background: #009cde; border-radius: 0 0 .25em 0;}
.mypage1-1_area_wrap .cd-popup-container .cd-buttons li a:hover {background-color: #51aed6;}
.mypage1-1_area_wrap .cd-popup-container .cd-buttons li:first-child a {background: #fc7169; border-radius: 0 0 0 .25em;}
.mypage1-1_area_wrap .cd-popup-container .cd-buttons li:first-child a:hover {background-color: #fc8982;}
.mypage1-1_area_wrap .cd-popup-container .cd-popup-close {position: absolute; top: 8px; right: 8px; width: 30px; height: 30px;}
.mypage1-1_area_wrap .cd-popup-container .cd-popup-close::before, .mypage1-1_area_wrap .cd-popup-container .cd-popup-close::after {content: ''; position: absolute; top: 12px; width: 14px; height: 3px; background-color: #8f9cb5;}
.mypage1-1_area_wrap .cd-popup-container .cd-popup-close::before {-webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); left: 8px;}
.mypage1-1_area_wrap .cd-popup-container .cd-popup-close::after {-webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); right: 8px;}
.mypage1-1_area_wrap .is-visible .cd-popup-container {-webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0);}

@media only screen and (min-width: 1170px) {
.mypage1-1_area_wrap .cd-popup-container {
    margin: 15em auto;
  }
}
   /* mypage1-1 구매대행 정보 팝업 끝 */
  
  /* mypage1-1 구매대행 정보 팝업2 */
  .mypage1-1_area_wrap .cd-popup2 {position: fixed; left: 0; top: 0; height: 100%; width: 100%; background-color: rgba(0, 0, 0, 0.5); opacity: 0; visibility: hidden; -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s; -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s; transition: opacity 0.3s 0s, visibility 0s 0.3s; z-index: 100;}
  .mypage1-1_area_wrap .cd-popup2.is-visible {opacity: 1; visibility: visible; -webkit-transition: opacity 0.3s 0s, visibility 0s 0s; -moz-transition: opacity 0.3s 0s, visibility 0s 0s; transition: opacity 0.3s 0s, visibility 0s 0s;}
  .mypage1-1_area_wrap .cd-popup-container2 {position: relative; width: 90%; max-width: 800px; margin: 4em auto; background: #FFF; border-radius: .25em .25em .4em .4em; text-align: center; box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); -webkit-transform: translateY(-40px); -moz-transform: translateY(-40px); -ms-transform: translateY(-40px); -o-transform: translateY(-40px); transform: translateY(-40px);
     /* Force Hardware Acceleration in WebKit */
      -webkit-backface-visibility: hidden;
      -webkit-transition-property: -webkit-transform;
      -moz-transition-property: -moz-transform;
      transition-property: transform;
      -webkit-transition-duration: 0.3s;
      -moz-transition-duration: 0.3s;
      transition-duration: 0.3s;
    }

.mypage1-1_area_wrap .cd-popup-container2 h3 {padding: 40px 0; font-size: 1.5em;}
.mypage1-1_area_wrap .cd-popup-container2 > dl {display: flex; padding-top: 40px; -webkit-box-pack: justify; justify-content: center; flex-wrap: nowrap; width: 90%; margin: 0 auto;}
.mypage1-1_area_wrap .cd-popup-container2 > dl dt {clear: both; padding-right: 20px; line-height: 1.2; font-size: 30px; font-weight: 600; white-space: nowrap; box-sizing: border-box;}
.mypage1-1_area_wrap .cd-popup-container2 > dl dd {position: relative; padding: 0 10px; line-height: 1.7; font-size: 18px; box-sizing: border-box;}
.mypage1-1_area_wrap .cd-popup-container2 > dl dd::before {content: ''; position: absolute; top: 6px; left: 0; bottom: 0; width: 2px; height: calc(100% - 5px); background-color: #747474;}
.mypage1-1_area_wrap .cd-popup-container2 > dl dd::after {content: ''; position: absolute; top: 6px; left: 0; z-index: 1; width: 2px; height: 50%; background-color: #1592ce;}

.mypage1-1_area_wrap .mypage1-1_pop2_info {min-height: 130px; margin-top: 50px;}
.mypage1-1_area_wrap .mypage1-1_pop2_info p {font-weight: 700; line-height: 30px; font-size: 1.2em;}
.mypage1-1_area_wrap .mypage1-1_pop2_info p strong {color: #fc7169;}
.mypage1-1_area_wrap .cd-popup-container2 .pop_textarea_box {padding-bottom: 30px;}
.mypage1-1_area_wrap .cd-popup-container2 .cd-buttons:after {content: ""; display: table; clear: both;}
.mypage1-1_area_wrap .cd-popup-container2 .cd-buttons li {float: left; width: 100%; list-style: none;}
.mypage1-1_area_wrap .cd-popup-container2 .cd-buttons a {display: block; height: 60px; line-height: 60px; text-transform: uppercase; color: #FFF; -webkit-transition: background-color 0.2s; -moz-transition: background-color 0.2s; transition: background-color 0.2s;}
.mypage1-1_area_wrap .cd-popup-container2 .cd-buttons li a {background: #009cde; border-radius: 0 0 .25em 0;}
.mypage1-1_area_wrap .cd-popup-container2 .cd-buttons li a:hover {background-color: #51aed6;}
.mypage1-1_area_wrap .cd-popup-container2 .cd-popup-close {position: absolute; top: 8px; right: 8px; width: 30px; height: 30px;}
.mypage1-1_area_wrap .cd-popup-container2 .cd-popup-close::before, .mypage1-1_area_wrap .cd-popup-container2 .cd-popup-close::after {content: ''; position: absolute; top: 12px; width: 14px; height: 3px; background-color: #8f9cb5;}
.mypage1-1_area_wrap .cd-popup-container2 .cd-popup-close::before {-webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); left: 8px;}
.mypage1-1_area_wrap .cd-popup-container2 .cd-popup-close::after {-webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); right: 8px;}
.mypage1-1_area_wrap .is-visible .cd-popup-container2 {-webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0);}
  
@media only screen and (min-width: 1170px) {
  .mypage1-1_area_wrap .cd-popup-container2 {
      margin: 13em auto;
    }
  }
  /* mypage1-1 구매대행 정보 팝업2 끝 */

  
  
  /* mypage1-1 구매대행 정보 팝업3 */
  .mypage1-1_area_wrap .cd-popup3 {position: fixed; left: 0; top: 0; height: 100%; width: 100%; background-color: rgba(0, 0, 0, 0.5); opacity: 0; visibility: hidden; -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s; -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s; transition: opacity 0.3s 0s, visibility 0s 0.3s; z-index: 100;}
  .mypage1-1_area_wrap .cd-popup3.is-visible {opacity: 1; visibility: visible; -webkit-transition: opacity 0.3s 0s, visibility 0s 0s; -moz-transition: opacity 0.3s 0s, visibility 0s 0s; transition: opacity 0.3s 0s, visibility 0s 0s;}
  .mypage1-1_area_wrap .cd-popup-container3 {position: relative; width: 90%; max-width: 800px; margin: 4em auto; background: #FFF; border-radius: .25em .25em .4em .4em; text-align: center; box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); -webkit-transform: translateY(-40px); -moz-transform: translateY(-40px); -ms-transform: translateY(-40px); -o-transform: translateY(-40px); transform: translateY(-40px);
     /* Force Hardware Acceleration in WebKit */
      -webkit-backface-visibility: hidden;
      -webkit-transition-property: -webkit-transform;
      -moz-transition-property: -moz-transform;
      transition-property: transform;
      -webkit-transition-duration: 0.3s;
      -moz-transition-duration: 0.3s;
      transition-duration: 0.3s;
    }

  .mypage1-1_area_wrap .cd-popup-container3 h3 {padding: 40px 0; font-size: 1.5em;}
  .mypage1-1_area_wrap .cd-popup-container3 > dl {display: flex; padding-top: 40px; -webkit-box-pack: justify; justify-content: center; flex-wrap: nowrap; width: 90%; margin: 0 auto;}
  .mypage1-1_area_wrap .cd-popup-container3 > dl dt {clear: both; padding-right: 20px; line-height: 1.2; font-size: 30px; font-weight: 600; white-space: nowrap; box-sizing: border-box;}
  .mypage1-1_area_wrap .cd-popup-container3 > dl dd {position: relative; padding: 0 10px; line-height: 1.7; font-size: 18px; box-sizing: border-box;}
  .mypage1-1_area_wrap .cd-popup-container3 > dl dd::before {content: ''; position: absolute; top: 6px; left: 0; bottom: 0; width: 2px; height: calc(100% - 5px); background-color: #747474;}
  .mypage1-1_area_wrap .cd-popup-container3 > dl dd::after {content: ''; position: absolute; top: 6px; left: 0; z-index: 1; width: 2px; height: 50%; background-color: #1592ce;}

  .mypage1-1_area_wrap .mypage1-1_pop3_info {width: 90%; margin: 0px auto; margin-bottom: 50px; text-align: left;}
  .mypage1-1_area_wrap .mypage1-1_pop3_info h4 {font-size: 1.2em;}
  .mypage1-1_area_wrap .mypage1-1_pop3_info h4 span {color: #009cde;}
  .mypage1-1_area_wrap .mypage1-1_pop3_info p {line-height: 30px; font-size: 1.2em;}
  .mypage1-1_area_wrap .mypage1-1_pop3_info ul > li .popup_inner_box {position: relative; width: 100%; margin: 10px auto; overflow:hidden; overflow-x:auto; white-space: nowrap;}
  .mypage1-1_area_wrap .mypage1-1_pop3_info ul > li .popup_inner_box > ul {box-sizing: border-box; }
  .mypage1-1_area_wrap .mypage1-1_pop3_info ul > li .popup_inner_box > ul > li {display: inline-block; width: 200px; height: 100%; box-sizing: border-box; border: 1px solid #ddd;}
  .mypage1-1_area_wrap .popup_inner_tit {margin-top: 10px;}
  .mypage1-1_area_wrap .popup_inner_tit > p {display: inline-block;}
  .mypage1-1_area_wrap .mypage1-1_pop3_info .item_num {padding-right: 20px;}
  .mypage1-1_area_wrap .popup_inner_tit > button {float: right; background-color: #002e50; color: #fff; padding: 5px 12px; border-radius: 5px; margin-left: 5px;}
  .mypage1-1_area_wrap .popup_inner_box_list .img-box {width: 200px; height: 150px; overflow: hidden;}

  .mypage1-1_area_wrap .cd-popup-container3 .pop_textarea_box {padding-bottom: 30px;}
  .mypage1-1_area_wrap .cd-popup-container3 .cd-buttons:after {content: ""; display: table; clear: both;}
  .mypage1-1_area_wrap .cd-popup-container3 .cd-buttons li {float: left; width: 100%; list-style: none;}
  .mypage1-1_area_wrap .cd-popup-container3 .cd-buttons a {display: block; height: 60px; line-height: 60px; text-transform: uppercase; color: #FFF; -webkit-transition: background-color 0.2s; -moz-transition: background-color 0.2s; transition: background-color 0.2s;}
  .mypage1-1_area_wrap .cd-popup-container3 .cd-buttons li a {background: #009cde; border-radius: 0 0 .25em 0;}
  .mypage1-1_area_wrap .cd-popup-container3 .cd-buttons li a:hover {background-color: #51aed6;}
  .mypage1-1_area_wrap .cd-popup-container3 .cd-popup-close {position: absolute; top: 8px; right: 8px; width: 30px; height: 30px;}
  .mypage1-1_area_wrap .cd-popup-container3 .cd-popup-close::before, .mypage1-1_area_wrap .cd-popup-container3 .cd-popup-close::after {content: ''; position: absolute; top: 12px; width: 14px; height: 3px; background-color: #8f9cb5;}
  .mypage1-1_area_wrap .cd-popup-container3 .cd-popup-close::before {-webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); left: 8px;}
  .mypage1-1_area_wrap .cd-popup-container3 .cd-popup-close::after {-webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); right: 8px;}
  .mypage1-1_area_wrap .is-visible .cd-popup-container3 {-webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0);}
  
@media only screen and (min-width: 1170px) {
  .mypage1-1_area_wrap .cd-popup-container3 {
      margin: 4em auto;
    }
  }
  /* mypage1-1 구매대행 정보 팝업3 끝 */
    
  /* mypage1-1 구매대행 정보 팝업3-1 */
  .mypage1-1_area_wrap .cd-popup3-1 {position: fixed; left: 0; top: 0; height: 100%; width: 100%; background-color: rgba(0, 0, 0, 0.5); opacity: 0; visibility: hidden; -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s; -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s; transition: opacity 0.3s 0s, visibility 0s 0.3s; z-index: 100;}
  .mypage1-1_area_wrap .cd-popup3-1.is-visible {opacity: 1; visibility: visible; -webkit-transition: opacity 0.3s 0s, visibility 0s 0s; -moz-transition: opacity 0.3s 0s, visibility 0s 0s; transition: opacity 0.3s 0s, visibility 0s 0s;}
  .mypage1-1_area_wrap .cd-popup-container3-1 {position: relative; width: 90%; max-width: 500px; margin: 4em auto; background: #FFF; border-radius: .25em .25em .4em .4em; text-align: center; box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); -webkit-transform: translateY(-40px); -moz-transform: translateY(-40px); -ms-transform: translateY(-40px); -o-transform: translateY(-40px); transform: translateY(-40px);
     /* Force Hardware Acceleration in WebKit */
      -webkit-backface-visibility: hidden;
      -webkit-transition-property: -webkit-transform;
      -moz-transition-property: -moz-transform;
      transition-property: transform;
      -webkit-transition-duration: 0.3s;
      -moz-transition-duration: 0.3s;
      transition-duration: 0.3s;
    }
  
    .mypage1-1_area_wrap .cd-popup-container3-1 h3 {padding: 40px 0; font-size: 1.5em;}
    .mypage1-1_area_wrap .cd-popup-container3-1 > dl {display: flex; padding-top: 40px; -webkit-box-pack: justify; justify-content: center; flex-wrap: nowrap; width: 90%; margin: 0 auto;}
    .mypage1-1_area_wrap .cd-popup-container3-1 > dl dt {clear: both; padding-right: 20px; line-height: 1.2; font-size: 30px; font-weight: 600; white-space: nowrap; box-sizing: border-box;}
    .mypage1-1_area_wrap .cd-popup-container3-1 > dl dd {position: relative; padding: 0 10px; line-height: 1.7; font-size: 18px; box-sizing: border-box;}
    .mypage1-1_area_wrap .cd-popup-container3-1 > dl dd::before {content: ''; position: absolute; top: 6px; left: 0; bottom: 0; width: 2px; height: calc(100% - 5px); background-color: #747474;}
    .mypage1-1_area_wrap .cd-popup-container3-1 > dl dd::after {content: ''; position: absolute; top: 6px; left: 0; z-index: 1; width: 2px; height: 50%; background-color: #1592ce;}
  
    .mypage1-1_area_wrap .mypage1-1_pop3-1_info {width: 90%; margin: 0px auto; margin-bottom: 30px;}
    .mypage1-1_area_wrap .mypage1-1_pop3-1_info p {color: #009cde; margin-bottom: 20px; font-weight: 700; line-height: 30px; font-size: 1em;}
    .mypage1-1_area_wrap .mypage1-1_pop3-1_info textarea {width: 100%; min-height: 200px; resize: none; padding: 10px; font-family: inherit;}
    .mypage1-1_area_wrap .cd-popup-container3-1 .pop_textarea_box {padding-bottom: 30px;}
    .mypage1-1_area_wrap .cd-popup-container3-1 .cd-buttons:after {content: ""; display: table; clear: both;}
    .mypage1-1_area_wrap .cd-popup-container3-1 .cd-buttons li {float: left; width: 50%; list-style: none;}
    .mypage1-1_area_wrap .cd-popup-container3-1 .cd-buttons a {display: block; height: 60px; line-height: 60px; text-transform: uppercase; color: #FFF; -webkit-transition: background-color 0.2s; -moz-transition: background-color 0.2s; transition: background-color 0.2s;}
    .mypage1-1_area_wrap .cd-popup-container3-1 .cd-buttons li a {background: #009cde; border-radius: 0 0 .25em 0;}
    .mypage1-1_area_wrap .cd-popup-container3-1 .cd-buttons li a:hover {background-color: #51aed6;}
    .mypage1-1_area_wrap .cd-popup-container3-1 .cd-buttons li:first-child a {background: #fc7169; border-radius: 0 0 0 .25em;}
    .mypage1-1_area_wrap .cd-popup-container3-1 .cd-buttons li:first-child a:hover {background-color: #fc8982;}
    .mypage1-1_area_wrap .cd-popup-container3-1 .cd-popup-close {position: absolute; top: 8px; right: 8px; width: 30px; height: 30px;}
    .mypage1-1_area_wrap .cd-popup-container3-1 .cd-popup-close::before, .mypage1-1_area_wrap .cd-popup-container3-1 .cd-popup-close::after {content: ''; position: absolute; top: 12px; width: 14px; height: 3px; background-color: #8f9cb5;}
    .mypage1-1_area_wrap .cd-popup-container3-1 .cd-popup-close::before {-webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); left: 8px;}
    .mypage1-1_area_wrap .cd-popup-container3-1 .cd-popup-close::after {-webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); right: 8px;}
    .mypage1-1_area_wrap .is-visible .cd-popup-container3-1 {-webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0);}
    
  @media only screen and (min-width: 1170px) {
    .mypage1-1_area_wrap .cd-popup-container3-1 {
        margin: 16em auto;
      }
    }
    /* mypage1-1 구매대행 정보 팝업3-1 끝 */

    
  /* mypage1-1 구매대행 정보 팝업4 */
  .mypage1-1_area_wrap .cd-popup4 {position: fixed; left: 0; top: 0; height: 100%; width: 100%; background-color: rgba(0, 0, 0, 0.5); opacity: 0; visibility: hidden; -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s; -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s; transition: opacity 0.3s 0s, visibility 0s 0.3s; z-index: 100;}
  .mypage1-1_area_wrap .cd-popup4.is-visible {opacity: 1; visibility: visible; -webkit-transition: opacity 0.3s 0s, visibility 0s 0s; -moz-transition: opacity 0.3s 0s, visibility 0s 0s; transition: opacity 0.3s 0s, visibility 0s 0s;}
  .mypage1-1_area_wrap .cd-popup-container4 {position: relative; width: 90%; max-width: 1200px; min-height: 450px; margin: 4em auto; background: #FFF; border-radius: .25em .25em .4em .4em; text-align: center; box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); -webkit-transform: translateY(-40px); -moz-transform: translateY(-40px); -ms-transform: translateY(-40px); -o-transform: translateY(-40px); transform: translateY(-40px);
     /* Force Hardware Acceleration in WebKit */
      -webkit-backface-visibility: hidden;
      -webkit-transition-property: -webkit-transform;
      -moz-transition-property: -moz-transform;
      transition-property: transform;
      -webkit-transition-duration: 0.3s;
      -moz-transition-duration: 0.3s;
      transition-duration: 0.3s;
    }

  .mypage1-1_area_wrap .cd-popup-container4 h3 {padding: 40px 0; font-size: 1.5em;}
  .mypage1-1_area_wrap .cd-popup-container4 > dl {display: flex; padding-top: 40px; -webkit-box-pack: justify; justify-content: center; flex-wrap: nowrap; width: 90%; margin: 0 auto;}
  .mypage1-1_area_wrap .cd-popup-container4 > dl dt {clear: both; padding-right: 20px; line-height: 1.2; font-size: 30px; font-weight: 600; white-space: nowrap; box-sizing: border-box;}
  .mypage1-1_area_wrap .cd-popup-container4 > dl dd {position: relative; padding: 0 10px; line-height: 1.7; font-size: 18px; box-sizing: border-box;}
  .mypage1-1_area_wrap .cd-popup-container4 > dl dd::before {content: ''; position: absolute; top: 6px; left: 0; bottom: 0; width: 2px; height: calc(100% - 5px); background-color: #747474;}
  .mypage1-1_area_wrap .cd-popup-container4 > dl dd::after {content: ''; position: absolute; top: 6px; left: 0; z-index: 1; width: 2px; height: 50%; background-color: #1592ce;}

  .mypage1-1_area_wrap .mypage1-1_pop4_info {width: 90%; height: 350px; overflow-y: scroll; margin: 0px auto; margin-bottom: 50px; text-align: center; overflow-y: scroll;}
  .mypage1-1_area_wrap .mypage1-1_pop4_info table {width: 100%; margin: 0px auto; margin-bottom: 30px; text-align: center; border-bottom: 1px solid #ddd;}
  .mypage1-1_area_wrap .mypage1-1_pop4_info table tr {height: 50px; border-bottom: 1px solid #fff;}
  .mypage1-1_area_wrap .mypage1-1_pop4_info table tr th {text-align: center;}
  .mypage1-1_area_wrap .mypage1-1_pop4_info table th {background-color: rgba(21, 147, 206, 0.122); text-align: center; font-weight: 700; border-right: 1px solid #fff; width: 100px;}
  .mypage1-1_area_wrap .mypage1-1_pop4_info table tr td {background-color: #fafafa; text-align: center; line-height: 24px;}
  .mypage1-1_area_wrap .mypage1-1_pop4_info table tr td button.cd-popup-trigger4-1 {background-color: #002e50; color: #fff; padding: 5px 12px; border-radius: 5px;}
  .mypage1-1_area_wrap .mypage1-1_pop4_info table tr td span.style01 {color: #fc7169;}
  .mypage1-1_area_wrap .mypage1-1_pop4_info table tr td span.style02 {color: #009cde;}
  .mypage1-1_area_wrap .mypage1-1_pop4_info h4 {font-size: 1.2em;}
  .mypage1-1_area_wrap .mypage1-1_pop4_info h4 span {color: #009cde;}
  .mypage1-1_area_wrap .mypage1-1_pop4_info p {line-height: 30px; font-size: 1.2em;}
  .mypage1-1_area_wrap .mypage1-1_pop4_info ul > li .popup_inner_box {position: relative; width: 100%; margin: 10px auto; overflow:hidden; overflow-x:auto; white-space: nowrap;}
  .mypage1-1_area_wrap .mypage1-1_pop4_info ul > li .popup_inner_box > ul {box-sizing: border-box; }
  .mypage1-1_area_wrap .mypage1-1_pop4_info ul > li .popup_inner_box > ul > li {display: inline-block; width: 300px; height: 100%; box-sizing: border-box;}
  .mypage1-1_area_wrap .popup_inner_tit {margin-top: 10px;}
  .mypage1-1_area_wrap .popup_inner_tit > p {display: inline-block;}
  .mypage1-1_area_wrap .mypage1-1_pop4_info .item_num {padding-right: 20px;}
  
  .mypage1-1_area_wrap .cd-popup-container4 .pop_textarea_box {padding-bottom: 30px;}
  .mypage1-1_area_wrap .cd-popup-container4 .cd-buttons:after {content: ""; display: table; clear: both;}
  .mypage1-1_area_wrap .cd-popup-container4 .cd-buttons li {float: left; width: 100%; list-style: none;}
  .mypage1-1_area_wrap .cd-popup-container4 .cd-buttons a {display: block; height: 60px; line-height: 60px; text-transform: uppercase; color: #FFF; -webkit-transition: background-color 0.2s; -moz-transition: background-color 0.2s; transition: background-color 0.2s;}
  .mypage1-1_area_wrap .cd-popup-container4 .cd-buttons li a {background: #fc7169; border-radius: 0 0 .25em 0;}
  .mypage1-1_area_wrap .cd-popup-container4 .cd-buttons li a:hover {background-color: #fc8982;}
  .mypage1-1_area_wrap .cd-popup-container4 .cd-popup-close {position: absolute; top: 8px; right: 8px; width: 30px; height: 30px;}
  .mypage1-1_area_wrap .cd-popup-container4 .cd-popup-close::before, .mypage1-1_area_wrap .cd-popup-container4 .cd-popup-close::after {content: ''; position: absolute; top: 12px; width: 14px; height: 3px; background-color: #8f9cb5;}
  .mypage1-1_area_wrap .cd-popup-container4 .cd-popup-close::before {-webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); left: 8px;}
  .mypage1-1_area_wrap .cd-popup-container4 .cd-popup-close::after {-webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); right: 8px;}
  .mypage1-1_area_wrap .is-visible .cd-popup-container4 {-webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0);}
  
@media only screen and (min-width: 1170px) {
  .mypage1-1_area_wrap .cd-popup-container4 {
      margin: 13em auto;
    }
  }
  /* mypage1-1 구매대행 정보 팝업4 끝 */
    
  /* mypage1-1 구매대행 정보 팝업4-1 */
  .mypage1-1_area_wrap .cd-popup4-1 {position: fixed; left: 0; top: 0; height: 100%; width: 100%; background-color: rgba(0, 0, 0, 0.5); opacity: 0; visibility: hidden; -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s; -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s; transition: opacity 0.3s 0s, visibility 0s 0.3s; z-index: 100;}
  .mypage1-1_area_wrap .cd-popup4-1.is-visible {opacity: 1; visibility: visible; -webkit-transition: opacity 0.3s 0s, visibility 0s 0s; -moz-transition: opacity 0.3s 0s, visibility 0s 0s; transition: opacity 0.3s 0s, visibility 0s 0s;}
  .mypage1-1_area_wrap .cd-popup-container4-1 {position: relative; width: 90%; max-width: 1100px; max-height: 900px; overflow-y: scroll; margin: 4em auto; background: #FFF; border-radius: .25em .25em .4em .4em; text-align: center; box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); -webkit-transform: translateY(-40px); -moz-transform: translateY(-40px); -ms-transform: translateY(-40px); -o-transform: translateY(-40px); transform: translateY(-40px);
     /* Force Hardware Acceleration in WebKit */
      -webkit-backface-visibility: hidden;
      -webkit-transition-property: -webkit-transform;
      -moz-transition-property: -moz-transform;
      transition-property: transform;
      -webkit-transition-duration: 0.3s;
      -moz-transition-duration: 0.3s;
      transition-duration: 0.3s;
    }
  
    .mypage1-1_area_wrap .cd-popup-container4-1 h3 {padding: 40px 0; font-size: 2em;}
    .mypage1-1_area_wrap .cd-popup-container4-1 > dl {display: flex; padding-top: 40px; -webkit-box-pack: justify; justify-content: center; flex-wrap: nowrap; width: 90%; margin: 0 auto;}
    .mypage1-1_area_wrap .cd-popup-container4-1 > dl dt {clear: both; padding-right: 20px; line-height: 1.2; font-size: 30px; font-weight: 600; white-space: nowrap; box-sizing: border-box;}
    .mypage1-1_area_wrap .cd-popup-container4-1 > dl dd {position: relative; padding: 0 10px; line-height: 1.7; font-size: 18px; box-sizing: border-box;}
    .mypage1-1_area_wrap .cd-popup-container4-1 > dl dd::before {content: ''; position: absolute; top: 6px; left: 0; bottom: 0; width: 2px; height: calc(100% - 5px); background-color: #747474;}
    .mypage1-1_area_wrap .cd-popup-container4-1 > dl dd::after {content: ''; position: absolute; top: 6px; left: 0; z-index: 1; width: 2px; height: 50%; background-color: #1592ce;}
  
    .mypage1-1_area_wrap button.btn_style01 {background-color: #002e50; color: #fff; padding: 5px 12px; border-radius: 5px;}
    .mypage1-1_area_wrap button.btn_change {background-color: #009cde; color: #fff; padding: 5px 12px; border-radius: 5px;}
    .mypage1-1_area_wrap .mypage1-1_pop4-1_info {width: 90%; margin: 40px auto;}
    .mypage1-1_area_wrap .mypage1-1_pop4-1_info table th {letter-spacing: 0.15em;}
    .mypage1-1_area_wrap .mypage1-1_pop4-1_info .noto {font-family: 'Noto Sans KR', sans-serif;}
    /* .mypage1-1_area_wrap .mypage1-1_pop4-1_info p {color: #009cde; margin-bottom: 20px; font-weight: 700; line-height: 30px; font-size: 1em;} */
    .mypage1-1_area_wrap .mypage1-1_pop4-1_info .est_top .left_box img {vertical-align: middle; float: left; width: 110px;}
    .mypage1-1_area_wrap .mypage1-1_pop4-1_info .est_top .left_box > div {float: left; width: 75%; padding: 15px 0; margin-left: 20px;}
    .mypage1-1_area_wrap .mypage1-1_pop4-1_info .est_top .left_box > div > * {text-align: center; line-height: 1.5;}
    .mypage1-1_area_wrap .mypage1-1_pop4-1_info .est_top .left_box > div > h4 {font-weight: 700; font-size: 1em;}
    .mypage1-1_area_wrap .mypage1-1_pop4-1_info .est_top .left_box > div > h5 {color: #009cde; font-size: 1em;}
    .mypage1-1_area_wrap .mypage1-1_pop4-1_info .est_top .left_box > div > p {font-size: 0.75em;}
    .mypage1-1_area_wrap .mypage1-1_pop4-1_info table {width: 100%; text-align: center; border-top: 2px solid #009cde; border-bottom: 1px solid #ddd;}
    .mypage1-1_area_wrap .mypage1-1_pop4-1_info table th {line-height: 40px; background-color: rgba(21, 147, 206, 0.122);}
    .mypage1-1_area_wrap .mypage1-1_pop4-1_info table td {text-align: left; padding: 10px 0 10px 20px; line-height: 24px;}
    .mypage1-1_area_wrap .mypage1-1_pop4-1_info .est_top table.right_table1 {margin-top: 20px;}
    .mypage1-1_area_wrap .mypage1-1_pop4-1_info .est_top table.right_table1 tr {height: 40px;}
    .mypage1-1_area_wrap .mypage1-1_pop4-1_info .est_top table.right_table1 th {width: 14%;}
    .mypage1-1_area_wrap .mypage1-1_pop4-1_info .est_top table.right_table1 td {width: 25%;} 
    .mypage1-1_area_wrap .mypage1-1_pop4-1_info .est_top table th {width: 5%; border-bottom: 1px solid #eee; border-right: 1px solid #eee;}
    .mypage1-1_area_wrap .mypage1-1_pop4-1_info .est_top table td {width: 10%; border-bottom: 1px solid #eee; border-right: 1px solid #eee;}
    .mypage1-1_area_wrap .mypage1-1_pop4-1_info .est_top table td:last-child {border-right-style: none;}
    .mypage1-1_area_wrap .mypage1-1_pop4-1_info .est_top table th.th_style01 {border-right: 1px solid #eee; width: 3%; padding: 0 10px;}
    .mypage1-1_area_wrap .mypage1-1_pop4-1_info .est_top table.right_table2 {margin-top: 10px;}
    .mypage1-1_area_wrap .mypage1-1_pop4-1_info .est_top table.right_table2 h4 {text-align: center; font-size: 1.2em; letter-spacing: 0.5em;}
    .mypage1-1_area_wrap .mypage1-1_pop4-1_info .est_top table.right_table2 td.bgcolor {background-color: rgba(21, 147, 206, 0.122);}
    .mypage1-1_area_wrap .mypage1-1_pop4-1_info .est_top .right table td {line-height: 40px;}
    .mypage1-1_area_wrap .mypage1-1_pop4-1_info .est_top p {text-align: left; font-size: 14px; font-weight: 700; margin: 5px 0; font-family: 'Noto Sans KR', sans-serif;}
    .mypage1-1_area_wrap .mypage1-1_pop4-1_info .est_top .txt {color: #fc7169; text-align: left;}

    .mypage1-1_area_wrap .mypage1-1_pop4-1_info .est_middle table {min-height: 200px; margin-bottom: 20px;}
    .mypage1-1_area_wrap .mypage1-1_pop4-1_info .est_middle table th {border-bottom: 1px solid #eee; border-right: 1px solid #eee;}
    .mypage1-1_area_wrap .mypage1-1_pop4-1_info .est_middle table td {height: 100px; border-bottom: 1px solid #eee; border-right: 1px solid #eee;}
    .mypage1-1_area_wrap .mypage1-1_pop4-1_info .est_middle table td:last-child {border-right-style: none;}
    .mypage1-1_area_wrap .mypage1-1_pop4-1_info .txt {font-family: 'Noto Sans KR', sans-serif; text-align: left; padding: 20px 0;}
    .mypage1-1_area_wrap .mypage1-1_pop4-1_info .txt h4 {color: #fc7169; margin: 15px auto; font-size: 1.2em;}
    .mypage1-1_area_wrap .mypage1-1_pop4-1_info .txt p {font-size: 14px; line-height: 22px;}
    .mypage1-1_area_wrap .mypage1-1_pop4-1_info .est_bottom .left {float: left; width: 44%;}
    .mypage1-1_area_wrap .mypage1-1_pop4-1_info .est_bottom .right {float: left; width: 55%; margin-left: 1%;}
    .mypage1-1_area_wrap .mypage1-1_pop4-1_info .est_bottom table {margin-top: 20px; margin-bottom: 50px;}
    .mypage1-1_area_wrap .mypage1-1_pop4-1_info .est_bottom table tr { border-bottom: 1px solid #eee;}
    .mypage1-1_area_wrap .mypage1-1_pop4-1_info .est_bottom table th {width: 35%; border-right: 1px solid #eee;}
    .mypage1-1_area_wrap .mypage1-1_pop4-1_info .est_bottom .left .th_style02 {border-top: 2px solid #009cde;}
    .mypage1-1_area_wrap .mypage1-1_pop4-1_info .est_bottom .right_txt_top {margin: 10px 0; line-height: 30px;}
    .mypage1-1_area_wrap .mypage1-1_pop4-1_info .est_bottom .right_txt_top h2 {color: #009cde;}
    .mypage1-1_area_wrap .mypage1-1_pop4-1_info .est_bottom .right_txt_btm {line-height: 26px; padding-left: 10px;}
    .mypage1-1_area_wrap .mypage1-1_pop4-1_info .est_bottom .right_txt_btm h4 {padding: 5px 0; font-size: 1.2em;}
    .mypage1-1_area_wrap .mypage1-1_pop4-1_info .est_bottom .right_txt_btm p {font-size: 11px; line-height: 20px;}


    .mypage1-1_area_wrap .mypage1-1_pop4-1_info textarea {width: 100%; min-height: 200px; resize: none; padding: 10px; font-family: inherit;}
    .mypage1-1_area_wrap .cd-popup-container4-1 .pop_textarea_box {padding-bottom: 30px;}
    .mypage1-1_area_wrap .cd-popup-container4-1 .cd-buttons:after {content: ""; display: table; clear: both;}
    .mypage1-1_area_wrap .cd-popup-container4-1 .cd-buttons li {float: left; width: 50%; list-style: none;}
    .mypage1-1_area_wrap .cd-popup-container4-1 .cd-buttons a {display: block; height: 60px; line-height: 60px; text-transform: uppercase; color: #FFF; -webkit-transition: background-color 0.2s; -moz-transition: background-color 0.2s; transition: background-color 0.2s;}
    .mypage1-1_area_wrap .cd-popup-container4-1 .cd-buttons li a {background: #009cde; border-radius: 0 0 .25em 0;}
    .mypage1-1_area_wrap .cd-popup-container4-1 .cd-buttons li a:hover {background-color: #51aed6;}
    .mypage1-1_area_wrap .cd-popup-container4-1 .cd-buttons li:first-child a {background: #fc7169; border-radius: 0 0 0 .25em;}
    .mypage1-1_area_wrap .cd-popup-container4-1 .cd-buttons li:first-child a:hover {background-color: #fc8982;}
    .mypage1-1_area_wrap .cd-popup-container4-1 .cd-popup-close {position: absolute; top: 8px; right: 8px; width: 30px; height: 30px;}
    .mypage1-1_area_wrap .cd-popup-container4-1 .cd-popup-close::before, .mypage1-1_area_wrap .cd-popup-container4-1 .cd-popup-close::after {content: ''; position: absolute; top: 12px; width: 14px; height: 3px; background-color: #8f9cb5;}
    .mypage1-1_area_wrap .cd-popup-container4-1 .cd-popup-close::before {-webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); left: 8px;}
    .mypage1-1_area_wrap .cd-popup-container4-1 .cd-popup-close::after {-webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); right: 8px;}
    .mypage1-1_area_wrap .is-visible .cd-popup-container4-1 {-webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0);}
    
  @media only screen and (min-width: 1170px) {
    .mypage1-1_area_wrap .cd-popup-container4-1 {
        margin: 3em auto;
      }
    }
    /* mypage1-1 구매대행 정보 팝업4-1 끝 */


/* 2021-10-18 추가_sg */
/* mypage1-1 구매대행 리오더 신청 팝업5 */
.mypage1-1_area_wrap .cd-popup1-1 {position: fixed; left: 0; top: 0; height: 100%; width: 100%; background-color: rgba(0, 0, 0, 0.5); opacity: 0; visibility: hidden; -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s; -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s; transition: opacity 0.3s 0s, visibility 0s 0.3s; z-index: 100;}
.mypage1-1_area_wrap .cd-popup1-1.is-visible {opacity: 1; visibility: visible; -webkit-transition: opacity 0.3s 0s, visibility 0s 0s; -moz-transition: opacity 0.3s 0s, visibility 0s 0s; transition: opacity 0.3s 0s, visibility 0s 0s;}
.mypage1-1_area_wrap .cd-popup-container1-1 {position: relative; width: 90%; max-width: 500px; margin: 4em auto; background: #FFF; border-radius: .25em .25em .4em .4em; text-align: center; box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); -webkit-transform: translateY(-40px); -moz-transform: translateY(-40px); -ms-transform: translateY(-40px); -o-transform: translateY(-40px); transform: translateY(-40px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.mypage1-1_area_wrap .cd-popup-container1-1 h3 {padding: 40px 0; font-size: 1.5em;}
.mypage1-1_area_wrap .cd-popup-container1-1 .pop_table_wrap {min-height: 350px;}
.mypage1-1_area_wrap .cd-popup-container1-1 .pop_table_scrollBox {width: 90%; margin: 0 auto 30px; max-height: 300px; overflow-y: scroll;}

.mypage1-1_area_wrap .cd-popup-container1-1 table {width: 100%; border: 1px solid #ddd; font-size: 14px; font-family: 'Noto Sans KR', sans-serif;}
.mypage1-1_area_wrap .cd-popup-container1-1 table thead th {border-right: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 5px 0; background-color: aliceblue;}
.mypage1-1_area_wrap .cd-popup-container1-1 table tbody td {border-right: 1px solid #ddd;}
.mypage1-1_area_wrap .cd-popup-container1-1 table .item_tit dl dt {width: 80px; text-align: center;}
.mypage1-1_area_wrap .cd-popup-container1-1 table .item_tit dl dd {color: #555; max-width: 60%; text-overflow: ellipsis; white-space: nowrap; word-wrap: normal; overflow: hidden; vertical-align: middle;}
.mypage1-1_area_wrap .cd-popup-container1-1 table .item_tit dl dd input {width: 80px; border: 1px solid #dddd; padding: 3px 5px; border-radius: 5px; background-color: aliceblue; vertical-align: super;}
.mypage1-1_area_wrap .cd-popup-container1-1 table .item_tit dl:last-child dd {color: #009cde;}
.mypage1-1_area_wrap .cd-popup-container1-1 table .img_thumb {width: 100px; height: 100px;}
.mypage1-1_area_wrap .cd-popup-container1-1 .page_num {font-size: 14px; padding: 0 0 30px 0;}
.mypage1-1_area_wrap .cd-popup-container1-1 .page_num > ul li a {line-height: 28px;}
.mypage1-1_area_wrap .cd-popup-container1-1 .cd-buttons:after {content: ""; display: table; clear: both;}
.mypage1-1_area_wrap .cd-popup-container1-1 .cd-buttons li {float: left; width: 50%; list-style: none;}
.mypage1-1_area_wrap .cd-popup-container1-1 .cd-buttons a {display: block; height: 50px; line-height: 50px; text-transform: uppercase; color: #FFF; -webkit-transition: background-color 0.2s; -moz-transition: background-color 0.2s; transition: background-color 0.2s;}
.mypage1-1_area_wrap .cd-popup-container1-1 .cd-buttons li a {background: #009cde; border-radius: 0 0 .25em 0;}
.mypage1-1_area_wrap .cd-popup-container1-1 .cd-buttons li a:hover {background-color: #51aed6;}
.mypage1-1_area_wrap .cd-popup-container1-1 .cd-buttons li:first-child a {background: #fc7169; border-radius: 0 0 0 .25em;}
.mypage1-1_area_wrap .cd-popup-container1-1 .cd-buttons li:first-child a:hover {background-color: #fc8982;}
.mypage1-1_area_wrap .cd-popup-container1-1 .cd-popup-close {position: absolute; top: 8px; right: 8px; width: 30px; height: 30px;}
.mypage1-1_area_wrap .cd-popup-container1-1 .cd-popup-close::before, .mypage1-1_area_wrap .cd-popup-container1-1 .cd-popup-close::after {content: ''; position: absolute; top: 12px; width: 14px; height: 3px; background-color: #8f9cb5;}
.mypage1-1_area_wrap .cd-popup-container1-1 .cd-popup-close::before {-webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); left: 8px;}
.mypage1-1_area_wrap .cd-popup-container1-1 .cd-popup-close::after {-webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); right: 8px;}
.mypage1-1_area_wrap .is-visible .cd-popup-container1-1 {-webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0);}

@media only screen and (min-width: 1170px) {
.mypage1-1_area_wrap .cd-popup-container1-1 {
    margin: 14em auto;
  }
}
   /* mypage1-1 구매대행 정보 팝업5 끝 */





    /* mypage1-2 배송대행 정보 */
    .mypage1-2_area_wrap {padding-bottom: 50px;}
    /* .mypage1-2_pageinfo {padding-top: 154px;} */
    
    .mypage1-2_area {margin-bottom: 30px;}
    .mypage1-2_area > h2 {color: #009cde; margin-bottom: 10px;}
    .mypage1-2_area  > .empty_text {border-top: 2px solid #009cde; text-align: center; font-size: 1.5em; padding: 7em 0;}
    .my_info_left {float: left; width: 49%; margin-right: 1%;}
    .my_info_right {float: right; width: 49%; margin-left: 1%;}
    
    .mypage1-2_area > h2 {display: inline-block;}
    .mypage1-2_area span.more_btn {float: right; line-height: 30px; color: #555;}
    .mypage1-2_area span.more_btn button {width: 200px; color: #fff; border-radius: 5px; margin-left: 1%; background-color: #009cde;}
    .mypage1-2_table {width: 100%; border-top: 2px solid #009cde; border-bottom: 1px solid #ddd;}
    .mypage1-2_table.mypage1-2_table3{font-size: 14px; font-family: 'Noto Sans KR', sans-serif;}
    .mypage1-2_table th {text-align: center; height: 40px; width: 200px; background-color: rgba(21, 147, 206, 0.122);}
    .mypage1-2_table td {height: 40px;}
    .mypage1-2_table button {background-color: #777; color: #fff; padding: 3px 10px; border-radius: 5px; margin: 1px auto;}
    
    .mypage1-2_table1 tbody td {text-align: center; height: 100px; border-bottom: 1px solid #ddd;}
    .mypage1-2_table1 tbody td:last-child {border-right: 0;}
    
    .proceed_order {padding: 10px 80px; border-top: 2px solid #009cde; border-bottom: 1px solid #ddd; background-color: rgba(21, 147, 206, 0.122);}
    .mypage1-2_table2 {width: 100%;}
    .mypage1-2_table2 td {text-align: center;}
    .mypage1-2_table2 select {width: 150px; height: 32px; border: 1px solid #ddd; margin-left: 10px; border-radius: 3px; vertical-align: middle;}
    select.search_select {border: 1px solid #009cde;}
    .mypage1-2_search_ipt {width: 300px; height: 32px; background-color: #fff; border-radius: 3px; margin-left: 5px; padding-left: 5px; line-height: 30px; border: 1px solid #009cde;}
    .mypage1-2_search_btn {position: relative;}
    .mypage1-2_search_btn > button {position: absolute; top: 0; right: 10px; font-size: 1.2em; color: #009cde;}
    
    .calendar_box {float: left; display: inline-flex;}
    .calendar_box .wid85 {width: 110px; line-height: 30px; float: left; background-color: #fff; border-radius: 3px; margin-left: 5px; padding-left: 5px; font-size: 17px;}
    .calendar_box > div {border-radius: 3px; background-color: #009cde;}
    .cal_buttonn {width: 30px; color: #fff; text-align: center; padding: 5px;}
    .hi {float: left; margin: 0 5px; line-height: 30px;}
    
    .mypage1-2_table3 > tbody > tr > td {padding: 5px 10px; border-bottom: 1px solid #ddd;}
    .mypage1-2_table3 > tbody > tr > td:not(:last-child) {border-right: 1px solid #ddd;}
    .mypage1-2_table3 tbody td:first-child {text-align: center;}
    .mypage1-2_table3_box {text-align: center; border: 1px solid #ddd; margin: 10px 0;}
    .mypage1-2_table3_box span {display: block; padding: 10px 0;}
    .mypage1-2_table3_box span:first-child {background-color: #eee;}
    .mypage1-2_table3 td.pay_info_td {padding: 10px;}
    .mypage1-2_table3 td.pay_info_td .pay_info_inner {padding: 10px 0; text-align: left;}
    .mypage1-2_table3 td.pay_info_td .pay_info_inner h4 {display: inline-block; line-height: 29px;}
    .mypage1-2_table3 td.pay_info_td .pay_info_inner > div {float: right;}
    .mypage1-2_table3 table.inner_table {width: 100%; margin: 0 auto; border: 1px solid #ddd;}
    .mypage1-2_table3 table.inner_table input {background-color: #fff; line-height: 26px; border-radius: 5px; padding-left: 5px; border: 1px solid #ddd;}
    .mypage1-2_table3 table.inner_table input[type='text'] {height: 26px;}
    .mypage1-2_table3 table.inner_table td {border-right: 1px solid #ddd;}
    .mypage1-2_area_wrap table.inner_table td {border-bottom: 1px solid #ddd; text-align: center; line-height: 22px;}
    .mypage1-2_area_wrap table.inner_table td.item_detail {text-align: left;}
    .mypage1-2_area_wrap table.inner_table .img_thumb {width: 90px; height: 90px; display: inline-block; vertical-align: middle;}
    .mypage1-2_area_wrap table.inner_table .item_tit {vertical-align: middle; line-height: 22px;}
    .mypage1-2_area_wrap table.inner_table .inner_table_date {margin-top: 5px; font-size: 14px; color: #777; font-weight: 700;}
    .mypage1-2_area_wrap table.inner_table .inner_table_date span {color: #555;}
    .mypage1-2_table3 .mypage1-2_table_btns {text-align: left; padding-top: 10px;}
    .mypage1-2_table3 .item_detail ul li {line-height: 24px;}
    .mypage1-2_table3 .item_detail ul li button {line-height: normal;}
    .mypage1-2_table3  table.inner_table .item_tit span.tracking_num_error {background-color: #fc7169; color: #fff; padding: 1px 5px;}
    .mypage1-2_table3  table.inner_table .item_tit button {padding: 1px 10px;}

    .mypage1-2_area .recive {padding: 10px;}
    .recive strong.strong_important {color: #009cde;}
    
    .pay_info_btns {text-align: right;}
    .pay_info_btns button {width: 200px;height: 50px; color: #fff; border-radius: 5px; margin-left: 1%; background-color: #009cde;}
    .pay_info_btns2 {text-align: right; margin-top: 20px;}
    .pay_info_btns2 button {width: 200px;height: 50px; color: #fff; border-radius: 5px; margin-left: 1%; background-color: #002e50;}
    
    .mypage1-2_area3 h2 {display: inline-block; color: #009cde; margin-bottom: 10px; margin-top: 30px;}
    
    .mypage1-2_area button.chat_btn {background-color: #002e50;}
    .mypage1-2_table button.btn_blue {background-color: #1592ce;}
    .mypage1-2_table button.btn_linegray {background-color: #fff; color: #777; border: 1px solid #777;}
    .mypage1-2_table button.btn_lineblue {background-color: #fff; color: #1592ce; border: 1px solid #1592ce;}
    
    .txt_style00 {color: #000;}
    .txt_style01 {color: #002e50;}
    .txt_style02 {color: #fc7169;}
    
    
    .mypage1-2_area_wrap .cd-popup-trigger4 {color: #009cde;}
    .mypage1-2_area_wrap .cd-popup-trigger4 > * {display: block; margin: 0 auto; padding: 3px;}
    
    /* mypage1-2 배송대행 정보 팝업1 */
    .mypage1-2_area_wrap .cd-popup {position: fixed; left: 0; top: 0; height: 100%; width: 100%; background-color: rgba(0, 0, 0, 0.5); opacity: 0; visibility: hidden; -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s; -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s; transition: opacity 0.3s 0s, visibility 0s 0.3s; z-index: 100;}
    .mypage1-2_area_wrap .cd-popup.is-visible {opacity: 1; visibility: visible; -webkit-transition: opacity 0.3s 0s, visibility 0s 0s; -moz-transition: opacity 0.3s 0s, visibility 0s 0s; transition: opacity 0.3s 0s, visibility 0s 0s;}
    .mypage1-2_area_wrap .cd-popup-container {position: relative; width: 90%; max-width: 700px; margin: 4em auto; background: #FFF; border-radius: .25em .25em .4em .4em; text-align: center; box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); -webkit-transform: translateY(-40px); -moz-transform: translateY(-40px); -ms-transform: translateY(-40px); -o-transform: translateY(-40px); transform: translateY(-40px);
       /* Force Hardware Acceleration in WebKit */
        -webkit-backface-visibility: hidden;
        -webkit-transition-property: -webkit-transform;
        -moz-transition-property: -moz-transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        transition-duration: 0.3s;
      }
    
    .mypage1-2_area_wrap .cd-popup-container h3 {padding: 40px 0; font-size: 1.5em;}
    .mypage1-2_area_wrap .cd-popup-container > dl {display: flex; padding-top: 40px; -webkit-box-pack: justify; justify-content: center; flex-wrap: nowrap; width: 90%; margin: 0 auto;}
    .mypage1-2_area_wrap .cd-popup-container > dl dt {clear: both; padding-right: 20px; line-height: 1.2; font-size: 30px; font-weight: 600; white-space: nowrap; box-sizing: border-box;}
    .mypage1-2_area_wrap .cd-popup-container > dl dd {position: relative; padding: 0 10px; line-height: 1.7; font-size: 18px; box-sizing: border-box;}
    .mypage1-2_area_wrap .cd-popup-container > dl dd::before {content: ''; position: absolute; top: 6px; left: 0; bottom: 0; width: 2px; height: calc(100% - 5px); background-color: #747474;}
    .mypage1-2_area_wrap .cd-popup-container > dl dd::after {content: ''; position: absolute; top: 6px; left: 0; z-index: 1; width: 2px; height: 50%; background-color: #1592ce;}
    
    .mypage1-2_area_wrap .cd-popup-container p {padding: 1em 2em; text-align: left;}
    .mypage1-2_area_wrap .cd-popup-container table {width: 90%; margin: 0px auto; margin-bottom: 30px; text-align: center; border-bottom: 1px solid #ddd;}
    .mypage1-2_area_wrap .cd-popup-container table tr {height: 50px; border-bottom: 1px solid #fff;}
    .mypage1-2_area_wrap .cd-popup-container table tr th {width: 32%; text-align: center;}
    .mypage1-2_area_wrap .cd-popup-container table th {background-color: rgba(21, 147, 206, 0.122); text-align: center; font-weight: 700; border-right: 1px solid #fff; width: 100px;}
    .mypage1-2_area_wrap .cd-popup-container table tr td {background-color: #fafafa; text-align: left; padding: 10px 0 10px 20px; line-height: 24px;}
    .mypage1-2_area_wrap .cd-popup-container table ul li {line-height: 30px;}
    .mypage1-2_area_wrap .cd-popup-container .pop_textarea_box {padding-bottom: 30px;}
    .mypage1-2_area_wrap .cd-popup-container .cd-buttons:after {content: ""; display: table; clear: both;}
    .mypage1-2_area_wrap .cd-popup-container .cd-buttons li {float: left; width: 50%; list-style: none;}
    .mypage1-2_area_wrap .cd-popup-container .cd-buttons a {display: block; height: 50px; line-height: 50px; text-transform: uppercase; color: #FFF; -webkit-transition: background-color 0.2s; -moz-transition: background-color 0.2s; transition: background-color 0.2s;}
    .mypage1-2_area_wrap .cd-popup-container .cd-buttons li a {background: #009cde; border-radius: 0 0 .25em 0;}
    .mypage1-2_area_wrap .cd-popup-container .cd-buttons li a:hover {background-color: #51aed6;}
    .mypage1-2_area_wrap .cd-popup-container .cd-buttons li:first-child a {background: #fc7169; border-radius: 0 0 0 .25em;}
    .mypage1-2_area_wrap .cd-popup-container .cd-buttons li:first-child a:hover {background-color: #fc8982;}
    .mypage1-2_area_wrap .cd-popup-container .cd-popup-close {position: absolute; top: 8px; right: 8px; width: 30px; height: 30px;}
    .mypage1-2_area_wrap .cd-popup-container .cd-popup-close::before, .mypage1-2_area_wrap .cd-popup-container .cd-popup-close::after {content: ''; position: absolute; top: 12px; width: 14px; height: 3px; background-color: #8f9cb5;}
    .mypage1-2_area_wrap .cd-popup-container .cd-popup-close::before {-webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); left: 8px;}
    .mypage1-2_area_wrap .cd-popup-container .cd-popup-close::after {-webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); right: 8px;}
    .mypage1-2_area_wrap .is-visible .cd-popup-container {-webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0);}
      
    @media only screen and (min-width: 1170px) {
      .mypage1-2_area_wrap .cd-popup-container {
          margin: 10em auto;
        }
      }
      /* mypage1-2 배송대행 정보 팝업1 끝 */
    
    
    /* mypage1-2 배송대행 정보 팝업1-1 */
    .mypage1-2_area_wrap .cd-popup1-1 {position: fixed; left: 0; top: 0; height: 100%; width: 100%; background-color: rgba(0, 0, 0, 0.5); opacity: 0; visibility: hidden; -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s; -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s; transition: opacity 0.3s 0s, visibility 0s 0.3s; z-index: 100;}
    .mypage1-2_area_wrap .cd-popup1-1.is-visible {opacity: 1; visibility: visible; -webkit-transition: opacity 0.3s 0s, visibility 0s 0s; -moz-transition: opacity 0.3s 0s, visibility 0s 0s; transition: opacity 0.3s 0s, visibility 0s 0s;}
    .mypage1-2_area_wrap .cd-popup-container1-1 {position: relative; width: 90%; max-width: 500px; margin: 4em auto; background: #FFF; border-radius: .25em .25em .4em .4em; text-align: center; box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); -webkit-transform: translateY(-40px); -moz-transform: translateY(-40px); -ms-transform: translateY(-40px); -o-transform: translateY(-40px); transform: translateY(-40px);
      /* Force Hardware Acceleration in WebKit */
      -webkit-backface-visibility: hidden;
      -webkit-transition-property: -webkit-transform;
      -moz-transition-property: -moz-transform;
      transition-property: transform;
      -webkit-transition-duration: 0.3s;
      -moz-transition-duration: 0.3s;
      transition-duration: 0.3s;
    }
    
    .mypage1-2_area_wrap .cd-popup-container1-1 h3 {padding: 40px 0; font-size: 1.5em;}
    .mypage1-2_area_wrap .cd-popup-container1-1 > dl {display: flex; padding-top: 40px; -webkit-box-pack: justify; justify-content: center; flex-wrap: nowrap; width: 90%; margin: 0 auto;}
    .mypage1-2_area_wrap .cd-popup-container1-1 > dl dt {clear: both; padding-right: 20px; line-height: 1.2; font-size: 30px; font-weight: 600; white-space: nowrap; box-sizing: border-box;}
    .mypage1-2_area_wrap .cd-popup-container1-1 > dl dd {position: relative; padding: 0 10px; line-height: 1.7; font-size: 18px; box-sizing: border-box;}
    .mypage1-2_area_wrap .cd-popup-container1-1 > dl dd::before {content: ''; position: absolute; top: 6px; left: 0; bottom: 0; width: 2px; height: calc(100% - 5px); background-color: #747474;}
    .mypage1-2_area_wrap .cd-popup-container1-1 > dl dd::after {content: ''; position: absolute; top: 6px; left: 0; z-index: 1; width: 2px; height: 50%; background-color: #1592ce;}
    
    .mypage1-2_area_wrap .cd-popup-container1-1 p {font-family: 'Noto Sans KR', sans-serif; text-align: left; color: #009cde; font-size: 14px;}
    .mypage1-2_area_wrap .cd-popup-container1-1 input {vertical-align: middle; line-height: 28px; height: 28px; margin: 0; background-color: #fff; border-radius: 5px;}
    .mypage1-2_area_wrap .cd-popup-container1-1 input[type='text'] {padding-left: 5px;}
    .mypage1-2_area_wrap .cd-popup-container1-1 input#radio3 {margin-left: 10px;}
    .mypage1-2_area_wrap .cd-popup-container1-1 table {width: 90%; margin: 0px auto; margin-bottom: 30px; text-align: center; border-bottom: 1px solid #ddd;}
    .mypage1-2_area_wrap .cd-popup-container1-1 table tr {height: 50px; border-bottom: 1px solid #fff;}
    .mypage1-2_area_wrap .cd-popup-container1-1 table tr th {width: 25%; text-align: center;}
    .mypage1-2_area_wrap .cd-popup-container1-1 table th {background-color: rgba(21, 147, 206, 0.122); text-align: center; font-weight: 700; border-right: 1px solid #fff; width: 100px;}
    .mypage1-2_area_wrap .cd-popup-container1-1 table tr td {background-color: #fafafa; text-align: left; padding: 10px 0 10px 20px; line-height: 24px;}
    .mypage1-2_area_wrap .cd-popup-container1-1 .pop_textarea_box {padding-bottom: 30px;}
    .mypage1-2_area_wrap .cd-popup-container1-1 .cd-buttons:after {content: ""; display: table; clear: both;}
    .mypage1-2_area_wrap .cd-popup-container1-1 .cd-buttons li {float: left; width: 50%; list-style: none;}
    .mypage1-2_area_wrap .cd-popup-container1-1 .cd-buttons a {display: block; height: 50px; line-height: 50px; text-transform: uppercase; color: #FFF; -webkit-transition: background-color 0.2s; -moz-transition: background-color 0.2s; transition: background-color 0.2s;}
    .mypage1-2_area_wrap .cd-popup-container1-1 .cd-buttons li a {background: #009cde; border-radius: 0 0 .25em 0;}
    .mypage1-2_area_wrap .cd-popup-container1-1 .cd-buttons li a:hover {background-color: #51aed6;}
    .mypage1-2_area_wrap .cd-popup-container1-1 .cd-buttons li:first-child a {background: #fc7169; border-radius: 0 0 0 .25em;}
    .mypage1-2_area_wrap .cd-popup-container1-1 .cd-buttons li:first-child a:hover {background-color: #fc8982;}
    .mypage1-2_area_wrap .cd-popup-container1-1 .cd-popup-close {position: absolute; top: 8px; right: 8px; width: 30px; height: 30px;}
    .mypage1-2_area_wrap .cd-popup-container1-1 .cd-popup-close::before, .mypage1-2_area_wrap .cd-popup-container1-1 .cd-popup-close::after {content: ''; position: absolute; top: 12px; width: 14px; height: 3px; background-color: #8f9cb5;}
    .mypage1-2_area_wrap .cd-popup-container1-1 .cd-popup-close::before {-webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); left: 8px;}
    .mypage1-2_area_wrap .cd-popup-container1-1 .cd-popup-close::after {-webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); right: 8px;}
    .mypage1-2_area_wrap .is-visible .cd-popup-container1-1 {-webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0);}
    
    @media only screen and (min-width: 1170px) {
    .mypage1-2_area_wrap .cd-popup-container1-1 {
        margin: 16em auto;
      }
    }
    /* mypage1-2 배송대행 정보 팝업1-1 끝 */
    
    /* mypage1-2 배송대행 정보 팝업2 */
    .mypage1-2_area_wrap .cd-popup2 {position: fixed; left: 0; top: 0; height: 100%; width: 100%; background-color: rgba(0, 0, 0, 0.5); opacity: 0; visibility: hidden; -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s; -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s; transition: opacity 0.3s 0s, visibility 0s 0.3s; z-index: 100;}
    .mypage1-2_area_wrap .cd-popup2.is-visible {opacity: 1; visibility: visible; -webkit-transition: opacity 0.3s 0s, visibility 0s 0s; -moz-transition: opacity 0.3s 0s, visibility 0s 0s; transition: opacity 0.3s 0s, visibility 0s 0s;}
    .mypage1-2_area_wrap .cd-popup-container2 {position: relative; width: 90%; max-width: 1300px; margin: 4em auto; background: #FFF; border-radius: .25em .25em .4em .4em; text-align: center; box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); -webkit-transform: translateY(-40px); -moz-transform: translateY(-40px); -ms-transform: translateY(-40px); -o-transform: translateY(-40px); transform: translateY(-40px);
       /* Force Hardware Acceleration in WebKit */
        -webkit-backface-visibility: hidden;
        -webkit-transition-property: -webkit-transform;
        -moz-transition-property: -moz-transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        transition-duration: 0.3s;
      }
    
      .mypage1-2_area_wrap .cd-popup-container2 h3 {padding: 40px 0; font-size: 1.5em;}
      .mypage1-2_area_wrap .cd-popup-container2 > dl {display: flex; padding-top: 40px; -webkit-box-pack: justify; justify-content: center; flex-wrap: nowrap; width: 90%; margin: 0 auto;}
      .mypage1-2_area_wrap .cd-popup-container2 > dl dt {clear: both; padding-right: 20px; line-height: 1.2; font-size: 30px; font-weight: 600; white-space: nowrap; box-sizing: border-box;}
      .mypage1-2_area_wrap .cd-popup-container2 > dl dd {position: relative; padding: 0 10px; line-height: 1.7; font-size: 18px; box-sizing: border-box;}
      .mypage1-2_area_wrap .cd-popup-container2 > dl dd::before {content: ''; position: absolute; top: 6px; left: 0; bottom: 0; width: 2px; height: calc(100% - 5px); background-color: #747474;}
      .mypage1-2_area_wrap .cd-popup-container2 > dl dd::after {content: ''; position: absolute; top: 6px; left: 0; z-index: 1; width: 2px; height: 50%; background-color: #1592ce;}
    
      .mypage1-2_area_wrap .mypage1-1_pop2_info {min-height: 130px; margin-bottom: 40px;}
      .mypage1-2_area_wrap .mypage1-1_pop2_info p {font-weight: 700; line-height: 30px; font-size: 1.2em;}
      .mypage1-2_area_wrap .mypage1-1_pop2_info p strong {color: #fc7169;}
      .mypage1-2_area_wrap .mypage1-2_pop2_table {width: 95%; margin: 0 auto;}
      .mypage1-2_area_wrap .mypage1-2_pop2_table td {text-align: left; padding: 5px; background-color: #fafafa;}
      .mypage1-2_area_wrap .mypage1-2_pop2_table td.td_style01 {width: 12%; background-color: rgba(21, 147, 206, 0.122); line-height: 30px; font-weight: 700; text-align: center; border-bottom: 1px solid #fff; border-left: 1px solid #fff;}
      .mypage1-2_area_wrap .mypage1-2_pop2_table input {background-color: #fff; line-height: 26px; border-radius: 5px; padding-left: 5px; width: 80%;}
      .mypage1-2_area_wrap .mypage1-2_pop2_table input.sch_input {width: 15%;}
      .mypage1-2_area_wrap .mypage1-2_pop2_table button {background-color: #009cde; color: #fff; padding: 0px 12px; border-radius: 5px; height: 30px;}
      .mypage1-2_area_wrap .mypage1-2_pop2_table select {padding: 2px; height: 30px;}
      .mypage1-2_area_wrap .cd-popup-container2 .pop_textarea_box {padding-bottom: 30px;}
      .mypage1-2_area_wrap .cd-popup-container2 .cd-buttons:after {content: ""; display: table; clear: both;}
      .mypage1-2_area_wrap .cd-popup-container2 .cd-buttons li {float: left; width: 50%; list-style: none;}
      .mypage1-2_area_wrap .cd-popup-container2 .cd-buttons a {display: block; height: 60px; line-height: 60px; text-transform: uppercase; color: #FFF; -webkit-transition: background-color 0.2s; -moz-transition: background-color 0.2s; transition: background-color 0.2s;}
      .mypage1-2_area_wrap .cd-popup-container2 .cd-buttons li a {background: #009cde; border-radius: 0 0 .25em 0;}
      .mypage1-2_area_wrap .cd-popup-container2 .cd-buttons li a:hover {background-color: #51aed6;}
      .mypage1-2_area_wrap .cd-popup-container2 .cd-buttons li:first-child a {background: #fc7169; border-radius: 0 0 0 .25em;}
      .mypage1-2_area_wrap .cd-popup-container2 .cd-buttons li:first-child a:hover {background-color: #fc8982;}
      .mypage1-2_area_wrap .cd-popup-container2 .cd-popup-close {position: absolute; top: 8px; right: 8px; width: 30px; height: 30px;}
      .mypage1-2_area_wrap .cd-popup-container2 .cd-popup-close::before, .mypage1-2_area_wrap .cd-popup-container2 .cd-popup-close::after {content: ''; position: absolute; top: 12px; width: 14px; height: 3px; background-color: #8f9cb5;}
      .mypage1-2_area_wrap .cd-popup-container2 .cd-popup-close::before {-webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); left: 8px;}
      .mypage1-2_area_wrap .cd-popup-container2 .cd-popup-close::after {-webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); right: 8px;}
      .mypage1-2_area_wrap .is-visible .cd-popup-container2 {-webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0);}
      
    @media only screen and (min-width: 1170px) {
      .mypage1-2_area_wrap .cd-popup-container2 {
          margin: 16em auto;
        }
      }
      /* mypage1-2 배송대행 정보 팝업2 끝 */
    
      
    /* mypage1-2 배송대행 정보 팝업3 */
    .mypage1-2_area_wrap .cd-popup3 {position: fixed; left: 0; top: 0; height: 100%; width: 100%; background-color: rgba(0, 0, 0, 0.5); opacity: 0; visibility: hidden; -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s; -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s; transition: opacity 0.3s 0s, visibility 0s 0.3s; z-index: 100;}
    .mypage1-2_area_wrap .cd-popup3.is-visible {opacity: 1; visibility: visible; -webkit-transition: opacity 0.3s 0s, visibility 0s 0s; -moz-transition: opacity 0.3s 0s, visibility 0s 0s; transition: opacity 0.3s 0s, visibility 0s 0s;}
    .mypage1-2_area_wrap .cd-popup-container3 {position: relative; width: 90%; max-width: 900px; margin: 4em auto; background: #FFF; border-radius: .25em .25em .4em .4em; text-align: center; box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); -webkit-transform: translateY(-40px); -moz-transform: translateY(-40px); -ms-transform: translateY(-40px); -o-transform: translateY(-40px); transform: translateY(-40px);
       /* Force Hardware Acceleration in WebKit */
        -webkit-backface-visibility: hidden;
        -webkit-transition-property: -webkit-transform;
        -moz-transition-property: -moz-transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        transition-duration: 0.3s;
      }
    
      .mypage1-2_area_wrap .cd-popup-container3 h3 {padding: 40px 0; font-size: 1.5em;}
      .mypage1-2_area_wrap .cd-popup-container3 > dl {display: flex; padding-top: 40px; -webkit-box-pack: justify; justify-content: center; flex-wrap: nowrap; width: 90%; margin: 0 auto;}
      .mypage1-2_area_wrap .cd-popup-container3 > dl dt {clear: both; padding-right: 20px; line-height: 1.2; font-size: 30px; font-weight: 600; white-space: nowrap; box-sizing: border-box;}
      .mypage1-2_area_wrap .cd-popup-container3 > dl dd {position: relative; padding: 0 10px; line-height: 1.7; font-size: 18px; box-sizing: border-box;}
      .mypage1-2_area_wrap .cd-popup-container3 > dl dd::before {content: ''; position: absolute; top: 6px; left: 0; bottom: 0; width: 2px; height: calc(100% - 5px); background-color: #747474;}
      .mypage1-2_area_wrap .cd-popup-container3 > dl dd::after {content: ''; position: absolute; top: 6px; left: 0; z-index: 1; width: 2px; height: 50%; background-color: #1592ce;}
    
      .mypage1-2_area_wrap .mypage1-1_pop3_info {width: 90%; margin: 0px auto; margin-bottom: 50px; text-align: left;}
      .mypage1-2_area_wrap .mypage1-1_pop3_info h4 {font-size: 1.2em; padding: 10px 0;}
      .mypage1-2_area_wrap .mypage1-1_pop3_info h4 span {color: #009cde;}
      .mypage1-2_area_wrap .mypage1-1_pop3_info p {line-height: 30px; font-size: 1.2em;}
      .mypage1-2_area_wrap .mypage1-1_pop3_info > table {width: 100%; text-align: center;}
      .mypage1-2_area_wrap .mypage1-1_pop3_info > table thead {background-color: rgba(21, 147, 206, 0.122); line-height: 30px; font-weight: 700;}
      .mypage1-2_area_wrap .mypage1-1_pop3_info > table td {border: 1px solid #ddd;}
      .mypage1-2_area_wrap .mypage1-1_pop3_info > table tbody tr td:first-child {width: 5%;}
      .mypage1-2_area_wrap .mypage1-1_pop3_info > table tbody tr td:nth-child(2) {width: 15%;}
      .mypage1-2_area_wrap .mypage1-1_pop3_info > table tbody tr td:last-child {width: 80%; text-align: left; padding: 5px;}
      .mypage1-2_area_wrap .mypage1-1_pop3_info > table tbody tr td ul li {line-height: 30px;}
      .mypage1-2_area_wrap .mypage1-1_pop3_info > table tbody tr td .img_thumb {width: 100px; height: 100px; margin: 0 auto;}
      .mypage1-2_area_wrap .mypage1-1_pop3_info > table tbody tr td span {padding-left: 5px;}
    
      .mypage1-2_area_wrap .cd-popup-container3 .pop_textarea_box {padding-bottom: 30px;}
      .mypage1-2_area_wrap .cd-popup-container3 .cd-buttons:after {content: ""; display: table; clear: both;}
      .mypage1-2_area_wrap .cd-popup-container3 .cd-buttons li {float: left; width: 50%; list-style: none;}
      .mypage1-2_area_wrap .cd-popup-container3 .cd-buttons a {display: block; height: 60px; line-height: 60px; text-transform: uppercase; color: #FFF; -webkit-transition: background-color 0.2s; -moz-transition: background-color 0.2s; transition: background-color 0.2s;}
      .mypage1-2_area_wrap .cd-popup-container3 .cd-buttons li a {background: #009cde; border-radius: 0 0 .25em 0;}
      .mypage1-2_area_wrap .cd-popup-container3 .cd-buttons li a:hover {background-color: #51aed6;}
      .mypage1-2_area_wrap .cd-popup-container3 .cd-buttons li:first-child a {background: #fc7169; border-radius: 0 0 0 .25em;}
      .mypage1-2_area_wrap .cd-popup-container3 .cd-buttons li:first-child a:hover {background-color: #fc8982;}
      .mypage1-2_area_wrap .cd-popup-container3 .cd-popup-close {position: absolute; top: 8px; right: 8px; width: 30px; height: 30px;}
      .mypage1-2_area_wrap .cd-popup-container3 .cd-popup-close::before, .mypage1-2_area_wrap .cd-popup-container3 .cd-popup-close::after {content: ''; position: absolute; top: 12px; width: 14px; height: 3px; background-color: #8f9cb5;}
      .mypage1-2_area_wrap .cd-popup-container3 .cd-popup-close::before {-webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); left: 8px;}
      .mypage1-2_area_wrap .cd-popup-container3 .cd-popup-close::after {-webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); right: 8px;}
      .mypage1-2_area_wrap .is-visible .cd-popup-container3 {-webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0);}
      
    @media only screen and (min-width: 1170px) {
        .mypage1-2_area_wrap .cd-popup-container3 {
          margin: 13em auto;
        }
      }
      /* mypage1-2 배송대행 정보 팝업3 끝 */
      
    /* mypage1-2 배송대행 정보 팝업4 */
    .mypage1-2_area_wrap .cd-popup4 {position: fixed; left: 0; top: 0; height: 100%; width: 100%; background-color: rgba(0, 0, 0, 0.5); opacity: 0; visibility: hidden; -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s; -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s; transition: opacity 0.3s 0s, visibility 0s 0.3s; z-index: 100;}
    .mypage1-2_area_wrap .cd-popup4.is-visible {opacity: 1; visibility: visible; -webkit-transition: opacity 0.3s 0s, visibility 0s 0s; -moz-transition: opacity 0.3s 0s, visibility 0s 0s; transition: opacity 0.3s 0s, visibility 0s 0s;}
    .mypage1-2_area_wrap .cd-popup-container4 {position: relative; width: 90%; max-width: 1100px; margin: 4em auto; background: #FFF; border-radius: .25em .25em .4em .4em; text-align: center; box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); -webkit-transform: translateY(-40px); -moz-transform: translateY(-40px); -ms-transform: translateY(-40px); -o-transform: translateY(-40px); transform: translateY(-40px);
       /* Force Hardware Acceleration in WebKit */
        -webkit-backface-visibility: hidden;
        -webkit-transition-property: -webkit-transform;
        -moz-transition-property: -moz-transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        transition-duration: 0.3s;
      }
    
      .mypage1-2_area_wrap .cd-popup-container4 h3 {padding: 40px 0; font-size: 1.5em;}
      .mypage1-2_area_wrap .cd-popup-container4 > dl {display: flex; padding-top: 40px; -webkit-box-pack: justify; justify-content: center; flex-wrap: nowrap; width: 90%; margin: 0 auto;}
      .mypage1-2_area_wrap .cd-popup-container4 > dl dt {clear: both; padding-right: 20px; line-height: 1.2; font-size: 30px; font-weight: 600; white-space: nowrap; box-sizing: border-box;}
      .mypage1-2_area_wrap .cd-popup-container4 > dl dd {position: relative; padding: 0 10px; line-height: 1.7; font-size: 18px; box-sizing: border-box;}
      .mypage1-2_area_wrap .cd-popup-container4 > dl dd::before {content: ''; position: absolute; top: 6px; left: 0; bottom: 0; width: 2px; height: calc(100% - 5px); background-color: #747474;}
      .mypage1-2_area_wrap .cd-popup-container4 > dl dd::after {content: ''; position: absolute; top: 6px; left: 0; z-index: 1; width: 2px; height: 50%; background-color: #1592ce;}
    
      .mypage1-2_area_wrap .mypage1-2_pop4_info {width: 90%; margin: 0px auto; margin-bottom: 50px; text-align: left;}
      .mypage1-2_area_wrap .mypage1-2_pop4_info h4 {font-size: 1.2em;}
      .mypage1-2_area_wrap .mypage1-2_pop4_info h4 span {color: #009cde;}
      .mypage1-2_area_wrap .mypage1-2_pop4_info p {line-height: 30px; font-size: 1.2em;}
      .mypage1-2_area_wrap .mypage1-2_pop4_info ul > li .popup_inner_box {position: relative; width: 100%; margin: 10px auto; overflow:hidden; overflow-x:auto; white-space: nowrap;}
      .mypage1-2_area_wrap .mypage1-2_pop4_info ul > li .popup_inner_box > ul {box-sizing: border-box; }
      .mypage1-2_area_wrap .mypage1-2_pop4_info ul > li .popup_inner_box > ul > li {display: inline-block; width: 300px; height: 100%; box-sizing: border-box;}
      .mypage1-2_area_wrap .popup_inner_tit {margin-top: 10px;}
      .mypage1-2_area_wrap .popup_inner_tit > p {display: inline-block;}
      .mypage1-2_area_wrap .mypage1-2_pop4_info .item_num {padding-right: 20px;}
      .mypage1-2_area_wrap .popup_inner_tit > button {float: right; background-color: #002e50; color: #fff; padding: 5px 12px; border-radius: 5px;}
      .mypage1-2_area_wrap .popup_inner_box_list .img-box {width: 300px; height: 250px;}
    
      .mypage1-2_area_wrap .cd-popup-container4 .pop_textarea_box {padding-bottom: 30px;}
      .mypage1-2_area_wrap .cd-popup-container4 .cd-buttons:after {content: ""; display: table; clear: both;}
      .mypage1-2_area_wrap .cd-popup-container4 .cd-buttons li {float: left; width: 100%; list-style: none;}
      .mypage1-2_area_wrap .cd-popup-container4 .cd-buttons a {display: block; height: 60px; line-height: 60px; text-transform: uppercase; color: #FFF; -webkit-transition: background-color 0.2s; -moz-transition: background-color 0.2s; transition: background-color 0.2s;}
      .mypage1-2_area_wrap .cd-popup-container4 .cd-buttons li a {background: #009cde; border-radius: 0 0 .25em 0;}
      .mypage1-2_area_wrap .cd-popup-container4 .cd-buttons li a:hover {background-color: #51aed6;}
      .mypage1-2_area_wrap .cd-popup-container4 .cd-popup-close {position: absolute; top: 8px; right: 8px; width: 30px; height: 30px;}
      .mypage1-2_area_wrap .cd-popup-container4 .cd-popup-close::before, .mypage1-2_area_wrap .cd-popup-container4 .cd-popup-close::after {content: ''; position: absolute; top: 12px; width: 14px; height: 3px; background-color: #8f9cb5;}
      .mypage1-2_area_wrap .cd-popup-container4 .cd-popup-close::before {-webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); left: 8px;}
      .mypage1-2_area_wrap .cd-popup-container4 .cd-popup-close::after {-webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); right: 8px;}
      .mypage1-2_area_wrap .is-visible .cd-popup-container4 {-webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0);}
      
    @media only screen and (min-width: 1170px) {
      .mypage1-2_area_wrap .cd-popup-container4 {
          margin: 4em auto;
        }
      }
      /* mypage1-2 배송대행 정보 팝업4 끝 */
     
    /* mypage1-2 배송대행 정보 팝업3-1 */
    .mypage1-2_area_wrap .cd-popup3-1 {position: fixed; left: 0; top: 0; height: 100%; width: 100%; background-color: rgba(0, 0, 0, 0.5); opacity: 0; visibility: hidden; -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s; -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s; transition: opacity 0.3s 0s, visibility 0s 0.3s; z-index: 100;}
    .mypage1-2_area_wrap .cd-popup3-1.is-visible {opacity: 1; visibility: visible; -webkit-transition: opacity 0.3s 0s, visibility 0s 0s; -moz-transition: opacity 0.3s 0s, visibility 0s 0s; transition: opacity 0.3s 0s, visibility 0s 0s;}
    .mypage1-2_area_wrap .cd-popup-container3-1 {position: relative; width: 90%; max-width: 500px; margin: 4em auto; background: #FFF; border-radius: .25em .25em .4em .4em; text-align: center; box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); -webkit-transform: translateY(-40px); -moz-transform: translateY(-40px); -ms-transform: translateY(-40px); -o-transform: translateY(-40px); transform: translateY(-40px);
       /* Force Hardware Acceleration in WebKit */
        -webkit-backface-visibility: hidden;
        -webkit-transition-property: -webkit-transform;
        -moz-transition-property: -moz-transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        transition-duration: 0.3s;
      }
    
      .mypage1-2_area_wrap .cd-popup-container3-1 h3 {padding: 40px 0; font-size: 1.5em;}
      .mypage1-2_area_wrap .cd-popup-container3-1 > dl {display: flex; padding-top: 40px; -webkit-box-pack: justify; justify-content: center; flex-wrap: nowrap; width: 90%; margin: 0 auto;}
      .mypage1-2_area_wrap .cd-popup-container3-1 > dl dt {clear: both; padding-right: 20px; line-height: 1.2; font-size: 30px; font-weight: 600; white-space: nowrap; box-sizing: border-box;}
      .mypage1-2_area_wrap .cd-popup-container3-1 > dl dd {position: relative; padding: 0 10px; line-height: 1.7; font-size: 18px; box-sizing: border-box;}
      .mypage1-2_area_wrap .cd-popup-container3-1 > dl dd::before {content: ''; position: absolute; top: 6px; left: 0; bottom: 0; width: 2px; height: calc(100% - 5px); background-color: #747474;}
      .mypage1-2_area_wrap .cd-popup-container3-1 > dl dd::after {content: ''; position: absolute; top: 6px; left: 0; z-index: 1; width: 2px; height: 50%; background-color: #1592ce;}
    
      .mypage1-2_area_wrap .mypage1-1_pop3-1_info {width: 90%; margin: 0px auto; margin-bottom: 30px;}
      .mypage1-2_area_wrap .mypage1-1_pop3-1_info p {color: #009cde; margin-bottom: 20px; font-weight: 700; line-height: 30px; font-size: 1em;}
      .mypage1-2_area_wrap .mypage1-1_pop3-1_info textarea {width: 100%; min-height: 200px; resize: none; padding: 10px; font-family: inherit;}
      .mypage1-2_area_wrap .cd-popup-container3-1 .pop_textarea_box {padding-bottom: 30px;}
      .mypage1-2_area_wrap .cd-popup-container3-1 .cd-buttons:after {content: ""; display: table; clear: both;}
      .mypage1-2_area_wrap .cd-popup-container3-1 .cd-buttons li {float: left; width: 50%; list-style: none;}
      .mypage1-2_area_wrap .cd-popup-container3-1 .cd-buttons a {display: block; height: 60px; line-height: 60px; text-transform: uppercase; color: #FFF; -webkit-transition: background-color 0.2s; -moz-transition: background-color 0.2s; transition: background-color 0.2s;}
      .mypage1-2_area_wrap .cd-popup-container3-1 .cd-buttons li a {background: #009cde; border-radius: 0 0 .25em 0;}
      .mypage1-2_area_wrap .cd-popup-container3-1 .cd-buttons li a:hover {background-color: #51aed6;}
      .mypage1-2_area_wrap .cd-popup-container3-1 .cd-buttons li:first-child a {background: #fc7169; border-radius: 0 0 0 .25em;}
      .mypage1-2_area_wrap .cd-popup-container3-1 .cd-buttons li:first-child a:hover {background-color: #fc8982;}
      .mypage1-2_area_wrap .cd-popup-container3-1 .cd-popup-close {position: absolute; top: 8px; right: 8px; width: 30px; height: 30px;}
      .mypage1-2_area_wrap .cd-popup-container3-1 .cd-popup-close::before, .mypage1-2_area_wrap .cd-popup-container3-1 .cd-popup-close::after {content: ''; position: absolute; top: 12px; width: 14px; height: 3px; background-color: #8f9cb5;}
      .mypage1-2_area_wrap .cd-popup-container3-1 .cd-popup-close::before {-webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); left: 8px;}
      .mypage1-2_area_wrap .cd-popup-container3-1 .cd-popup-close::after {-webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); right: 8px;}
      .mypage1-2_area_wrap .is-visible .cd-popup-container3-1 {-webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0);}
      
    @media only screen and (min-width: 1170px) {
      .mypage1-2_area_wrap .cd-popup-container3-1 {
          margin: 17em auto;
        }
      }
      /* mypage1-2 배송대행 정보 팝업3-1 끝 */
    
    /* mypage1-2 배송대행 정보 팝업4-1 */
    .mypage1-2_area_wrap .cd-popup4-1 {position: fixed; left: 0; top: 0; height: 100%; width: 100%; background-color: rgba(0, 0, 0, 0.5); opacity: 0; visibility: hidden; -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s; -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s; transition: opacity 0.3s 0s, visibility 0s 0.3s; z-index: 100;}
    .mypage1-2_area_wrap .cd-popup4-1.is-visible {opacity: 1; visibility: visible; -webkit-transition: opacity 0.3s 0s, visibility 0s 0s; -moz-transition: opacity 0.3s 0s, visibility 0s 0s; transition: opacity 0.3s 0s, visibility 0s 0s;}
    .mypage1-2_area_wrap .cd-popup-container4-1 {position: relative; width: 90%; max-width: 1300px; margin: 4em auto; background: #FFF; border-radius: .25em .25em .4em .4em; text-align: center; box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); -webkit-transform: translateY(-40px); -moz-transform: translateY(-40px); -ms-transform: translateY(-40px); -o-transform: translateY(-40px); transform: translateY(-40px);
       /* Force Hardware Acceleration in WebKit */
        -webkit-backface-visibility: hidden;
        -webkit-transition-property: -webkit-transform;
        -moz-transition-property: -moz-transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        transition-duration: 0.3s;
      }
    
      .mypage1-2_area_wrap .cd-popup-container4-1 h3 {padding: 40px 0; font-size: 1.5em;}
      .mypage1-2_area_wrap .cd-popup-container4-1 > dl {display: flex; padding-top: 40px; -webkit-box-pack: justify; justify-content: center; flex-wrap: nowrap; width: 90%; margin: 0 auto;}
      .mypage1-2_area_wrap .cd-popup-container4-1 > dl dt {clear: both; padding-right: 20px; line-height: 1.2; font-size: 30px; font-weight: 600; white-space: nowrap; box-sizing: border-box;}
      .mypage1-2_area_wrap .cd-popup-container4-1 > dl dd {position: relative; padding: 0 10px; line-height: 1.7; font-size: 18px; box-sizing: border-box;}
      .mypage1-2_area_wrap .cd-popup-container4-1 > dl dd::before {content: ''; position: absolute; top: 6px; left: 0; bottom: 0; width: 2px; height: calc(100% - 5px); background-color: #747474;}
      .mypage1-2_area_wrap .cd-popup-container4-1 > dl dd::after {content: ''; position: absolute; top: 6px; left: 0; z-index: 1; width: 2px; height: 50%; background-color: #1592ce;}
    
      .mypage1-2_area_wrap .mypage1-1_pop4-1_info {min-height: 130px; margin-bottom: 40px;}
      .mypage1-2_area_wrap .mypage1-1_pop4-1_info p {font-weight: 700; line-height: 30px; font-size: 1.2em;}
      .mypage1-2_area_wrap .mypage1-1_pop4-1_info p strong {color: #fc7169;}
      .mypage1-2_area_wrap .mypage1-2_pop4-1_table {width: 95%; margin: 0 auto;}
      .mypage1-2_area_wrap .mypage1-2_pop4-1_table td {text-align: left; padding: 5px; background-color: #fafafa;}
      .mypage1-2_area_wrap .mypage1-2_pop4-1_table td.td_style01 {width: 12%; background-color: rgba(21, 147, 206, 0.122); line-height: 30px; font-weight: 700; text-align: center; border-bottom: 1px solid #fff; border-left: 1px solid #fff;}
      .mypage1-2_area_wrap .mypage1-2_pop4-1_table input {background-color: #fff; line-height: 26px; border-radius: 5px; padding-left: 5px; width: 80%;}
      .mypage1-2_area_wrap .mypage1-2_pop4-1_table input.sch_input {width: 15%;}
      .mypage1-2_area_wrap .mypage1-2_pop4-1_table button {background-color: #009cde; color: #fff; padding: 0px 12px; border-radius: 5px; height: 30px;}
      .mypage1-2_area_wrap .mypage1-2_pop4-1_table select {padding: 2px; height: 30px;}
      .mypage1-2_area_wrap .cd-popup-container4-1 .pop_textarea_box {padding-bottom: 30px;}
      .mypage1-2_area_wrap .cd-popup-container4-1 .cd-buttons:after {content: ""; display: table; clear: both;}
      .mypage1-2_area_wrap .cd-popup-container4-1 .cd-buttons li {float: left; width: 50%; list-style: none;}
      .mypage1-2_area_wrap .cd-popup-container4-1 .cd-buttons a {display: block; height: 60px; line-height: 60px; text-transform: uppercase; color: #FFF; -webkit-transition: background-color 0.2s; -moz-transition: background-color 0.2s; transition: background-color 0.2s;}
      .mypage1-2_area_wrap .cd-popup-container4-1 .cd-buttons li a {background: #009cde; border-radius: 0 0 .25em 0;}
      .mypage1-2_area_wrap .cd-popup-container4-1 .cd-buttons li a:hover {background-color: #51aed6;}
      .mypage1-2_area_wrap .cd-popup-container4-1 .cd-buttons li:first-child a {background: #fc7169; border-radius: 0 0 0 .25em;}
      .mypage1-2_area_wrap .cd-popup-container4-1 .cd-buttons li:first-child a:hover {background-color: #fc8982;}
      .mypage1-2_area_wrap .cd-popup-container4-1 .cd-popup-close {position: absolute; top: 8px; right: 8px; width: 30px; height: 30px;}
      .mypage1-2_area_wrap .cd-popup-container4-1 .cd-popup-close::before, .mypage1-2_area_wrap .cd-popup-container4-1 .cd-popup-close::after {content: ''; position: absolute; top: 12px; width: 14px; height: 3px; background-color: #8f9cb5;}
      .mypage1-2_area_wrap .cd-popup-container4-1 .cd-popup-close::before {-webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); left: 8px;}
      .mypage1-2_area_wrap .cd-popup-container4-1 .cd-popup-close::after {-webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); right: 8px;}
      .mypage1-2_area_wrap .is-visible .cd-popup-container4-1 {-webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0);}
      
    @media only screen and (min-width: 1170px) {
      .mypage1-2_area_wrap .cd-popup-container4-1 {
          margin: 17em auto;
        }
      }
      /* mypage1-2 배송대행 정보 팝업4-1 끝 */
    
    

/* mypage1-3 단가조사 정보 */
.mypage1-3_area_wrap {padding-bottom: 50px;}
/* .mypage1-3_pageinfo {padding-top: 154px;} */

.mypage1-3_area {margin-bottom: 30px;}
.mypage1-3_area > h2 {color: #009cde; margin-bottom: 10px;}
.mypage1-3_area  > .empty_text {border-top: 2px solid #009cde; text-align: center; font-size: 1.5em; padding: 7em 0;}
.my_info_left {float: left; width: 49%; margin-right: 1%;}
.my_info_right {float: right; width: 49%; margin-left: 1%;}

.mypage1-3_area > h2 {display: inline-block;}
.mypage1-3_area span.more_btn {float: right; line-height: 30px; color: #555;}
.mypage1-3_area span.more_btn button {width: 200px; color: #fff; border-radius: 5px; margin-left: 1%; background-color: #009cde;}
.mypage1-3_table {width: 100%; border-top: 2px solid #009cde; border-bottom: 1px solid #ddd;}
.mypage1-3_table th {text-align: center; height: 40px; width: 200px; background-color: rgba(21, 147, 206, 0.122);}
.mypage1-3_table td {height: 40px;}
.mypage1-3_table button {background-color: #777; color: #fff; padding: 5px 12px; border-radius: 5px;}

.mypage1-3_table1 tbody td {text-align: center; height: 100px; border-bottom: 1px solid #ddd;}
.mypage1-3_table1 tbody td:last-child {border-right: 0;}

.proceed_order {padding: 10px 80px; border-top: 2px solid #009cde; border-bottom: 1px solid #ddd; background-color: rgba(21, 147, 206, 0.122);}
.mypage1-3_table2 {width: 100%;}
.mypage1-3_table2 td {text-align: center;}
.mypage1-3_table2 select {width: 150px; height: 32px; border: 1px solid #ddd; margin-left: 10px; border-radius: 3px; vertical-align: middle;}
select.search_select {border: 1px solid #009cde;}
.mypage1-3_search_ipt {width: 300px; height: 32px; background-color: #fff; border-radius: 3px; margin-left: 5px; padding-left: 5px; line-height: 30px; border: 1px solid #009cde;}
.mypage1-3_search_btn {position: relative;}
.mypage1-3_search_btn > button {position: absolute; top: 0; right: 10px; font-size: 1.2em; color: #009cde;}

.mypage1-3_total1 {border-top: 2px solid #ddd; border-bottom: 1px solid #ddd; background-color: #eee; margin: 0px auto; margin-top: 20px; padding: 10px 0;}
.mypage1-3_total1 > h3 {padding-left: 30px; text-decoration: underline; font-size: 1.4em;}
.mypage1-3_total1 > div {padding: 7px 100px;}
.mypage1-3_total1 > div > span {font-size: 1.1em;}
.mypage1-3_total1 > div > span:last-child {float: right; font-weight: 700; padding-left: 20px; font-size: 1.3em; color: #009cde;}

.calendar_box {float: left; display: inline-flex;}
.calendar_box .wid85 {width: 85px; line-height: 30px; float: left; background-color: #fff; border-radius: 3px; margin-left: 5px; padding-left: 5px; font-size: 0.9em;}
.calendar_box > div {border-radius: 3px; background-color: #009cde;}
.cal_buttonn {width: 30px; color: #fff; text-align: center; padding: 5px;}
.hi {float: left; margin: 0 5px; line-height: 30px;}

.mypage1-3_table3 {font-size: 14px; font-family: 'Noto Sans KR', sans-serif;}
.mypage1-3_table3 > tbody > tr > td {padding: 0 10px; border-bottom: 1px solid #ddd;}
.mypage1-3_table3 > tbody > tr > td:not(:last-child) {border-right: 1px solid #ddd;}
.mypage1-3_table3 tbody td:first-child {text-align: center;}
.mypage1-3_table3_box {text-align: center; border: 1px solid #ddd; margin: 10px 0;}
.mypage1-3_table3_box span {display: block; padding: 10px 0;}
.mypage1-3_table3_box span:first-child {background-color: #eee;}
.mypage1-3_table3 td.pay_info_td {padding: 10px;}
.mypage1-3_table3 td.pay_info_td .pay_info_inner {padding: 10px 0;}
.mypage1-3_table3 td.pay_info_td .pay_info_inner h4 {display: inline-block; line-height: 29px;}
.mypage1-3_table3 td.pay_info_td .pay_info_inner > div {float: right;}
.mypage1-3_table3 table.inner_table {width: 95%; margin: 0 auto; border: 1px solid #ddd; background-color: rgba(21, 147, 206, 0.122);}
.mypage1-3_table3 table.inner_table td {height: 100px; border-bottom: 1px solid #ddd; text-align: center;}
.mypage1-3_table3 table.inner_table td.item_detail {text-align: left; height: 130px; padding: 5px;}
.mypage1-3_table3 table.inner_table .img_thumb {width: 90px; height: 90px; display: inline-block; vertical-align: middle;}
.mypage1-3_table3 table.inner_table .item_tit {display: inline-block; vertical-align: middle; padding-left: 5px; line-height: 24px; font-size: 13px;}
.mypage1-3_table3 table.inner_table .inner_table_date {margin-top: 5px; font-size: 14px; color: #777; font-weight: 700;}
.mypage1-3_table3 table.inner_table .inner_table_date span {color: #555;}
.mypage1-3_table3 .mypage1-3_table_btns {text-align: left; padding-top: 10px;}
.mypage1-3_table3 td.borderstyle01 {/* background-color: #009bde10; */ border-left: 1px solid #ddd; border-right: 1px solid #ddd;}
table.inner_table td.txtLeft {text-align: left;}
.mypage1-3_table3 table.inner_table td.item_detail ul li {line-height: 30px;}

.mypage1-3_area .recive {padding: 10px;}
.recive strong.strong_important {color: #009cde;}

.pay_info_btns {text-align: right;}
.pay_info_btns button {width: 200px;height: 50px; color: #fff; border-radius: 5px; margin-left: 1%; background-color: #009cde;}
.pay_info_btns2 {text-align: right; margin-top: 20px;}
.pay_info_btns2 button {width: 200px;height: 50px; color: #fff; border-radius: 5px; margin-left: 1%; background-color: #002e50;}

.mypage1-3_area3 h2 {display: inline-block; color: #009cde; margin-bottom: 10px; margin-top: 30px;}

.mypage1-3_area button.chat_btn {background-color: #002e50;}
.mypage1-3_table button.btn_blue {background-color: #1592ce;}

.txt_style01 {color: #002e50;}
.txt_style02 {color: #fc7169;}

.mypage1-3_area_wrap .cd-popup-trigger3 {color: #009cde;}
.mypage1-3_area_wrap .cd-popup-trigger3 > * {display: block; margin: 0 auto; padding: 3px;}


/* mypage1-3 단가조사 정보 팝업1 */
.mypage1-3_area_wrap .cd-popup {position: fixed; left: 0; top: 0; height: 100%; width: 100%; background-color: rgba(0, 0, 0, 0.5); opacity: 0; visibility: hidden; -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s; -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s; transition: opacity 0.3s 0s, visibility 0s 0.3s; z-index: 100;}
.mypage1-3_area_wrap .cd-popup.is-visible {opacity: 1; visibility: visible; -webkit-transition: opacity 0.3s 0s, visibility 0s 0s; -moz-transition: opacity 0.3s 0s, visibility 0s 0s; transition: opacity 0.3s 0s, visibility 0s 0s;}
.mypage1-3_area_wrap .cd-popup-container {position: relative; width: 90%; max-width: 700px; margin: 4em auto; background: #FFF; border-radius: .25em .25em .4em .4em; text-align: center; box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); -webkit-transform: translateY(-40px); -moz-transform: translateY(-40px); -ms-transform: translateY(-40px); -o-transform: translateY(-40px); transform: translateY(-40px);
   /* Force Hardware Acceleration in WebKit */
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }

.mypage1-3_area_wrap .cd-popup-container h3 {padding: 40px 0; font-size: 1.5em;}
.mypage1-3_area_wrap .cd-popup-container > dl {display: flex; padding-top: 40px; -webkit-box-pack: justify; justify-content: center; flex-wrap: nowrap; width: 90%; margin: 0 auto;}
.mypage1-3_area_wrap .cd-popup-container > dl dt {clear: both; padding-right: 20px; line-height: 1.2; font-size: 30px; font-weight: 600; white-space: nowrap; box-sizing: border-box;}
.mypage1-3_area_wrap .cd-popup-container > dl dd {position: relative; padding: 0 10px; line-height: 1.7; font-size: 18px; box-sizing: border-box;}
.mypage1-3_area_wrap .cd-popup-container > dl dd::before {content: ''; position: absolute; top: 6px; left: 0; bottom: 0; width: 2px; height: calc(100% - 5px); background-color: #747474;}
.mypage1-3_area_wrap .cd-popup-container > dl dd::after {content: ''; position: absolute; top: 6px; left: 0; z-index: 1; width: 2px; height: 50%; background-color: #1592ce;}

.mypage1-3_area_wrap .cd-popup-container p {padding: 1em 2em; text-align: left;}
.mypage1-3_area_wrap .cd-popup-container table {width: 90%; margin: 0px auto; margin-bottom: 30px; text-align: center; border-bottom: 1px solid #ddd;}
.mypage1-3_area_wrap .cd-popup-container table tr {height: 50px; border-bottom: 1px solid #fff;}
.mypage1-3_area_wrap .cd-popup-container table tr th {width: 32%; text-align: center;}
.mypage1-3_area_wrap .cd-popup-container table th {background-color: rgba(21, 147, 206, 0.122); text-align: center; font-weight: 700; border-right: 1px solid #fff; width: 100px;}
.mypage1-3_area_wrap .cd-popup-container table tr td {background-color: #fafafa; text-align: left; padding: 10px 0 10px 20px; line-height: 24px;}
.mypage1-3_area_wrap .cd-popup-container .pop_textarea_box {padding-bottom: 30px;}
.mypage1-3_area_wrap .cd-popup-container .cd-buttons:after {content: ""; display: table; clear: both;}
.mypage1-3_area_wrap .cd-popup-container .cd-buttons li {float: left; width: 50%; list-style: none;}
.mypage1-3_area_wrap .cd-popup-container .cd-buttons a {display: block; height: 50px; line-height: 50px; text-transform: uppercase; color: #FFF; -webkit-transition: background-color 0.2s; -moz-transition: background-color 0.2s; transition: background-color 0.2s;}
.mypage1-3_area_wrap .cd-popup-container .cd-buttons li a {background: #009cde; border-radius: 0 0 .25em 0;}
.mypage1-3_area_wrap .cd-popup-container .cd-buttons li a:hover {background-color: #51aed6;}
.mypage1-3_area_wrap .cd-popup-container .cd-buttons li:first-child a {background: #fc7169; border-radius: 0 0 0 .25em;}
.mypage1-3_area_wrap .cd-popup-container .cd-buttons li:first-child a:hover {background-color: #fc8982;}
.mypage1-3_area_wrap .cd-popup-container .cd-popup-close {position: absolute; top: 8px; right: 8px; width: 30px; height: 30px;}
.mypage1-3_area_wrap .cd-popup-container .cd-popup-close::before, .mypage1-3_area_wrap .cd-popup-container .cd-popup-close::after {content: ''; position: absolute; top: 12px; width: 14px; height: 3px; background-color: #8f9cb5;}
.mypage1-3_area_wrap .cd-popup-container .cd-popup-close::before {-webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); left: 8px;}
.mypage1-3_area_wrap .cd-popup-container .cd-popup-close::after {-webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); right: 8px;}
.mypage1-3_area_wrap .is-visible .cd-popup-container {-webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0);}
  
@media only screen and (min-width: 1170px) {
  .mypage1-3_area_wrap .cd-popup-container {
      margin: 21em auto;
    }
  }
  /* mypage1-3 단가조사 정보 팝업1 끝 */


/* mypage1-3 단가조사 정보 팝업1-1 */
.mypage1-3_area_wrap .cd-popup1-1 {position: fixed; left: 0; top: 0; height: 100%; width: 100%; background-color: rgba(0, 0, 0, 0.5); opacity: 0; visibility: hidden; -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s; -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s; transition: opacity 0.3s 0s, visibility 0s 0.3s; z-index: 100;}
.mypage1-3_area_wrap .cd-popup1-1.is-visible {opacity: 1; visibility: visible; -webkit-transition: opacity 0.3s 0s, visibility 0s 0s; -moz-transition: opacity 0.3s 0s, visibility 0s 0s; transition: opacity 0.3s 0s, visibility 0s 0s;}
.mypage1-3_area_wrap .cd-popup-container1-1 {position: relative; width: 90%; max-width: 500px; margin: 4em auto; background: #FFF; border-radius: .25em .25em .4em .4em; text-align: center; box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); -webkit-transform: translateY(-40px); -moz-transform: translateY(-40px); -ms-transform: translateY(-40px); -o-transform: translateY(-40px); transform: translateY(-40px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.mypage1-3_area_wrap .cd-popup-container1-1 h3 {padding: 40px 0; font-size: 1.5em;}
.mypage1-3_area_wrap .cd-popup-container1-1 > dl {display: flex; padding-top: 40px; -webkit-box-pack: justify; justify-content: center; flex-wrap: nowrap; width: 90%; margin: 0 auto;}
.mypage1-3_area_wrap .cd-popup-container1-1 > dl dt {clear: both; padding-right: 20px; line-height: 1.2; font-size: 30px; font-weight: 600; white-space: nowrap; box-sizing: border-box;}
.mypage1-3_area_wrap .cd-popup-container1-1 > dl dd {position: relative; padding: 0 10px; line-height: 1.7; font-size: 18px; box-sizing: border-box;}
.mypage1-3_area_wrap .cd-popup-container1-1 > dl dd::before {content: ''; position: absolute; top: 6px; left: 0; bottom: 0; width: 2px; height: calc(100% - 5px); background-color: #747474;}
.mypage1-3_area_wrap .cd-popup-container1-1 > dl dd::after {content: ''; position: absolute; top: 6px; left: 0; z-index: 1; width: 2px; height: 50%; background-color: #1592ce;}

.mypage1-3_area_wrap .cd-popup-container1-1 p {font-family: 'Noto Sans KR', sans-serif; text-align: left; color: #009cde; font-size: 14px;}
.mypage1-3_area_wrap .cd-popup-container1-1 input {vertical-align: middle; line-height: 28px; height: 28px; margin: 0; background-color: #fff; border-radius: 5px;}
.mypage1-3_area_wrap .cd-popup-container1-1 input[type='text'] {padding-left: 5px;}
.mypage1-3_area_wrap .cd-popup-container1-1 input#radio3 {margin-left: 10px;}
.mypage1-3_area_wrap .cd-popup-container1-1 table {width: 90%; margin: 0px auto; margin-bottom: 30px; text-align: center; border-bottom: 1px solid #ddd;}
.mypage1-3_area_wrap .cd-popup-container1-1 table tr {height: 50px; border-bottom: 1px solid #fff;}
.mypage1-3_area_wrap .cd-popup-container1-1 table tr th {width: 25%; text-align: center;}
.mypage1-3_area_wrap .cd-popup-container1-1 table th {background-color: rgba(21, 147, 206, 0.122); text-align: center; font-weight: 700; border-right: 1px solid #fff; width: 100px;}
.mypage1-3_area_wrap .cd-popup-container1-1 table tr td {background-color: #fafafa; text-align: left; padding: 10px 0 10px 20px; line-height: 24px;}
.mypage1-3_area_wrap .cd-popup-container1-1 .pop_textarea_box {padding-bottom: 30px;}
.mypage1-3_area_wrap .cd-popup-container1-1 .cd-buttons:after {content: ""; display: table; clear: both;}
.mypage1-3_area_wrap .cd-popup-container1-1 .cd-buttons li {float: left; width: 50%; list-style: none;}
.mypage1-3_area_wrap .cd-popup-container1-1 .cd-buttons a {display: block; height: 50px; line-height: 50px; text-transform: uppercase; color: #FFF; -webkit-transition: background-color 0.2s; -moz-transition: background-color 0.2s; transition: background-color 0.2s;}
.mypage1-3_area_wrap .cd-popup-container1-1 .cd-buttons li a {background: #009cde; border-radius: 0 0 .25em 0;}
.mypage1-3_area_wrap .cd-popup-container1-1 .cd-buttons li a:hover {background-color: #51aed6;}
.mypage1-3_area_wrap .cd-popup-container1-1 .cd-buttons li:first-child a {background: #fc7169; border-radius: 0 0 0 .25em;}
.mypage1-3_area_wrap .cd-popup-container1-1 .cd-buttons li:first-child a:hover {background-color: #fc8982;}
.mypage1-3_area_wrap .cd-popup-container1-1 .cd-popup-close {position: absolute; top: 8px; right: 8px; width: 30px; height: 30px;}
.mypage1-3_area_wrap .cd-popup-container1-1 .cd-popup-close::before, .mypage1-3_area_wrap .cd-popup-container1-1 .cd-popup-close::after {content: ''; position: absolute; top: 12px; width: 14px; height: 3px; background-color: #8f9cb5;}
.mypage1-3_area_wrap .cd-popup-container1-1 .cd-popup-close::before {-webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); left: 8px;}
.mypage1-3_area_wrap .cd-popup-container1-1 .cd-popup-close::after {-webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); right: 8px;}
.mypage1-3_area_wrap .is-visible .cd-popup-container1-1 {-webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0);}

@media only screen and (min-width: 1170px) {
.mypage1-3_area_wrap .cd-popup-container1-1 {
    margin: 16em auto;
  }
}
/* mypage1-3 단가조사 정보 팝업1-1 끝 */
 
/* mypage1-3 단가조사 정보 팝업2 */
.mypage1-3_area_wrap .cd-popup2 {position: fixed; left: 0; top: 0; height: 100%; width: 100%; background-color: rgba(0, 0, 0, 0.5); opacity: 0; visibility: hidden; -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s; -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s; transition: opacity 0.3s 0s, visibility 0s 0.3s; z-index: 100;}
.mypage1-3_area_wrap .cd-popup2.is-visible {opacity: 1; visibility: visible; -webkit-transition: opacity 0.3s 0s, visibility 0s 0s; -moz-transition: opacity 0.3s 0s, visibility 0s 0s; transition: opacity 0.3s 0s, visibility 0s 0s;}
.mypage1-3_area_wrap .cd-popup-container2 {position: relative; width: 90%; max-width: 1300px; margin: 4em auto; background: #FFF; border-radius: .25em .25em .4em .4em; text-align: center; box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); -webkit-transform: translateY(-40px); -moz-transform: translateY(-40px); -ms-transform: translateY(-40px); -o-transform: translateY(-40px); transform: translateY(-40px);
    /* Force Hardware Acceleration in WebKit */
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }

  .mypage1-3_area_wrap .cd-popup-container2 h3 {padding: 40px 0; font-size: 1.5em;}
  .mypage1-3_area_wrap .cd-popup-container2 > dl {display: flex; padding-top: 40px; -webkit-box-pack: justify; justify-content: center; flex-wrap: nowrap; width: 90%; margin: 0 auto;}
  .mypage1-3_area_wrap .cd-popup-container2 > dl dt {clear: both; padding-right: 20px; line-height: 1.2; font-size: 30px; font-weight: 600; white-space: nowrap; box-sizing: border-box;}
  .mypage1-3_area_wrap .cd-popup-container2 > dl dd {position: relative; padding: 0 10px; line-height: 1.7; font-size: 18px; box-sizing: border-box;}
  .mypage1-3_area_wrap .cd-popup-container2 > dl dd::before {content: ''; position: absolute; top: 6px; left: 0; bottom: 0; width: 2px; height: calc(100% - 5px); background-color: #747474;}
  .mypage1-3_area_wrap .cd-popup-container2 > dl dd::after {content: ''; position: absolute; top: 6px; left: 0; z-index: 1; width: 2px; height: 50%; background-color: #1592ce;}

  .mypage1-3_area_wrap .mypage1-1_pop2_info {min-height: 130px; margin-bottom: 40px;}
  .mypage1-3_area_wrap .mypage1-2_pop2_table {width: 95%; margin: 0 auto;}
  .mypage1-3_area_wrap .mypage1-2_pop2_table td {text-align: left; padding: 5px; background-color: #fafafa;}
  .mypage1-3_area_wrap .mypage1-2_pop2_table td.td_style01 {width: 15%; background-color: rgba(21, 147, 206, 0.122); line-height: 30px; font-weight: 700; text-align: center; border-bottom: 1px solid #fff; border-left: 1px solid #fff;}
  .mypage1-3_area_wrap .mypage1-2_pop2_table td.td_style02 {line-height: normal;}
  .mypage1-3_area_wrap .mypage1-2_pop2_table input {background-color: #fff; line-height: 26px; border-radius: 5px; padding-left: 5px; width: 80%;}
  .mypage1-3_area_wrap .mypage1-2_pop2_table input.ipt_style15 {width: 30%;}
  .mypage1-3_area_wrap .mypage1-2_pop2_table div.filebox input {width: 20%; line-height: 26px; padding: 5px; border: none; font-size: 16px;}
  .mypage1-3_area_wrap .mypage1-2_pop2_table button {background-color: #009cde; color: #fff; padding: 0px 12px; border-radius: 5px; height: 30px;}
  .mypage1-3_area_wrap .mypage1-2_pop2_table select {padding: 2px; height: 30px;}
  .mypage1-3_area_wrap .mypage1-2_pop2_table p {font-size: 14px; letter-spacing: -0.5px;}
  .mypage1-3_area_wrap .cd-popup-container2 .pop_textarea_box {padding-bottom: 30px;}
  .mypage1-3_area_wrap .cd-popup-container2 .cd-buttons:after {content: ""; display: table; clear: both;}
  .mypage1-3_area_wrap .cd-popup-container2 .cd-buttons li {float: left; width: 50%; list-style: none;}
  .mypage1-3_area_wrap .cd-popup-container2 .cd-buttons a {display: block; height: 60px; line-height: 60px; text-transform: uppercase; color: #FFF; -webkit-transition: background-color 0.2s; -moz-transition: background-color 0.2s; transition: background-color 0.2s;}
  .mypage1-3_area_wrap .cd-popup-container2 .cd-buttons li a {background: #009cde; border-radius: 0 0 .25em 0;}
  .mypage1-3_area_wrap .cd-popup-container2 .cd-buttons li a:hover {background-color: #51aed6;}
  .mypage1-3_area_wrap .cd-popup-container2 .cd-buttons li:first-child a {background: #fc7169; border-radius: 0 0 0 .25em;}
  .mypage1-3_area_wrap .cd-popup-container2 .cd-buttons li:first-child a:hover {background-color: #fc8982;}
  .mypage1-3_area_wrap .cd-popup-container2 .cd-popup-close {position: absolute; top: 8px; right: 8px; width: 30px; height: 30px;}
  .mypage1-3_area_wrap .cd-popup-container2 .cd-popup-close::before, .mypage1-3_area_wrap .cd-popup-container2 .cd-popup-close::after {content: ''; position: absolute; top: 12px; width: 14px; height: 3px; background-color: #8f9cb5;}
  .mypage1-3_area_wrap .cd-popup-container2 .cd-popup-close::before {-webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); left: 8px;}
  .mypage1-3_area_wrap .cd-popup-container2 .cd-popup-close::after {-webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); right: 8px;}
  .mypage1-3_area_wrap .is-visible .cd-popup-container2 {-webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0);}
  
@media only screen and (min-width: 1170px) {
  .mypage1-3_area_wrap .cd-popup-container2 {
      margin: 16em auto;
    }
  }
  /* mypage1-3 단가조사 정보 팝업2 끝 */


/* mypage2-1 컨설팅/강의 조회 */
.mypage2-1_area_wrap {padding-bottom: 50px;}
/* .mypage2-1_pageinfo {padding-top: 154px;} */

.mypage2-1_area {margin-bottom: 30px;}
.mypage2-1_area > h2 {color: #009cde; margin-bottom: 10px;}
.mypage2-1_area  > .empty_text {border-top: 2px solid #009cde; text-align: center; font-size: 1.5em; padding: 7em 0;}
.my_info_left {float: left; width: 49%; margin-right: 1%;}
.my_info_right {float: right; width: 49%; margin-left: 1%;}

.mypage2-1_area > h2 {display: inline-block;}
.mypage2-1_area span.more_btn {float: right; line-height: 30px; color: #555;}
.mypage2-1_area span.more_btn button {width: 200px; color: #fff; border-radius: 5px; margin-left: 1%; background-color: #009cde;}
.mypage2-1_table {width: 100%; border-top: 2px solid #009cde; border-bottom: 1px solid #ddd;}
.mypage2-1_table th {text-align: center; height: 40px; width: 200px; background-color: rgba(21, 147, 206, 0.122);}
.mypage2-1_table td {height: 40px;}
.mypage2-1_table button {background-color: #777; color: #fff; padding: 5px 12px; border-radius: 5px;}

.mypage2-1_table1 tbody td {text-align: center; height: 100px; border-bottom: 1px solid #ddd;}
.mypage2-1_table1 tbody td:last-child {border-right: 0;}


.mypage2-1_area button.chat_btn {background-color: #002e50;}
.mypage2-1_table button.btn_blue {background-color: #1592ce;}

.txt_style01 {color: #002e50;}
.txt_style02 {color: #fc7169;}



.mypage2-1_area_wrap .cd-popup-trigger3 {color: #009cde;}
.mypage2-1_area_wrap .cd-popup-trigger3 > * {display: block; margin: 0 auto; padding: 3px;}


/* 팝업1 */
.mypage2-1_area_wrap .cd-popup {position: fixed; left: 0; top: 0; height: 100%; width: 100%; background-color: rgba(0, 0, 0, 0.5); opacity: 0; visibility: hidden; -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s; -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s; transition: opacity 0.3s 0s, visibility 0s 0.3s; z-index: 100;}
.mypage2-1_area_wrap .cd-popup.is-visible {opacity: 1; visibility: visible; -webkit-transition: opacity 0.3s 0s, visibility 0s 0s; -moz-transition: opacity 0.3s 0s, visibility 0s 0s; transition: opacity 0.3s 0s, visibility 0s 0s;}
.mypage2-1_area_wrap .cd-popup-container {position: relative; width: 90%; max-width: 700px; margin: 4em auto; background: #FFF; border-radius: .25em .25em .4em .4em; text-align: center; box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); -webkit-transform: translateY(-40px); -moz-transform: translateY(-40px); -ms-transform: translateY(-40px); -o-transform: translateY(-40px); transform: translateY(-40px);
   /* Force Hardware Acceleration in WebKit */
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }

.mypage2-1_area_wrap .cd-popup-container h3 {padding: 40px 0; font-size: 1.5em;}
.mypage2-1_area_wrap .cd-popup-container > dl {display: flex; padding-top: 40px; -webkit-box-pack: justify; justify-content: center; flex-wrap: nowrap; width: 90%; margin: 0 auto;}
.mypage2-1_area_wrap .cd-popup-container > dl dt {clear: both; padding-right: 20px; line-height: 1.2; font-size: 30px; font-weight: 600; white-space: nowrap; box-sizing: border-box;}
.mypage2-1_area_wrap .cd-popup-container > dl dd {position: relative; padding: 0 10px; line-height: 1.7; font-size: 18px; box-sizing: border-box;}
.mypage2-1_area_wrap .cd-popup-container > dl dd::before {content: ''; position: absolute; top: 6px; left: 0; bottom: 0; width: 2px; height: calc(100% - 5px); background-color: #747474;}
.mypage2-1_area_wrap .cd-popup-container > dl dd::after {content: ''; position: absolute; top: 6px; left: 0; z-index: 1; width: 2px; height: 50%; background-color: #1592ce;}

.mypage2-1_area_wrap .cd-popup-container p {padding: 1em 2em; text-align: left;}
.mypage2-1_area_wrap .cd-popup-container table {width: 90%; margin: 0px auto; margin-bottom: 30px; text-align: center; border-bottom: 1px solid #ddd;}
.mypage2-1_area_wrap .cd-popup-container table tr {height: 50px; border-bottom: 1px solid #fff;}
.mypage2-1_area_wrap .cd-popup-container table tr th {width: 32%; text-align: center;}
.mypage2-1_area_wrap .cd-popup-container table th {background-color: rgba(21, 147, 206, 0.122); text-align: center; font-weight: 700; border-right: 1px solid #fff; width: 100px;}
.mypage2-1_area_wrap .cd-popup-container table tr td {background-color: #fafafa; text-align: left; padding: 10px 0 10px 20px; line-height: 24px;}
.mypage2-1_area_wrap .cd-popup-container .pop_textarea_box {padding-bottom: 30px;}
.mypage2-1_area_wrap .cd-popup-container .cd-buttons:after {content: ""; display: table; clear: both;}
.mypage2-1_area_wrap .cd-popup-container .cd-buttons li {float: left; width: 50%; list-style: none;}
.mypage2-1_area_wrap .cd-popup-container .cd-buttons a {display: block; height: 50px; line-height: 50px; text-transform: uppercase; color: #FFF; -webkit-transition: background-color 0.2s; -moz-transition: background-color 0.2s; transition: background-color 0.2s;}
.mypage2-1_area_wrap .cd-popup-container .cd-buttons li a {background: #009cde; border-radius: 0 0 .25em 0;}
.mypage2-1_area_wrap .cd-popup-container .cd-buttons li a:hover {background-color: #51aed6;}
.mypage2-1_area_wrap .cd-popup-container .cd-buttons li:first-child a {background: #fc7169; border-radius: 0 0 0 .25em;}
.mypage2-1_area_wrap .cd-popup-container .cd-buttons li:first-child a:hover {background-color: #fc8982;}
.mypage2-1_area_wrap .cd-popup-container .cd-popup-close {position: absolute; top: 8px; right: 8px; width: 30px; height: 30px;}
.mypage2-1_area_wrap .cd-popup-container .cd-popup-close::before, .mypage2-1_area_wrap .cd-popup-container .cd-popup-close::after {content: ''; position: absolute; top: 12px; width: 14px; height: 3px; background-color: #8f9cb5;}
.mypage2-1_area_wrap .cd-popup-container .cd-popup-close::before {-webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); left: 8px;}
.mypage2-1_area_wrap .cd-popup-container .cd-popup-close::after {-webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); right: 8px;}
.mypage2-1_area_wrap .is-visible .cd-popup-container {-webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0);}
  
@media only screen and (min-width: 1170px) {
  .mypage2-1_area_wrap .cd-popup-container {
      margin: 20em auto;
    }
  }
  /* 팝업1 끝 */


/* 팝업1-1 */
.mypage2-1_area_wrap .cd-popup1-1 {position: fixed; left: 0; top: 0; height: 100%; width: 100%; background-color: rgba(0, 0, 0, 0.5); opacity: 0; visibility: hidden; -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s; -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s; transition: opacity 0.3s 0s, visibility 0s 0.3s; z-index: 100;}
.mypage2-1_area_wrap .cd-popup1-1.is-visible {opacity: 1; visibility: visible; -webkit-transition: opacity 0.3s 0s, visibility 0s 0s; -moz-transition: opacity 0.3s 0s, visibility 0s 0s; transition: opacity 0.3s 0s, visibility 0s 0s;}
.mypage2-1_area_wrap .cd-popup-container1-1 {position: relative; width: 90%; max-width: 500px; margin: 4em auto; background: #FFF; border-radius: .25em .25em .4em .4em; text-align: center; box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); -webkit-transform: translateY(-40px); -moz-transform: translateY(-40px); -ms-transform: translateY(-40px); -o-transform: translateY(-40px); transform: translateY(-40px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.mypage2-1_area_wrap .cd-popup-container1-1 h3 {padding: 40px 0; font-size: 1.5em;}
.mypage2-1_area_wrap .cd-popup-container1-1 > dl {display: flex; padding-top: 40px; -webkit-box-pack: justify; justify-content: center; flex-wrap: nowrap; width: 90%; margin: 0 auto;}
.mypage2-1_area_wrap .cd-popup-container1-1 > dl dt {clear: both; padding-right: 20px; line-height: 1.2; font-size: 30px; font-weight: 600; white-space: nowrap; box-sizing: border-box;}
.mypage2-1_area_wrap .cd-popup-container1-1 > dl dd {position: relative; padding: 0 10px; line-height: 1.7; font-size: 18px; box-sizing: border-box;}
.mypage2-1_area_wrap .cd-popup-container1-1 > dl dd::before {content: ''; position: absolute; top: 6px; left: 0; bottom: 0; width: 2px; height: calc(100% - 5px); background-color: #747474;}
.mypage2-1_area_wrap .cd-popup-container1-1 > dl dd::after {content: ''; position: absolute; top: 6px; left: 0; z-index: 1; width: 2px; height: 50%; background-color: #1592ce;}

.mypage2-1_area_wrap .cd-popup-container1-1 p {font-family: 'Noto Sans KR', sans-serif; text-align: left; color: #009cde; font-size: 14px;}
.mypage2-1_area_wrap .cd-popup-container1-1 input {vertical-align: middle; line-height: 28px; height: 28px; margin: 0; background-color: #fff; border-radius: 5px;}
.mypage2-1_area_wrap .cd-popup-container1-1 input[type='text'] {padding-left: 5px;}
.mypage2-1_area_wrap .cd-popup-container1-1 input#radio3 {margin-left: 10px;}
.mypage2-1_area_wrap .cd-popup-container1-1 table {width: 90%; margin: 0px auto; margin-bottom: 30px; text-align: center; border-bottom: 1px solid #ddd;}
.mypage2-1_area_wrap .cd-popup-container1-1 table tr {height: 50px; border-bottom: 1px solid #fff;}
.mypage2-1_area_wrap .cd-popup-container1-1 table tr th {width: 25%; text-align: center;}
.mypage2-1_area_wrap .cd-popup-container1-1 table th {background-color: rgba(21, 147, 206, 0.122); text-align: center; font-weight: 700; border-right: 1px solid #fff; width: 100px;}
.mypage2-1_area_wrap .cd-popup-container1-1 table tr td {background-color: #fafafa; text-align: left; padding: 10px 0 10px 20px; line-height: 24px;}
.mypage2-1_area_wrap .cd-popup-container1-1 .pop_textarea_box {padding-bottom: 30px;}
.mypage2-1_area_wrap .cd-popup-container1-1 .cd-buttons:after {content: ""; display: table; clear: both;}
.mypage2-1_area_wrap .cd-popup-container1-1 .cd-buttons li {float: left; width: 50%; list-style: none;}
.mypage2-1_area_wrap .cd-popup-container1-1 .cd-buttons a {display: block; height: 50px; line-height: 50px; text-transform: uppercase; color: #FFF; -webkit-transition: background-color 0.2s; -moz-transition: background-color 0.2s; transition: background-color 0.2s;}
.mypage2-1_area_wrap .cd-popup-container1-1 .cd-buttons li a {background: #009cde; border-radius: 0 0 .25em 0;}
.mypage2-1_area_wrap .cd-popup-container1-1 .cd-buttons li a:hover {background-color: #51aed6;}
.mypage2-1_area_wrap .cd-popup-container1-1 .cd-buttons li:first-child a {background: #fc7169; border-radius: 0 0 0 .25em;}
.mypage2-1_area_wrap .cd-popup-container1-1 .cd-buttons li:first-child a:hover {background-color: #fc8982;}
.mypage2-1_area_wrap .cd-popup-container1-1 .cd-popup-close {position: absolute; top: 8px; right: 8px; width: 30px; height: 30px;}
.mypage2-1_area_wrap .cd-popup-container1-1 .cd-popup-close::before, .mypage2-1_area_wrap .cd-popup-container1-1 .cd-popup-close::after {content: ''; position: absolute; top: 12px; width: 14px; height: 3px; background-color: #8f9cb5;}
.mypage2-1_area_wrap .cd-popup-container1-1 .cd-popup-close::before {-webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); left: 8px;}
.mypage2-1_area_wrap .cd-popup-container1-1 .cd-popup-close::after {-webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); right: 8px;}
.mypage2-1_area_wrap .is-visible .cd-popup-container1-1 {-webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0);}

@media only screen and (min-width: 1170px) {
.mypage2-1_area_wrap .cd-popup-container1-1 {
    margin: 16em auto;
  }
}
/* 팝업1-1 끝 */

/* mypage2-2 컨설팅/강의 상세 */
.mypage2-2_area_wrap {padding-bottom: 50px;}
/* .mypage2-2_pageinfo {padding-top: 154px;} */

.mypage2-2_table_wrap {margin: 0 auto;}
.mypage2-2_table_wrap input[type='text'].ipt_style01 {background-color: #eee; line-height: 30px; width: 20%; height: 30px; border-radius: 5px;}
.mypage2-2_table_wrap input[type='text'].ipt_style02 {width: 100%; margin-top: 5px; background-color: #eee; line-height: 30px; height: 30px; border-radius: 5px;}
.mypage2-2_table_wrap select.select_style01 {width: 20%; height: 30px; line-height: 30px; background-color: #eee; border: 0; border-radius: 5px;}
.mypage2-2_table_wrap button.btn_style01 {background-color: #002e50; color: #fff; padding: 5px 12px; border-radius: 5px;}
.mypage2-2_table_wrap .calendar_box .wid85 {background-color: #eee; margin: 0;}
.mypage2-2_table_wrap .mypage2-2_table {width: 100%; text-align: left; vertical-align: middle; border-top: 2px solid #009cde; border-bottom: 1px solid #ccc;}
.mypage2-2_table_wrap .mypage2-2_table tr {height: 30px; border-bottom: 1px solid #ddd;}
.mypage2-2_table_wrap .mypage2-2_table tr th {width: 20%; padding: 10px 15px; height: 30px; background-color: rgba(21, 147, 206, 0.122); text-align: center;}
.mypage2-2_table_wrap .mypage2-2_table tr td {padding: 10px; display: block; margin-left: 5px;}
.mypage2-2_table_wrap .mypage2-2_table .consulting_chk {float: left; margin-left: 10px; line-height: 30px;}

.mypage2-2_table_wrap .mypage2-2_table2 {width: 100%; text-align: left; vertical-align: middle; border-bottom: 1px solid #ddd;}
.mypage2-2_table_wrap .mypage2-2_table2 tr {height: 100px;}
.mypage2-2_table_wrap .mypage2-2_table2 tr th {width: 20%; padding: 10px 15px; height: 100px; background-color: rgba(21, 147, 206, 0.122); text-align: center;}
.mypage2-2_table_wrap .mypage2-2_table2 tr td {padding: 0 10px 10px 10px;}
.mypage2-2_table_wrap .mypage2-2_table2 tr textarea {border: none; background-color: #eee; width: 100%; resize: none; border-radius: 5px; padding: 5px;}
.member_form_list_box img{width: 20%; height: 100px;}

/* mypage3 회원정보수정 */
.mypage3_area_wrap {padding-bottom: 100px;}
/* .mypage3_pageinfo {padding-top: 154px;} */
.mypage3_area .mypage3_area_btns {text-align: right; margin-top: 20px; margin-bottom: 30px;}
.mypage3_area .mypage3_area_btns button {width: 200px; height: 50px; color: #fff; border-radius: 5px; margin-left: 1%;}
.mypage3_area .mypage3_area_btns button:first-child {background-color: #002e50;}
    
/* mypage4-1 예치금 사용내역 */
.mypage4-1_area_wrap {padding-bottom: 50px;}
/* .mypage4-1_pageinfo {padding-top: 154px;} */

.mypage4-1_area .mypage4-1_infoinner {background-color: rgba(21, 147, 206, 0.122); padding: 40px;}
.mypage4-1_area .mypage4-1_infoinner h3 {padding: 10px 0; color: #009cde;}
.mypage4-1_area .mypage4-1_infoinner p {line-height: 28px;}

.mypage4-1_infoinner .mypage4-1_info_left {float: left;}
.mypage4-1_infoinner .mypage4-1_info_right {float: right;}
.mypage4-1_infoinner .mypage4-1_info_right > div {height: 100%; line-height: 100px; padding-right: 100px;}
.mypage4-1_infoinner .mypage4-1_info_right span {font-weight: 700;}
.mypage4-1_infoinner .mypage4-1_info_right span.strong_txt {color: #009cde; font-size: 1.2em;}



/* .mypage4-1_search_bar {margin: 20px auto;} */
.mypage4-1_search_bar > div {float: right;}
.mypage4-1_search_bar select {height: 40px; width: 150px; margin-left: 10px;}
.mypage4-1_search_bar input[type='text'] {background-color: #f1f1f1; width: 250px; height: 40px; border-radius: 5px; padding-left: 5px;}
.mypage4-1_search_bar button {background-color: #009cde; height: 40px; padding: 5px 12px; color: #fff; border-radius: 5px;}
.mypage4-1_search_bar .docs-datepicker-trigger.cal_buttonn{width: 40px;}
.mypage4-1_search_bar .calendar1.wid85,.mypage4-1_search_bar .calendar2.wid85{width: 85px;}

.hi.mypage4-1{line-height: 40px;}

.mypage4-1_area  > .empty_text {border-top: 2px solid #009cde; text-align: center; font-size: 1.5em; padding: 7em 0;}
.mypage4-1_table {width: 100%; border-top: 2px solid #009cde; border-bottom: 1px solid #ddd;}
.mypage4-1_table th {text-align: center; height: 40px; width: 200px; background-color: rgba(21, 147, 206, 0.122);}
.mypage4-1_table td {height: 40px;}
.mypage4-1_table button {background-color: #777; color: #fff; padding: 5px 12px; border-radius: 5px;}

.mypage4-1_table1 tbody td {text-align: center; height: 100px; border-bottom: 1px solid #ddd;}
.mypage4-1_table1 tbody td:last-child {border-right: 0;}
.mypage4-1_table1 span.txt_style01 {color: #fc7169;}
.mypage4-1_table1 span.txt_style02 {color: #009cde;}
.mypage4-1_table1 span.style01 {color: #fc7169; border: 1px solid #fc7169; padding: 5px; border-radius: 10px;}
.mypage4-1_table1 span.style02 {color: #009cde; border: 1px solid #009cde; padding: 5px; border-radius: 10px;}

.mypage4-1_table2 {width: 100%;}
.mypage4-1_table2 td {text-align: center;}
.mypage4-1_table2 select {width: 150px; height: 32px; border: 1px solid #ddd; margin-left: 10px; border-radius: 3px; vertical-align: middle;}
select.search_select {border: 1px solid #009cde;}
.mypage4-1_search_ipt {width: 300px; height: 32px; background-color: #fff; border-radius: 3px; margin-left: 5px; padding-left: 5px; line-height: 30px; border: 1px solid #009cde;}
.mypage4-1_search_btn {position: relative;}
.mypage4-1_search_btn > button {position: absolute; top: 0; right: 10px; font-size: 1.2em; color: #009cde;}

/* mypage4-2 예치금 충전신청내역 */
.mypage4-2_area_wrap {padding-bottom: 50px;}
.mypage4-2_pageinfo {padding-top: 154px;}

.mypage4-2_h2{float: left; line-height: 41px; margin-bottom: 0 !important; margin-top: 60px;}
.mypage4-1_search_bar{float: right; margin-top: 60px; margin-bottom: 10px;}
.mypage4-1_area .mypage4_area_btns {text-align: right; margin-top: 20px; margin-bottom: 30px;}
.mypage4-1_area .mypage4_area_btns button {width: 200px; height: 50px; color: #fff; border-radius: 5px; margin-left: 1%; background-color: #009cde;}
.bank_name{width: 210px;}

/* mypage4-2 예치금 충전신청내역 - 팝업1 */
.mypage4-2_area_wrap .cd-popup {position: fixed; left: 0; top: 0; height: 100%; width: 100%; background-color: rgba(0, 0, 0, 0.5); opacity: 0; visibility: hidden; -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s; -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s; transition: opacity 0.3s 0s, visibility 0s 0.3s; z-index: 100;}
.mypage4-2_area_wrap .cd-popup.is-visible {opacity: 1; visibility: visible; -webkit-transition: opacity 0.3s 0s, visibility 0s 0s; -moz-transition: opacity 0.3s 0s, visibility 0s 0s; transition: opacity 0.3s 0s, visibility 0s 0s;}
.mypage4-2_area_wrap .cd-popup-container {position: relative; width: 90%; max-width: 700px; margin: 4em auto; background: #FFF; border-radius: .25em .25em .4em .4em; text-align: center; box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); -webkit-transform: translateY(-40px); -moz-transform: translateY(-40px); -ms-transform: translateY(-40px); -o-transform: translateY(-40px); transform: translateY(-40px);
   /* Force Hardware Acceleration in WebKit */
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }

.mypage4-2_area_wrap .cd-popup-container h3 {padding: 40px 0; font-size: 1.5em;}
.mypage4-2_area_wrap .cd-popup-container > dl {display: flex; padding-top: 40px; -webkit-box-pack: justify; justify-content: center; flex-wrap: nowrap; width: 90%; margin: 0 auto;}
.mypage4-2_area_wrap .cd-popup-container > dl dt {clear: both; padding-right: 20px; line-height: 1.2; font-size: 30px; font-weight: 600; white-space: nowrap; box-sizing: border-box;}
.mypage4-2_area_wrap .cd-popup-container > dl dd {position: relative; padding: 0 10px; line-height: 1.7; font-size: 18px; box-sizing: border-box;}
.mypage4-2_area_wrap .cd-popup-container > dl dd::before {content: ''; position: absolute; top: 6px; left: 0; bottom: 0; width: 2px; height: calc(100% - 5px); background-color: #747474;}
.mypage4-2_area_wrap .cd-popup-container > dl dd::after {content: ''; position: absolute; top: 6px; left: 0; z-index: 1; width: 2px; height: 50%; background-color: #1592ce;}

.mypage4-2_area_wrap .cd-popup-container p {padding: 1em 2em; text-align: left;}
.mypage4-2_area_wrap .cd-popup-container table {width: 90%; margin: 0px auto; margin-bottom: 30px; text-align: center; border-bottom: 1px solid #ddd;}
.mypage4-2_area_wrap .cd-popup-container table tr {height: 40px; border-bottom: 1px solid #fff;}
.mypage4-2_area_wrap .cd-popup-container table tr th {width: 32%; text-align: center; background-color: rgba(21, 147, 206, 0.122);}
.mypage4-2_area_wrap .cd-popup-container table th {background-color: rgba(21, 147, 206, 0.122); text-align: center; font-weight: 700; border-right: 1px solid #fff; width: 100px;}
.mypage4-2_area_wrap .cd-popup-container table tr td {background-color: #fafafa; text-align: left; padding: 10px 0 10px 20px; line-height: 24px;}
.mypage4-2_area_wrap .cd-popup-container table tr td:nth-child(odd) {background-color: rgba(21, 147, 206, 0.122); text-align: center; padding: 0px; font-weight: 700; width: 130px;}

.mypage4-2_area_wrap .cd-popup-container .pop_textarea_box {padding-bottom: 30px;}
.mypage4-2_area_wrap .cd-popup-container .cd-buttons:after {content: ""; display: table; clear: both;}
.mypage4-2_area_wrap .cd-popup-container .cd-buttons li {float: left; width: 50%; list-style: none;}
.mypage4-2_area_wrap .cd-popup-container .cd-buttons a {display: block; height: 50px; line-height: 50px; text-transform: uppercase; color: #FFF; -webkit-transition: background-color 0.2s; -moz-transition: background-color 0.2s; transition: background-color 0.2s;}
.mypage4-2_area_wrap .cd-popup-container .cd-buttons li a {background: #009cde; border-radius: 0 0 .25em 0;}
.mypage4-2_area_wrap .cd-popup-container .cd-buttons li a:hover {background-color: #51aed6;}
.mypage4-2_area_wrap .cd-popup-container .cd-buttons li:first-child a {background: #fc7169; border-radius: 0 0 0 .25em;}
.mypage4-2_area_wrap .cd-popup-container .cd-buttons li:first-child a:hover {background-color: #fc8982;}
.mypage4-2_area_wrap .cd-popup-container .cd-popup-close {position: absolute; top: 8px; right: 8px; width: 30px; height: 30px;}
.mypage4-2_area_wrap .cd-popup-container .cd-popup-close::before, .mypage4-2_area_wrap .cd-popup-container .cd-popup-close::after {content: ''; position: absolute; top: 12px; width: 14px; height: 3px; background-color: #8f9cb5;}
.mypage4-2_area_wrap .cd-popup-container .cd-popup-close::before {-webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); left: 8px;}
.mypage4-2_area_wrap .cd-popup-container .cd-popup-close::after {-webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); right: 8px;}
.mypage4-2_area_wrap .is-visible .cd-popup-container {-webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0);}
  
@media only screen and (min-width: 1170px) {
  .mypage4-2_area_wrap .cd-popup-container {
      margin: 13em auto;
    }
  }
  /* mypage4-2 예치금 충전신청내역 - 팝업1 끝 */

/* mypage4-3 예치금 환불신청내역 */
.mypage4-3_area_wrap {padding-bottom: 50px;}
/* .mypage4-3_pageinfo {padding-top: 154px;} */

.mypage4-1_area .mypage4-3_area_btns {text-align: right; margin-top: 20px; margin-bottom: 30px;}
.mypage4-1_area .mypage4-3_area_btns button {width: 200px; height: 50px; color: #fff; border-radius: 5px; margin-left: 1%; background-color: #002e50;}


/* mypage4-3 예치금 환불신청내역 - 팝업1 */
.mypage4-3_area_wrap .cd-popup {position: fixed; left: 0; top: 0; height: 100%; width: 100%; background-color: rgba(0, 0, 0, 0.5); opacity: 0; visibility: hidden; -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s; -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s; transition: opacity 0.3s 0s, visibility 0s 0.3s; z-index: 100;}
.mypage4-3_area_wrap .cd-popup.is-visible {opacity: 1; visibility: visible; -webkit-transition: opacity 0.3s 0s, visibility 0s 0s; -moz-transition: opacity 0.3s 0s, visibility 0s 0s; transition: opacity 0.3s 0s, visibility 0s 0s;}
.mypage4-3_area_wrap .cd-popup-container {position: relative; width: 90%; max-width: 700px; margin: 4em auto; background: #FFF; border-radius: .25em .25em .4em .4em; text-align: center; box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); -webkit-transform: translateY(-40px); -moz-transform: translateY(-40px); -ms-transform: translateY(-40px); -o-transform: translateY(-40px); transform: translateY(-40px);
   /* Force Hardware Acceleration in WebKit */
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }

.mypage4-3_area_wrap .cd-popup-container h3 {padding: 40px 0; font-size: 1.5em;}
.mypage4-3_area_wrap .cd-popup-container > dl {display: flex; padding-top: 40px; -webkit-box-pack: justify; justify-content: center; flex-wrap: nowrap; width: 90%; margin: 0 auto;}
.mypage4-3_area_wrap .cd-popup-container > dl dt {clear: both; padding-right: 20px; line-height: 1.2; font-size: 30px; font-weight: 600; white-space: nowrap; box-sizing: border-box;}
.mypage4-3_area_wrap .cd-popup-container > dl dd {position: relative; padding: 0 10px; line-height: 1.7; font-size: 18px; box-sizing: border-box;}
.mypage4-3_area_wrap .cd-popup-container > dl dd::before {content: ''; position: absolute; top: 6px; left: 0; bottom: 0; width: 2px; height: calc(100% - 5px); background-color: #747474;}
.mypage4-3_area_wrap .cd-popup-container > dl dd::after {content: ''; position: absolute; top: 6px; left: 0; z-index: 1; width: 2px; height: 50%; background-color: #1592ce;}

.mypage4-3_area_wrap .cd-popup-container p {padding: 1em 2em; text-align: left;}
.mypage4-3_area_wrap .cd-popup-container table {width: 90%; margin: 0px auto; margin-bottom: 30px; text-align: center; border-bottom: 1px solid #ddd;}
.mypage4-3_area_wrap .cd-popup-container table tr {height: 40px; border-bottom: 1px solid #fff;}
.mypage4-3_area_wrap .cd-popup-container table tr th {width: 32%; text-align: center; background-color: rgba(21, 147, 206, 0.122);}
.mypage4-3_area_wrap .cd-popup-container table th {background-color: rgba(21, 147, 206, 0.122); text-align: center; font-weight: 700; border-right: 1px solid #fff; width: 100px;}
.mypage4-3_area_wrap .cd-popup-container table tr td {background-color: #fafafa; text-align: left; padding: 10px 0 10px 20px; line-height: 24px;}
.mypage4-3_area_wrap .cd-popup-container table tr td:nth-child(odd) {background-color: rgba(21, 147, 206, 0.122); text-align: center; padding: 0px; font-weight: 700; width: 130px;}
.mypage4-3_area_wrap .cd-popup-container table select {height: 40px; width: 40%;}
.mypage4-3_area_wrap .cd-popup-container table input[type='text'] {background-color: #fff; height: 40px; line-height: 28px; border-radius: 5px; padding-left: 5px; width: 70%;}
.mypage4-3_area_wrap .cd-popup-container table input.ipt_style01 {width: 40%;}

.mypage4-3_area_wrap .cd-popup-container .pop_textarea_box {padding-bottom: 30px;}
.mypage4-3_area_wrap .cd-popup-container .cd-buttons:after {content: ""; display: table; clear: both;}
.mypage4-3_area_wrap .cd-popup-container .cd-buttons li {float: left; width: 50%; list-style: none;}
.mypage4-3_area_wrap .cd-popup-container .cd-buttons a {display: block; height: 50px; line-height: 50px; text-transform: uppercase; color: #FFF; -webkit-transition: background-color 0.2s; -moz-transition: background-color 0.2s; transition: background-color 0.2s;}
.mypage4-3_area_wrap .cd-popup-container .cd-buttons li a {background: #009cde; border-radius: 0 0 .25em 0;}
.mypage4-3_area_wrap .cd-popup-container .cd-buttons li a:hover {background-color: #51aed6;}
.mypage4-3_area_wrap .cd-popup-container .cd-buttons li:first-child a {background: #fc7169; border-radius: 0 0 0 .25em;}
.mypage4-3_area_wrap .cd-popup-container .cd-buttons li:first-child a:hover {background-color: #fc8982;}
.mypage4-3_area_wrap .cd-popup-container .cd-popup-close {position: absolute; top: 8px; right: 8px; width: 30px; height: 30px;}
.mypage4-3_area_wrap .cd-popup-container .cd-popup-close::before, .mypage4-3_area_wrap .cd-popup-container .cd-popup-close::after {content: ''; position: absolute; top: 12px; width: 14px; height: 3px; background-color: #8f9cb5;}
.mypage4-3_area_wrap .cd-popup-container .cd-popup-close::before {-webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); left: 8px;}
.mypage4-3_area_wrap .cd-popup-container .cd-popup-close::after {-webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); right: 8px;}
.mypage4-3_area_wrap .is-visible .cd-popup-container {-webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0);}
  


@media only screen and (min-width: 1170px) {
  .mypage4-3_area_wrap .cd-popup-container {
      margin: 13em auto;
    }
  }
  /* mypage4-3 예치금 환불신청내역 - 팝업1 끝 */

/* mypage5 회원탈퇴 */
.mypage5_area_wrap {padding-bottom: 50px;}
/* .mypage5_pageinfo {padding-top: 154px;} */
.mypage5_area .leave_area {background-color: rgba(21, 147, 206, 0.122); margin: 50px auto;}
.mypage5_area .leave_area .leave_area_inner {width: 80%; padding: 30px 50px; margin: 0 auto; }
.mypage5_area h4 {text-align: center; font-size: 1.3em; color: #009cde;}
.mypage5_area .leave_area .leave_area_inner > p {line-height: 30px; font-size: 1.1em;}
.mypage5_area .mypage5_checkbox {display: block; text-align: center; font-weight: 700; font-size: 1.2em;}

.mypage5_area .mypage3_area_btns {text-align: center; margin-top: 50px; margin-bottom: 30px;}
.mypage5_area .mypage3_area_btns button {width: 200px; height: 50px; color: #fff; border-radius: 5px; margin-left: 1%; background-color: #002e50;}
.mypage5_area .mypage3_area_btns button:last-child {background-color: #fc7169;}

.my5_txt{text-align: center; font-size: 1.2em;}

/*header_wrap02 모바일/태블릿 가로 1260px 이하 */
/*common*/
.header_wrap02{display:none; width:100%; position:fixed; top:0; left:0; background-color:#ffffff; z-index:300;}
.tm_top_menu{padding:15px 30px;}
.tm_middle{padding:0 30px 10px 30px;}
.tm_bottom{padding:0 30px; border-top:1px solid #eaeaea; border-bottom:1px solid #eaeaea; position:relative; height: 40px;}
/*h1*/
.header_wrap02 a{display: block; text-align: center;}
/*장바구니*/
.tm_cart_link{position:absolute; right:30px; top:15px; width:80px;}
.tm_cart_link>a{display:inline-block; padding-left: 10px;}
.tm_cart_link>a>img{margin-top:14px;}
/*side_tm_menu_wrap 사이드 메뉴*/
/*side_tm_menu_wrap 사이드 메뉴 열기 버튼*/
.btn_tm_nav_open{overflow:hidden; text-indent:-999999px; width:33px; height:33px; position:absolute; left:30px; top:28px; cursor:pointer; padding-top:9px; font-size:0;}
.btn_tm_nav_open span{display:block; width:23px; height:2px; background-color:#005478; margin:0 auto;}
.btn_tm_nav_open span+span{margin-top:4px;}
/*side_tm_menu_wrap 사이드 메뉴 닫기 버튼*/
.side_tm_close{position:absolute; right:15px; top:16px; width:27px; height:27px; display:block; text-indent:-999999px; overflow:hidden;
		border:1px solid #dddddd; border-radius:3px;}
.side_tm_close:before,.side_tm_close:after{content:''; width:11px; height:2px; display:block; background-color:#707070; position:absolute; left:8px; top:12px;
		transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);-ms-transform:rotate(-45deg);}
.side_tm_close:after{transform:rotate(45deg);-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);}

/*side_tm_wrap  사이드 메뉴*/
.side_tm_menu_wrap{position: fixed; left: -100%; top: 0; width: 100%; float: none; height: 100%; background-color: rgba(1, 1, 1, 0.7); transition: 0.6s; z-index: 999;}
.side_tm_menu_wrap.on{bottom: 0; top: 0; left: 0;}
.side_tm_wrap{position:relative; background-color: #fff;}
/*배경*/
.bg_color{display: none; width:100%; height:100%; position:fixed; top:0; left:0; background-color:rgba(0,0,0,0.5); z-index:30;}
/* gnb btn */
.nav_open_btn {display: none; position: fixed; top: 35px; left: 5%; height: 30px; transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715); -webkit-transition: all 0.3s cubic-bezier(0.47, 0, 0.75, 0.72); -oz-transition:all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715); -ms-transition:all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715); background: none; border: 0px; cursor: pointer;}
.nav_open_btn .line {display: block; width: 20px; height: 2px; background-color: #777; margin: 4px auto; transition: all 0.3s ease-in-out;}
.nav-open-btn.active .line{background-color:#000022;}
.nav-open-btn.active .line:nth-child(2), .nav-open-btn.active .line:nth-child(4){opacity: 0;}
.nav-open-btn.active .line:nth-child(1){-webkit-transform: translateY(6px) rotate(45deg); -ms-transform: translateY(6px) rotate(45deg); -o-transform: translateY(6px) rotate(45deg); transform: translateY(6px) rotate(45deg);}
.nav-open-btn.active .line:nth-child(3){-webkit-transform: translateY(-6px) rotate(-45deg); -ms-transform: translateY(-6px) rotate(-45deg); -o-transform: translateY(-6px) rotate(-45deg); transform: translateY(-6px) rotate(-45deg);}
/*side_tm_wrap 사이드 로그인 메뉴*/
.side_tm_top_menu{font-family: 'Noto Sans KR', sans-serif; padding:15px; border-bottom:1px solid #dddddd;  border-top:1px solid #dddddd}
.side_tm_top_menu>*{line-height:27px; height:27px;}
.side_tm_top_menu .side_tm_login{float:left; font-size:14px;}
.side_tm_top_menu .side_tm_join{float:right; font-size:13px; padding:0 10px; border:1px solid #dddddd; border-radius:3px; margin-right:40px;}
/*마이페이지, 장바구니, 최근 본 상품 link*/
.side_tm_member>a{width:33.333333%; float:left; display:block; text-align:center; color:#333333; padding:12px 0; position:relative; }
.side_tm_member>a+a:before{content:''; width:1px; height:100%; background-color:#dddddd; display:block; position:absolute; left:0; top:0;}
.side_tm_member>a:hover{color:#005478;}
/*제품 리스트*/
.side_tm_gnb > ul {text-align: center; font-weight: 700;}
.side_product_list1{border-top:1px solid #dddddd; text-align:center; padding: 0;}
.side_product_list1>li+li{border-top:1px solid #dddddd;} 
.side_product_list1>li>a{float:left; width:33.333333%; padding:15px 0; color:#333333;}
.side_product_list1>li>a>*{display:block;}
.side_product_list1>li>a>span{width:45px; margin:10px auto;}
.side_product_list1>li>a>strong{font-weight:500; margin-top:2px;}
.side_product_list2{border-bottom:1px solid #dddddd; text-align:center; padding: 0;}
.side_product_list2>li+li{border-top:1px solid #dddddd;} 
.side_product_list2>li>a{float:left; width:33.333333%; padding:15px 0; color:#333333;}
.side_product_list2>li>a>*{display:block;}
.side_product_list2>li>a>span{width:45px; margin:10px auto;}
.side_product_list2>li>a>strong{font-weight:500; margin-top:2px;}
/*사이드 메뉴 - 문의*/
.side_tm_gnb_menu{padding:5px;}
.side_tm_gnb_menu>li{display: inline-block; text-align:center; float: none;}
.side_tm_gnb_menu>li:first-child {padding-left: 5px; padding-right: 2.5px;}
.side_tm_gnb_menu>li:last-child {padding-right: 5px; padding-left: 2.5px;}
.side_tm_gnb_menu>li>a{display:block; padding:5px 10px; border:1px solid #dddddd; color:#333333; background-color:#f6f6f6;}
/*side_cs_center*/
.side_cs_center{background-color:#009cde; text-align:center; padding:10px 0;}
.side_cs_center>*{display:inline-block; vertical-align:middle; }
.side_cs_center>em{font-size:1.0em; padding:0 5px; color:#fff; font-weight: 700;}
.side_cs_center>p{background-color:#fff; border-radius:100px; padding:5px;}
.side_cs_center>p>a{display:block; border-radius:100px; padding:2px; background: #009cde; color:#454444; font-size:16px;}
.side_cs_center>p i{background-color:#fff; display:block; border-radius:100px; padding:3px 10px; font-style: normal;}
.side_cs_center>p i{display:inline-block; vertical-align:middle; font-weight: 800;}
.side_cs_center>p i img{width:25px; margin-right:8px;}
/*검색프로그램 */
.m_common_search{width:90%; position:relative; background-color:#f1f1f1; border-radius:100px; margin: 0 auto;}
.m_common_search fieldset{border:none;}
.m_common_search legend{font-size:0; height:0; width:0;}
.m_contents_sch{border: none; width:100%; height:30px; line-height:30px; background-color:transparent; padding:2px 50px 2px 25px;}
/*검색버튼*/
.m_btn_search{position:absolute; right:0; top:0; width:50px; height:30px; display:block; text-indent:-999999px;  overflow:hidden;}
.m_btn_search:before,.m_btn_search:after {content:''; height:20px; position:absolute; left:15px; top:6px;}
.m_btn_search:before{width:10px; height:10px; border:2px solid #005478; border-radius:100px;}
.m_btn_search:after{width:2px; height:6px; background-color:#005478; left:28px; top:17px; transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);-ms-transform:rotate(-45deg);}

/*tm 상단 가로메뉴 */
.tm_h_menu>li{width:auto;}
.tm_h_menu>li>a{display:block; padding:0 10px; height:36px; line-height:36px;}
.tm_h_menu>li>a>strong{font-weight:500;}
.tm_h_menu>li>a:hover{color:#005478;}
/*tm 상단 가로메뉴 펼치기*/
.btn_tm_h_menu{position:absolute; right:0; top:0; width:40px; height:36px; display:block; border-left:1px solid #eaeaea; background-color:#ffffff;
		text-indent:-999999px; cursor:pointer; z-index:20;}
.btn_tm_h_menu:before{content:''; width:8px; height:8px; display:block; border:1px solid #707070; border-right-width:0; border-top-width:0; 
		transform:rotate(-45deg);-webkit-transform:rotate(-45deg); -moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);-ms-transform:rotate(-45deg);
		position:absolute; bottom:16px; left:14px;}
/*tm 상단 가로메뉴 펼치기 상단화면*/
.tm_h_menu02_wrap{position:absolute; left:0; top:0; background-color:#f5f5f5; width:100%; padding:15px 30px;}
.tm_h_menu02_wrap>ul{border-left:1px solid #eaeaea; position:relative;}
.tm_h_menu02_wrap>ul>li{float:left; width:32.165%; text-align:center; border-top:1px solid #eaeaea; border-right:1px solid #eaeaea; position:relative;background-color:#fff; }
.tm_h_menu02_wrap>ul>li:before{content:''; width:100%; height:1px; display:block; background-color:#eaeaea; position:absolute; left:0; bottom:-1px; }

.tm_h_menu02_wrap>ul>li:nth-child(3n+1){clear:both;}
.tm_h_menu02_wrap>ul>li>a{display:block; padding:6px 0;}
.tm_h_menu02_wrap>ul>li>a>strong{ font-weight:500;}
.tm_h_menu02_wrap>ul>li>a:hover{color:#005478;}
/*header_wrap02 모바일/태블릿 가로 1260px 이하 끝*/


/* cart 장바구니 */
em,address {font-style: normal;}
.cart_list_m {display: none;}
.cart_box > .empty {display: none; text-align: center; padding: 15px 0; border-bottom: 1px solid #e6e6e6;}

.cart_box .btn_wrap02 {margin-top: 30px; text-align: center;}
.cart_box .btn_wrap02 button {margin: 3px; width: 200px; padding: 8px 0; font-weight: bold; color: #fff; border-radius: 5px;}
.cart_box .btn_wrap02 .btn_product_order {background-color: #009cde; border: 1px solid #005478; color: #fff;}
.cart_box .btn_wrap02 .btn_cart_delete {background-color: #666; border: 1px solid #333}
.cart_box .btn_wrap02 .shopping {background-color: #333; border: 1px solid #000;}
.cart_box .btn_wrap02 .btn_prev_page {background-color: #fff; color: #333; border: 1px solid #666;}

.btns_cart_list .cart_qty {display: flex; flex-wrap: wrap; justify-content: center;}
.btns_cart_list .cart_qty .number_up {width: 20px; height: 26px; background-color: #fff; color: #333; border-radius: 1px; border: #ccc solid 1px; float: left;}
.btns_cart_list .cart_qty .cnt {width: 40px; height: 26px;border: #ccc solid 1px; float: left; border-right-style: none; border-left-style: none;text-align: center;}
.btns_cart_list .cart_qty .number_down {vertical-align: middle;width: 20px; height: 26px; background-color: #fff; color: #333;  border-radius: 1px;border: #ccc solid 1px; float: left;}

.cart_box .cart_box_btn {margin-top: 30px;margin-bottom: 30px}
.cart_box .cart_box_btn button {margin: 3px; width: 120px; padding: 8px 0; font-weight: bold; color: #fff; border-radius: 5px;}
.cart_box .cart_box_btn .btn_product_order {background-color: #009cde; border: 1px solid #005478; color: #fff;}
.cart_box .cart_box_btn .btn_cart_delete {background-color: #666; border: 1px solid #333}
.cart_box .cart_box_btn .shopping {background-color: #333; border: 1px solid #000;}
.cart_box .cart_box_btn .btn_prev_page {background-color: #fff; color: #333; border: 1px solid #666;}

#order_history_table {border-top: 2px solid #009cde; border-bottom: 1px solid #ddd; margin: 10px auto; text-align: center;}
#order_history_table thead tr th {padding: 10px 0; background-color: #f7f7f7;}
#order_history_table tr { border-bottom: 1px solid #ddd;}
#order_history_table tr td {padding: 10px 0;}
#order_history_table .procuct_info {text-align: left; padding-left: 30px;}
#order_history_table .procuct_info strong {font-size: 1.2em; margin-bottom: 5px;}
#order_history_table tr.cart_list td {border-bottom: 1px solid #e6e6e6; line-height: 24px;}
#order_history_table tr.cart_list:last-child td {border: none;}
#order_history_table tr td.procuct_info p {display: block;}
#order_history_table tr td.procuct_info p span {display: inline-block;}
.cart_img {display: block; margin: 0 auto;}
.cart_img > img {width: 80px; text-align: center;}

#order_history_table .procuct_info div {cursor: pointer;}
button.btn_cartorder {display: block; border: 1px solid #009cde; color: #009cde; padding: 3px 7px; border-radius: 3px; margin: 0 auto;}
.btn_del .fas {color: #777777;}

.order_box_m.pay_wrap {margin-top: 10px; background-color: #fafafa;}
.order_box_m.pay_wrap fieldset {border: none;}
.order_box_m .order_tit {font-weight: 700; padding: 24px 0 14px 20px; line-height: 1;}
table.table_style4 tr th {text-align: left; font-weight: 500; padding-left: 20px;}
table.table_style4 tr td {padding: 5px 20px 10px 0; text-align: right;}
.order_box_m.sum {padding: 0 20px; background-color: #fafafa;}
.sum_prc_wrap {text-align: right; border-top: 2px solid #ddd;}
.sum_prc_wrap dl {display: block; margin: 0; padding: 10px 0;}
.sum_prc_wrap dl dt {font-weight: normal; color: #333; float: left; line-height: 28px;}
.sum_prc_wrap dl dd {display: inline-block; margin: 0 0 0 10px; font-weight: bold;}
.sum_prc_wrap #totalSettlePriceView {font-size: 19px;}
#totalSettlePriceView {color: #009cde;}



@media screen and (min-width:768px) and (max-width:1023px){
    .subcontarea {width: 90%; margin: 0 auto;}
}
@media screen and (max-width:767px) and (min-width:321px) {
    body {font-size: 13px;}
    /* 장바구니 시작 */
    .subcontarea {width: 90%; margin: 0 auto;}
    .mypage_pageinfo {padding-top: 230px; padding-bottom: 0px;}
    .mypage_pageinfo > h1 {font-size: 2em;}

    .cart_list {display: none;}
    .cart_list_m {display: block; margin-bottom: 50px;}

    
		.product_checkall_box {position: relative; padding: 14px 145px 14px 5px; background-color: #f4f4f4; margin-top: 10px;}
		.checkbox_box {display: block; position: relative;}
		.checkbox_box input {width: 20px; height: 20px; border: 0; vertical-align: top;}
		.checkbox_box label {padding-left: 5px; font-weight: 700; line-height: 30px;}
		.btn_del01 {position: absolute; top: 9px; right: 5px; min-width: 111px; padding: 0 9px 0 27px; border: 1px solid #ddd; background-color: #fff; border-radius: 3px; color: #414141; line-height: 30px;}
		.btn_del01::before, .btn_del01::after {position: absolute; top: 46%; left: 10px; width: 15px; height: 2px; background-color: #777777; content: '';}
		.btn_del01::before {transform: rotate(45deg);}
		.btn_del01::after {transform: rotate(-45deg);}

		.product_bundle_wrap {margin-top: 10px; border-top: 2px solid #009cde; position: relative;}
		.product_bundle_wrap .product_bundle_item {padding-left: 5px;}
		.product_bundle_wrap .product_bundle_item:not(:last-child) {margin-bottom: 12px;}
		.product_bundle_wrap .product_list_item {position: relative; padding: 10px 0 0 0px; border-top: 1px solid #009cde; border-bottom: 1px solid #e6e6e6;}
		.product_bundle_wrap .product_list_item:first-child {border-top: 0;}
		.product_bundle_wrap .product_list_item .product_select_area {position: absolute; top: 10px; left: 0;}
		.product_desc_area {position: relative;}
		.product_desc_area .product_name .name {line-height: 30px; font-size: 1.1em; border-bottom: 1px solid #e6e6e6; color: #707070; padding: 0px 0px 5px 30px; font-weight: 700;}
		.product_desc_area .product_name .name.order_name {padding-left: 5px;}
		.product_desc_area .product_link {display: block; position: relative; min-height: 100px; padding-left: 110px; margin-bottom: 16px; margin-top: 7px;}
        .product_desc_area .thumbnail {position: absolute; top: 5px; left: 0; width: 100px; height: 93px;}
        .product_desc_area .thumbnail > img {width: 100px;}
		/* .product_desc_area .thumbnail::before {position: absolute; top: 0; right: 0; left: 0; bottom: 0; border: 1px solid #ddd; content: '';} */
		.product_desc_area .info_item {padding-right: 26px; color: #707070; line-height: 20px; letter-spacing: -0.3px; overflow: hidden;}
		.product_desc_area .info_item .price {font-weight: bold; margin-bottom: 5px;}
		.product_desc_area .info_item .option {margin-bottom: 5px; display: inline-block;}
		.product_desc_area .info_item .quantity {display: inline-block; position: relative; padding-left: 10px;}
		.product_desc_area .info_item .quantity::before {content: ''; position: absolute; top: 3px; left: 3px; width: 1px; height: 17px;	background-color: #ddd;}
        .product_desc_area .info_item .cart_qty {justify-content: normal;}
        .product_desc_area .info_item .totalprice {font-weight: 700; margin-top: 5px; line-height: 22px;}
        .product_desc_area .info_item .totalprice > span {color: #009cde;}
        
        .cart_box .cart_box_btn {text-align: center; margin-bottom: 0;}
        .cart_box .cart_box_btn button {width: 45%;}
		.cart_box .btn_wrap02 {margin-top: 0}
        .cart_box .btn_wrap02 button {width: 93%;}

        button.btn_cartorder {display: inline-block; margin-left: 5px;}        
		.btn_del02 {position: absolute; top: 3px; right: 0; width: 25px; height: 26px;}
		.btn_del02::before, .btn_del02::after {position: absolute; top: 50%; left: 10%; width: 18px; height: 2px; background-color: #777777; content: '';}
		.btn_del02::before {transform: rotate(45deg);}
		.btn_del02::after {transform: rotate(-45deg);}

		.product_bundle_wrap .empty {text-align: center; padding: 30px 0;}
		.empty .btn_shopping {color: #fff; line-height: 28px; width: 50%; border-radius: 3px; margin-top: 20px;}

		.product_totalprice_area {padding: 5px; margin-top: 10px;}
		.product_totalprice_area .product_cart_price dt {float: left; font-weight: 700; color: #777777; line-height: 32px; letter-spacing: -0.5px;}
		.product_totalprice_area .product_cart_price dd {overflow: hidden; color: #777777; font-weight: 700; line-height: 32px; text-align: right;}
		.product_totalprice_area .product_total_price {margin: 9px 0 13px;}
		.product_totalprice_area .product_total_price dt {float: left; font-weight: 700; line-height: 32px; letter-spacing: -0.5px;}
		.product_totalprice_area .product_total_price .txt_point {color: #000; font-size: 19px;}
		.product_totalprice_area .product_total_price dd {overflow: hidden; color: #777777; font-weight: 700; line-height: 32px; text-align: right;}

		.product_button_box {margin-top: 20px;}
		.product_button_box > div {float: left; width: 50%; padding-right: 10px;}
		.product_button_box > div:last-child {padding-left: 10px; padding-right: 0;}
		.product_button_box button {color: #fff; line-height: 40px; border-radius: 3px; width: 100%;}
		.btn_order {background-color: #FFC41D;}
        .btn_shopping {background-color: #777777;}
        
    /* 장바구니 끝 */
}

/* customer_center1 공지사항 */
.cs_table {width: 100%; border-top: 2px solid #009cde; border-bottom: 1px solid #ddd;}
.cs_table th {text-align: center; height: 40px; width: 200px; background-color: rgba(21, 147, 206, 0.122); padding-left: 10px;}
.cs_table td {padding-left: 10px; height: 50px; text-align: center;}
.cs_table td:nth-child(2) {text-align: left;}

.cs_table .tit_style01 {font-weight: 700;}
.cs_table .style01 {color: #fff; background-color: #009cde; font-weight: 700; border-radius: 5px; padding: 5px;}
.cs_table .empty {padding: 50px 0;}

.cs_table button {background-color: #777; color: #fff; margin-left: 15px; padding: 5px 12px; border-radius: 5px;}
.cs_table button.btn_blue {background-color: #009cde;}

.cs_tablink {width: 100%; margin: 0 auto; padding-bottom: 50px;}
.cs_tablink > div {display: inline-block; width: 33%; background-color: #f2f2f2; height: 60px; line-height: 60px; border-radius: 5px;}
.cs_tablink > div.on {background-color: #009cde; color: #fff;}
.cs_tablink > div a {display: block; text-align: center; font-size: 1.5em;}

.sch_bar_right {float: right; margin-bottom: 10px;}
.cs_search_bar_select {margin-left: 10px; height: 40px; width: 150px;}
.sch_bar_right input.sch_inp {background-color: #f1f1f1; width: 250px; height: 40px; border-radius: 5px; padding-left: 5px;}
.sch_bar_right .calendar_box .calendar1.wid85, .sch_bar_right .calendar_box .calendar2.wid85 {width: 110px; background-color: #f1f1f1;}
.sch_bar_right button {background-color: #009cde; height: 40px; padding: 5px 12px; color: #fff; border-radius: 5px;}
.sch_bar_right .docs-datepicker-trigger.cal_buttonn {width: 40px;}
.notice .hi {line-height: 40px;}

.board_list_more button {width: 100%; text-align: center; height: 60px; background-color: #fafafa; border-bottom: 1px solid #999;}

/* customer_center1-1 공지사항 상세 */
.cs1-1_table1 {width: 100%; border-top: 2px solid #009cde; border-bottom: 1px solid #ddd;}
.cs1-1_table1 th {background-color: rgba(21, 147, 206, 0.122); padding: 10px 40px; text-align: left;}
.cs1-1_table1 th > * {display: inline-block;}
.cs1-1_table1 th > h3 {display: block; line-height: 1.3; margin-top: 10px;}
.cs1-1_table1 .style01 {width: 64px; height: 28px; min-width: 5.5rem; color: #fff; background-color: #009cde; font-weight: 700; border-radius: 5px; padding: 5px; text-align: center; margin-right: 20px;}
.cs1-1_table1 .Date {color: #777777;}
.cs1-1_table1 tbody tr td p {line-height: 1.5; color: #666666; min-height: 100px; width: 90%; margin: 40px auto; text-align: justify;}

.notice_view .btns {text-align: center; margin-top: 20px;}
.notice_view .btns button {width: 200px; height: 50px; color: #fff; border-radius: 5px; background-color: #002e50;}

/* customer_center2 자주묻는질문FAQ */
.scroll_wrap {width: 100%; background-color: #fff; border-bottom: 1px solid #f1f1f1; overflow: hidden; margin: 0 auto;}
.scroll_wrap > ul {display: table; width: 100%;}
.scroll_wrap > .tabs > li {display: inline-block; padding: 15px 0; font-size: 1.1em; width: 33.3333%; text-align: center; border-radius: 3px; white-space: nowrap; cursor: pointer; position: relative; background-color: rgba(21, 147, 206, 0.122); border: 1px solid #fafafa;}
.scroll_wrap > .tabs > li.current {border: 1px solid #707070; background-color: #009cde; color: #fff; font-weight: 700;}
.tab-content {display: none; min-height: 300px;}
.tab-content.current {display: inherit;}
.faq_list {width: 100%; margin: 10px auto; border-top: 1px solid #009cde; cursor: pointer;}
.accordion_title {position: relative; width: 100%; line-height: 20px; color: #707070; padding: 15px 0px; font-size: 1.1em; letter-spacing: -0.5px; text-align: left; border-bottom: 1px solid #eee;}
.accordion_title span {display: block; position: absolute; right: 2%; top: 8px; color: #707070;}
.accordion_title span::after {content: ''; display: inline-block; width: 8px; height: 8px; margin: 0 2px 0 5px; border-right: 2px solid #414141; border-top: 2px solid #414141; transform: rotate(135deg);}
.accordion_conts {display: none; letter-spacing: -0.5px; color: #828282; background-color: #fafafa;}
.accordion_conts p {line-height: 24px; padding: 15px;}
.tab-content .empty {text-align: center; padding: 35px 0 15px 0; color: #777777;}

.tab_faq_content {display: flex; flex-direction: column; position: relative; padding-top: 10px; margin-bottom: 50px;}
.tab_faq_content .tab_radio {display: none;}
.faqpage_tabs {text-align: center;}
.tab_faq_content .tab_tit {float: left; width: 33.3333%; padding: 8px 0; background-color: #f1f1f1; color: #777; cursor: pointer; border: 0.5px solid #fff;}

.faqpage_panels {overflow: hidden;}
.faqpage_panels_list {width: 100%; min-height: 500px; animation: fadein .5s;} @keyframes fadein { from { opacity:0; } to { opacity:1; }}
.faqpage_panels_list {display: none;}
#tab1:checked ~ .faqpage_panels #list01, #tab2:checked ~ .faqpage_panels #list02, #tab3:checked ~ .faqpage_panels #list03, #tab4:checked ~ .faqpage_panels #list04, #tab5:checked ~ .faqpage_panels #list05, #tab6:checked ~ .faqpage_panels #list06, #tab7:checked ~ .faqpage_panels #list07, #tab8:checked ~ .faqpage_panels #list08, #tab9:checked ~ .faqpage_panels #list09 {display:block;}
#tab1:checked ~ .faqpage_tabs #tab01, #tab2:checked ~ .faqpage_tabs #tab02, #tab3:checked ~ .faqpage_tabs #tab03, #tab4:checked ~ .faqpage_tabs #tab04, #tab5:checked ~ .faqpage_tabs #tab05, #tab6:checked ~ .faqpage_tabs #tab06, #tab7:checked ~ .faqpage_tabs #tab07, #tab8:checked ~ .faqpage_tabs #tab08, #tab9:checked ~ .faqpage_tabs #tab09 {background:#009cde; color:#fff;}

#tab11:checked ~ .faqpage_panels #list011, #tab12:checked ~ .faqpage_panels #list012, #tab13:checked ~ .faqpage_panels #list013, #tab14:checked ~ .faqpage_panels #list014, #tab15:checked ~ .faqpage_panels #list015, #tab16:checked ~ .faqpage_panels #list016, #tab17:checked ~ .faqpage_panels #list017, #tab18:checked ~ .faqpage_panels #list018, #tab19:checked ~ .faqpage_panels #list019 {display:block;}
#tab11:checked ~ .faqpage_tabs #tab011, #tab12:checked ~ .faqpage_tabs #tab012, #tab13:checked ~ .faqpage_tabs #tab013, #tab14:checked ~ .faqpage_tabs #tab014, #tab15:checked ~ .faqpage_tabs #tab015, #tab16:checked ~ .faqpage_tabs #tab016, #tab17:checked ~ .faqpage_tabs #tab017, #tab18:checked ~ .faqpage_tabs #tab018, #tab19:checked ~ .faqpage_tabs #tab019 {background:#009cde; color:#fff;}


/* customer_center3 1:1문의 */
.board_write_btn {text-align: right; margin-top: 20px;}
.board_write_btn button {width: 200px; height: 50px; background-color: #002e50; color: #fff; padding: 5px 12px; border-radius: 5px; cursor: pointer;}

.cs3_table1 .style02 {color: #fc7169; font-weight: 700; border: 1px solid #fc7169; border-radius: 10px; padding: 5px; margin-right: 10px;}
.cs3_table1 .style03 {color: #009cde; font-weight: 700; border: 1px solid #009cde; border-radius: 10px; padding: 5px; margin-right: 10px;}

.cs3_table1 tbody tr td.txtleft {text-align: left; padding-left: 50px;}

/* customer_center3-1 문의내역상세 */
.cs3-1_table1 {width: 100%; border-top: 2px solid #009cde; border-bottom: 1px solid #ddd;}
.cs3-1_table1 th {background-color: rgba(21, 147, 206, 0.122); padding: 10px 40px; text-align: left;}
.cs3-1_table1 th > * {display: inline-block;}
.cs3-1_table1 th > h3 {display: block; line-height: 1.3; margin-top: 10px;}
.cs3-1_table1 .style01 {width: 64px; height: 28px; min-width: 5.5rem; color: #fff; background-color: #009cde; font-weight: 700; border-radius: 5px; padding: 5px; text-align: center; margin-right: 20px;}
.cs3-1_table1 .Date {color: #777777;}
.cs3-1_table1 tbody tr td p {line-height: 1.5; color: #666666; min-height: 30px; width: 90%; margin: 40px auto; text-align: justify;}
.cs3-1_table1 .style04 {margin-left: 10px; color: #555555;}

.cs3-1_table1 .style02, .cs3-1_table1 .style03 {margin-right: 20px;}
.cs3-1_table1 tr.answer_tr {background-color:  #f1f1f1; border-bottom: 1px solid #ddd;}
.cs3-1_table1 tr.answer_tr p {margin: 20px auto; width: 100%; padding: 0px 40px;}

.q_btns {text-align: right; margin-top: 20px;}
.q_btns button {width: 200px; height: 50px; color: #fff; border-radius: 5px; background-color: #002e50;}
.q_btns button:last-child {background-color: #009cde;}

/* customer_center3-2 문의하기 */
.cs3-2_table {width: 100%; border-top: 2px solid #009cde; border-bottom: 1px solid #ddd;}
.cs3-2_table tr {height: 30px; border-bottom: 1px solid #ddd;}
.cs3-2_table tr th {background-color: rgba(21, 147, 206, 0.122); width: 20%; padding: 10px 15px; height: 30px; text-align: center}
.cs3-2_table tr td {padding: 10px; display: block; margin-left: 5px;}
.cs3-2_table tr td textarea {resize: none; width: 100%; padding: 5px; min-height: 200px; border: 1px solid #ddd;}
.cs3-2_table tr td input[type='text'] {width: 100%; height: 35px; background-color: #f2f2f2; padding: 3px 0px 3px 5px; border-width: 0;}
.cs3-2_table tr td input[type='password'] {width: 20%; height: 35px; background-color: #f2f2f2; padding: 3px 0px 3px 5px; border-width: 0;}

/* customer_center3-3 문의글 수정하기 */
.answer_enter td {padding: 20px 40px;}
.answer_enter textarea {width: 84%; padding: 10px; color: #666666; display: inline-block; height: 100px; resize: none; border: 1px solid #ddd;}
.answer_enter .answer_btn {display: inline-block; width: 15%; vertical-align: top;}
.answer_enter .answer_btn button {width: 100%; height: 100px; background-color: #002e50; color: #fff; border-radius: 5px;}

/* sub6-1 이용약관 sub6-2 개인정보취급방침 sub6-3 개인정보의 수집 및 이용목적 공통사항 */  
.service_wrap {height:450px; overflow:auto; border:1px solid #ddd; padding:3%; margin:30px auto; line-height: 24px; font-family: 'Noto Sans KR', sans-serif; font-size: 0.9em;}
.service_wrap > div {margin: 40px 0 10px;}
.service_wrap .service-margin {margin-top: 20px;}
.service_wrap .top-title-01 {color: #009cde; font-weight: 700; font-size: 18px;}
.service_wrap .title-01 {color: #333; font-weight: 700; line-height: 26px;}
.mt_10{margin-top: 10px;}
.mt_20{margin-top: 20px;}


@media screen and (max-width:1440px){
  .navbar-right{font-size: 0.8em; right: 20px;}
  .main_menu > ul > li{width: 14%;}
  .main_menu .sub_menu{min-width: 14%;}
  .sch_btn{top: 0;}
  #slidemenu{top:220px;}
  #btn_box li.left{top: 44%; left: 100px;}
  #btn_box li.right{top: 44%; right: 100px;}
  .txt_box{top: 20rem; left: 10%;}
  .main_tit1{padding-top: 120px;}
  .mid_right{width: 25%;}
  .mid_left{margin-left: 95px;}
  .main_tit1{font-size: 1.8em; line-height: 50px;}
  .mid{margin-top: 0;}
  .main_tit1.page3{font-size: 2.2em;}
  .page3_item{margin-top: 20px;}
  .page3_box li{height: 220px;}
  .page3_box li{padding-top: 70px;}
  .tropy_ico{padding-top: 40px;}
  .clip_box{height: 250px;}
  .clip_box h1{padding-top: 20px; font-size: 1.5em;}
  .clip_box p{padding-top: 20px; word-break: keep-all; font-family: 'Noto Sans KR', sans-serif; font-size:1.0em;}
  .clip_box span{padding: 0;}
  .page4_top{padding-top: 60px;}
  .main_tit1.page4{font-size: 1.8em; padding-bottom: 20px;}
  .book_con{width: 80%;}
  #page5{height: 515px;}
  .page5_box{top: 35px;}
  .id_ck{left: 80px;}
  .footer{height: 100%;}
  .foot_left{width: 85%;}

  /* sub1-1-1 인사말 */
  .pageinfo > h1 {font-size: 2.0em; padding-top: 60px; line-height: 60px;}
  .txt_box.subone img{width: 100%;}
  .subcontarea.sub1-1 img{width: 100%;}
  .banner{background-position: center; width: 100%;}

  /* sub1-1-2 회사비전 */
  .vision_list img{width: 40%;}
  ul.mission_list dl p{font-size: 20px;}
  ul.mission_list dt{width: initial;}
  ul.mission_list dd{width: initial;}
  
  /* sub1-1-3 핵심가치 */
  .section_value .subcontarea{width: 80%;}
  .value_img img{width: 60%;}

  /* sub1-5 이용후기 */
  .pageinfo > h2 {padding-top: 50px;}
  .subcontent .review_section{padding-bottom: 50px;}
  .subcontent2 > .review_section{padding-top: 60px;}
  .subcontent2 h2{padding-bottom: 0;}
  #quick_menu li iframe{width: 90%; height: 315px; padding: 15px;}
  #quick_menu li{width: 520px !important;}
  .subcontarea{padding-top: 0px;}


  /* sub1-2-1 회사연혁 */
  .history img{width: 100%;}
  .intro_bgarea1{background-position: center;}
  .sub2_imgbox img{width: 100%;}
  .slick-slide img{width: 100%;}
  .sub2_imgbox{height: inherit;}
  @media screen and (-ms-high-contrast: active),(-ms-high-contrast:none){
    .sub2_imgbox{height: inherit;}
  }
  /* sub1-2-2 저서소개 */
  .sub_tit.book{font-size: 1.8em;}
  .book_tit1{padding: 10px;}
  .book_txt{font-size: 1.5em;}
  .book_txt1{padding-left:60px; line-height: 30px;}
  .book_txt1.one{font-size: 1.0em;}
  .sub_tbox.book img{width: 20%;}
  .book_txt1.the{font-size: 1.0em;}

  /* sub1-3-1 사업분야 */
  .box_list_span div{width: 100%;}
  .box_list_business .list_business_cont{font-family: 'Noto Sans KR', sans-serif; width: 100%; font-size: 15px; line-height: 25px; padding-left: 12px; padding-right: 12px; padding-top: 105px;}
  .box_list_business .list_business_tit{font-size: 18px;}
  .box_list_business span.box_list_span div:hover > .list_business_tit{width: 70%;}
  .box_list_business span.box_list_span:last-child div:hover > .list_business_tit{width: 70%;}

  .map_wrap iframe{height: 300px;}
  .sub_tit{font-size: 1.5em;}
  .sub_tbox{margin-bottom: 20px;}

  /* sub-2-1-1 구매대행 */
  .container.sub2-1{width: 100%;}
  /* .buy_list img{width: 80%;} */
  .buy_tab li p{font-family: 'Noto Sans KR', sans-serif; font-size: 0.8em; font-weight: 100; line-height: 20px;}
  .sub2-1-1_info img{width: 81%;}
  .buy_step1-1{left: 16px; display: none;}
  .buy_con .step_top p{font-size: 1.2em;}
  .txt_sub2-1{font-size: 1.1em;}
  .sub2-1_box{width: 90%; margin-top: 60px;}

  .mid_sub2-1{padding-top: 60px;}
  .sub_tit.sub2-1{font-size: 2.0em; padding-bottom: 0;}
  .sub2-1_mid{margin-top: 0;}
  .sub2-1_txt{line-height: 0;}

  .sub2-1_con1 p{font-size: 0.9em; line-height: 24px;}
  .sub2-1_con1.two p{padding-top: 30px;}
  .sub_tit.sub2-1.two{margin-bottom: 60px;}
  .detail_form button{padding: 2px 5px;}
  
  /* sub2-2 구매대행 신청 */
  .tab_con div p{font-family: 'Noto Sans KR', sans-serif; font-size: 0.85em;}
  .filebox{margin-bottom: 10px;}
  .section.sub2-2{width: 95%; margin: 0 auto;}
  .tab_content.tab_content{width: 95%;}

  /* sub3-1-1 배송대행 */
  .sub3-1_txt{padding-bottom: 50px; padding-top: 0;}
  .container.sub2-1 .sub4-1{line-height: 40px; padding-bottom: 50px;}
  .my_info_left.sub3-1-1{margin-bottom: 60px;}

  .scrollbox1{font-size: 15px;}
  .detail_form td{font-family: 'Noto Sans KR', sans-serif; font-size: 0.8em;}
  
  .scrollbox1.sub3-1-4{height: 370px;}

  #tab1:checked ~ #tab01{background-color: #a3deec; color:#000; font-weight: 700; font-size: 24px;}
  .sub3-1-1_address{margin-top: 0;}
    
   /* sub3-1-4 */
  .scrollbox1.sub3-1-4{line-height: 25px; height: 250px;}
 
  /* sub3-1-5 */
  .buy_tab.sub3-1-5 li{width: 15.5%;}

  /* sub3-1-6 */
  .sub-3-1-6.table{font-size: 1.0em; display: grid;}
  .pc_box1 p{line-height: 25px;}
  .pc_box1 div{padding: 10px;}
  .pc_box1 img{padding: 10px; width: 100%;}
  
  /* sub4-1-1 */
  .sub4-1-1_mid img{width: 100%;}
  .buy_tab.sub4-1-1 li{width: 19%;}
  .container.sub2-1 .sub4-1{padding-bottom: 0;}
  .sub4-1-1_txt{font-size: 14px; margin-top: 10px;}
  .market_price{padding-right: 30px !important;}
  .market_price1{font-size: 0.9em; font-weight: 100;}

  /* sub5-1-3 */
  .step_none.on{width: 30%;}

  /* sub5-3-1 */
  .sub5-3-3_txt img{width: 100%;}

  /* sub5-3-3 */
  .container.tab{width: 75%;}
  .tab_con .sub5-3-3_txt > p{font-size: 1.0em;}
  .precautions_web p{line-height: 25px !important;}

}

@media screen and (max-width:1260px){
  .header {border-block-end-style: hidden;}
  
  /*header_wrap02 모바일/태블릿 가로 1260px 이하 */
  /*common*/
  #m_header {display: block;}
  .header_wrap02{display:none; width:100%; position:fixed; top:0; left:0; background-color:#ffffff; z-index:300;}
  .tm_top_menu{padding:15px 30px;}
  .tm_middle{padding:0 30px 10px 30px;}
  .tm_bottom{padding:0 30px; border-top:1px solid #eaeaea; border-bottom:1px solid #eaeaea; position:relative; height: 40px;}
  #m_header h4 {color: #000;}
  /*h1*/
  .header_wrap02 a{display: block; text-align: center;}
  /*장바구니*/
  .tm_cart_link{position:absolute; right:30px; top:0px; width:80px;}
  .tm_cart_link>a{display:inline-block; padding-left: 10px;}
  .tm_cart_link>a>img{margin-top:14px;}

  /* 로고 */
  .top_menu {border-bottom: 1px solid #f1f1f1; position: fixed; top: 0; left: 0; width: 100%; height:105px; z-index: 90; background-color: rgba(255, 255, 255, 0.9);}
  .top_inner {position: relative;}
  .top_inner > h1 {text-align: center;}
  .top_inner > h1 > img {vertical-align: middle;}


  #hamburger_wrapper {max-width: 100%;}
  #hamburger_wrapper #hamburger_menu {position: absolute; top: 50%; left: 5%; right: 0; transform: translateY(-50%); width: 23px; height: 20px; }
  #hamburger_wrapper #hamburger_menu span {opacity: 1; left: 0; display: block; width: 100%; height: 2px; border-radius: 10px; color: #5a5858; background-color: #5a5858; position: absolute; transform: rotate(0deg); transition: .4s ease-in-out;}
  #hamburger_wrapper #hamburger_menu span:nth-child(1) {top: 0;}
  #hamburger_wrapper #hamburger_menu span:nth-child(2) {top: 9px;}
  #hamburger_wrapper #hamburger_menu span:nth-child(3) {top: 18px;}
  #hamburger_wrapper #hamburger_menu.open span:nth-child(1) {transform: translateY(9px) rotate(135deg);}
  #hamburger_wrapper #hamburger_menu.open span:nth-child(2) {opacity: 0; transform: translateX(-60px);}
  #hamburger_wrapper #hamburger_menu.open span:nth-child(3) {transform: translateY(-9px) rotate(-135deg);}


  /* allMenu */
  .allMenu {position: fixed; top:55px; left: 0; width: 100%; height: 100%; background-color: #f1f1f1; z-index: 90; overflow-y: auto; overflow-x: hidden; left: -100%; border-top: 1px solid #f1f1f1;}
  .allMenu .btns {text-align: center; margin-top: 0px; background-color: #fff; padding: 10px 0;}
  .allMenu .btns button {background-color: #009cde; color: #fff; padding: 10px 0px; border-radius: 5px; margin-right: 10px; width: 40%;}
  
  /*장바구니, 주문배송, 위시리스트 link*/
  .link_wrap {border-top: 1px solid #f1f1f1; border-bottom: 1px solid #f1f1f1; box-shadow: rgba(100,100,100,0.2) 0px 2px 3px 0px;}
  .link_wrap > a {width: 33.3333%; float:left; display:block; text-align:center; background-color: #fff; color:#414141; padding:12px 0; position:relative; }
  .link_wrap > a+a:before{content:''; width:1px; height:100%; background-color:#f1f1f1; display:block; position:absolute; left:0; top:0;}
  .link_wrap > a:hover{color:#009cde;}

  /*메뉴 아코디언*/
  .accordion {padding: 0; background-color: #fff; margin-bottom: 20px; box-shadow: rgba(100,100,100,0.2) 0px 2px 3px 0px;}

  .allMenu h4 {padding: 5px; margin-top: 20px;}
  .allMenu li.list_accordion, .allMenu .menu-login {padding: 15px 10px; border-top: 1px solid #f1f1f1;}
  .allMenu li.list_accordion:first-child {border: 0;}
  .allMenu li.list_accordion a {display: block;}
  .allMenu li.list_accordion img {vertical-align: middle; padding-right: 5px;}

  .accordion-toggle, .accordion-content {cursor: pointer; position: relative; letter-spacing: 1px;}
  .accordion-content {display: none;}
  .accordion-toggle a:before, .accordion-toggle a:after {content: ''; display: block; position: absolute; top: 50%; right: 30px; width: 15px; height: 2px; margin-top: -1px; background-color: #5a5858; transform-origin: 50% 50%; transition: all 0.3s ease-out;}
  .accordion-toggle a:before {transform: rotate(-90deg); opacity: 1; z-index: 2;}
  .accordion-toggle.active-tab {background-color: #009cde; /* background: #7DB0AB; */ transition: all 0.3s ease; color: #fff;}
  .accordion-toggle a.active:before {transform: rotate(0deg); background: #fff !important;}
  .accordion-toggle a.active:after {transform: rotate(180deg); background: #fff !important; opacity: 0;}

  .menu-submenu > li {padding: 10px 20px; color: #009cde; background-color: aliceblue; border-bottom: 1px solid #fff;}
  .menu-submenu > li > a {display: block;}

  .menu-submenu > li > ul {padding-left: 10px; padding-top: 10px; display: none;}
  .menu-submenu > li > ul > li {padding: 3px 0px; color: #777;}

  /* 메뉴 하단 */
  .side_footer {text-align: center; margin-bottom: 12px; padding-top: 30px;}
  .footer_menu_item {display: inline-block; font-size: 12px; color: #999999; position: relative; line-height: 1.5;}
  .footer_menu_item + .footer_menu_item {margin-left: 15px;}
  .footer_menu_item + .footer_menu_item::before {position: absolute; top: 50%; left: -10px; width: 1px; height: 12px; margin-top: -6px; background-color: #d8d8d8; content: '';}


  /*side_tm_menu_wrap 사이드 메뉴*/
  /*side_tm_menu_wrap 사이드 메뉴 열기 버튼*/
  .btn_tm_nav_open{overflow:hidden; text-indent:-999999px; width:33px; height:33px; position:absolute; left:30px; top:28px; cursor:pointer; padding-top:9px; font-size:0;}
  .btn_tm_nav_open span{display:block; width:23px; height:2px; background-color:#005478; margin:0 auto;}
  .btn_tm_nav_open span+span{margin-top:4px;}
  /*side_tm_menu_wrap 사이드 메뉴 닫기 버튼*/
  .side_tm_close{position:absolute; right:15px; top:16px; width:27px; height:27px; display:block; text-indent:-999999px; overflow:hidden;
      border:1px solid #dddddd; border-radius:3px;}
  .side_tm_close:before,.side_tm_close:after{content:''; width:11px; height:2px; display:block; background-color:#707070; position:absolute; left:8px; top:12px;
      transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);-ms-transform:rotate(-45deg);}
  .side_tm_close:after{transform:rotate(45deg);-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);}

  /*side_tm_wrap  사이드 메뉴*/
  .side_tm_menu_wrap{position: fixed; left: -100%; top: 0; width: 100%; float: none; height: 100%; background-color: rgba(1, 1, 1, 0.7); transition: 0.6s; z-index: 999;}
  .side_tm_menu_wrap.on{bottom: 0; top: 0; left: 0;}
  .side_tm_wrap{position:relative; background-color: #fff;}
  /*배경*/
  .bg_color{display: none; width:100%; height:100%; position:fixed; top:0; left:0; background-color:rgba(0,0,0,0.5); z-index:30;}
  /* gnb btn */
  .nav_open_btn {display: none; position: fixed; top: 35px; left: 5%; height: 30px; transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715); -webkit-transition: all 0.3s cubic-bezier(0.47, 0, 0.75, 0.72); -oz-transition:all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715); -ms-transition:all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715); background: none; border: 0px; cursor: pointer;}
  .nav_open_btn .line {display: block; width: 20px; height: 2px; background-color: #777; margin: 4px auto; transition: all 0.3s ease-in-out;}
  .nav-open-btn.active .line{background-color:#000022;}
  .nav-open-btn.active .line:nth-child(2), .nav-open-btn.active .line:nth-child(4){opacity: 0;}
  .nav-open-btn.active .line:nth-child(1){-webkit-transform: translateY(6px) rotate(45deg); -ms-transform: translateY(6px) rotate(45deg); -o-transform: translateY(6px) rotate(45deg); transform: translateY(6px) rotate(45deg);}
  .nav-open-btn.active .line:nth-child(3){-webkit-transform: translateY(-6px) rotate(-45deg); -ms-transform: translateY(-6px) rotate(-45deg); -o-transform: translateY(-6px) rotate(-45deg); transform: translateY(-6px) rotate(-45deg);}
  /*side_tm_wrap 사이드 로그인 메뉴*/
  .side_tm_top_menu{font-family: 'Noto Sans KR', sans-serif; padding:15px; border-bottom:1px solid #dddddd;  border-top:1px solid #dddddd}
  .side_tm_top_menu>*{line-height:27px; height:27px;}
  .side_tm_top_menu .side_tm_login{float:left; font-size:14px;}
  .side_tm_top_menu .side_tm_join{float:right; font-size:13px; padding:0 10px; border:1px solid #dddddd; border-radius:3px; margin-right:40px;}
  /*마이페이지, 장바구니, 최근 본 상품 link*/
  .side_tm_member>a{width:33.333333%; float:left; display:block; text-align:center; color:#333333; padding:12px 0; position:relative; }
  .side_tm_member>a+a:before{content:''; width:1px; height:100%; background-color:#dddddd; display:block; position:absolute; left:0; top:0;}
  .side_tm_member>a:hover{color:#005478;}
  /*제품 리스트*/
  .side_tm_gnb > ul {text-align: center; font-weight: 700;}
  .side_product_list1{border-top:1px solid #dddddd; text-align:center; padding: 0;}
  .side_product_list1>li+li{border-top:1px solid #dddddd;} 
  .side_product_list1>li>a{float:left; width:33.333333%; padding:15px 0; color:#333333;}
  .side_product_list1>li>a>*{display:block;}
  .side_product_list1>li>a>span{width:45px; margin:10px auto;}
  .side_product_list1>li>a>strong{font-weight:500; margin-top:2px;}
  .side_product_list2{border-bottom:1px solid #dddddd; text-align:center; padding: 0;}
  .side_product_list2>li+li{border-top:1px solid #dddddd;} 
  .side_product_list2>li>a{float:left; width:33.333333%; padding:15px 0; color:#333333;}
  .side_product_list2>li>a>*{display:block;}
  .side_product_list2>li>a>span{width:45px; margin:10px auto;}
  .side_product_list2>li>a>strong{font-weight:500; margin-top:2px;}
  /*사이드 메뉴 - 문의*/
  .side_tm_gnb_menu{padding:5px;}
  .side_tm_gnb_menu>li{display: inline-block; text-align:center; float: none;}
  .side_tm_gnb_menu>li:first-child {padding-left: 5px; padding-right: 2.5px;}
  .side_tm_gnb_menu>li:last-child {padding-right: 5px; padding-left: 2.5px;}
  .side_tm_gnb_menu>li>a{display:block; padding:5px 10px; border:1px solid #dddddd; color:#333333; background-color:#f6f6f6;}
  /*side_cs_center*/
  .side_cs_center{background-color:#009cde; text-align:center; padding:10px 0;}
  .side_cs_center>*{display:inline-block; vertical-align:middle; }
  .side_cs_center>em{font-size:1.0em; padding:0 5px; color:#fff; font-weight: 700;}
  .side_cs_center>p{background-color:#fff; border-radius:100px; padding:5px;}
  .side_cs_center>p>a{display:block; border-radius:100px; padding:2px; background: #009cde; color:#454444; font-size:16px;}
  .side_cs_center>p i{background-color:#fff; display:block; border-radius:100px; padding:3px 10px; font-style: normal;}
  .side_cs_center>p i{display:inline-block; vertical-align:middle; font-weight: 800;}
  .side_cs_center>p i img{width:25px; margin-right:8px;}
  /*검색프로그램 */
  .m_common_search{width:90%; position:relative; background-color:#f1f1f1; border-radius:100px; margin: 0 auto;}
  .m_common_search fieldset{border:none;}
  .m_common_search legend{font-size:0; height:0; width:0;}
  .m_contents_sch{border: none; width:100%; height:30px; line-height:30px; background-color:transparent; padding:2px 50px 2px 25px;}
  /*검색버튼*/
  .m_btn_search{position:absolute; right:0; top:0; width:50px; height:30px; display:block; text-indent:-999999px;  overflow:hidden;}
  .m_btn_search:before,.m_btn_search:after {content:''; height:20px; position:absolute; left:15px; top:6px;}
  .m_btn_search:before{width:10px; height:10px; border:2px solid #005478; border-radius:100px;}
  .m_btn_search:after{width:2px; height:6px; background-color:#005478; left:28px; top:17px; transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);-ms-transform:rotate(-45deg);}

  /*tm 상단 가로메뉴 */
  .tm_h_menu>li{width:auto;}
  .tm_h_menu>li>a{display:block; padding:0 10px; height:36px; line-height:36px;}
  .tm_h_menu>li>a>strong{font-weight:500;}
  .tm_h_menu>li>a:hover{color:#005478;}
  /*tm 상단 가로메뉴 펼치기*/
  .btn_tm_h_menu{position:absolute; right:0; top:0; width:40px; height:36px; display:block; border-left:1px solid #eaeaea; background-color:#ffffff;
      text-indent:-999999px; cursor:pointer; z-index:20;}
  .btn_tm_h_menu:before{content:''; width:8px; height:8px; display:block; border:1px solid #707070; border-right-width:0; border-top-width:0; 
      transform:rotate(-45deg);-webkit-transform:rotate(-45deg); -moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);-ms-transform:rotate(-45deg);
      position:absolute; bottom:16px; left:14px;}
  /*tm 상단 가로메뉴 펼치기 상단화면*/
  .tm_h_menu02_wrap{position:absolute; left:0; top:0; background-color:#f5f5f5; width:100%; padding:15px 30px;}
  .tm_h_menu02_wrap>ul{border-left:1px solid #eaeaea; position:relative;}
  .tm_h_menu02_wrap>ul>li{float:left; width:32.165%; text-align:center; border-top:1px solid #eaeaea; border-right:1px solid #eaeaea; position:relative;background-color:#fff; }
  .tm_h_menu02_wrap>ul>li:before{content:''; width:100%; height:1px; display:block; background-color:#eaeaea; position:absolute; left:0; bottom:-1px; }

  .tm_h_menu02_wrap>ul>li:nth-child(3n+1){clear:both;}
  .tm_h_menu02_wrap>ul>li>a{display:block; padding:6px 0;}
  .tm_h_menu02_wrap>ul>li>a>strong{ font-weight:500;}
  .tm_h_menu02_wrap>ul>li>a:hover{color:#005478;}
  /*header_wrap02 모바일/태블릿 가로 1260px 이하 끝*/

  .main_menu {display: none;}
  .search_form {margin-top: 0;}
  .camera_btn {margin-top: 0;}
  .camera_btn i{font-size: 25px;}
  
	/*장바구니*/
	.tm_cart_link{display: flex; margin-right: 15px;}

  
  /* 스크롤 카테고리 */
  .m_scroll_wrap {display: block; overflow-x: scroll; background-color: #fff; margin-top: 105px; border-bottom: 1px solid #f1f1f1;}
  .m_scroll_wrap > ul {display: table; width: 100%;}
  .m_scroll_wrap > ul > li {display: table-cell; white-space: nowrap; padding: 10px; position: relative; color: #707070; text-align: center;}
  .m_scroll_wrap > ul > li.current {font-weight: bold; color: #000;} 
  ::-webkit-scrollbar{display: none;}
  
  .m_sub_nav {display: block; font-family: 'Noto Sans KR', sans-serif;}
  .m_sub_nav > div {float: left; width: 50%;}
  .m_sub_nav ul.m_sub_nav_ul {cursor: pointer;}
  .m_sub_nav ul.m_sub_nav_ul:first-child {border-right: 1px solid #fff;}
  .m_sub_nav ul.m_sub_nav_ul > li {background-color: rgba(178,232,255,0.5); color: #000; padding: 10px 20px 10px 10px; border-bottom: 1px solid aliceblue; position: relative;}
  .m_sub_nav ul.m_sub_nav_ul > li:hover {background-color: rgba(0,156,222,0.5);}
  .m_sub_nav ul.m_sub_nav_ul > li a {text-align: center; display: block; font-size: 14px;}
  .m_sub_nav ul.m_sub_nav_ul > li .fas {position: absolute; top: 35%; right: 5%;}
  .m_sub_nav ul.m_sub_nav_ul > ul {background-color: #fff; padding: 0; width: 100%; border-right: 1px solid #ddd; border-left: 1px solid #ddd;}
  .m_sub_nav ul.m_sub_nav_ul > ul li {color: #666; font-size: 14px; border-bottom: 1px solid #ddd; text-align: center;}
  .m_sub_nav ul.m_sub_nav_ul > ul li:hover {background-color: #009cde; color: #fff;}
  .m_sub_nav ul.m_sub_nav_ul > ul li a {display: block; padding: 10px 20px;}
	/*** header 끝 ***/
    
    /* sub3-1-4 */
    .scrollbox1.sub3-1-4{line-height: 25px; height: 250px;}
}

@media screen and (max-width:1024px){
  body,html{font-family: 'Noto Sans KR', sans-serif;}
  .main_menu{display: none;}
  .nav_top{display: none;}
  .page{height: initial;}
		/*header_wrap02 모바일/태블릿 가로 1260px 이하 */
		/*장바구니*/
		.tm_cart_link{right:15px;}
		/*side_tm_menu_wrap 사이드 메뉴 버튼*/
    .btn_tm_nav_open{left:15px;}
    .sch_btn{top: 1px;}
    .camera_txt{display: none;}
    /*** header 끝 ***/
    .member_form.pop{font-size: 0.8em;}
    .pop_box{margin-top: 9rem; height: 500px;}
    .img_box .item2{position: 20% 80%;}
    .txt_box{font-size: 0.8em; top: 7rem;}
    .txt_box.three{top: 6rem;}
    .main_line.one{width: 500px; height: 40px; line-height: 40px;}
    .main_line.two{width: 520px; height: 40px; line-height: 40px;}
    .main_line.four{width: 400px; height: 40px; line-height: 40px;}
    #btn_box li.left{left: 5%; top: 18rem; width: auto;}
    #btn_box li.right{right: 5%; top: 18rem; width: auto;}
    #slidemenu{display: none;}
    #vs{height: 550px;}
    .img_box{height: auto;}
    .img_box li{height: 550px;}
    .main_img{height: inherit;}
    .dot_box{left: 10px; top: 40px;}
    .mid_left{margin-left: 0;}
    .mid_right{margin-top: 50px; width: 30%;}
    .main_tit1{padding-top: 50px; font-size: 1.5em; line-height: 35px;}
    .factory_txt{font-size: 1.2em; line-height: 30px;}
    .mid_left img{width: 80%;}
    .mySlides.fade.two{text-align: center;}
    .mySlides.fade.two img{width: 60%; margin-top: 30px;}
    .mid{padding-bottom: 50px;}
    .page3_box li{width: 20%; height:200px; padding-top: 60px;}
    .page3_item{padding-bottom: 50px;}
    .tropy_ico{padding-top: 30px;}
    .clip_box h1{font-size: 1.0em;}
    .clip_box p{font-size: 0.8em; font-family: 'Noto Sans KR', sans-serif;}
    .clip_box span{font-size: 0.8em;}
    .page4_top{padding-top: 10px;}
    .page4_content{padding-bottom: 50px;}
    #page5{height: 366px;}
    .page5_box{width: 35%;}
    .page5_box.one{left: 13%;height: 300px;}
    .page5_tit{padding-top: 15px; font-size: 1.2em;}
    .input-group{margin-top: 10px;}
    .page5_txt{height: 35px; font-size: 1.0em; line-height: 35px; z-index: 99999;}
    .page5_box.two{right: 13%; height: 300px;}
    .form-wrap{margin-bottom: 0;}
    .page5_tit1{font-size: 1.2em; line-height: 25px; padding-top: 15px;}
    .foot{width: 90%;}
    .foot_left div{margin-top: 10px;}
    .footer{display: none;}
    .footer_m{display: block;}
    
    /******************** footer ********************/
    .footer {margin-bottom: 70px;}
    .footer_detail {text-align: center; letter-spacing: 0; border-top: 1px solid #e9e9e9;}
    .footer_menu {margin-bottom: 12px; padding-top: 16px; text-align: center;}
    .footer_menu .footer_menu_item {display: inline-block; position: relative; line-height: 1.5; color: #454444;}
    .footer_menu_item + .footer_menu_item {margin-left: 17px;}
    .footer_menu_item + .footer_menu_item::before {position: absolute; top: 50%; left: -10px; width: 1px; height: 12px; margin-top: -6px; background-color: #d8d8d8; content: '';} 

    .footer_detail .footer_text {padding-top: 0 16px; line-height: 1.5; font-size: 11px; color: #009cde;}
    .footer_detail .footer_copyright {font-size: 11px; color: #999; padding-top: 5px; margin-bottom: 16px;}

    .footer_detail .footer_address {margin-bottom: 12px; font-size: 12px; letter-spacing: -0.2px;}
    .footer_detail .footer_address > span {color: #666; border: 1px solid #dfdfdf; border-radius: 3px; padding: 0 20px;}
    .footer_detail .footer_address .accordion_conts {display: none; margin: 10px 16px 0; padding: 16px; background-color: #f4f4f4; text-align: left;}
    .footer_detail .footer_address .accordion_conts dl {overflow: hidden; line-height: 20px;}
    .footer_detail .footer_address .accordion_conts dl dt {float: left; min-width: 70px; margin-right: 16px; color: #999;}
    .footer_detail .footer_address .accordion_conts dl dd {overflow: hidden; color: #666;}

    .footer_detail .footer_legal {margin-bottom: 15px; font-size: 11px;}
    .footer_detail .footer_legal .footer_legal_link {position: relative; display: inline-block; color: #666;}
    .footer_legal_link + .footer_legal_link {margin-left: 13px;}
    .footer_legal_link + .footer_legal_link::before {position: absolute; top:50%; left: -8px; width: 1px; height: 10px; margin-top: -5px; background-color: #d8d8d8; content: '';}

    /* login */
    #login1{margin-top: 0;}
    .login-form{padding-top: 50px; max-height: 650px;}

    /* join1 */
    .check_complete{margin: 0 auto;}
    .join1_area .complete_area{margin: 0 auto;}

    /* sub */
    .subcontent_login{margin-top: 110px;}
    .banner{margin-top: 110px;}
    .subpage{display: none;}

    /* sub1-1-1 */
    .intro_logo{display: block; margin: 40px auto 0;}
    .intro_tit.sub1-1{font-size: 1.8em;}
    .sub1-1-1_top{margin-top: 0; margin-bottom: 50px;}

    /* sub1-1-2 */
    .sub1-1-2_mid{float: none;}
    .sub1-1-2_mid p{padding-top: 0;}
    .mission_list li{text-align: center;}
    ul.mission_list dl p{margin-bottom: 50px; font-size: 0.8em;}
    ul.mission_list dl .last_p{margin-bottom: 0;}
    .pageinfo{padding-bottom: 0px;}
    ul.vision_list h2{padding-top: 50px;}
    .section_vision strong{font-size: 25px;}
    .section_mission > .pageinfo h1{padding-top: 40px;}
    .mission_list img{width: 80%;}

    /* sub1-1-3 */
    .section.section_value{margin-bottom: 50px;}

    /* sub1-2-1 */
    .sub_txt{margin-left: 0; line-height: 0; font-weight: 100; text-align: left;}
    #container{width: 95%;}
    #container div{margin: 10px;}

    /* sub1-2-2 */
    .txt_center{margin-top: 30px; margin-top: 0; margin-bottom: 20px; line-height: 30px;}

    /* sub1-3-1 */
    .box_list_business .list_business_cont{font-size: 13px; line-height: 20px;}

 
    /* sub1-3-2 */
    .subcontent2 .core_service_list li dl{width: 80%;}
    .section_business h3.business_sub_title{padding-top: 40px;}
    ul.mission_list dd{width: 60%;}
    ul.mission_list dt{width: 30%;}
    .subcontent2 h2{padding-bottom: 30px;}

    /* sub1-3-3 */
    .section_value .value_img{margin-top: 50px; margin-bottom: 40px;}
    .pageinfo > dl dd{padding-left: 20px; font-size: 0.85em;}
    .section_value dl dt{font-size: 1.3em; padding-top: 5px;}
    
    /* sub1-4 */
    .pageinfo .sub_txt_style01{padding-top: 40px; font-weight: 100; padding-bottom: 40px;}
    .map_wrap{padding-bottom: 40px;}
    .sub_tit{font-size: 1.2em;}
    
    /* sub1-5 */
    #quick_menu li{width: 520px !important;}

    /* sub2-1-1 */
    .container.sub2-1 > dl{padding-top: 40px;}
    .sub2-1-1_info{display: none;}
    .buy_tab li{width: 20%; vertical-align: top;}
    .buy_service{font-size: 16px; word-break: keep-all;}
    .buy_tab li p{font-size: 1.1em; line-height: 20px;}
    .buy_con .step_top h1{width: 20%; height: 50px;}
    .buy_con{margin-top: 20px;}
    .sub2-1_box div p{display: none;}
    .sub2-1_box div{width: 100%; padding: 0;}
    .sub2-1_box div h2{line-height: 30px;}
    .sub_tit.sub2-1.two{margin-bottom: 20px;}
    .sub2-1_txt{line-height: 25px;}
    .sub2-1_con{margin-top: 0;}
    .sub2-1_con{display: block;}
    .web_arrow{display: none;}
    .app_arrow{display: block;margin:30px auto 0;}
    .sub2-1_con1.two{height: 290px;}
    .sub2-1_con1.two p{padding-top: 0;}

    /* sub2-2 */
    .pageinfo.sub2-2 dt{display: none;}
    .tabmenu.sub2-2 ul li{font-size: 1.0em; line-height: 20px;}
    .member_form tbody th{width: 25%;}

    /* sub3-1-1 */
    .container.sub2-1 > dl dd{font-size: 18px;}
    .mypage_table.sub3-1-1 th{width: 30% !important;}

    /* sub3-1-3 */
    .tabmenu{width: 90%;}

    /* sub3-1-4 */
    .subcontarea{width: 90%;}
    .scrollbox1.sub3-1-4{line-height: 25px; height: 250px;}

    /* sub3-1-5 */
    .buy_tab.sub3-1-5 li{width: 30%;}

    /* sub3-1-6 */
    .subcontent2 h2{padding-top: 20px; padding-bottom: 10px; text-align: center;}
    .sub-3-1-6_box{display: block;}
    .pc_box img{width: 50%;}
    .sub-3-1-6_box.pc div{display: block; width: 100%; margin: 0 auto; text-align: center;}
    .sub-3-1-6_box p{font-size: 0.9em; line-height: 25px;}
    .pc_box1 p{font-size: 0.9em;}
    .sub-3-1-6.table{display: grid;}

    /* sub3-2-1 */
    .section_shipping2{width: 95%;}
    .detail_form td{padding: 5px;}
    .detail_form input[type=radio]{margin: 10px 5px;}

    /* sub4-1-1 */
    .sub4-1-1_img{display: none;}
    .sub4-1-1_img_mo{display: block;}

    /* sub5-1-3 */
    .sub_tit.sub2-1{font-size: 18px; word-break: keep-all;}
    .trade_service{font-size: 14px; margin-top: 10px;}
    .container.sub5-1-3{width: 95%;}

    /* sub5-3-1 */
    .sub5-3-1_txt1{font-size: 1.0em;}
    .container.tab.sub5-3-1{width: 80%;}
    .sub_tit{margin: 0;}
    .container.sub5-3-1 > dl > dd > p{margin-top: 30px; line-height: 25px; font-weight: 500;}
    .container.tab.sub5-3-1{margin-top: 0;}

    /* sub5-3-3 */
    .tab_con div h2{font-size: 1.4em;}
    .precautions_web{display: none !important; border: none !important;}
    .precautions_mo{display: block !important; border: none !important;}
    .precautions_mo p{line-height: 20px !important;}
    .tab_con .sub5-3-3_txt{font-size: 0.9em;}
    
    /* sub6-1 */
    .subcontent_login.sub6-1{margin-top: 0px;}
    .service_wrap{margin-top: 0;}

    /* join */
    .pageinfo > dl{padding: 30px 0 !important;}
    .pageinfo > h1{ line-height: 60px; padding-top: 30px; padding-bottom: 30px;}
    .join_btn.button{font-weight: 100;}
    
}

@media screen and (max-width:768px) {
  body,html {font-family: 'Noto Sans KR', sans-serif; font-size: 13px;}
  .sch_btn{top: -4px;}
  #vs{height: 430px;}
  .img_box li{height: 430px;}
  #btn_box li.left{top: 13rem; width: auto;}
  #btn_box li.right{top: 13rem; width: auto;}
  .txt_box{font-size: 0.6em; top: 8rem;}
  .txt_box .main_tit{line-height: 45px; font-size: 3.0em;}
  .txt_box .main_txt{line-height: 20px; font-size: 1.5em; margin-left: 22px;}
  .txt_box .main_line{font-family: 'Noto Sans KR', sans-serif; height: 30px !important; line-height: 30px !important; font-size: 1.5em;}
  .main_line.one{width: 370px; font-size: 1.6em;}
  .main_line.two{width: 400px; font-size: 1.6em;}
  .txt_box.three{top: 7rem;}
  .main_tit1{padding-top: 40px; line-height: 40px;}
  .dot{width: 10px; height: 10px;}
  .mid_right{width: 40%; font-size: 1.0em;}
  .mid_left{margin-left: 50px;}
  .mid_right ul li{line-height: 45px;}
  .main_tit1.page3{font-size: 2.0em; padding-top: 40px;}
  .page3_box{font-size: 20px; display: flex; justify-content: center;align-items: center; font-family: 'Noto Sans KR', sans-serif;}
  .l_text{font-size:16px; font-weight: 500;}
  .page3_box li{height: 180px; font-weight: 500;}
  .tropy_ico{width: 30%;}
  .clip_box{height: 180px; font-family: 'Noto Sans KR', sans-serif;}
  .clip_box h1{font-size: 0.7em;}
  .clip_box p{padding:5px 0; font-size: 0.5em;}
  .clip_box span{padding: 5px 0; font-size: 0.7em;}
  .slick-next{right: 35% !important;}
  .slick-prev{left: 34% !important;}
  .main_tit1.page4{font-size: 1.5em;}
  .book_con{width: 85%; display: block; margin: 0 auto;}
  .book{width: 80%;}
  .book_right{width: 100%;}
  .book_tits{font-family: 'Noto Sans KR', sans-serif;}
  .video{display: none;}
  #page5{background-color: #bbeaff;}
  .page5_tit1{font-weight: 100;}
  .page5_box.one{width: 45%; left: 4%; background-color: rgba(255,255,255,0.5);}
  .page5_box.two{width: 45%; right: 4%;}
  .foot_left div{line-height: 20px;}
  .foot{font-size: 0.7em;}
  .foot_logo{margin-top: 20px;}
  .foot_right{width: 25%;}
  .footer{padding-bottom: 10px;}

  .main_pop table.member_form.pop {display: none;}
  .main_pop table.m_member_form.pop {display: block; width: 95%; margin: 0 auto; border-top: 0; background-color:rgba(21, 147, 206, 0.122); width: 95%; margin-bottom: 20px;}
  .pop_box{width: 70%; min-height: 370px; background-color: #fff; margin: 3rem auto; position: relative; border-radius: 5px; max-height: 90vh; overflow: hidden; overflow-y: scroll;}
  .m_member_form.pop tbody th {width: 28%; border: 1px solid #fff; line-height: 26px;}
  .m_member_form .m_inp.pop{width: 100%; border-radius: 5px; background-color: #fff; height: 30px;}
  .m_member_form .m_pop_img{padding: 10px;}
  .m_member_form .m_pop_img p {width: 100px; height: 100px; background-color: #333; margin: 0 auto;}

  .m_member_form.pop{margin: 0 auto; border-top: 0; background-color:rgba(21, 147, 206, 0.122); width: 95%; margin-bottom: 20px;}
  .m_member_form.pop tbody th {width: 28%; border: 1px solid #fff; line-height: 26px;}
  .m_member_form .member_form_list_tit.pop span{font-size: 0.7em;}
  .m_member_form .m_inp.pop{width: 100%; border-radius: 5px; background-color: #fff; height: 30px;}
  .m_member_form .member_form.pop .member_form_list_box{padding: 2px 5px; margin: 0; background-color: #fafafa; border-right: 1px solid #fff;}
  .m_member_form .member_img{background-color: #fafafa; position: relative;}
  /* sub */
  /* .subcontent_login{margin-top: 110px;} */
  .pageinfo > dl{padding-top: 0px !important; padding-bottom: 30px;}

  
  /* sub1-1-1 인사말 */
  .intro_tit.sub1-1{line-height:40px; font-size: 1.4em;}
  .sub1-1-1_top{font-size: 1.0em; line-height: 25px;}

  /* sub1-1-3 */
  .section_value dl dt{width: 15%;}
  .pageinfo > dl dd{padding-left: 15px; word-break: keep-all;}
  

  /* sub1-4 */
  .pageinfo .sub_txt_style01{padding-top: 10px; padding-bottom: 30px;}
  .sub_tit{display: block; padding-bottom: 5px;}
  .sub_txt{display: block; line-height: 20px; text-align: center; margin-left: 0; margin-top: 10px; font-weight: 100; font-size: 0.9em;}
  .sub_tbox{height: auto;}
  .sub_txt img{display: none;}
  .kakao{display: block !important;}

  /* sub1-2-1 */
  .sub_mid{width: 90%;}
  .pageinfo{padding-bottom: 0px;}

  /* sub1-3-1 */
  .box_list_business{padding-top: 30px;}
  .box_list_business > span.box_list_span{width: 50%;}
  .box_list_business .list_business_cont{font-size: 14px;}

  /* sub1-3-2 */
  .section_business h3.business_sub_title{padding-top: 40px;}

  /* sub2-1-1 */
  .container.sub2-1 > dl{padding-top: 30px;}
  .txt_sub2-1{padding: 20px 0;}
  .app_arrow{display: block; margin: 20px auto 0;}
  .web_arrow{display: none;}
  .sub2-1_con1 p{font-size: 1.0em; line-height: 30px;}
  .sub2-1_con1.two p{line-height: 30px;}
  .sub2-1_con1.two{height: auto;}
  .sub2-1_txt{padding-left: 120px; padding-right: 120px;}
  .container.sub2-1 > dl dd{padding: 0 15px;}


  /* sub2-2 */
  .pageinfo > h1 {padding-bottom: 30px;}
  .member_form tbody th{width: 28%;}
  .member_form_list .m_inp{width: 100%;}
  .member_form_list .inp_style03.m_inp{width: 80%;}

  /* sub3-1-1 */
  .pageinfo > h1{line-height: 40px;}
  .sub3-1-1_dd{font-size: 0.9em;}
  .sub_tit.sub2-1.two{padding: 0;}
  .sub3-1_txt{padding-bottom: 20px;}
  .container.sub2-1 .sub4-1{line-height: 30px; padding-bottom: 30px;}
  .mypage_table.sub3-1-1 th{width: 33% !important;}

  /* sub3-1-3 */
  .sub_table th{font-size:12px;}
  .sub_table.sub3-1-3 td{font-size: 12px; line-height: 20px;}
  .tab_con div{padding: 20px;}

  /* sub3-1-4 */
  .scrollbox1.sub3-1-4{font-size: 0.9em; line-height: 20px; height: 190px;}
  .scrollbox1.sub3-1-5{line-height: 22px;}

  /* sub3-1-6 */
  .scrollbox1.sub3-1-6{font-size: 0.9em; line-height: 25px; height: 140px;}
  .pc_box1 p{line-height: 22px;}

  /* sub3-2-1 */
  .scrollbox1 p{font-size: 0.9em; line-height: 18px;}
  .section_shipping2{margin-top: 0;}
  .check_box_agree{margin-left: 5px;}

  /* sub4-1-1 */
  .buy_tab.sub4-1-1 li{width: 19%;}

  /* sub5-1-3 */
  .sub5-1-3 h2{line-height: 40px;}
  .sub5-1-3 p{line-height: 25px;}

  /* sub5-3-1 */
  .container.sub5-3-1 > dl > dd > p{margin-top: 20px; font-size: 1.0em; line-height: 25px;}
  .page-section.sub2-1{padding-bottom: 30px;}
  .tab li{padding: 5px;}

  /* sub5-3-3 */
  .container.tab{width: 70%;}
  .member_form button{padding: 2px 5px;}
  .member_form_list_box label{margin-right: 2px;}
  .tab_con div h2{text-align: center; margin-bottom: 10px;}
  .tab_con div h4{line-height: 25px;}
  .sub5-3-3_h2_web{display: none;}
  .sub5-3-3_h2_mo{display: block; line-height: 25px !important;}
  .precautions_mo .mypage_btns{margin: 20px; text-align: center !important;}

  /* join */
  .join_txt{font-size: 0.77em;}
  .pageinfo > dl dt{font-size: 25px; line-height: 50px; padding-right: 30px;}
  .join_btn.button{font-weight: 500;}
  .sub3-1-1_tit{display: none;}
  .sub4-1-1_txt{width: 98%;}
  .market_price{font-size: 1.6em !important;}
  .market_price1{font-size: 0.7em;}
  .sub_bank{font-size: 0.9em;}
  }

@media screen and (max-width:440px) {
  body,html{font-family: 'Noto Sans KR', sans-serif; font-size: 13px;}
  #m_header .top_inner > h1 {width: 250px; margin: 5px auto;}
  img {max-width: 100%; height: auto; vertical-align: middle;}
  .btn_tm_nav_open{top: 15px;}
  .navbar-right{display: none;}
  .tm_cart_link {top: 24%; width: initial; right: 0;}
  .tm_cart_link>a>img{width: 80%; margin-top: 0;}
  .tm_cart_link>a{padding-left: 5px;}
  .search_form{width: 80%; padding-bottom: 3px;}
#vs{height: 240px;}
.img_box li{height: 240px;}
.img_box li:nth-child(2) img{width: 100%; }
.txt_box{width: 100%; top: 15px; left: 10px;}
.txt_box .main_tit{margin-left: 0; font-size: 2.0em; line-height: 25px; font-weight: 500;}
.txt_box .main_txt{margin-left: 0; font-size: 1.2em;}
.txt_box.three{top: 10px;}
.main_bigtit{font-size: 1.2em;}
.main_line.one{margin-left: 0; margin-top: 10px; background-color: rgba(255,255,255,0.6); width: 200px;}
.main_line.two{margin-left: 0; margin-top: 10px; background-color: rgba(255,255,255,0.8); width: 200px;}
.main_line.four{margin-left: 0; margin-top: 10px; background-color: rgba(255,255,255,0.6); width: 200px;}
#btn_box{display: none;}
#btn_box1{display: block;}
#btn_box1 li {position:absolute; z-index:20; height:50px; }
#btn_box1 li.left {left:10px; top: 190px; cursor: pointer;}
#btn_box1 li.right {right:10px; top: 190px; cursor: pointer; z-index: 50;}
.main_tit1{padding-top: 30px;}
.mid{width: 80%; padding-top: 20px; margin: 0 auto; padding-bottom: 20px;}
.mid_right{width: 60%; margin: 0 auto; font-size: 0.7em;}
.mid_right ul li{line-height: 30px;}
.mid_right li:hover{font-size: 0.9em;}
.factory_txt{font-size: 0.8em; line-height: 20px;}
.factory_txt span{font-size: 1.0em;}
.main_tit1{font-size: 0.8em; line-height: 20px;}
.dot_box{display: none;}
.mid_left{margin-left: 0;}
.page3_box li{width: 22%; height: 100px; padding-top: 20px; font-size: 0.8em;}
.l_text{font-size: 8px; line-height: 0;}
.tropy_ico{padding-top: 10px;}
.page4_top {padding-bottom: 0;}
.main_tit1.page3{font-size: 1.2em;}
.main_txt1.page3{font-size: 0.9em;}
.main_tit1.page4{font-size: 0.9em;}
.book_tit{font-size: 1.0em; padding-top: 35px;}
.book_tits{padding-top: 10px; font-size: 0.6em;}
.book{width: initial;}
.book img{width: 90px; height:100%;}
.page4_content{padding-bottom: 20px;}
#page5{height: 150px;}
.page5_box.one{background-color: initial; height: initial; left: 0; width: 100%;}
.page5_box.two{background-color: initial; width: 100%; height: initial; margin-top: 30px; left: 0; width: 100%;}
.page5_tit{display: none;}
.form-wrap{display: none;}
.page5_tit1{display: none;}
.talk_img{display: none;}
.page5_tit img{display: none;}
.input-group{width: 100%;}
.input-field{font-size: 0.5em;}
.id_ck{left: 20px; font-size: 0.5em; bottom: 63px;}
.page5_tit1{font-size: 0.9em;}
.w_address{display: none;}
.m_address{display: block;}
.foot{width: 95%; display: block;}
.foot_left{width: 100%;}
.foot_logo{margin-left: 0; margin-top: 5px; width: 25%;}
.foot_right{display: inline-block; width: 100%; margin-top: 10px;}
.sns_box{ float: right;}
.sns_box li{display: inline-block;}
.sns_box li img{width: 25px;}
.menu li{padding-right: 18px;}
.tel_box{float: left;}
.logo_box{position: absolute; right: 0; bottom: 0;}

.slick-prev{left: 20px !important;}
.slick-next{right:25px !important;}
.clip_box{width: 80%; margin: 0 auto;}

/* 팝업창 */
.pop_box{width: 90%;}
.pop_tit{font-size: 1.2em; padding-top: 20px;}
.member_form.pop tbody th{width: 100%; display: block;}
.member_img{display: initial;}
.m_member_form .m_pop_img {background-color: #fafafa;}
.pop_img{width: initial; height: 200px; position: static; left: 0; transform: translateX(0);}
.pop_img img{width: 100%;}
.pop_btn.button{height: 50px;}


/* join1 */
.join1_area{min-height: 450px;}
.join1_area .complete_area{width: 80%; min-height: 220px; padding: 5px;}
.mypage_btns.join1_btns{margin-bottom: 20px; margin-top: 20px;}

/* sub 공통 */
.m_sub_nav{font-size: 14px;}
.m_scroll_wrap{font-size: 13px;}

/* sub1-1-1 인사말 */
.subcontarea{width: 90%;}
.intro_tit.sub1-1{font-size: 1.3em; line-height: 25px; padding-top: 30px; padding-bottom: 0; width: 75%; margin: 0 auto;}
.sub1-1-1_top{font-weight: 100;line-height: 20px; margin-top: 30px; margin-bottom: 30px;}

.introduce_w{display: none;}
.introduce_m{display: block;}

/* sub1-1-2 */
ul.vision_list h2{padding-top: 20px;}
.vision_list li{float: none !important; width: 100% !important;}
.vision_list img{margin-top: 20px;}
.section_mission ul.mission_list{width: 95%;}
ul.mission_list dl p{font-size: 0.75em; margin-bottom: 30px;}

/* sub1-1-3 */
.pageinfo > dl dt{width: 18%; font-size: 1.2em; padding-right: 0px;}

/* sub1-2-1 */
.sub_logo{display: none;}
#container{display: block;}
#container div{margin: 0;}
.history img{margin-bottom: 10px;}
.intro_bgarea1{display: none;}
.page-section{padding: 0 10px 30px; border:none}
.container.two{margin-top: 30px !important;}
.sub_mid.sub1-2-1{padding-top: 20px;}

/* sub1-2-2 */
.pageinfo > h1{font-size: 24px; line-height: 30px; padding-bottom: 10px; word-break: keep-all;}
.txt_center{font-size: 0.9em;}

/* sub1-3-1 */
.box_list_business > span.box_list_span{width: 100%;}
.box_list_business .list_business_cont{font-size: 14px;}
.section_business .pageinfo{padding-bottom: 30px;}
ul.mission_list dt{width: 100% !important;}


/* sub1-3-2 */

ul.mission_list dt{width: initial; margin: 20px auto 0;}
.section_business h3.business_sub_title{padding-top: 20px;}
.mission_list li{padding-bottom: 30px;}
.subcontent2 h2{font-size: 1.3em;}

/* sub1-3-3 */
.pageinfo .sub1-3-3_dl{display: block;}
.pageinfo .sub1-3-3_dl dt{text-align: center; width: 100%; line-height: 40px;}

/* sub1-4 */
.sub_txt .kakao_link img{margin: 0 auto;}

/* sub2-1-1 */
.buy_tab li{width: 24%; vertical-align: top;}
.mid_sub2-1{padding: 0;}
.sub2-1_box img{width: 50%;}
.buy_tab li p{font-size: 12px;}
.buy_con .step_top h1{font-size: 1.2em; width: 25%; line-height: 30px;}
.txt_sub2-1{font-size: 1.0em; padding: 10px 0;}
.sub2-1_box div h2{font-size: 0.9em;}
.sub2-1_box{margin-top: 40px;}
.sub2-1_box.two{margin-top: 20px;}
.sub_tit.sub2-1.two{font-size: 1.1em; padding-left: 65px; padding-right: 65px;}
.sub2-1_txt{padding-left: 25px; padding-right: 25px; padding-top: 10px;}
.sub2-1_con1 p{font-size: 1.0em; line-height: 25px;}
.sub2-1_con1.two p{padding-top: 0;}
/* .container.sub2-1 > dl dd{padding: 0 20px 0 20px;} */
.buy_service{word-break: keep-all; font-size: 14px;}
.buy_con .step_top h1{height: 30px;}

/* sub2-2 */
.tabmenu.sub2-2{width: 90%;}
.tabmenu.sub2-2 ul li{padding: 5px; font-size: 10px;}
.section.sub2-2{width: 90%;}
.subcontarea.tab_content{width: 100%;}
.tab_con div p{line-height: 20px;}
.buy_form button.delete_btn{width: 50px;}
.member_form tbody th{padding: 0; font-size: 0.8em; width: 28%; word-break: keep-all;}
.member_form button{font-size: 0.8em; padding: 4px; line-height: 20px;}
.member_form_list .m_inp{height: 27px; font-size: 0.8em; width: 30%;}
.member_form_list .inp_style03.m_inp{width: 100%;}
.file_input.sub2-2 label{font-size: 0.8em;}
.file_input label{height: 27px; line-height: 27px;}
.buy_form td .inlineblock{margin-top: 0;}
.buy_form td{font-size: 0.8em;}
.inp_style03{width: 90%;}

.pageinfo > dl{padding-top: 0px !important; padding-bottom: 30px;}
.sub2-2_cktxt{font-size: 12px;}

/* sub3-1-1 */
.sub3-1-1_dd{font-size: 0.7em; word-break: keep-all;}
.txt_sub2-1 li{margin: 0; font-weight: 100; font-size: 0.9em;}
.buy_con{width: 100%;}
.sub_tit.sub2-1.two.txt{padding: 0;}
.sub3-1_txt{padding: 17px; font-size: 1.0em; line-height: 25px; word-break: keep-all;}
.container.sub2-1 .sub4-1{line-height: 25px;}
.mypage_area h2{font-size: 1.2em; margin-top: 20px;}
.my_info_left.sub3-1-1{font-size: 0.8em;}
.mypage_table.sub3-1-1 th{padding-left: 8px;}
.mypage_table.sub3-1-1 th{width: 45% !important;}
.cd-popup-trigger.sub3-1-1{width: 45px;}
.mypage_table button{margin-left: 0;}
.mypage_table.sub3-1-1 .last_table{font-size: 0.9em;}
.subcontarea{padding-bottom: 0;}

/* sub3-1-3 */
.sub_table.sub3-1-3 .sub_table_col:last-child{line-height: 15px;}
.sub_table_col.sub3-1-3{padding: 12px; line-height: 15px;}
.sub_table_col.blue{line-height: 15px;}
.sub_table.sub3-1-3 td{padding: 15px 5px; line-height: 15px;}
.tabmenu.sub3-1-3 ul li{line-height: 20px;}
.tab_con div{padding: 0;}

/* sub3-1-4 */
.tabmenu.sub3-1-4 {min-height: 1300px;}
.sub_table td{font-size: 10px;}
.scrollbox1.sub3-1-4{overflow: auto; overflow-y: scroll; height: 150px;}
  ::-webkit-scrollbar {
    width: 3px !important;
}
::-webkit-scrollbar-thumb {
    background: #a9a9a9 !important;
}
.tabCon.sub3-1-4 p{text-align-last: left; line-height: 20px; font-size: 0.7em;}
.btnCon label{height: 40px; line-height: 40px;}
.tabmenu input:checked ~ label{height: 40px; line-height: 40px;}
.tabCon{top: 40px; padding: 5px;}

/* sub3-1-5 */
.buy_tab.sub3-1-5 li{width: 20%;}
.buy_tab li p{line-height: 15px;}
.buy_con .step_top p{text-indent: 10px; font-size: 1.0em;}
.mid_sub3-1-5{padding: 15px;}

/* sub3-1-6 */
.sub-3-1-6_box{width: 95%;}
.scrollbox1.sub3-1-6{height:220px; line-height: 22px;}
.sub3-1-6.mo{display: none;}
.sub3-1-6.mo1{display: block; background-color: #fff;}
.mo1_box{text-align: center;}
.mo1_box1 img{width: 30%;}
.mo1_box1 h3{padding: 30px 10px 0;}
.mo1_box1 p{padding: 20px 0 30px; font-size: 0.9em;}

/* sub4-1-1 */
.buy_tab.sub4-1-1 li{width: 19%;}
.sub_bank{font-size: 0.8em; text-align: center;}
.market_price1{display: none;}
.market_price1.mo{display: block;}
.container.sub2-1 .sub4-1{padding-bottom: 0;}

/* sub4-3 */
.member_table{margin-bottom: 0;}
.scrollbox1.sub4-3 label{font-size: 0.8em;}
.panel{font-size: 0.8em; line-height: 8px; word-break: keep-all;}

/* sub5-1-2 */
.sub2-1-1_top{margin-top: 20px;}
.sub5-1-2_btn{display: none;}
.mypage_btns button{width: 200px; height: 30px;}

/* sub5-1-3 */
.sub5-1-3_mid{padding:30px 10px 50px;}
.sub5-1-3 p{width: 95%; margin: 30px auto;}
.sub5-1-3 h2{line-height: 30px;}
.trade_service{margin-top: 0;}

/* sub5-3-1 */
.tab_con div h2{font-size: 1.3em; margin-top: 10px; line-height: 25px; word-break: keep-all;}

/* sub5-3-3 */
.container.tab{width: 85%;}
.tab_con div h4{line-height: 25px; font-size: 1.0em;}
.filebox .upload-name{padding: 6px 0;}

/* sub6-1 sub6-2 sub6-3 약관 공통사항 */  
 
.service_pageinfo h1 {font-size: 2.0em; padding-bottom: 20px;}
ul.mission_list dd{width: 100% !important;}
.mission_list img{width: 50%;}
.container.sub2-1 > dl dt{display: none;}
.container.sub2-1 > dl{padding-top: 10px;}
.mypage4-1_table1 tbody td{font-size: 0.9em;}
.container.sub5-3-1 > dl > dd > p{line-height: 22px;}
.container.tab.sub5-3-1{width: 92%;}
.tab_con .sub5-3-3_txt > p{line-height: 20px;}
.tab_con .sub5-3-3_txt{padding: 10px; font-size: 0.8em;}
.member_form_list_box_web{display: none;}
.member_form_list_box_mo{display: block;}
.service_wrap .service-margin{margin-top: 10px;}

/* join */
.pageinfo > dl .join_t{display: none;}
.join_box{font-size: 12px;}
#terms{font-size: 10px; line-height: 15px;}
.precautions_mo .mypage_btns{margin: 20px 0;}
}

@media all and (max-width:375px) {
.subcontarea{width: 93%;}
.menu li{padding-right: 0px;}
.menu li::after{margin-left: 5px; margin-right: 5px;}
.menu li:last-child::after{content:none;}
#vs{height: 210px;}
.img_box li{height: 210px;}
.main_tit1{padding-top: 20px;}
.page3_box li{width: 25%;}
#btn_box1 li.left{top: 175px;}
#btn_box1 li.right{top: 175px;}

/* sub1-1-3 */
.pageinfo > dl dt{width: 20%; font-size: 1.2em; padding-right: 10px;}
.section_value .value_img{margin-top: 20px;}

/* sub1-2-2 */
.txt_center{font-size: 0.8em;}

/* sub2-1-1 */
.sub2-1_box div h2{line-height: 20px;}
.sub_tit.sub2-1.two{word-break: break-all; padding-left: 45px; padding-right: 45px;}
.sub2-1_txt{font-size: 0.95em;}
.sub2-1_con1.one{padding: 0 30px;}
.sub2-1_con1.three{padding: 0 15px;}

/* sub2-2 */
.tabmenu.sub2-2 ul li{padding: 5px 0;}
.member_form tbody th{font-size: 0.7em;}

/* sub3-1-1 */
.buy_tab li p{font-size: 0.9em;}
.txt_sub2-1 li{font-size: 0.8em;}
.sub3-1_txt{font-size: 0.8em; line-height: 20px; padding-top: 0;}

/* sub3-1-4 */
.tabmenu.sub3-1-4 {min-height: 1300px;}
.sub_table th{font-size: 0.1em;}
.won{display: none;}

/* sub5-3-1 */
.tab_con .sub5-3-3_txt{padding: 0px;}
}