@charset "utf-8";
*{margin: 0; padding: 0; box-sizing: border-box;}
body,html{width: 100%; height: 100%; font-family: 'Noto Sans KR', sans-serif; font-size: 13px;
-ms-overflow-style: none;}

/* reset */
*{margin: 0; padding: 0; box-sizing: border-box;}
body,html{width: 100%; height: 100%; -ms-overflow-style: none;}
/* ::-webkit-scrollbar{display: none;} */
ul{list-style: none;}
a{text-decoration: none; color: inherit;}
button {cursor: pointer; font-family: 'Noto Sans KR', sans-serif; font-size: 13px;}
button, input, a, img{outline: 0; border:0; background-image: none; background-color: transparent;}
em, address {font-style: normal;}
table {border-collapse: collapse; border-spacing: 0;}
textarea {font-family: 'Noto Sans KR', sans-serif; }
input[type="text"], input[type="password"], input[type="email"], input[type="search"], input[type="image"],input[type="tel"], textarea {-webkit-appearance:none;}
input[type=submit],input[type=button] {-webkit-appearance:none;}
input[type=text] {
  font-family: 'Noto Sans KR', sans-serif;
}
form fieldset {border-style: none; border: 0;}
select {border: 1px solid #ddd; border-radius: 3px; background-color: #fff;}

.clearfix::before, .clearfix::after {content: ""; display: block; clear: both;}
img {max-width: 100%; height: auto; vertical-align: middle;}



/******************** 메인 시작 ********************/
.wrap{word-break: keep-all;}
/* 로고 */
.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 {margin: 0 auto; width: 300px;}
.top_inner > h1 > img {vertical-align: middle;}
.mainlogo a{display: block; text-align: center;}
.tm_middle {padding: 0 30px 10px 30px;}
.search {text-align: center;}
.search_form {display: inline-block; width: 45%; height: 35px; border: 2px solid #009cde; border-radius: 50px; text-indent: 10px; font-weight: 100; font-size: 11px;}
.search_btn{position: relative;}
.sch_btn{position: absolute; top: -3px; right:20px; font-size: 1.2em; color:#888;}
.camera_btn {display: inline-block; margin-left: 2px; vertical-align: middle;}
.camera_btn i {font-size: 25px; color:rgb(214, 3, 3);}

.tm_cart_link {position: absolute; right: 15px; top: 0px; width: 80px; margin-right: 15px;}
.tm_cart_link>a {display: inline-block; padding-left: 10px;}
.tm_cart_link>a>img {margin-top: 14px;}

#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);}

/* 스크롤 카테고리 */
.scroll_wrap {overflow-x: scroll; background-color: #fff; margin-top: 105px; border-bottom: 1px solid #dbdcd2;}
.scroll_wrap > ul {display: table; width: 100%;}
.scroll_wrap > ul > li {display: table-cell; white-space: nowrap; padding: 10px; position: relative; color: #707070; text-align: center;}
.scroll_wrap > ul > li.current {font-weight: bold; color: #000;} 
/* .scroll_wrap > ul > li > a::after {position: absolute; bottom: 0; left: 0; right: 0; height: 4px; background-color: #009cde; z-index: 1; content: ''; display: none;}
.scroll_wrap > ul > li.current > a::after {display: block;} */
::-webkit-scrollbar{display: none;}
/* ::-webkit-scrollbar{width: 7px; height: 7px;}
::-webkit-scrollbar-track {background-color:#fff;}
::-webkit-scrollbar-thumb {background-color:#fafafa;border-radius: 10px;}
::-webkit-scrollbar-thumb:hover {background: #555;}
::-webkit-scrollbar-button:start:decrement,::-webkit-scrollbar-button:end:increment {display: none;}  */

/* 스크롤 카테고리 */
.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-size: 16px; 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: 8px 0px; 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;}
.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: 13px; 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;}

/* allMenu */
.allMenu {position: fixed; top: 60px; left: 0; width: 100%; height: 100%; background-color: #f1f1f1; z-index: 90; overflow-y: auto; overflow-x: hidden; left: -100%; border-top: 1px solid #eee;}

.allMenu .btns {text-align: center; 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: '';}


/********** tabbar **********/
.tabbar {position: fixed; bottom: 0; background-color: #fff; box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.15); width: 100%; height: 56px; z-index: 10;}
.tabbar > ul {display: table; width: 100%; height: 56px;}
.tabbar > ul .tabbar_item {display: table-cell; width: 20%; height: 56px; vertical-align: top;}
.tabbar > ul .tabbar_item .tabbar_item_link {position: relative; display: block; overflow: hidden; width: 100%; height: 56px; text-align: center; color: transparent;}
.tabbar > ul .tabbar_item .tabbar_item_link::before {content: ''; display: block; width: 36px; height: 36px; margin: 10px auto;}
.tabbar > ul .tabbar_item .tabbar_item_link_search::before {background-image: url("/images/tabbar_icon01.png"); background-position: 0px -73px; width: 36px; height: 36px;}
.tabbar > ul .tabbar_item .tabbar_item_link_home::before {background-image: url("/images/tabbar_icon02.png"); background-position: 0px -73px; width: 36px; height: 36px;}
.tabbar > ul .tabbar_item .tabbar_item_link_mypage::before {background-image: url("/images/tabbar_icon03.png"); background-position: 0px -73px; width: 36px; height: 36px;}


/******************** main contents 공통 ********************/
.maincontents_title {width: 100%; padding-bottom: 10px; font-size: 1.2em;}
.maincontents_title > h4 {float: left; font-size: 1.2em; font-weight: 700;}
.maincontents_title .maintitle_line {width: 90px; border-top: 3px solid #d5312f;}
.maincontents_title .more {float: right;}

/********** main banner **********/
.main {margin-top: 111px; width: 100%;}
.swiper-container {max-width:100%; margin-left: auto; margin-right: auto; position: relative; overflow: hidden; z-index: 1;}
.swiper-wrapper {position: relative; width: 100%; height: 100%; display: flex; box-sizing: content-box;}
.swiper-slide {width: 100%; height: 100%; position: relative; text-align:center; display:flex; /* 내용을 중앙정렬 하기위해 flex 사용 */ align-items:center; /* 위아래 기준 중앙정렬 */	justify-content:center; /* 좌우 기준 중앙정렬 */ flex-shrink: 0;}

.txt_box {position: absolute; left: 5%; cursor: default;}
.main_tit {line-height: 24px; font-size: 17px; text-align: left;}
.main_txt {font-size: 11px; text-align: left; margin-top: 10px;}
.main_bigtit {font-size: 1.2em;}
.main_line {cursor: pointer; width: 200px; height: 23px; line-height: 23px; text-align: center; font-weight: 700; margin-top: 20px; background-color: #fff; color: #000; border-radius: 8px; font-size: 13px;}
.txt_box.two {color: #fff;}
.txt_box.three {color: #fff; width: 300px;}

/********** 검색 **********/
.search_cont{text-align: center;}
.search_cont .search_form{display: inline-block; width: 90%; height: 35px; border:2px solid #009cde; border-radius: 50px; margin-top: 10px; text-indent: 15px; font-weight: 100;}
.search_cont .search_form::placeholder{color:rgb(119, 119, 119); font-size: 0.8em;}
.search_cont .search_btn{position: relative;}
.search_cont .sch_btn{position: absolute; top: -2px; right:20px; font-size: 1.2em; color:#888;}
.search_cont .camera_btn i {font-size: 25px; color:rgb(0, 156, 222); cursor: pointer;}
.camera_txt{display: none;}
.camera_btn input[type=file]{display: none;}

/* 이용후기부분 */
.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: 15px 0 10px;}
.clip_box p{font-size: 1.2em; font-weight: 700; padding: 40px 20px 20px;}
.clip_box span{display: block; padding: 20px; text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  /* width: 100px; */
  overflow: hidden;}
.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;
}

/********** middle 영역 **********/
.middle {padding: 20px 0; max-width: 95%; margin: 0 auto;}
.middle h3.subtitle_center {text-align: center;}
.middle_cont {min-height: 150px; margin: 30px auto;}
.middle_cont h3 {text-align: center; margin-bottom: 10px;}
.scroll_wrap_02 {overflow-x: scroll;}
.scroll_wrap_02 > ul {display: table; table-layout: fixed; width: 100%;}
.scroll_wrap_02 > ul > li {display: table-cell; vertical-align: middle; width: 240px; padding: 5px; white-space: nowrap; position: relative; text-align: center;}
.scroll_wrap_02 > ul > li .info {margin: 10px 0;}
.middle_cont .list01 li .thumbnail {width: 225px; height: 200px; overflow: hidden;}
.middle_cont .list01 li .thumbnail img {vertical-align: middle; width: 100%;}
.middle_cont .list01 li .info > * {text-align: center; color: #666666; margin-bottom: 10px;}
.middle_cont .list01 li .info .name {display: block; margin-bottom: 0px; font-weight: bold;} 

.middle_cont .list02 {margin-top: 10px;}
.middle_cont .list02 li {float: left; width: 50%; padding: 5px;}
.middle_cont .list02 li .thumbnail {margin-bottom: 10px; overflow: hidden;}
.middle_cont .list02 li .thumbnail img {vertical-align: middle; width: 100%;}
.middle_cont .list02 li .info > * {text-align: center; color: #666666; margin-bottom: 10px;}
.middle_cont .list02 li .info .name {display: block; margin-bottom: 0px; font-weight: bold;} 

.middle_cont .list03 li .thumbnail {width: 300px; height: 100px; overflow: hidden;}

/********** bottom banner **********/
.bottom_banner {width: 100%;}
.btm_txt_box {position: absolute; left: 5%; cursor: default; color: #fff;}
.bottom_banner .banner_bg {width: 100%; height: 150px;}
.bottom_banner .banner_bg.banner_bg01 {background-color: #009cde;}
.bottom_banner .banner_bg.banner_bg02 {background-color: #666;}

/******************** 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: '';}

/* 메인팝업 */
.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: 70%; min-height: 370px; background-color: #fff; margin: 3rem auto; position: relative; border-radius: 5px; max-height: 90vh; overflow: hidden; overflow-y: scroll;}
.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{margin: 0 auto; border-top: 0; background-color:rgba(21, 147, 206, 0.122); width: 95%; margin-bottom: 20px;}
.member_form.pop tbody th {width: 28%; border: 1px solid #fff; line-height: 26px;}
.member_form_list_tit.pop span{font-size: 0.7em;}
.m_inp.pop{width: 100%; border-radius: 5px; background-color: #fff; height: 30px;}
.pop_img{width: 95%; margin: 0 auto; text-align: center; background-color: #fafafa; padding: 10px 0;} 
.pop_img > img {width: 100px; height: 100px; overflow: hidden;}
.pop_btn.button{font-size: 1.0em; cursor: pointer; box-sizing: border-box; width: 50%; height: 50px; 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: 2px 5px; margin: 0; background-color: #fafafa; border-right: 1px solid #fff;}
.member_img{background-color: #fafafa; position: relative;}
/******************** 메인 끝 ********************/


/* 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);}

.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: 220px;}/*height임시로 잡아놓음*/

input.ipt_style10 {width: 10%;}
input.ipt_style20 {width: 20%;}
input.ipt_style30 {width: 30%;}
input.ipt_style40 {width: 40%;}
input.ipt_style50 {width: 50%;}
input.ipt_style60 {width: 60%;}
input.ipt_style70 {width: 70%;}
input.ipt_style80 {width: 80%;}
input.ipt_style90 {width: 90%;}
input.ipt_style100 {width: 100%;}

select.sel_style10 {width: 10%;}
select.sel_style20 {width: 20%;}
select.sel_style30 {width: 30%;}
select.sel_style40 {width: 40%;}
select.sel_style50 {width: 50%;}
select.sel_style60 {width: 60%;}
select.sel_style70 {width: 70%;}
select.sel_style80 {width: 80%;}
select.sel_style90 {width: 90%;}
select.sel_style100 {width: 100%;}

/* sub1-1-1 인사말 */
.intro_logo{display: block; margin: 0 auto 40px;}
.sub1-1-1_section .subcontarea {position: relative; margin: 0 auto; width: 75%; box-sizing: border-box; padding-top: 40px;}
.sub_logo{display: block; margin: 20px auto;}
.pageinfo {padding-bottom:60px;}
.pageinfo > h1{text-align: center; clear: both;}
.intro_tit{color:#555;}

.sub1-1-1_top{text-align: center; margin-top: 60px; font-size: 1.2em; font-weight: 700; line-height: 25px;}
.intro_tit.sub1-1{font-size: 1.4em; line-height: 30px;}
.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%);}
.sub1-1-1_section .subcontarea.sub1-1 img {width: 100%;}
.introduce_m {display: none;}

.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;}
/* sub1-1-1 인사말 끝 */

/* sub1-2 회사비전 */
.visionpageinfo h3 {text-align: center; margin: 10px 0;}
.visionpageinfo ul.vision_list li {text-align: center; padding-bottom: 30px;}
.visionpageinfo ul.vision_list li:last-child {border-bottom: 1px solid #ddd; margin-bottom: 20px;}
.visionpageinfo ul.vision_list li img {width: 200px;}
.visionpageinfo ul.vision_list li p {line-height: 26px;}
.visionpageinfo ul.vision_list strong {color: #009cde; font-size: 18px;}

.visionpageinfo ul.mission_list li {text-align: center; border-top: 1px dotted #ddd; padding-bottom: 20px;}
.visionpageinfo ul.mission_list li:first-child {border-top-style: hidden;}
.visionpageinfo ul.mission_list li dl dt {text-align: center;}
.visionpageinfo ul.mission_list li dl dt img {width: 200px;}
/* sub1-1 회사비전 끝 */

/* sub1-3 핵심서비스 */
.sub_tit .sub_txt_style01 {color: #009cde; text-align: center; margin: 5px 0;}
.m_mission_list {text-align: center;}
.m_mission_list li {padding: 30px 0;}
.m_mission_list li dl dt {width: 60%; margin: 0 auto; padding: 10px 0;}
.m_mission_list .business_sub_title {color: #009cde; text-align: center; margin: 10px 0;}
.m_mission_list h2 {margin: 10px 0;}
.m_core_service_list li:nth-child(-2n+5) {background-color: #1593ce1f;}
/* sub1-3 핵심서비스 끝 */

/* sub1-5 이용후기 전체 */
.m_inline_tabs.sub1-5_tab li.tab-link {letter-spacing: -0.5px;}
.reviewpage_panels_list {padding: 15px 0; min-height: 300px;}
.reviewpage_panels_list ul li {float: left; width: 49%; margin-bottom: 10px;}
.reviewpage_panels_list ul li:nth-child(2n) {margin-left: 1%;}
.reviewpage_panels_list ul li .thumbnail {width: 200px; height: 200px; overflow: hidden; margin: 0 auto;}
.reviewpage_panels_list ul li p {padding: 5px 0; text-align: center; font-size: 14px; font-family: 'Noto Sans KR', sans-serif;}
/* sub1-5 이용후기 전체 끝 */
/* sub1-5-detail 이용후기 상세 */
.board_view {table-layout: fixed; width: 100%; border-top: 2px solid #009cde; border-bottom: 1px solid #ddd; margin-top: 15px; }
.board_view tr:first-child td {background-color: aliceblue; line-height: 40px; padding: 0 5px;}
.board_view td.textus {padding: 10px; min-height: 300px; text-align: center;}
.board_view td.textus p {padding: 10px 0;}
.back_btn button {width: 100%; background-color: #002e50;}
/* sub1-4-detail 이용후기 상세 끝 */


/* sub1-6 구독 좋아요 = 중달이 */

.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; box-shadow: none; border: none;}
#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%;}
/* sub1-6 구독 좋아요 = 중달이 끝 */

/* sub2-2 구매대행신청 */
.sub2-2_section .sub2-2_txt {line-height: 24px;}

.sub2-2_section .tabmenu{ 
  margin: 0 auto 20px; 
  position:relative; 
}
.sub2-2_section .tabmenu ul li{
  width:50%; 
  float:left;  
  text-align:center; 
  background :#f9f9f9;
  line-height:40px;
}
.sub2-2_section .tab li.on {background-color: #009cde; color: #fff; font-weight: 700;}
.sub2-2_section .tabmenu.sub2-2{margin: 20px 0;}
.sub2-2_section .tabmenu.sub2-2 ul li{width: 50%; line-height: 30px; font-size: 1.1em;}
.sub2-2_section .tab_con div{display: none; border : 5px solid #f9f9f9; padding: 10px; line-height: 26px; color:#666;}
.sub2-2_section .tab_con div h4 {color: #000; line-height: 30px;}

/* .tabmenu input{display:none;} */
.sub2-2_section .tabCon{
  display:none; 
  text-align:left; 
  padding: 20px;
  position:absolute; 
  left:0; top:50px; 
  box-sizing: border-box; 
  border : 5px solid #f9f9f9;
  width: 100%;
}
.sub2-2_section .tabCon h4{line-height: 40px;}
.sub2-2_section .tabCon p{line-height: 30px;}
.sub2-2_section .tabmenu input:checked ~ label{
  background:#009cde;
  color:#fff;
  font-weight: 700;
  height: 50px;
  line-height: 50px;
  font-size: 1.1em;
}
.sub2-2_section .tabmenu input:checked ~ .sub2-2_section .tabCon{
  display:block;
}
.sub2-2_section .tab_content.tab_content {display: flex; flex-direction: column; position: relative; margin-bottom: 50px; padding-top: 0;}
.sub2-2_section .tab_content > h2 {margin-bottom: 30px;}
.sub2-2_section .tab_content .tab_radio {display: none;}
.sub2-2_section .mypage_tabs {text-align: center;}
.sub2-2_section .tab_content .tab_tit {float: left; width: 50%; padding: 8px 0; background-color: #777; color: #fff; cursor: pointer; border-top: 3px solid #666;}
.step_btn {text-align: center; margin-top: 30px; margin-bottom: 30px;}
.step_btn a.next_btn {width: 75%; background-color: #009cde; color: #fff; padding: 10px 50px; border-radius: 5px;}

.sub2-2_section .mypage_panels {overflow: hidden;}
.sub2-2_section .mypage_panels_list {width: 100%; animation: fadein .5s;} @keyframes fadein { from { opacity:0; } to { opacity:1; }}
.sub2-2_section .mypage_panels_list > ul {overflow: hidden; width: 100%;}
.sub2-2_section .mypage_panels_list {display: none;}
#tab1:checked ~ .sub2-2_section .mypage_panels #list01, #tab2:checked ~ .sub2-2_section .mypage_panels #list02, #tab3:checked ~ .sub2-2_section .mypage_panels #list03 {display:block;}
#tab1:checked ~ .sub2-2_section .mypage_tabs #tab01, #tab2:checked ~ .sub2-2_section .mypage_tabs #tab02, #tab3:checked ~ .sub2-2_section .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;}
.sub2-2_section .essential{color:#f00;}

.sub2-2_section p.inlineblock {display: inline-block; line-height: 24px; margin-right: 10px; vertical-align: middle;}
.sub2-2_section p.inlineblock input {margin-right: 2px;}

.sub2-2_section .member_table .mgbt {margin-bottom: 5px;}

.sub2-2_section .member_form {margin: 10px auto; width: 100%; text-align: left; vertical-align: middle; border-top: 2px solid #1592ce; border-bottom: 1px solid #ddd;}
.sub2-2_section .member_form tr {height: 30px; border:1px solid #fff;}
.sub2-2_section .member_form tbody th {height: 100%; padding: 10px 15px; width: 20%;}
.sub2-2_section .member_form tbody td {margin: 10px 20px 10px 20px;}
.sub2-2_section .member_form .member_form_list_tit .required {padding-left: 5px;}
.sub2-2_section .member_form .member_form_list_box {margin: 10px; display: block;}
.sub2-2_section .member_form tr td .recive {line-height: 23px; float: left; margin-right: 20px;}
.sub2-2_section .member_form tr td .recive_refuse {line-height: 23px; display: inline-block;}
.sub2-2_section .recive_txt {font-size: 0.8em; margin: 0;}
.sub2-2_section .member_form .check_email_bx {display: inline;}
.sub2-2_section .member_form button {background-color: #1592ce; color: #fff; margin-left: 5px; padding: 5px 12px; border-radius: 5px; cursor: pointer;}

.sub2-2_section .m_inp {width: 20%; height: 35px; background-color: #f2f2f2; padding: 3px 0px 3px 5px; border-width: 0;}
.sub2-2_section .inp_style03 {width: 75%; margin-top: 5px;}
.sub2-2_section .mypage_content select.m_inp {border-width: 0; height: 35px; vertical-align: middle;}

.sub2-2_section .mypage_btns {text-align: right; width: 100%; display: block !important; border:none !important;}
.sub2-2_section .mypage_btns button {width: 200px; height: 50px; color: #fff; border-radius: 5px; margin-left: 1%; margin-top: 10px;}
.sub2-2_section .first_btn {background-color: #002e50;}
.sub2-2_section .second_btn {background-color: #777;}

.sub2-2_section .file_input.sub2-2 label{vertical-align: middle;}
.sub2-2_section .sub2-2_file{text-align: right;}
.sub2-2_section .file_add{float: right;}
.sub2-2_section .filebox input[type="file"] { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip:rect(0,0,0,0); border: 0; }
.sub2-2_section .filebox label { display: inline-block; padding: 4px 8px; 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 */ 
.sub2-2_section .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; }
/* sub2-2 구매대행신청 끝 */

/* sub3-2-1 배송대행신청 */
/* .step01 {margin-top: 5px;} */
.step01 table.step01_table {width: 100%; border-bottom: 1px solid #ddd; text-align: left; vertical-align: middle;}
.step01 table.step01_table tr {padding: 5px 0; line-height: 26px;}
.step01 table.step01_table td > * {margin: 5px 0;}
.step01 table.step01_table td .img_thumb {width: 150px ;height: 150px; overflow: hidden;}
.step01 table.step01_table input {background-color: #eee; height: 30px; border-radius: 5px; padding-left: 10px; vertical-align: middle;}
.step01 table.step01_table .number_width {width: 30%;}
table tr td select.number_width {background-color: #eee; padding-left: 10px; border-width: 0; border-radius: 5px; height: 30px;}
.step01 table.step01_table input[type=file] {height: auto; background-color: #fff; padding: 0;}
.step01 table.step01_table button {background-color: #009cde; color: #fff; border-radius: 5px; padding: 3px 10px; margin-left: 5px;}
.btn_style01 {background-color: #009cde; color: #fff; border-radius: 5px; padding: 5px 20px; height: 40px;}

.sub3-2-1_section .step01 table.step01_table button.personal_num {margin: 0; padding: 5px 20px;}
.sub3-2-1_section .scrollbox1 {margin: 10px auto; width: 100%; height: 150px; overflow: auto; border: 1px solid #ddd; color: #666; padding: 10px; line-height: 24px;}
.sub3-2-1_section .scrollbox1 h4 {color: #000;}
.sub3-2-1_section .scrollbox1 p strong {color: #000;}
.sub3-2-1_section .check_box_agree p {line-height: 24px;}
.sub3-2-1_section .check_box_agree p span {display: inline-block; margin: 0 2px 0 0; vertical-align: middle;}

.sub3-2-1one h3 {color: #009cde; line-height: 26px;}
.sub3-2-1two h3 {color: #009cde; line-height: 26px; float: left;}
.sub3-2-1one .shipping_table .member_form_one input {line-height: normal;}
.sub3-2-1one .shipping_table .member_form_one label {margin: 0 5px;}
.sub3-2-1_section .member_form {margin: 5px auto; margin-bottom: 10px; border-bottom: 1px solid #ddd; width: 100%; border-top: 2px solid #009cde; vertical-align: middle; text-align: left;}
.sub3-2-1_section .member_form_one td.td_style04 {background-color: rgba(21, 147, 206, 0.122); padding: 5px 10px; width: 50%;}
.sub3-2-1_section .member_form_one td.td_line {position: relative;}
.sub3-2-1_section .member_form_one td.td_line::after {content: ''; position: absolute; top: 0; right: 0; z-index: 1; width: 1px; height: 100%; background-color: #ddd;}
.sub3-2-1_section .member_form_two tr {height: 30px; border: 1px solid #fff;}
.sub3-2-1_section .step01 table.step01_table input.displayblock {display: block;}
.shipping_table .recive_txt {color: #777; font-size: 0.9em; margin: 0 0 5px 0;}
.shipping_table .strong_important {color: #009cde;}
.recive strong.strong_important {color: #009cde;}

/* sub3-2-1two 배송대행신청 02 */
.step02_table {width: 100%; border-top: 2px solid #009cde; border-bottom: 1px solid #ddd; text-align: left; vertical-align: middle;}
.step02_table .div_right {float: right;}
.step02_table tr {border-top: 1px solid #ddd;}
.step02_table tr th {font-weight: normal;}
.step02_table td strong {display: block; margin: 5px 0;}
.step02_table td .inlineblock {line-height: 23px; margin-right: 20px; display: inline-block; margin-top: 10px;}
.step02_table input {background-color: #eee; height: 30px; border-radius: 5px; width: 60%; padding-left: 10px; vertical-align: middle;}
.step02_table input[type=file] {height: auto; background-color: #fff; padding: 0;}
.step02_table button {width: 150px; background-color: #1592ce; color: #fff; padding: 5px 12px; border-radius: 5px; cursor: pointer;}
.step02_table button.delete_btn {float: right; margin-top: 5px;}
.step02_table button.add_btn {width: 200px; float: right; margin: 5px 0;}
.filebox .upload-name {display: inline-block; padding: .5em .75em; 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;}
.filebox label {display: inline-block; padding: .3em .75em; color: #fff !important; font-size: inherit; line-height: normal; font-size: 1em !important; vertical-align: middle; background-color: #009cde; cursor: pointer; border: 1px solid #ebebeb; border-bottom-color: #e2e2e2; border-radius: .25em;}
.filebox input[type="file"] {position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0;}

.step_btn {text-align: center; margin-top: 30px; margin-bottom: 30px;}
.step_btn a.prev_btn {width: 20%; background-color: #666; border-radius: 5px; color: #fff; padding: 10px 20px;}
.step_btn a.next_btn {width: 75%; background-color: #009cde; color: #fff; padding: 10px 50px; border-radius: 5px;}
.step_btn a.save_btn {background-color: #002e50; color: #fff; padding: 10px 20px; border-radius: 5px;}

.sub3-2-1two div.right {float: right;}
.sub3-2-1two div.right button {color: #fff; background-color: #002e50; padding: 3px 12px; border-radius: 5px;}
.ordersetting_btn{background-color: #009cde !important;}
.sub3-2-1two .item_setting {border-top: 2px solid #009cde; border-bottom: 2px solid #009cde; background-color: rgba(21, 147, 206, 0.122); line-height: 50px; padding-left: 5px; padding-right: 5px; margin: 5px 0 0;}
.sub3-2-1two .item_setting > h3 {float: left; line-height: 35px;}
.sub3-2-1two .item_setting .item_setting_btns {float: right; line-height: 35px;}
.item_setting .item_setting_btns > button.ordersetting_btn {background-color: #009cde; color: #fff; border-radius: 5px; padding: 2px 5px;}
.item_setting .item_setting_btns > button.first_btn {color: #fff; border-radius: 5px; background-color: #002e50; padding: 2px 5px;}
.allCheck_delivery input {margin: 5px 2px; line-height: 26px; vertical-align: middle;}
.allCheck_delivery{display: flex;}

.sub3-2-1two table.step01_table td {padding: 5px 0;}
.sub3-2-1two table.step01_table td.text_center {text-align: center;}
.sub3-2-1two table.step01_table td.text_center .number {position: relative;}
.sub3-2-1two table.step01_table td.text_center .number span {position: absolute; top: 0; left: 5px; font-size: 1.2em; font-weight: bold;}
.sub3-2-1two table.step01_table td select {height: 30px;}

.sub3-2-1two table.step01_table tr.tr_line {border-bottom: 1px solid #ddd; padding: 0; background-color: rgba(21, 147, 206, 0.122);}
.sub3-2-1two table.step01_table tr.tr_line02 {border-bottom: 1px solid #eee; border-top: 1px solid #eee; margin-top: 5px;}
.sub3-2-1two table.step01_table tr.tr_line02 th {line-height: 30px; }
.sub3-2-1two table.step01_table tr.paddingleft th {padding-left: 5px;}
.sub3-2-1two table.step01_table input {margin: 0 3px 0 0;}

 select.sel_style43 {width: 43%; vertical-align: middle;}
/* sub3-2-1two 배송대행신청 02 끝 */

/* sub3-2-1two 배송대행신청 팝업 */
.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: 8em 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: 69px; font-size: 20px; 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: 14px; 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-1two 배송대행신청 팝업 끝 */

/* sub3-2-1three 배송대행신청 03 */
.buy_form div.total_info {background-color: #eee; padding: 10px;}
.buy_form div.total_info div.total_info_area {line-height: 26px;}
.buy_form div.total_info span.txtleft {float: left; font-size: 1.1em;}
.buy_form div.total_info span.txtright {float: right; font-size: 1.2em;} 
.buy_form div.total_info strong.strong_total {color: #009cde;}
.buy_form div.total_info div::before, .buy_form div.total_info > div::after {content: ''; display: block; clear: both;}
.buy_form div.total_info > div::before, .buy_form div.total_info > div::after {content: ''; display: block; clear: both;}
.buy_form div.total_info .recive_txt {margin-top: 5px; color: #777; line-height: 22px;}
.sub3-2-1three .member_table.mgbt {margin-bottom: 10px;}
.sub3-2-1three .member_table table.step01_table tr.tr_line {text-align: center; line-height: 30px;}
.sub3-2-1three .member_table table.step01_table input, .sub3-2-1three .member_table table.step01_table label {margin: 0 2px 0 0;}
.sub3-2-1three .member_table table.step01_table button {padding: 2px 10px; margin: 0;}
.sub3-2-1three .member_table .recive {color: #777; font-size: 0.9em; letter-spacing: -0.2px;}
/* sub3-2-1three 배송대행신청 03 끝 */
/* sub3-2-1 배송대행신청 끝 */

/* sub4-3 단가조사 신청 (시장/ 공장OEM) */
.sub4-2_section h1 {text-align: center; margin: 10px 0;}
.scrollbox1.sub4-2{height: 100%; line-height: 30px;}
.scrollbox1.sub4-2.borderstyle01 {border: 1px solid #eee;}
.scrollbox1.sub4-2 label{color:#000; line-height: 20px; font-size: 1.0em; font-weight: 500;}
.select{font-size: 1.1em;}
.member_form_list_tit{font-weight: 800;}
.member_form_list_box button{font-family: 'Noto Sans KR', sans-serif;}
.red_star {color: #f00;}

.sub4-2_section .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;
}

.sub4-2_section .active, .accordion1:hover {
  background-color: #009cde;
  color:#fff;
}


.sub4-2_section .panel {
  display: none;
  background-color: white;
  overflow: hidden;
  padding: 15px;
  border: 1px solid #eee;
}
.shipping_table .member_form.sub4-2 .member_form_list_tit{text-align: left;}
.member_form_list.sub4-2{width: 100%;}
.m_inp.inp_style01.sub4-2{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-2 button{margin-left: 5px;}
.u-pw.m_inp.long{width: 100%;}
.inp_style03.m_inp.long{width: 100%;}

/* sub4-3one 단가조사 신청 (시장/ 공장OEM) 01 */
.sub4-2one h3 {color: #009cde;}
.sub4-2_section .step01 table.step01_table input {width: 60%;}
.sub4-2_section .step01 table.step01_table input[type='text'] {width: 30%;}
.sub4-2_section .step01 table.step01_table input.ipt_style100 {width: 100%;}
/* sub4-3one 단가조사 신청 (시장/ 공장OEM) 01 끝 */
/* sub4-3 단가조사 신청 (시장/ 공장OEM) 끝 */

/* sub4-3 내 공장 OEM 단가 */
.btn_boardlist_view {text-align: center; padding: 10px 0;}
.btn_boardlist_view a {width: 200px; display: block; margin: 0 auto; background-color: #009cde; border-radius: 5px; color: #fff; line-height: 40px;}
/* sub4-3 내 공장 OEM 단가 끝 */

/* sub4-4 공장 포트폴리오 */
.board_view td > * {display: inline-block; vertical-align: bottom;}
.board_view span.tit {margin-left: 10px; width: 50%; height: auto; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.board_view span.writer {float: right;}
/* sub4-4 공장 포트폴리오 끝 */

/* sub5-4 강의 일정 및 신청 */
.sub5-4 {margin-top: 5px;}
.sub5-4 table.sub5-4_table {width: 100%; border-top: 2px solid #009cde; border-bottom: 1px solid #ddd; text-align: left; vertical-align: middle;}
.sub5-4 table.sub5-4_table tr {padding: 5px 0;}
.sub5-4 table.sub5-4_table tr > * {line-height: 30px;}
.sub5-4 table.sub5-4_table td > * {margin: 5px 0; display: inline-block;}
.sub5-4 table.sub5-4_table td > label {margin-right: 5px;}
.sub5-4 table.sub5-4_table input[type=radio] {padding: 5px 0; margin: 0 2px;}
.sub5-4 table.sub5-4_table input[type=text] {background-color: #eee; height: 30px; border-radius: 5px; padding-left: 10px; vertical-align: middle;}
.sub5-4 table.sub5-4_table input[type=file] {height: auto; background-color: #fff; padding: 0;}
.sub5-4 table.sub5-4_table select {height: 30px;}
.sub5-4 table.sub5-4_table tr td .number_width {width: 30%;}
.sub5-4 table.sub5-4_table tr td.email_td .m_inp {width: 30%;}
.sub5-4 table.sub5-4_table tr td.email_td select {background-color: #eee; border-width: 0;}
.sub5-4 table.sub5-4_table button {background-color: #009cde; color: #fff; border-radius: 5px; padding: 5px 10px; margin-left: 5px; vertical-align: middle;}
.sub5-4 table.sub5-4_table .cal_btn1 button {padding: 10px 15px; margin-left: 0;}
.sub5-4 table.sub5-4_table textarea {border: none; background-color: #eee; width: 100%; max-height: 100px; resize: none; border-radius: 5px; padding: 5px;}
.sub5-4 table.sub5-4_table .add_text {font-size: 0.9em; color: #707070; line-height: 16px; letter-spacing: -0.2px;}
.sub5-4 table.sub5-4_table .cal_btn1 {display: inline-block;}
.sub5-4_btn {margin: 30px auto; text-align: center;}
/* sub5-4 강의 일정 및 신청 끝 */

/* sub6-1 공장 포트폴리오 */
.empty {padding: 50px 0; text-align: center;}
/* sub6-1 공장 포트폴리오 끝 */

/* sub6-2 중달이 MD 픽 */
.product_detail_middle {padding: 10px 0;}
.item_info_detail {padding: 10px 0; border-top: 1px solid #f4f4f4; border-bottom: 1px solid #f4f4f4;}
.item_info_detail dl+dl {margin-top: 10px;}
.item_info_detail dt, .item_info_detail dd {float: left; line-height: 24px;}
.item_info_detail dt {width: 30%; color: #707070;}
.item_info_detail dd {width: 70%;}

.option_select01 select {padding: 5px 10px 6px; width: 100%; font-family: inherit; border: 1px solid #dddddd; color: #999999; border-radius: 0; cursor: pointer; background-color: #fff;}
.option_item_box {padding: 20px 10px 0px 10px;}
.option_item_box .item_qty {text-align: right;}
.option_item_box .item_qty .number_up, .option_item_box .item_qty .number_down {width: 20px; height: 22px; background-color: #009cde; color: #fff; border-radius: 3px;}
.option_item_box .item_qty .cnt {width: 50px; padding: 0 2px; border: 1px solid #ddd; line-height: 20px;}

.total_price {padding: 20px 10px; margin-top: 10px; border-bottom: 1px solid #f4f4f4;}
.total_price dl > * {display: inline-block; font-size: 1.2em; vertical-align: middle;}
.total_price dt {float: left;}
.total_price dl dd {float: right;}
.total_price dl dd em {color: #009cde; margin-right: 5px; font-size: 1.3em;}

.item_detail {padding: 50px 0;}

.item_img > img {width: 100%;}
.itm_title {margin-top: 8px; font-size: 14px; padding-bottom: 10px;}
.item_info_detail > div {line-height: 24px; padding: 3px 0;}
.item_info_detail em.small {font-size: 0.8em; margin-left: 3px; color: #444;}
.itm_delivery {padding: 5px 0;}
.itm_sub_right {float: right; font-weight: 600;}

.item_btns {text-align: center; max-width: 98%; margin: 8px auto;}
.item_btns > div {display: inline-block; width: 49%; }
.item_btns button {line-height: 40px; border-radius: 3px;}
.item_btns > .wishlist_btn {width: 25%; background-color: #707070; color: #fff;}
.item_btns > .cart_btn {width: 25%; background-color: #707070; color: #fff;}
.item_btns > .order_btn {width: 48%; background-color: #009cde; color: #fff;}

.item_info_wrap {margin-top: 10px; border-top: 1px solid #dddddd; padding-top: 5px;}
.item_info_wrap > img {width: 100%;}

.tabbar02 {position: fixed; bottom: 56px; background-color: #fff; box-shadow: 0 -3px 7px 1px rgba(0, 0, 0, 0.10); width: 100%; height: 56px; z-index: 10;}

.item_btns {text-align: center; max-width: 98%; margin: 8px auto;}
.item_btns > div {display: inline-block; width: 49%; }
.item_btns button {line-height: 40px; border-radius: 3px;}
.item_btns > .cart_btn {width: 29%; background-color: #707070; color: #fff;}
.item_btns > .order_btn {width: 70%; background-color: #009cde; color: #fff;}
/* sub6-2 중달이 MD 픽 끝 */


/********** 상품상세페이지 **********/
.product_view_wrap img {display: block; max-width: 100%; vertical-align: middle; margin: 0 auto;}


/*상세페아지 탭*/
.product_view_wrap .sub5-5-3_tab  { border:1px solid #ddd; border-left:none; overflow:hidden; margin-top: 150px; }
.product_view_wrap .sub5-5-3_tab li { float:left; width:33.3333%; border-left:1px solid #ddd; text-align:center; box-sizing:border-box;color: #fff; background-color: #009CDE }
.product_view_wrap .sub5-5-3_tab li { display:inline-block; padding:10px; cursor:pointer; }
.product_view_wrap .sub5-5-3_tab li.on { background-color:#fff; color: #009CDE;}
.product_view_wrap .tab_cons { clear:both; margin-top:50px; }
.product_view_wrap .tab_cons .tab div { display:none; height:100px; background:#fff; height: auto; }
.product_view_wrap .tabdiv {margin: 10px auto;}



 .product_view_wrap .info_deliver_refund_wrap {margin-top: 0px;}
 .product_view_wrap .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;}
 .product_view_wrap .info_deliver_refund_tab > li.active {border-bottom: 2px solid #222222;}


.product_view_wrap .info_deliver_refund {margin: 0 0 60px;}
.product_view_wrap .info_deliver_refund_header {display: flex; align-items: center; margin: 20px 0;}
.product_view_wrap .info_deliver_refund_title {font-weight: 700; color: #333;}
.product_view_wrap .info_delivery_table {width:100%; border-collapse: collapse; border-spacing: 0; margin-top: 28px;}
.product_view_wrap .info_delivery_table tr {border: none; border-bottom: 1px solid #ddd;}
.product_view_wrap .info_delivery_table td, .info_delivery_table th {padding: 12px 6px; text-align: left; line-height: 1.38;}
.product_view_wrap .info_delivery_table th {width: 18ch; color: #757575;}
.product_view_wrap .info_delivery_table td {color: #424242; white-space: pre-line;}
.product_view_wrap .info_refund_table {margin-bottom: 40px;}

.product_view_wrap .info_refund_note_title {margin: 30px 0 5px; color: #424242; font-size: 1.5em;font-weight: 700; line-height: 30px;}
.product_view_wrap .info_refund_note {margin-bottom: 10px; color: #757575; line-height: 20px;}
.product_view_wrap .info_refund_note_list {counter-reset: index; color: #424242; line-height: 1.6}
 .product_view_wrap .info_refund_note_list > li {position: relative; padding-left: 18px;}
 .product_view_wrap .info_refund_note_list > li:before {counter-increment: index; content: counter(index) " "; font-weight: 600; position: absolute; top: 0; left: 0;}
 .product_view_wrap .info_refund_note_list > li small {color: #757575;}
.product_view_wrap .info_refund_note_lists{line-height: 25px;}
/*이용후기*/
.product_view_wrap .cm_review{position: relative; margin: 60px auto;}
.product_view_wrap .cm_review_cont{border-bottom: 1px solid #ddd; padding: 30px 0; position: relative; cursor: pointer;}
.product_view_wrap .cm_review_cont .thumb {position: absolute;top: 20px;right: 20px;width: 80px;}
.product_view_wrap .cm_review_cont .thumb img {width: 80px;height: 80px;object-fit: cover;} 
.product_view_wrap .cm_review_cont .inside {word-break: break-all; padding:5px 0 0;display: inline-block;margin-right: 110px;}   
.product_view_wrap .cm_review_line{border:1px solid #ccc; margin: 10px;}
.product_view_wrap .cm_review_left{float: left;}
.product_view_wrap .cm_review_tit{font-size: 1.5em; padding-left: 10px; display: inline-block;}
.product_view_wrap .cm_review_average{color: #00c8bb; padding-left: 10px;}
.product_view_wrap .cm_review_right{display: inline-block; padding-left: 10px;}
.product_view_wrap .cm_review_txt .far.fa-star{font-size: 1.5em;}
.product_view_wrap .cm_review_txt span{font-size: 1.5em; color:#ffc41d;}
.product_view_wrap .cm_review_name{display: inline-block; margin-left: 20px; line-height: 30px;}
.product_view_wrap .cm_review_name i{color:#ffc41d;}
.product_view_wrap .cm_review_name span {margin-left: 10px; border-left-style: 1px #ccc solid}
.product_view_wrap .cm_review_box{display: block; margin-left: 20px; line-height: 30px;}
.product_view_wrap .cm_review_btn{text-align: center; border-radius: 5px; cursor: pointer; box-sizing: border-box;background-color: #eee; margin-top: 3px; font-weight: 700; font-size: 1.0em;}
.product_view_wrap .cm_review_btn.btn2{width: 100px; height: 30px; right: 50%; bottom: -45px; background-color: #009CDE; color: #fff; border: none;}
.product_view_wrap .cm_review_btn.btn1:hover,.cm_review_btn.btn2:hover{background-color: #fff; color: #009CDE; border: 1px solid #009CDE;}

.product_view_wrap .plus {margin-left: 20px; cursor: pointer;}

.product_view_wrap .qna_title {margin-top: 30px}
.product_view_wrap .qna_tit{font-size: 1.5em; text-indent: 20px;}
.product_view_wrap .qna_tit span {margin-left: 5px}
.product_view_wrap .qna_text {position: relative;
    margin-top: 30px;
    padding: 20px 25px;
    background-color: #EFF7FC;}

.product_view_wrap .ask_bottom {background: #f6f6f6; margin-top: 10px; padding: 20px}
.product_view_wrap .ask_bottom_1 ul li {display: inline-block; margin-right: 5px; cursor: pointer;line-height: 23px; padding-top: 0 25px; font-size: 15px}
.product_view_wrap .idpw {padding: 10px 0; height: 50px}
.product_view_wrap .idpw input {margin-right: 10px;height: 40px}
.product_view_wrap .ask_input {margin-right: 5px;border-color: #ccc; width: 120px; height: 30px; padding: 4px 10px; border: solid 1px #d6d6d6d6; background: #ffffff; color:#333333; }
.product_view_wrap .ask_write {position: relative; margin-top: 10px}
.product_view_wrap .ask_write .input_box {margin-right: 1.3%;display: inline-block;width: 80%;border: solid 1px #ccc; padding: 5px; background:#ffffff;position: relative;text-align: left;}
.product_view_wrap .input_box textarea {height: 60px; border: 0!important; width: 98%; display: inline-block;}
.product_view_wrap .ask_btn {font-size: 1.2em;background: #009CDE;color: #fff;position: absolute; top: 0;width: 18%; display: inline-block; height: 78px; text-align: center;cursor: pointer; border-radius: 5px; border: 0}  
.product_view_wrap .qna_text p{line-height: 25px;}
textarea {
    resize: none;
}
                          
.product_view_wrap #product_faq_tabs_area {margin-bottom: 50px; margin-top: 30px}
.product_view_wrap .product_faq_tab_content {display: flex; flex-direction: column; position: relative;}
.product_view_wrap .product_faq_tab_content .product_tab_tit {float: left; width: 15%; padding: 10px 20px; background-color: #282c37; color: #fff; cursor: pointer; border-top: 3px solid #888;}
.product_view_wrap .product_view_wrap .product_faq_panels {overflow: hidden;}
.product_view_wrap .product_faq_list {animation: fadein .8s;} @keyframes fadein { from { opacity:0; } to { opacity:1; } }
.product_view_wrap .product_faq_list {width: 100%; border-top: 2px solid #888; border-bottom: 1px solid #888;}
.product_view_wrap .product_faq_list > ul {overflow: hidden; width: 100%;}
.product_view_wrap .product_faq_title {position: relative; color: #282c37; margin-left: 10px; padding: 20px 0 20px 40px; font-size: 18px; line-height: 20px; cursor: pointer;}
.product_view_wrap .product_faq_title span {color: #059f97;}
.product_view_wrap .product_faq_title strong {display: inline-block; width: 150px; vertical-align: middle; margin-left: 40px;}
.product_view_wrap .product_faq_title .fa-chevron-down {float: right; font-size: 1.5rem; margin-right: 20px; color: #555;}
.product_view_wrap .product_faq_conts {display: none; padding: 28px 30px 25px 104px; background-color:#e6e6e6;}
.product_view_wrap .product_faq_conts p {font-size: 16px; line-height: 20px;}
.product_view_wrap .board_page {text-align: center; margin-top: 30PX;}

.product_view_wrap .board_page a{display: inline-block;width: 40px ;height: 40px; color: #292929; font-weight: 600; line-height: 40px; border-radius: 3px;border: 1px solid #009CDE; text-align: center; font-size: 18px;}


/* mypage 마이페이지 */
.mypage_content h3 {color: #009cde; line-height: 28px;}
.mypage_content h3.pop_tit {color: #000;}
.mypage_content table {line-height: 26px; width: 100%; border-top: 2px solid #009cde; border-bottom: 1px solid #ddd; vertical-align: middle; margin-bottom: 30px;}

.mypage_content table tr th {font-weight: normal;}
.mypage_area table tr th {font-weight: 700; color: #000;}
.mypage_content table tr td {color: #444; padding: 2px 0;}
table.mypage_table_style02 tr td {font-weight: 700;}
.mypage_content table button {padding: 3px 10px; line-height: 18px;}
.mypage_content table button.btn_style01 {background-color: #009cde; color: #fff; border-radius: 5px; padding: 3px 0px; width: 90px; height: auto;}
.mypage_content table button.btn_style02 {background-color: #707070; color: #fff; border-radius: 5px; padding: 3px 0px; width: 90px;}
.mypage_content table button.btn_style03 {background-color: #002e50; color: #fff; border-radius: 5px; padding: 3px 0px; width: 90px;}
.mypage_content table.mypage_table {text-align: left;}
.mypage_content table.mypage_table th {background-color: rgba(21, 147, 206, 0.122);}
.mypage_content table.mypage_table th, .mypage_content table.mypage_table td {padding-left: 5px;}
.mypage_content table.mypage_table td {font-weight: normal;}
.mypage_content table.mypage_table_style02 {text-align: left;}
.mypage_content table.mypage_table_style02 tr {border-bottom: 1px solid #eee;}
.mypage_content table.mypage_table_style02 tr th strong {font-size: 0.8em; color: #009cde; letter-spacing: -0.3px; font-weight: normal;}
.mypage_content table.mypage_table_style03 {text-align: left;}
.mypage_content table.mypage_table_style03 tr {border-bottom: 1px solid #eee;}
.mypage_content table.mypage_table_style03 thead tr th {text-align: center; background-color: rgba(21, 147, 206, 0.122);}
.mypage_content table.mypage_table_style03 tbody tr th {font-weight: normal; padding-left: 10px;}
.mypage_content table.mypage_table_style03 tbody tr td {text-align: right; padding-right: 10px; font-weight: 700;}

button.btn_color00 {background-color: #999; color: #fff; padding: 3px 10px; border-radius: 5px; margin: 1px auto;}
button.btn_color01 {background-color: #777; color: #fff; padding: 3px 10px; border-radius: 5px; margin: 1px auto;}
button.btn_color02 {background-color: #002e50; color: #fff; border-radius: 5px; padding: 3px 10px;}
button.btn_color03 {background-color: #009cde; color: #fff; border-radius: 5px; padding: 3px 10px;}

.calendar_box {float: left;}
.calendar_box .ipt_style40 {line-height: 30px; float: left; border-radius: 3px; padding-left: 5px; font-size: 0.9em; background-color: #eee; margin: 0;}
.calendar_box > div.cal_btn1 {float: left;}
.calendar_box > div.cal_btn2 {float: left;}

.sel_box select {height: 24px;}
.cal_buttonn {max-width: 40px; max-height: 40px; color: #fff; border-radius: 3px; background-color: #009cde; text-align: center; padding: 5px !important; line-height: normal !important;}
.hi {float: left; margin: 0 5px; line-height: 30px;}

/* 팝업 */
.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: 20px 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 {padding: 1em 2em; text-align: left;}
  .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; border-top-style: hidden;}
  .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: 100%; 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 .25em .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); max-height: 90vh; overflow: hidden; overflow-y: scroll;}
  
@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: 20px 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: 80px;}
.mypage_area_wrap .charge_option > div.on {border: 1px solid #009cde; color: #009cde;}
.mypage_area_wrap .cd-popup-container2 table {width: 90%; margin: 10px auto; margin-top: 20px; text-align: left; border-top-style: hidden;}
.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: 0 20px; min-height: 40px; line-height: 30px; background-color: #fafafa;}
.mypage_area_wrap .cd-popup-container2 table tr td .number_width {width: 25%; background-color: #fff; padding-left: 0;}
.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: 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-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); max-height: 90vh; overflow: hidden; overflow-y: scroll;}
  
@media only screen and (min-width: 1170px) {
  .mypage_area_wrap .cd-popup-container2 {
      margin: 13em auto;
    }
  }
  /* 마이페이지 팝업2 끝 */
/* mypage 마이페이지 끝 */

/* mypage1-1 주문목록/배송조회 구매대행 */
.m_inline_tabs03 {overflow: hidden; margin: 20px 0;}
.m_inline_tabs03 ul.tabs {display: table; width: 100%;}
.m_inline_tabs03 ul.tabs li {display: table-cell; white-space: nowrap; padding: 10px 15px; cursor: pointer;}
.m_inline_tabs03 > .tabs > li {display: inline-block; font-size: 13px; padding: 10px 0; width: 33.3333%; text-align: center; background-color: #f9f9f9;}
.m_inline_tabs03 > .tabs > li.current {border: 1px solid #009cde; background-color: #009cde; color: #fff;}

p.empty_text {display: block; text-align: center; padding: 50px 0;}

.mypage_table_style02 {border-top: 2px solid #009cde; border-bottom: 1px solid #ddd; background-color: rgba(21, 147, 206, 0.122); line-height: 30px;}
.mypage1-1_table2 {width: 100%;}
.mypage1-1_table2 td {text-align: center;}
.mypage1-1_table2 select {width: 60px; 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 {height: 32px; background-color: #fff; border-radius: 3px; margin-left: 5px; padding-left: 5px; line-height: 30px; border: 1px solid #009cde;}
.mypage1-1_search_btn {position: relative;}
.mypage1-1_search_btn > button {position: absolute; top: 0; right: 10px; font-size: 1.2em; color: #009cde;}

.mypage_table_style02.mypage1-1_table2 {margin-bottom: 10px;}
.mypage1-1_table2 td {text-align: center; border-bottom: 1px solid #ddd;}
.mypage1-1_table2 input.calendar1 {width: 80px; background-color: #fff; line-height: 24px; padding-left: 5px;}
.mypage1-1_table2 input.calendar2 {width: 80px; background-color: #fff; line-height: 24px; padding-left: 5px;}
.mypage1-1_table2 .cal_btn1 {display: inline-block;}
.mypage1-1_table2 .cal_btn2 {display: inline-block;}
.mypage1-1_table2 .cal_btn1 > * {display: inline-block;}
.mypage1-1_table2  button {background-color: #009cde; color: #fff; border-radius: 5px; padding: 5px 10px; vertical-align: middle;}
.mypage1-1_table2_btn {text-align: right; padding-bottom: 10px;}
.mypage1-1_table2_btn button {width: 100px; height: 35px; color: #fff; border-radius: 5px; margin-left: 1%; background-color: #009cde;}

.mypage_content > div.info_3 > h3.float {float: left;}
.mypage_content span.btn_right {float: right;}
.mypage_content span.btn_right button {margin: 1px 0;}
.mypage1-1_content > div.info_3 > div.all_check {float: right;}
.mypage1-1_table3 {font-weight: normal;}
.mypage1-1_table3 thead tr th {font-weight: 500; background-color: rgba(21, 147, 206, 0.122); text-align: left; position: relative;}
.mypage1-1_table3 thead tr th div.checkbox_position {position: absolute; top: 0; left: 0;}
.mypage1-1_table3 thead tr th div:last-child {padding-left: 15px;}
.mypage1-1_table3 tbody tr {border-bottom: 1px dotted #ddd;}
.mypage1-1_table3 button.item_num_btn {color: #009cde; padding: 2px 0px;}
.mypage1-1_table3 button.btn_color03 {background-color: #009cde; color: #fff; border-radius: 5px; padding: 3px 10px; vertical-align: middle;}
.mypage1-1_table3 tbody tr td {padding: 2px 0;}
.mypage1-1_table3 tbody tr td div.item_num ul li:first-child {margin-left: 20px; margin-right: 5px;}
.mypage1-1_table3 tbody tr td div.item_num ul li {display: inline-block;}
.mypage1-1_table3 tbody tr td div.thumbnail {display: inline-block; vertical-align: middle; padding: 0 10px;}
.mypage1-1_table3 tbody tr td div.info {display: inline-block; vertical-align: middle;}
.mypage1-1_table3 tbody tr td div.info ul li {line-height: 20px;}
.mypage1-1_table3 tbody tr td div.btns {text-align: center;}
.mypage1-1_table3 tbody tr td div.progress ul {text-align: center;}
.mypage1-1_table3 tbody tr td div.progress ul li {display: inline-block;}
.mypage1-1_table3 tbody tr td div.progress ul li span:first-child {margin-right: 5px;}
span.red_txt {color: #fc7169; position: relative; padding-left: 10px;}
span.red_txt::before {content: ''; position: absolute; top: 3px; left: 3px; width: 1px; height: 17px; background-color: #ccc;}

.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: 10px; text-decoration: underline; font-size: 1.2em; color: #000;}
.mypage1-1_total1 > div {padding: 0px 10px; line-height: 30px;}
.mypage1-1_total1 > div > span {font-size: 1.1em;}
.mypage1-1_total1 > div > span:last-child {float: right; padding-left: 20px; font-size: 1.3em; color: #009cde;}
.mypage_btn_wrap02 {text-align: right; margin-top: 10px; margin-bottom: 30px;}
.mypage_btn_wrap02 button {width: 100px; height: 35px; color: #fff; border-radius: 5px; margin-left: 1%; background-color: #002e50;}

table.mypage1-1_table3 {margin-bottom: 0px;}
.mypage_content p.recive {padding-top: 5px; margin-bottom: 30px;}
.mypage_content p.recive strong.strong_important {color: #009cde;}
.recive_info_btns {text-align: right; padding-bottom: 30px;}
.recive_info_btns button {padding: 5px 10px; height: 35px; color: #fff; background-color: #009cde; border-radius: 5px;}


/* mypage1-1 구매대행 결제정보 팝업 */
.mypage1-1_content .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_content .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_content .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_content .cd-popup-container h3 {padding: 20px 0; font-size: 1.5em; color: inherit;}
.mypage1-1_content .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_content .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_content .cd-popup-container > dl dd {position: relative; padding: 0 10px; line-height: 1.7; font-size: 18px; box-sizing: border-box;}
.mypage1-1_content .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_content .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_content .cd-popup-container p.info_txt {text-align: left; color: #009cde; font-size: 14px;}
.mypage1-1_content .cd-popup-container input {vertical-align: middle; line-height: 28px; height: 28px; margin: 0; background-color: #fff; border-radius: 5px;}
.mypage1-1_content .cd-popup-container input[type='text'] {padding-left: 5px;}
.mypage1-1_content .cd-popup-container input#radio3 {margin-left: 10px;}
.mypage1-1_content .cd-popup-container table {width: 90%; margin: 0px auto; margin-bottom: 30px; text-align: center; border-bottom: 1px solid #ddd; border-top-style: hidden;}
.mypage1-1_content .cd-popup-container table tr {height: 50px; border-bottom: 1px solid #fff;}
.mypage1-1_content .cd-popup-container table tr th {width: 25%; text-align: center;}
.mypage1-1_content .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_content .cd-popup-container table tr td {background-color: #fafafa; text-align: left; padding: 10px 0 10px 20px; line-height: 24px;}
.mypage1-1_content .cd-popup-container table tr td span.pop_table_price::after {content: '원';}
.mypage1-1_content .cd-popup-container table tr td span.pop_table_quantity::after {content: '개';}
.mypage1-1_content .cd-popup-container .pop_textarea_box {padding-bottom: 30px;}
.mypage1-1_content .cd-popup-container .cd-buttons:after {content: ""; display: table; clear: both;}
.mypage1-1_content .cd-popup-container .cd-buttons li {float: left; width: 50%; list-style: none;}
.mypage1-1_content .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_content .cd-popup-container .cd-buttons li a {background: #009cde; border-radius: 0 0 .25em 0;}
.mypage1-1_content .cd-popup-container .cd-buttons li a:hover {background-color: #51aed6;}
.mypage1-1_content .cd-popup-container .cd-buttons li:first-child a {background: #fc7169; border-radius: 0 0 0 .25em;}
.mypage1-1_content .cd-popup-container .cd-buttons li:first-child a:hover {background-color: #fc8982;}
.mypage1-1_content .cd-popup-container .cd-popup-close {position: absolute; top: 8px; right: 8px; width: 30px; height: 30px;}
.mypage1-1_content .cd-popup-container .cd-popup-close::before, .mypage1-1_content .cd-popup-container .cd-popup-close::after {content: ''; position: absolute; top: 12px; width: 14px; height: 3px; background-color: #8f9cb5;}
.mypage1-1_content .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_content .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_content .is-visible .cd-popup-container {-webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); max-height: 90vh; overflow: hidden; overflow-y: scroll;}

@media only screen and (min-width: 1170px) {
  .mypage1-1_content .cd-popup-container {
    margin: 13em auto;
  }
}
   /* mypage1-1 구매대행 정보 팝업 끝 */
  
  /* mypage1-1 구매대행 정보 팝업2 */
  .mypage1-1_content .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_content .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_content .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_content .cd-popup-container2 h3 {padding: 20px 0; font-size: 1.5em;}
.mypage1-1_content .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_content .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_content .cd-popup-container2 > dl dd {position: relative; padding: 0 10px; line-height: 1.7; font-size: 18px; box-sizing: border-box;}
.mypage1-1_content .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_content .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_content .mypage1-1_pop2_info {min-height: 130px; margin-top: 50px;}
.mypage1-1_content .mypage1-1_pop2_info p {font-weight: 700; line-height: 30px;}
.mypage1-1_content .mypage1-1_pop2_info p strong {color: #fc7169;}
.mypage1-1_content .cd-popup-container2 .pop_textarea_box {padding-bottom: 30px;}
.mypage1-1_content .cd-popup-container2 .cd-buttons:after {content: ""; display: table; clear: both;}
.mypage1-1_content .cd-popup-container2 .cd-buttons li {float: left; width: 100%; list-style: none;}
.mypage1-1_content .cd-popup-container2 .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_content .cd-popup-container2 .cd-buttons li a {background: #009cde; border-radius: 0 0 .25em 0;}
.mypage1-1_content .cd-popup-container2 .cd-buttons li a:hover {background-color: #51aed6;}
.mypage1-1_content .cd-popup-container2 .cd-popup-close {position: absolute; top: 8px; right: 8px; width: 30px; height: 30px;}
.mypage1-1_content .cd-popup-container2 .cd-popup-close::before, .mypage1-1_content .cd-popup-container2 .cd-popup-close::after {content: ''; position: absolute; top: 12px; width: 14px; height: 3px; background-color: #8f9cb5;}
.mypage1-1_content .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_content .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_content .is-visible .cd-popup-container2 {-webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); max-height: 90vh; overflow: hidden; overflow-y: scroll;}
  
@media only screen and (min-width: 1170px) {
  .mypage1-1_content .cd-popup-container2 {
      margin: 13em auto;
    }
  }
  /* mypage1-1 구매대행 정보 팝업2 끝 */

  
  
  /* mypage1-1 구매대행 정보 팝업3 */
  .mypage1-1_content .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_content .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_content .cd-popup-container3 {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-1_content .cd-popup-container3 h3 {padding: 20px 0; font-size: 1.5em;}
  .mypage1-1_content .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_content .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_content .cd-popup-container3 > dl dd {position: relative; padding: 0 10px; line-height: 1.7; font-size: 18px; box-sizing: border-box;}
  .mypage1-1_content .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_content .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_content .mypage1-1_pop3_info {width: 90%; margin: 0px auto; margin-bottom: 50px; text-align: left;}
  .mypage1-1_content .mypage1-1_pop3_info h4 {font-size: 1.2em;}
  .mypage1-1_content .mypage1-1_pop3_info h4 span {color: #009cde;}
  .mypage1-1_content .mypage1-1_pop3_info p {line-height: 30px;}
  .mypage1-1_content .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_content .mypage1-1_pop3_info ul > li .popup_inner_box > ul {box-sizing: border-box; }
  .mypage1-1_content .mypage1-1_pop3_info ul > li .popup_inner_box > ul > li {display: inline-block; width: 300px; height: 100%; box-sizing: border-box;}
  .mypage1-1_content .popup_inner_tit {margin-top: 10px;}
  .mypage1-1_content .popup_inner_tit > p {display: inline-block;}
  .mypage1-1_content .mypage1-1_pop3_info .item_name {padding-left: 5px;}
  .mypage1-1_content .popup_inner_tit > button {float: right; background-color: #002e50; color: #fff; padding: 5px 12px; border-radius: 5px;}
  .mypage1-1_content .popup_inner_box_list .img-box {width: 300px; height: 250px;}

  .mypage1-1_content .cd-popup-container3 .pop_textarea_box {padding-bottom: 30px;}
  .mypage1-1_content .cd-popup-container3 .cd-buttons:after {content: ""; display: table; clear: both;}
  .mypage1-1_content .cd-popup-container3 .cd-buttons li {float: left; width: 100%; list-style: none;}
  .mypage1-1_content .cd-popup-container3 .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_content .cd-popup-container3 .cd-buttons li a {background: #009cde; border-radius: 0 0 .25em 0;}
  .mypage1-1_content .cd-popup-container3 .cd-buttons li a:hover {background-color: #51aed6;}
  .mypage1-1_content .cd-popup-container3 .cd-popup-close {position: absolute; top: 8px; right: 8px; width: 30px; height: 30px;}
  .mypage1-1_content .cd-popup-container3 .cd-popup-close::before, .mypage1-1_content .cd-popup-container3 .cd-popup-close::after {content: ''; position: absolute; top: 12px; width: 14px; height: 3px; background-color: #8f9cb5;}
  .mypage1-1_content .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_content .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_content .is-visible .cd-popup-container3 {-webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); max-height: 90vh; overflow: hidden; overflow-y: scroll;}
  
@media only screen and (min-width: 1170px) {
  .mypage1-1_content .cd-popup-container3 {
      margin: 4em auto;
    }
  }
  /* mypage1-1 구매대행 정보 팝업3 끝 */
    
  /* mypage1-1 구매대행 정보 팝업3-1 */
  .mypage1-1_content .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_content .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_content .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_content .cd-popup-container3-1 h3 {padding: 20px 0; font-size: 1.5em;}
    .mypage1-1_content .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_content .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_content .cd-popup-container3-1 > dl dd {position: relative; padding: 0 10px; line-height: 1.7; font-size: 18px; box-sizing: border-box;}
    .mypage1-1_content .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_content .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_content .mypage1-1_pop3-1_info {width: 90%; margin: 0px auto; margin-bottom: 30px;}
    .mypage1-1_content .mypage1-1_pop3-1_info p {color: #009cde; margin-bottom: 20px; font-weight: 700; line-height: 30px; font-size: 1em;}
    .mypage1-1_content .mypage1-1_pop3-1_info textarea {width: 100%; min-height: 200px; resize: none; padding: 10px; font-family: inherit;}
    .mypage1-1_content .cd-popup-container3-1 .pop_textarea_box {padding-bottom: 30px;}
    .mypage1-1_content .cd-popup-container3-1 .cd-buttons:after {content: ""; display: table; clear: both;}
    .mypage1-1_content .cd-popup-container3-1 .cd-buttons li {float: left; width: 50%; list-style: none;}
    .mypage1-1_content .cd-popup-container3-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_content .cd-popup-container3-1 .cd-buttons li a {background: #009cde; border-radius: 0 0 .25em 0;}
    .mypage1-1_content .cd-popup-container3-1 .cd-buttons li a:hover {background-color: #51aed6;}
    .mypage1-1_content .cd-popup-container3-1 .cd-buttons li:first-child a {background: #fc7169; border-radius: 0 0 0 .25em;}
    .mypage1-1_content .cd-popup-container3-1 .cd-buttons li:first-child a:hover {background-color: #fc8982;}
    .mypage1-1_content .cd-popup-container3-1 .cd-popup-close {position: absolute; top: 8px; right: 8px; width: 30px; height: 30px;}
    .mypage1-1_content .cd-popup-container3-1 .cd-popup-close::before, .mypage1-1_content .cd-popup-container3-1 .cd-popup-close::after {content: ''; position: absolute; top: 12px; width: 14px; height: 3px; background-color: #8f9cb5;}
    .mypage1-1_content .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_content .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_content .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); max-height: 90vh; overflow: hidden; overflow-y: scroll;}
    
  @media only screen and (min-width: 1170px) {
    .mypage1-1_content .cd-popup-container3-1 {
        margin: 16em auto;
      }
    }
    /* mypage1-1 구매대행 정보 팝업3-1 끝 */

    
  /* mypage1-1 구매대행 정보 팝업4 */
  .mypage1-1_content .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_content .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_content .cd-popup-container4 {position: relative; width: 90%; max-width: 1200px; 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_content .cd-popup-container4 h3 {padding: 20px 0; font-size: 1.5em;}
  .mypage1-1_content .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_content .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_content .cd-popup-container4 > dl dd {position: relative; padding: 0 10px; line-height: 1.7; font-size: 18px; box-sizing: border-box;}
  .mypage1-1_content .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_content .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_content .mypage1-1_pop4_info {width: 90%; margin: 0px auto; margin-bottom: 20px; text-align: center;}
  .mypage1-1_content .mypage1-1_pop4_info table {width: 100%; margin: 0px auto; margin-bottom: 30px; text-align: center; border-bottom: 1px solid #ddd; border-top-style: hidden;}
  .mypage1-1_content .mypage1-1_pop4_info table tr {height: 50px; border-bottom: 1px solid #fff;}
  .mypage1-1_content .mypage1-1_pop4_info table tr th {text-align: center;}
  .mypage1-1_content .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_content .mypage1-1_pop4_info table tr td {background-color: #fafafa; text-align: center; line-height: 24px;}
  .mypage1-1_content .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_content .mypage1-1_pop4_info table tr td span.style01 {color: #fc7169;}
  .mypage1-1_content .mypage1-1_pop4_info table tr td span.style02 {color: #009cde;}
  .mypage1-1_content .mypage1-1_pop4_info h4 {font-size: 1.2em;}
  .mypage1-1_content .mypage1-1_pop4_info h4 span {color: #009cde;}
  .mypage1-1_content .mypage1-1_pop4_info p {line-height: 30px;}
  .mypage1-1_content .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_content .mypage1-1_pop4_info ul > li .popup_inner_box > ul {box-sizing: border-box; }
  .mypage1-1_content .mypage1-1_pop4_info ul > li .popup_inner_box > ul > li {display: inline-block; width: 300px; height: 100%; box-sizing: border-box;}
  .mypage1-1_content .popup_inner_tit {margin-top: 10px;}
  .mypage1-1_content .popup_inner_tit > p {display: inline-block;}
  .mypage1-1_content .mypage1-1_pop4_info .item_name {padding-left: 20px;}
  .mypage1-1_content .popup_inner_tit > button {float: right; background-color: #002e50; color: #fff; padding: 5px 12px; border-radius: 5px;}
  .mypage1-1_content .popup_inner_box_list .img-box {width: 300px; height: 250px;}

  .mypage1-1_content .cd-popup-container4 .pop_textarea_box {padding-bottom: 30px;}
  .mypage1-1_content .cd-popup-container4 .cd-buttons:after {content: ""; display: table; clear: both;}
  .mypage1-1_content .cd-popup-container4 .cd-buttons li {float: left; width: 100%; list-style: none;}
  .mypage1-1_content .cd-popup-container4 .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_content .cd-popup-container4 .cd-buttons li a {background: #fc7169; border-radius: 0 0 .25em 0;}
  .mypage1-1_content .cd-popup-container4 .cd-buttons li a:hover {background-color: #fc8982;}
  .mypage1-1_content .cd-popup-container4 .cd-popup-close {position: absolute; top: 8px; right: 8px; width: 30px; height: 30px;}
  .mypage1-1_content .cd-popup-container4 .cd-popup-close::before, .mypage1-1_content .cd-popup-container4 .cd-popup-close::after {content: ''; position: absolute; top: 12px; width: 14px; height: 3px; background-color: #8f9cb5;}
  .mypage1-1_content .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_content .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_content .is-visible .cd-popup-container4 {-webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); max-height: 90vh; overflow: hidden; overflow-y: scroll;}
  
@media only screen and (min-width: 1170px) {
  .mypage1-1_content .cd-popup-container4 {
      margin: 18em auto;
    }
  }
  /* mypage1-1 구매대행 정보 팝업4 끝 */
    
  /* mypage1-1 구매대행 정보 팝업4-1 */
  .mypage1-1_content .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_content .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_content .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_content .cd-popup-container4-1 h3 {padding: 20px 0; font-size: 2em;}
    .mypage1-1_content .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_content .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_content .cd-popup-container4-1 > dl dd {position: relative; padding: 0 10px; line-height: 1.7; font-size: 18px; box-sizing: border-box;}
    .mypage1-1_content .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_content .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_content .mypage1-1_pop4-1_info {width: 90%; margin: 40px auto;}
    .mypage1-1_content .mypage1-1_pop4-1_info table th {letter-spacing: 0.15em;}
    .mypage1-1_content .mypage1-1_pop4-1_info .noto {font-family: 'Noto Sans KR', sans-serif;}
    /* .mypage1-1_content .mypage1-1_pop4-1_info p {color: #009cde; margin-bottom: 20px; font-weight: 700; line-height: 30px; font-size: 1em;} */
    .mypage1-1_content .mypage1-1_pop4-1_info .est_top .left_box img {vertical-align: middle; float: left; width: 110px;}
    .mypage1-1_content .mypage1-1_pop4-1_info .est_top .left_box > div {float: left; width: 75%; padding: 15px 0; margin-left: 20px;}
    .mypage1-1_content .mypage1-1_pop4-1_info .est_top .left_box > div > * {text-align: center; line-height: 1.5;}
    .mypage1-1_content .mypage1-1_pop4-1_info .est_top .left_box > div > h4 {font-weight: 700; font-size: 1em;}
    .mypage1-1_content .mypage1-1_pop4-1_info .est_top .left_box > div > h5 {color: #009cde; font-size: 1em;}
    .mypage1-1_content .mypage1-1_pop4-1_info .est_top .left_box > div > p {font-size: 0.75em;}
    .mypage1-1_content .mypage1-1_pop4-1_info table {width: 100%; text-align: center; border-top: 2px solid #009cde; border-bottom: 1px solid #ddd;}
    .mypage1-1_content .mypage1-1_pop4-1_info table th {line-height: 40px; background-color: rgba(21, 147, 206, 0.122);}
    .mypage1-1_content .mypage1-1_pop4-1_info table td {text-align: left; padding: 10px 0 10px 20px; line-height: 24px;}
    .mypage1-1_content .mypage1-1_pop4-1_info .est_top table.right_table1 {margin-top: 20px;}
    .mypage1-1_content .mypage1-1_pop4-1_info .est_top table.right_table1 tr {height: 40px;}
    .mypage1-1_content .mypage1-1_pop4-1_info .est_top table.right_table1 th {width: 14%;}
    .mypage1-1_content .mypage1-1_pop4-1_info .est_top table.right_table1 td {width: 25%;} 
    .mypage1-1_content .mypage1-1_pop4-1_info .est_top table th {width: 5%; border-bottom: 1px solid #eee; border-right: 1px solid #eee;}
    .mypage1-1_content .mypage1-1_pop4-1_info .est_top table td {width: 10%; border-bottom: 1px solid #eee; border-right: 1px solid #eee;}
    .mypage1-1_content .mypage1-1_pop4-1_info .est_top table td:last-child {border-right-style: none;}
    .mypage1-1_content .mypage1-1_pop4-1_info .est_top table th.th_style01 {border-right: 1px solid #eee; width: 3%; padding: 0 10px;}
    .mypage1-1_content .mypage1-1_pop4-1_info .est_top table.right_table2 {margin-top: 10px;}
    .mypage1-1_content .mypage1-1_pop4-1_info .est_top table.right_table2 h4 {text-align: center; font-size: 1.2em; letter-spacing: 0.5em;}
    .mypage1-1_content .mypage1-1_pop4-1_info .est_top table.right_table2 td.bgcolor {background-color: rgba(21, 147, 206, 0.122);}
    .mypage1-1_content .mypage1-1_pop4-1_info .est_top .right table td {line-height: 40px;}
    .mypage1-1_content .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_content .mypage1-1_pop4-1_info .est_top .txt {color: #fc7169; text-align: left;}

    .mypage1-1_content .mypage1-1_pop4-1_info .est_middle table {min-height: 200px; margin-bottom: 20px;}
    .mypage1-1_content .mypage1-1_pop4-1_info .est_middle table th {border-bottom: 1px solid #eee; border-right: 1px solid #eee;}
    .mypage1-1_content .mypage1-1_pop4-1_info .est_middle table td {height: 100px; border-bottom: 1px solid #eee; border-right: 1px solid #eee;}
    .mypage1-1_content .mypage1-1_pop4-1_info .est_middle table td:last-child {border-right-style: none;}
    .mypage1-1_content .mypage1-1_pop4-1_info .txt {text-align: left; padding: 20px 0;}
    .mypage1-1_content .mypage1-1_pop4-1_info .txt h4 {color: #fc7169; margin: 15px auto; font-size: 1.2em;}
    .mypage1-1_content .mypage1-1_pop4-1_info .txt p {font-size: 14px; line-height: 22px;}
    .mypage1-1_content .mypage1-1_pop4-1_info .est_bottom .left {float: left; width: 44%;}
    .mypage1-1_content .mypage1-1_pop4-1_info .est_bottom .right {float: left; width: 55%; margin-left: 1%;}
    .mypage1-1_content .mypage1-1_pop4-1_info .est_bottom table {margin-top: 20px; margin-bottom: 50px;}
    .mypage1-1_content .mypage1-1_pop4-1_info .est_bottom table tr { border-bottom: 1px solid #eee;}
    .mypage1-1_content .mypage1-1_pop4-1_info .est_bottom table th {width: 35%; border-right: 1px solid #eee;}
    .mypage1-1_content .mypage1-1_pop4-1_info .est_bottom .left .th_style02 {border-top: 2px solid #009cde;}
    .mypage1-1_content .mypage1-1_pop4-1_info .est_bottom .right_txt_top {margin: 10px 0; line-height: 30px;}
    .mypage1-1_content .mypage1-1_pop4-1_info .est_bottom .right_txt_top h2 {color: #009cde;}
    .mypage1-1_content .mypage1-1_pop4-1_info .est_bottom .right_txt_btm {line-height: 26px; padding-left: 10px;}
    .mypage1-1_content .mypage1-1_pop4-1_info .est_bottom .right_txt_btm h4 {padding: 5px 0; font-size: 1.2em;}
    .mypage1-1_content .mypage1-1_pop4-1_info .est_bottom .right_txt_btm p {font-size: 11px; line-height: 20px;}


    .mypage1-1_content .mypage1-1_pop4-1_info textarea {width: 100%; min-height: 200px; resize: none; padding: 10px; font-family: inherit;}
    .mypage1-1_content .cd-popup-container4-1 .pop_textarea_box {padding-bottom: 30px;}
    .mypage1-1_content .cd-popup-container4-1 .cd-buttons:after {content: ""; display: table; clear: both;}
    .mypage1-1_content .cd-popup-container4-1 .cd-buttons li {float: left; width: 50%; list-style: none;}
    .mypage1-1_content .cd-popup-container4-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_content .cd-popup-container4-1 .cd-buttons li a {background: #009cde; border-radius: 0 0 .25em 0;}
    .mypage1-1_content .cd-popup-container4-1 .cd-buttons li a:hover {background-color: #51aed6;}
    .mypage1-1_content .cd-popup-container4-1 .cd-buttons li:first-child a {background: #fc7169; border-radius: 0 0 0 .25em;}
    .mypage1-1_content .cd-popup-container4-1 .cd-buttons li:first-child a:hover {background-color: #fc8982;}
    .mypage1-1_content .cd-popup-container4-1 .cd-popup-close {position: absolute; top: 8px; right: 8px; width: 30px; height: 30px;}
    .mypage1-1_content .cd-popup-container4-1 .cd-popup-close::before, .mypage1-1_content .cd-popup-container4-1 .cd-popup-close::after {content: ''; position: absolute; top: 12px; width: 14px; height: 3px; background-color: #8f9cb5;}
    .mypage1-1_content .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_content .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_content .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); max-height: 90vh; overflow: hidden; overflow-y: scroll;}
    
  @media only screen and (min-width: 1170px) {
    .mypage1-1_content .cd-popup-container4-1 {
        margin: 3em auto;
      }
    }
    /* mypage1-1 구매대행 정보 팝업4-1 끝 */
/* mypage1-1 주문목록/배송조회 구매대행 끝 */

/* mypage1-2 주문목록/배송조회 배송대행 */
.mypage1-2_content button {margin-left: 0 !important;}
.mypage1-2_content > div.info_3 > div.all_check {float: right; line-height: 28px; padding: 0 5px;}
.mypage1-2_content > div.info_3 > div.btn_r {float: right; width: 80px;}
.mypage1-2_content > div.info_3 > div.btn_r button {padding: 3px 10px; width: 80px; background-color: #009cde; color: #fff; border-radius: 5px; vertical-align: middle;}

.mypage1-2_content li.btn_width {text-align: center;}
.mypage1-2_content li.btn_width button.btn_color01 {display: inline-block; width: 32%;}
.mypage1-2_content li.margintop {margin-top: 2px;}

select.search_select {border: 1px solid #009cde;}
.mypage_table_style02 {border-top: 2px solid #009cde; border-bottom: 1px solid #ddd; background-color: rgba(21, 147, 206, 0.122); line-height: 30px;}
.mypage1-2_table2 {width: 100%;}
.mypage1-2_table2 td {text-align: center;}
.mypage1-2_table2 select {width: 60px; 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;}
.mypage1-1_search_ipt {height: 32px; background-color: #fff; border-radius: 3px; margin-left: 5px; padding-left: 5px; line-height: 30px; border: 1px solid #009cde;}
.mypage1-1_search_btn {position: relative;}
.mypage1-1_search_btn > button {position: absolute; top: 0; right: 10px; font-size: 1.2em; color: #009cde;}

.mypage_table_style02.mypage1-2_table2 {margin-bottom: 10px;}
.mypage1-2_table2 td {text-align: center; border-bottom: 1px solid #ddd;}
.mypage1-2_table2 input.calendar1 {width: 80px; background-color: #fff; line-height: 30px; padding-left: 5px;}
.mypage1-2_table2 input.calendar2 {width: 80px; background-color: #fff; line-height: 30px; padding-left: 5px;}
.mypage1-2_table2 .cal_btn1 {display: inline-block;}
.mypage1-2_table2 .cal_btn2 {display: inline-block;}
.mypage1-2_table2 .cal_btn1 > * {display: inline-block;}
.mypage1-2_table2 button {background-color: #009cde; color: #fff; border-radius: 5px; padding: 5px 10px; vertical-align: middle;}
.mypage1-2_table2_btn {text-align: right; padding-bottom: 10px;}
.mypage1-2_table2_btn button {width: 100px; height: 35px; color: #fff; border-radius: 5px; margin-left: 1%; background-color: #009cde;}

.mypage1-1_content > div.info_3 > div.all_check {float: right;}
.mypage1-2_table3 {font-weight: normal; margin-bottom: 0 !important;}
.mypage1-2_table3 thead tr th {font-weight: 500; background-color: rgba(21, 147, 206, 0.122); text-align: left; position: relative;}
.mypage1-2_table3 thead tr th div.checkbox_position {position: absolute; top: 0; left: 0;}
.mypage1-2_table3 thead tr th div.box_left {float: left; margin-left: 15px;}
.mypage1-2_table3 thead tr th div.box_right {float: right; margin-right: 5px;}
.mypage1-2_table3 thead tr th div.box_right ul li button {width: 100%; background-color: #777; color: #fff; padding: 3px 10px; border-radius: 5px; margin: 1px auto;}
.mypage1-2_table3 tbody tr {border-bottom: 1px dotted #ddd;}
.mypage1-2_table3 button.item_num_btn {color: #009cde; padding: 2px 0px;}
.mypage1-2_table3 button.click_color100 {background-color: #009cde; color: #fff; border-radius: 5px; width: 100%; vertical-align: middle; margin-top: 5px;}
.mypage1-2_table3 tbody tr td {padding: 2px 0; position: relative;}
.mypage1-2_table3 tbody tr td div.item_num ul li:first-child {margin-left: 20px; margin-right: 5px;}
.mypage1-2_table3 tbody tr td div.item_num ul li {display: inline-block;}
.mypage1-2_table3 tbody tr td div.chk_box_absolute {position: absolute; top: 0; left: 0;}
.mypage1-2_table3 tbody tr td div.thumbnail {float: left; margin-left: 5%; width: 18%; vertical-align: middle; }
.mypage1-2_table3 tbody tr td div.thumbnail img {width: 60px; height: 60px; overflow: hidden;}
.mypage1-2_table3 tbody tr td div.info {float: right;; vertical-align: middle; width: 77%;}
.mypage1-2_table3 tbody tr td div.info ul li {line-height: 20px;}
.mypage1-2_table3 tbody tr td div.info ul li span.tracking_num_error {background-color: #fc7169; color: #fff; padding: 1px 5px;}
.mypage1-2_table3 tbody tr td div.info input.bg_color {background-color: #eee; line-height: 24px; border-radius: 5px; padding-left: 5px;}
.mypage1-2_table3 tbody tr td div.box_left {float: left; width: 49%; text-align: center; border-right: 1px dotted #ddd; line-height: 22px; font-size: 0.9em;}
.mypage1-2_table3 tbody tr td div.box_right {float: right; width: 50%; text-align: center; line-height: 22px; font-size: 0.9em;}
.mypage1-2_table3 tbody tr td div.btns {text-align: center;}

.mypage1-2_table3 tbody tr td div.progress ul {text-align: center;}
.mypage1-2_table3 tbody tr td div.progress ul li {display: inline-block;}
.mypage1-2_table3 tbody tr td div.progress ul li span:first-child {margin-right: 5px;}

.mypage1-2_content button.small_btn {padding: 3px 5px !important;}
/* mypage1-2 배송대행 정보 팝업1 */
.mypage1-2_content .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_content .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_content .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_content .cd-popup-container h3 {padding: 20px 0; font-size: 1.5em; color: #000;}
.mypage1-2_content .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_content .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_content .cd-popup-container > dl dd {position: relative; padding: 0 10px; line-height: 1.7; font-size: 18px; box-sizing: border-box;}
.mypage1-2_content .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_content .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_content .cd-popup-container p {padding: 1em 2em; text-align: left;}
.mypage1-2_content .cd-popup-container table {width: 90%; margin: 0px auto; margin-bottom: 30px; text-align: center; border-bottom: 1px solid #ddd; border-top: none;}
.mypage1-2_content .cd-popup-container table tr {height: 50px; border-bottom: 1px solid #fff;}
.mypage1-2_content .cd-popup-container table tr th {width: 32%; text-align: center;}
.mypage1-2_content .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_content .cd-popup-container table tr td {background-color: #fafafa; text-align: left; padding: 10px 0 10px 20px; line-height: 24px;}
.mypage1-2_content .cd-popup-container table ul li {line-height: 22px;}
.mypage1-2_content .cd-popup-container .pop_textarea_box {padding-bottom: 30px;}
.mypage1-2_content .cd-popup-container .cd-buttons:after {content: ""; display: table; clear: both;}
.mypage1-2_content .cd-popup-container .cd-buttons li {float: left; width: 50%; list-style: none;}
.mypage1-2_content .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_content .cd-popup-container .cd-buttons li a {background: #009cde; border-radius: 0 0 .25em 0;}
.mypage1-2_content .cd-popup-container .cd-buttons li a:hover {background-color: #51aed6;}
.mypage1-2_content .cd-popup-container .cd-buttons li:first-child a {background: #fc7169; border-radius: 0 0 0 .25em;}
.mypage1-2_content .cd-popup-container .cd-buttons li:first-child a:hover {background-color: #fc8982;}
.mypage1-2_content .cd-popup-container .cd-popup-close {position: absolute; top: 8px; right: 8px; width: 30px; height: 30px;}
.mypage1-2_content .cd-popup-container .cd-popup-close::before, .mypage1-2_content .cd-popup-container .cd-popup-close::after {content: ''; position: absolute; top: 12px; width: 14px; height: 3px; background-color: #8f9cb5;}
.mypage1-2_content .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_content .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_content .is-visible .cd-popup-container {-webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); max-height: 90vh; overflow: hidden; overflow-y: scroll;}
  
@media only screen and (min-width: 1170px) {
  .mypage1-2_content .cd-popup-container {
      margin: 10em auto;
    }
  }
  /* mypage1-2 배송대행 정보 팝업1 끝 */


/* mypage1-2 배송대행 정보 팝업1-1 */
.mypage1-2_content .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_content .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_content .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_content .cd-popup-container1-1 h3 {padding: 20px 0; font-size: 1.5em; color: #000;}
.mypage1-2_content .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_content .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_content .cd-popup-container1-1 > dl dd {position: relative; padding: 0 10px; line-height: 1.7; font-size: 18px; box-sizing: border-box;}
.mypage1-2_content .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_content .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_content .cd-popup-container1-1 p {text-align: left; color: #009cde; font-size: 14px;}
.mypage1-2_content .cd-popup-container1-1 input {vertical-align: middle; line-height: 28px; height: 28px; margin: 0; background-color: #fff; border-radius: 5px;}
.mypage1-2_content .cd-popup-container1-1 input[type='text'] {padding-left: 5px;}
.mypage1-2_content .cd-popup-container1-1 input#radio3 {margin-left: 10px;}
.mypage1-2_content .cd-popup-container1-1 table {width: 90%; margin: 0px auto; margin-bottom: 30px; text-align: center; border-bottom: 1px solid #ddd; border-top-style: hidden;}
.mypage1-2_content .cd-popup-container1-1 table tr {height: 50px; border-bottom: 1px solid #fff;}
.mypage1-2_content .cd-popup-container1-1 table tr th {width: 25%; text-align: center;}
.mypage1-2_content .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_content .cd-popup-container1-1 table tr td {background-color: #fafafa; text-align: left; padding: 10px 0 10px 20px; line-height: 24px;}
.mypage1-2_content .cd-popup-container1-1 .pop_textarea_box {padding-bottom: 30px;}
.mypage1-2_content .cd-popup-container1-1 .cd-buttons:after {content: ""; display: table; clear: both;}
.mypage1-2_content .cd-popup-container1-1 .cd-buttons li {float: left; width: 50%; list-style: none;}
.mypage1-2_content .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_content .cd-popup-container1-1 .cd-buttons li a {background: #009cde; border-radius: 0 0 .25em 0;}
.mypage1-2_content .cd-popup-container1-1 .cd-buttons li a:hover {background-color: #51aed6;}
.mypage1-2_content .cd-popup-container1-1 .cd-buttons li:first-child a {background: #fc7169; border-radius: 0 0 0 .25em;}
.mypage1-2_content .cd-popup-container1-1 .cd-buttons li:first-child a:hover {background-color: #fc8982;}
.mypage1-2_content .cd-popup-container1-1 .cd-popup-close {position: absolute; top: 8px; right: 8px; width: 30px; height: 30px;}
.mypage1-2_content .cd-popup-container1-1 .cd-popup-close::before, .mypage1-2_content .cd-popup-container1-1 .cd-popup-close::after {content: ''; position: absolute; top: 12px; width: 14px; height: 3px; background-color: #8f9cb5;}
.mypage1-2_content .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_content .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_content .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); max-height: 90vh; overflow: hidden; overflow-y: scroll;}

@media only screen and (min-width: 1170px) {
.mypage1-2_content .cd-popup-container1-1 {
    margin: 16em auto;
  }
}
/* mypage1-2 배송대행 정보 팝업1-1 끝 */

/* mypage1-2 배송대행 정보 팝업2 */
.mypage1-2_content .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_content .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_content .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_content .cd-popup-container2 h3 {padding: 20px 0; font-size: 1.5em; color: #000;}
  .mypage1-2_content .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_content .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_content .cd-popup-container2 > dl dd {position: relative; padding: 0 10px; line-height: 1.7; font-size: 18px; box-sizing: border-box;}
  .mypage1-2_content .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_content .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_content .mypage1-1_pop2_info {min-height: 130px; margin-bottom: 40px;}
  .mypage1-2_content .mypage1-1_pop2_info p {font-weight: 700; line-height: 30px; font-size: 1.2em;}
  .mypage1-2_content .mypage1-1_pop2_info p strong {color: #fc7169;}
  .mypage1-2_content .mypage1-2_pop2_table {width: 95%; margin: 0 auto; border-top-style: hidden;}
  .mypage1-2_content .mypage1-2_pop2_table th {background-color: rgba(21, 147, 206, 0.122); text-align: left; color: #444; padding: 5px; line-height: 30px; font-weight: 700;}
  .mypage1-2_content .mypage1-2_pop2_table th.center {text-align: center; border-bottom: 1px dotted #ddd;}
  .mypage1-2_content .mypage1-2_pop2_table td {text-align: left; padding: 5px; background-color: #fafafa;}
  .mypage1-2_content .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_content .mypage1-2_pop2_table input {background-color: #fff; line-height: 26px; border-radius: 5px; padding-left: 5px; width: 80%;}
  .mypage1-2_content .mypage1-2_pop2_table input.sch_input {width: 15%;}
  .mypage1-2_content .mypage1-2_pop2_table button {background-color: #009cde; color: #fff; padding: 0px 12px; border-radius: 5px; height: 30px;}
  .mypage1-2_content .mypage1-2_pop2_table select {padding: 2px; height: 30px;}
  .mypage1-2_content .cd-popup-container2 .pop_textarea_box {padding-bottom: 30px;}
  .mypage1-2_content .cd-popup-container2 .cd-buttons:after {content: ""; display: table; clear: both;}
  .mypage1-2_content .cd-popup-container2 .cd-buttons li {float: left; width: 50%; list-style: none;}
  .mypage1-2_content .cd-popup-container2 .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_content .cd-popup-container2 .cd-buttons li a {background: #009cde; border-radius: 0 0 .25em 0;}
  .mypage1-2_content .cd-popup-container2 .cd-buttons li a:hover {background-color: #51aed6;}
  .mypage1-2_content .cd-popup-container2 .cd-buttons li:first-child a {background: #fc7169; border-radius: 0 0 0 .25em;}
  .mypage1-2_content .cd-popup-container2 .cd-buttons li:first-child a:hover {background-color: #fc8982;}
  .mypage1-2_content .cd-popup-container2 .cd-popup-close {position: absolute; top: 8px; right: 8px; width: 30px; height: 30px;}
  .mypage1-2_content .cd-popup-container2 .cd-popup-close::before, .mypage1-2_content .cd-popup-container2 .cd-popup-close::after {content: ''; position: absolute; top: 12px; width: 14px; height: 3px; background-color: #8f9cb5;}
  .mypage1-2_content .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_content .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_content .is-visible .cd-popup-container2 {-webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); max-height: 90vh; overflow: hidden; overflow-y: scroll;}
  
@media only screen and (min-width: 1170px) {
  .mypage1-2_content .cd-popup-container2 {
      margin: 17em auto;
    }
  }
  /* mypage1-2 배송대행 정보 팝업2 끝 */

  
/* mypage1-2 배송대행 정보 팝업3 */
.mypage1-2_content .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_content .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_content .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_content .cd-popup-container3 h3 {padding: 20px 0; font-size: 1.5em; color: #000;}
  .mypage1-2_content .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_content .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_content .cd-popup-container3 > dl dd {position: relative; padding: 0 10px; line-height: 1.7; font-size: 18px; box-sizing: border-box;}
  .mypage1-2_content .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_content .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_content .mypage1-1_pop3_info {width: 90%; margin: 0px auto; margin-bottom: 50px; text-align: left;}
  .mypage1-2_content .mypage1-1_pop3_info h4 {font-size: 1.2em; padding: 10px 0;}
  .mypage1-2_content .mypage1-1_pop3_info h4 span {color: #009cde;}
  .mypage1-2_content .mypage1-1_pop3_info p {line-height: 30px; font-size: 1.2em;}
  .mypage1-2_content .mypage1-1_pop3_info > table {width: 100%; text-align: center; border-top: none;}
  .mypage1-2_content .mypage1-1_pop3_info > table thead {background-color: rgba(21, 147, 206, 0.122); line-height: 30px; font-weight: 700;}
  .mypage1-2_content .mypage1-1_pop3_info > table td {border: 1px solid #ddd;}
  .mypage1-2_content .mypage1-1_pop3_info > table tbody tr td:first-child {width: 7%;}
  .mypage1-2_content .mypage1-1_pop3_info > table tbody tr td:nth-child(2) {width: 15%;}
  .mypage1-2_content .mypage1-1_pop3_info > table tbody tr td:last-child {width: 80%; text-align: left; padding: 5px;}
  .mypage1-2_content .mypage1-1_pop3_info > table tbody tr td ul li {line-height: 22px;}
  .mypage1-2_content .mypage1-1_pop3_info > table tbody tr td .img_thumb {width: 60px; height: 60px; margin: 0 auto; padding: 0 5px;}
  .mypage1-2_content .mypage1-1_pop3_info > table tbody tr td span {padding-left: 5px;}

  .mypage1-2_content .cd-popup-container3 .pop_textarea_box {padding-bottom: 30px;}
  .mypage1-2_content .cd-popup-container3 .cd-buttons:after {content: ""; display: table; clear: both;}
  .mypage1-2_content .cd-popup-container3 .cd-buttons li {float: left; width: 50%; list-style: none;}
  .mypage1-2_content .cd-popup-container3 .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_content .cd-popup-container3 .cd-buttons li a {background: #009cde; border-radius: 0 0 .25em 0;}
  .mypage1-2_content .cd-popup-container3 .cd-buttons li a:hover {background-color: #51aed6;}
  .mypage1-2_content .cd-popup-container3 .cd-buttons li:first-child a {background: #fc7169; border-radius: 0 0 0 .25em;}
  .mypage1-2_content .cd-popup-container3 .cd-buttons li:first-child a:hover {background-color: #fc8982;}
  .mypage1-2_content .cd-popup-container3 .cd-popup-close {position: absolute; top: 8px; right: 8px; width: 30px; height: 30px;}
  .mypage1-2_content .cd-popup-container3 .cd-popup-close::before, .mypage1-2_content .cd-popup-container3 .cd-popup-close::after {content: ''; position: absolute; top: 12px; width: 14px; height: 3px; background-color: #8f9cb5;}
  .mypage1-2_content .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_content .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_content .is-visible .cd-popup-container3 {-webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); max-height: 90vh; overflow: hidden; overflow-y: scroll;}
  
@media only screen and (min-width: 1170px) {
    .mypage1-2_content .cd-popup-container3 {
      margin: 13em auto;
    }
  }
  /* mypage1-2 배송대행 정보 팝업3 끝 */
  
/* mypage1-2 배송대행 정보 팝업4 */
.mypage1-2_content .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_content .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_content .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_content .cd-popup-container4 h3 {padding: 20px 0; font-size: 1.5em; color: #000;}
  .mypage1-2_content .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_content .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_content .cd-popup-container4 > dl dd {position: relative; padding: 0 10px; line-height: 1.7; font-size: 18px; box-sizing: border-box;}
  .mypage1-2_content .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_content .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_content .mypage1-2_pop4_info {width: 90%; margin: 0px auto; margin-bottom: 50px; text-align: left;}
  .mypage1-2_content .mypage1-2_pop4_info h4 {font-size: 1.2em;}
  .mypage1-2_content .mypage1-2_pop4_info h4 span {color: #009cde;}
  .mypage1-2_content .mypage1-2_pop4_info p {line-height: 30px; font-size: 1.2em;}
  .mypage1-2_content .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_content .mypage1-2_pop4_info ul > li .popup_inner_box > ul {box-sizing: border-box; }
  .mypage1-2_content .mypage1-2_pop4_info ul > li .popup_inner_box > ul > li {display: inline-block; width: 300px; height: 100%; box-sizing: border-box;}
  .mypage1-2_content .popup_inner_tit {margin-top: 10px;}
  .mypage1-2_content .popup_inner_tit > p {display: inline-block;}
  .mypage1-2_content .mypage1-2_pop4_info .item_name {padding-left: 20px;}
  .mypage1-2_content .popup_inner_tit > button {float: right; background-color: #002e50; color: #fff; padding: 5px 12px; border-radius: 5px;}
  .mypage1-2_content .popup_inner_box_list .img-box {width: 300px; height: 250px;}

  .mypage1-2_content .cd-popup-container4 .pop_textarea_box {padding-bottom: 30px;}
  .mypage1-2_content .cd-popup-container4 .cd-buttons:after {content: ""; display: table; clear: both;}
  .mypage1-2_content .cd-popup-container4 .cd-buttons li {float: left; width: 100%; list-style: none;}
  .mypage1-2_content .cd-popup-container4 .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_content .cd-popup-container4 .cd-buttons li a {background: #009cde; border-radius: 0 0 .25em 0;}
  .mypage1-2_content .cd-popup-container4 .cd-buttons li a:hover {background-color: #51aed6;}
  .mypage1-2_content .cd-popup-container4 .cd-popup-close {position: absolute; top: 8px; right: 8px; width: 30px; height: 30px;}
  .mypage1-2_content .cd-popup-container4 .cd-popup-close::before, .mypage1-2_content .cd-popup-container4 .cd-popup-close::after {content: ''; position: absolute; top: 12px; width: 14px; height: 3px; background-color: #8f9cb5;}
  .mypage1-2_content .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_content .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_content .is-visible .cd-popup-container4 {-webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); max-height: 90vh; overflow: hidden; overflow-y: scroll;}
  
@media only screen and (min-width: 1170px) {
  .mypage1-2_content .cd-popup-container4 {
      margin: 4em auto;
    }
  }
  /* mypage1-2 배송대행 정보 팝업4 끝 */
 
/* mypage1-2 배송대행 정보 팝업3-1 */
.mypage1-2_content .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_content .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_content .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_content .cd-popup-container3-1 h3 {padding: 20px 0; font-size: 1.5em; color: #000;}
  .mypage1-2_content .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_content .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_content .cd-popup-container3-1 > dl dd {position: relative; padding: 0 10px; line-height: 1.7; font-size: 18px; box-sizing: border-box;}
  .mypage1-2_content .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_content .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_content .mypage1-1_pop3-1_info {width: 90%; margin: 0px auto; margin-bottom: 30px;}
  .mypage1-2_content .mypage1-1_pop3-1_info p {color: #009cde; margin-bottom: 20px; font-weight: 700; line-height: 30px; font-size: 1em;}
  .mypage1-2_content .mypage1-1_pop3-1_info textarea {width: 100%; min-height: 200px; resize: none; padding: 10px; font-family: inherit;}
  .mypage1-2_content .cd-popup-container3-1 .pop_textarea_box {padding-bottom: 30px;}
  .mypage1-2_content .cd-popup-container3-1 .cd-buttons:after {content: ""; display: table; clear: both;}
  .mypage1-2_content .cd-popup-container3-1 .cd-buttons li {float: left; width: 50%; list-style: none;}
  .mypage1-2_content .cd-popup-container3-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_content .cd-popup-container3-1 .cd-buttons li a {background: #009cde; border-radius: 0 0 .25em 0;}
  .mypage1-2_content .cd-popup-container3-1 .cd-buttons li a:hover {background-color: #51aed6;}
  .mypage1-2_content .cd-popup-container3-1 .cd-buttons li:first-child a {background: #fc7169; border-radius: 0 0 0 .25em;}
  .mypage1-2_content .cd-popup-container3-1 .cd-buttons li:first-child a:hover {background-color: #fc8982;}
  .mypage1-2_content .cd-popup-container3-1 .cd-popup-close {position: absolute; top: 8px; right: 8px; width: 30px; height: 30px;}
  .mypage1-2_content .cd-popup-container3-1 .cd-popup-close::before, .mypage1-2_content .cd-popup-container3-1 .cd-popup-close::after {content: ''; position: absolute; top: 12px; width: 14px; height: 3px; background-color: #8f9cb5;}
  .mypage1-2_content .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_content .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_content .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); max-height: 90vh; overflow: hidden; overflow-y: scroll;}
  
@media only screen and (min-width: 1170px) {
  .mypage1-2_content .cd-popup-container3-1 {
      margin: 17em auto;
    }
  }
  /* mypage1-2 배송대행 정보 팝업3-1 끝 */

/* mypage1-2 배송대행 정보 팝업4-1 */
.mypage1-2_content .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_content .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_content .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_content .cd-popup-container4-1 h3 {padding: 20px 0; font-size: 1.5em; color: #000;}
  .mypage1-2_content .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_content .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_content .cd-popup-container4-1 > dl dd {position: relative; padding: 0 10px; line-height: 1.7; font-size: 18px; box-sizing: border-box;}
  .mypage1-2_content .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_content .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_content .mypage1-1_pop4-1_info {min-height: 130px; margin-bottom: 40px;}
  .mypage1-2_content .mypage1-1_pop4-1_info p {font-weight: 700; line-height: 30px; font-size: 1.2em;}
  .mypage1-2_content .mypage1-1_pop4-1_info p strong {color: #fc7169;}
  .mypage1-2_content .mypage1-2_pop4-1_table {width: 95%; margin: 0 auto; border-top-style: hidden;}
  .mypage1-2_content .mypage1-2_pop4-1_table th {background-color: rgba(21, 147, 206, 0.122); text-align: left; color: #444; padding: 5px; line-height: 30px; font-weight: 700;}
  .mypage1-2_content .mypage1-2_pop4-1_table th.center {text-align: center; border-bottom: 1px dotted #ddd;}
  .mypage1-2_content .mypage1-2_pop4-1_table td {text-align: left; padding: 5px; background-color: #fafafa;}
  .mypage1-2_content .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_content .mypage1-2_pop4-1_table input {background-color: #fff; line-height: 26px; border-radius: 5px; padding-left: 5px; width: 80%;}
  .mypage1-2_content .mypage1-2_pop4-1_table input.sch_input {width: 15%;}
  .mypage1-2_content .mypage1-2_pop4-1_table button {background-color: #009cde; color: #fff; padding: 0px 12px; border-radius: 5px; height: 30px;}
  .mypage1-2_content .mypage1-2_pop4-1_table select {padding: 2px; height: 30px;}
  .mypage1-2_content .cd-popup-container4-1 .pop_textarea_box {padding-bottom: 30px;}
  .mypage1-2_content .cd-popup-container4-1 .cd-buttons:after {content: ""; display: table; clear: both;}
  .mypage1-2_content .cd-popup-container4-1 .cd-buttons li {float: left; width: 50%; list-style: none;}
  .mypage1-2_content .cd-popup-container4-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_content .cd-popup-container4-1 .cd-buttons li a {background: #009cde; border-radius: 0 0 .25em 0;}
  .mypage1-2_content .cd-popup-container4-1 .cd-buttons li a:hover {background-color: #51aed6;}
  .mypage1-2_content .cd-popup-container4-1 .cd-buttons li:first-child a {background: #fc7169; border-radius: 0 0 0 .25em;}
  .mypage1-2_content .cd-popup-container4-1 .cd-buttons li:first-child a:hover {background-color: #fc8982;}
  .mypage1-2_content .cd-popup-container4-1 .cd-popup-close {position: absolute; top: 8px; right: 8px; width: 30px; height: 30px;}
  .mypage1-2_content .cd-popup-container4-1 .cd-popup-close::before, .mypage1-2_content .cd-popup-container4-1 .cd-popup-close::after {content: ''; position: absolute; top: 12px; width: 14px; height: 3px; background-color: #8f9cb5;}
  .mypage1-2_content .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_content .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_content .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); max-height: 90vh; overflow: hidden; overflow-y: scroll;}
  
@media only screen and (min-width: 1170px) {
  .mypage1-2_content .cd-popup-container4-1 {
      margin: 17em auto;
    }
  }
  /* mypage1-2 배송대행 정보 팝업4-1 끝 */
/* mypage1-2 주문목록/배송조회 배송대행 끝 */

/* mypage1-3 주문목록/배송조회 단가조사 */
.mypage1-3_content > div.info_3 > div.all_check {float: right;}
.mypage1-3_table3 {font-weight: normal;}
.mypage1-3_table3 thead tr th {font-weight: 500; background-color: rgba(21, 147, 206, 0.122); text-align: left; position: relative;}
.mypage1-3_table3 thead tr th div.checkbox_position {position: absolute; top: 0; left: 0;}
.mypage1-3_table3 thead tr th div:last-child {padding-left: 15px;}
.mypage1-3_table3 thead tr th div ul li.btns {text-align: center; padding-right: 15px;}
.mypage1-3_table3 thead tr th div ul li.btns button {width: 49%;}
.mypage1-3_table3 tbody tr {border-bottom: 1px dotted #ddd;}
.mypage1-3_table3 button.item_num_btn {color: #009cde; padding: 2px 0px;}
.mypage1-3_table3 button.btn_color03 {background-color: #009cde; color: #fff; border-radius: 5px; padding: 3px 10px; vertical-align: middle;}
.mypage1-3_table3 tbody tr td {padding: 2px 0; position: relative;}
.mypage1-3_table3 tbody tr td div.item_num ul li:first-child {margin-left: 20px; margin-right: 5px;}
.mypage1-3_table3 tbody tr td div.item_num ul li {display: inline-block;}
.mypage1-3_table3 tbody tr td div.chk_box_absolute {position: absolute; top: 0; left: 0;}
.mypage1-3_table3 tbody tr td div.thumbnail {float: left; margin-left: 5%; width: 18%; vertical-align: middle; }
.mypage1-3_table3 tbody tr td div.thumbnail img {width: 60px; height: 60px; overflow: hidden;}
.mypage1-3_table3 tbody tr td div.info {float: right;; vertical-align: middle; width: 77%;}
.mypage1-3_table3 tbody tr td div.info ul li {line-height: 30px;}
.mypage1-3_table3 tbody tr td div.btns {text-align: center;}
.mypage1-3_table3 tbody tr td div.btns button.btn_color02 {background-color: #002e50; color: #fff; border-radius: 5px; padding: 3px 10px; vertical-align: middle;}
.mypage1-3_table3 tbody tr td div.btns button.est_btn {width: 267px;}
.mypage1-3_table3 tbody tr td div.progress {text-align: center;}
.mypage1-3_table3 tbody tr td div.progress ul li {display: inline-block;}
.mypage1-3_table3 tbody tr td div.progress ul li span:first-child {margin-right: 5px;}


/* mypage1-3 단가조사 정보 팝업1 */
.mypage1-3_content .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_content .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_content .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_content .cd-popup-container h3 {padding: 20px 0; font-size: 1.5em; color: #000;}
.mypage1-3_content .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_content .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_content .cd-popup-container > dl dd {position: relative; padding: 0 10px; line-height: 1.7; font-size: 18px; box-sizing: border-box;}
.mypage1-3_content .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_content .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_content .cd-popup-container p {padding: 1em 2em; text-align: left;}
.mypage1-3_content .cd-popup-container table {width: 90%; margin: 0px auto; margin-bottom: 30px; text-align: center; border-bottom: 1px solid #ddd; border-top: none;}
.mypage1-3_content .cd-popup-container table tr {height: 50px; border-bottom: 1px solid #fff;}
.mypage1-3_content .cd-popup-container table tr th {width: 32%; text-align: center;}
.mypage1-3_content .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_content .cd-popup-container table tr td {background-color: #fafafa; text-align: left; padding: 10px 0 10px 20px; line-height: 24px;}
.mypage1-3_content .cd-popup-container .pop_textarea_box {padding-bottom: 30px;}
.mypage1-3_content .cd-popup-container .cd-buttons:after {content: ""; display: table; clear: both;}
.mypage1-3_content .cd-popup-container .cd-buttons li {float: left; width: 50%; list-style: none;}
.mypage1-3_content .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_content .cd-popup-container .cd-buttons li a {background: #009cde; border-radius: 0 0 .25em 0;}
.mypage1-3_content .cd-popup-container .cd-buttons li a:hover {background-color: #51aed6;}
.mypage1-3_content .cd-popup-container .cd-buttons li:first-child a {background: #fc7169; border-radius: 0 0 0 .25em;}
.mypage1-3_content .cd-popup-container .cd-buttons li:first-child a:hover {background-color: #fc8982;}
.mypage1-3_content .cd-popup-container .cd-popup-close {position: absolute; top: 8px; right: 8px; width: 30px; height: 30px;}
.mypage1-3_content .cd-popup-container .cd-popup-close::before, .mypage1-3_content .cd-popup-container .cd-popup-close::after {content: ''; position: absolute; top: 12px; width: 14px; height: 3px; background-color: #8f9cb5;}
.mypage1-3_content .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_content .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_content .is-visible .cd-popup-container {-webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); max-height: 90vh; overflow: hidden; overflow-y: scroll;}
  
@media only screen and (min-width: 1170px) {
  .mypage1-3_content .cd-popup-container {
      margin: 21em auto;
    }
  }
  /* mypage1-3 단가조사 정보 팝업1 끝 */


/* mypage1-3 단가조사 정보 팝업1-1 */
.mypage1-3_content .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_content .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_content .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_content .cd-popup-container1-1 h3 {padding: 20px 0; font-size: 1.5em; color: #000;}
.mypage1-3_content .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_content .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_content .cd-popup-container1-1 > dl dd {position: relative; padding: 0 10px; line-height: 1.7; font-size: 18px; box-sizing: border-box;}
.mypage1-3_content .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_content .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_content .cd-popup-container1-1 p {text-align: left; color: #009cde; font-size: 14px;}
.mypage1-3_content .cd-popup-container1-1 input {vertical-align: middle; line-height: 28px; height: 28px; margin: 0; background-color: #fff; border-radius: 5px;}
.mypage1-3_content .cd-popup-container1-1 input[type='text'] {padding-left: 5px;}
.mypage1-3_content .cd-popup-container1-1 input#radio3 {margin-left: 10px;}
.mypage1-3_content .cd-popup-container1-1 table {width: 90%; margin: 0px auto; margin-bottom: 30px; text-align: center; border-bottom: 1px solid #ddd; border-top: none;}
.mypage1-3_content .cd-popup-container1-1 table tr {height: 50px; border-bottom: 1px solid #fff;}
.mypage1-3_content .cd-popup-container1-1 table tr th {width: 25%; text-align: center;}
.mypage1-3_content .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_content .cd-popup-container1-1 table tr td {background-color: #fafafa; text-align: left; padding: 10px 0 10px 20px; line-height: 24px;}
.mypage1-3_content .cd-popup-container1-1 .pop_textarea_box {padding-bottom: 30px;}
.mypage1-3_content .cd-popup-container1-1 .cd-buttons:after {content: ""; display: table; clear: both;}
.mypage1-3_content .cd-popup-container1-1 .cd-buttons li {float: left; width: 50%; list-style: none;}
.mypage1-3_content .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_content .cd-popup-container1-1 .cd-buttons li a {background: #009cde; border-radius: 0 0 .25em 0;}
.mypage1-3_content .cd-popup-container1-1 .cd-buttons li a:hover {background-color: #51aed6;}
.mypage1-3_content .cd-popup-container1-1 .cd-buttons li:first-child a {background: #fc7169; border-radius: 0 0 0 .25em;}
.mypage1-3_content .cd-popup-container1-1 .cd-buttons li:first-child a:hover {background-color: #fc8982;}
.mypage1-3_content .cd-popup-container1-1 .cd-popup-close {position: absolute; top: 8px; right: 8px; width: 30px; height: 30px;}
.mypage1-3_content .cd-popup-container1-1 .cd-popup-close::before, .mypage1-3_content .cd-popup-container1-1 .cd-popup-close::after {content: ''; position: absolute; top: 12px; width: 14px; height: 3px; background-color: #8f9cb5;}
.mypage1-3_content .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_content .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_content .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); max-height: 90vh; overflow: hidden; overflow-y: scroll;}

@media only screen and (min-width: 1170px) {
.mypage1-3_content .cd-popup-container1-1 {
    margin: 16em auto;
  }
}
/* mypage1-3 단가조사 정보 팝업1-1 끝 */

/* mypage1-3 단가조사 정보 팝업2 */
.mypage1-3_content .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_content .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_content .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_content .cd-popup-container2 h3 {padding: 20px 0; font-size: 1.5em; color: #000;}
  .mypage1-3_content .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_content .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_content .cd-popup-container2 > dl dd {position: relative; padding: 0 10px; line-height: 1.7; font-size: 18px; box-sizing: border-box;}
  .mypage1-3_content .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_content .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_content .mypage1-1_pop2_info {min-height: 130px; margin-bottom: 40px;}
  .mypage1-3_content .mypage1-1_pop2_info p {font-weight: 700; line-height: 30px; font-size: 1.2em;}
  .mypage1-3_content .mypage1-1_pop2_info p strong {color: #fc7169;}
  .mypage1-3_content .mypage1-2_pop2_table {width: 95%; margin: 0 auto; border-top-style: hidden;}
  .mypage1-3_content .mypage1-2_pop2_table th {background-color: rgba(21, 147, 206, 0.122); text-align: left; color: #444; padding: 5px; line-height: 30px; font-weight: 700;}
  .mypage1-3_content .mypage1-2_pop2_table th.center {text-align: center; border-bottom: 1px dotted #ddd;}
  .mypage1-3_content .mypage1-2_pop2_table td {text-align: left; padding: 5px; background-color: #fafafa;}
  .mypage1-3_content .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-3_content .mypage1-2_pop2_table input {background-color: #fff; line-height: 26px; border-radius: 5px; padding-left: 5px; width: 80%;}
  .mypage1-3_content .mypage1-2_pop2_table input.input_width25 {width: 25%;}
  .mypage1-3_content .mypage1-2_pop2_table button {background-color: #009cde; color: #fff; padding: 0px 12px; border-radius: 5px; height: 30px;}
  .mypage1-3_content .mypage1-2_pop2_table select {padding: 2px; height: 30px;}
  .mypage1-3_content .mypage1-2_pop2_table td .filebox input {max-width: 50%; line-height: 26px; padding: 5px; border: none;}
  .mypage1-3_content .cd-popup-container2 .pop_textarea_box {padding-bottom: 30px;}
  .mypage1-3_content .cd-popup-container2 .cd-buttons:after {content: ""; display: table; clear: both;}
  .mypage1-3_content .cd-popup-container2 .cd-buttons li {float: left; width: 50%; list-style: none;}
  .mypage1-3_content .cd-popup-container2 .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_content .cd-popup-container2 .cd-buttons li a:hover {background-color: #51aed6;}
  .mypage1-3_content .cd-popup-container2 .cd-buttons li:first-child a {background: #fc7169; border-radius: 0 0 0 .25em;}
  .mypage1-3_content .cd-popup-container2 .cd-buttons li:first-child a:hover {background-color: #fc8982;}
  .mypage1-3_content .cd-popup-container2 .cd-buttons li:last-child a {background: #009cde; border-radius: 0 0 .25em 0;}
  .mypage1-3_content .cd-popup-container2 .cd-popup-close {position: absolute; top: 8px; right: 8px; width: 30px; height: 30px;}
  .mypage1-3_content .cd-popup-container2 .cd-popup-close::before, .mypage1-3_content .cd-popup-container2 .cd-popup-close::after {content: ''; position: absolute; top: 12px; width: 14px; height: 3px; background-color: #8f9cb5;}
  .mypage1-3_content .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_content .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_content .is-visible .cd-popup-container2 {-webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); max-height: 90vh; overflow: hidden; overflow-y: scroll;}


@media only screen and (min-width: 1170px) {
  .mypage1-3_content .cd-popup-container2 {
      margin: 17em auto;
    }
  }
  /* mypage1-3 단가조사 정보 팝업2 끝 */
/* mypage1-3 주문목록/배송조회 단가조사 끝 */

/* mypage2-1 컨설팅/강의 조회 */

/* 컨설팅/강의 조회 팝업1 */
.mypage2-1_content .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_content .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_content .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_content .cd-popup-container h3 {padding: 20px 0; font-size: 1.5em; color: #000;}
.mypage2-1_content .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_content .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_content .cd-popup-container > dl dd {position: relative; padding: 0 10px; line-height: 1.7; font-size: 18px; box-sizing: border-box;}
.mypage2-1_content .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_content .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_content .cd-popup-container p {padding: 1em 2em; text-align: left;}
.mypage2-1_content .cd-popup-container table {width: 90%; margin: 0px auto; margin-bottom: 30px; text-align: center; border-bottom: 1px solid #ddd; border-top: none;}
.mypage2-1_content .cd-popup-container table tr {height: 50px; border-bottom: 1px solid #fff;}
.mypage2-1_content .cd-popup-container table tr th {width: 32%; text-align: center;}
.mypage2-1_content .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_content .cd-popup-container table tr td {background-color: #fafafa; text-align: left; padding: 10px 0 10px 20px; line-height: 24px;}
.mypage2-1_content .cd-popup-container .pop_textarea_box {padding-bottom: 30px;}
.mypage2-1_content .cd-popup-container .cd-buttons:after {content: ""; display: table; clear: both;}
.mypage2-1_content .cd-popup-container .cd-buttons li {float: left; width: 50%; list-style: none;}
.mypage2-1_content .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_content .cd-popup-container .cd-buttons li a {background: #009cde; border-radius: 0 0 .25em 0;}
.mypage2-1_content .cd-popup-container .cd-buttons li a:hover {background-color: #51aed6;}
.mypage2-1_content .cd-popup-container .cd-buttons li:first-child a {background: #fc7169; border-radius: 0 0 0 .25em;}
.mypage2-1_content .cd-popup-container .cd-buttons li:first-child a:hover {background-color: #fc8982;}
.mypage2-1_content .cd-popup-container .cd-popup-close {position: absolute; top: 8px; right: 8px; width: 30px; height: 30px;}
.mypage2-1_content .cd-popup-container .cd-popup-close::before, .mypage2-1_content .cd-popup-container .cd-popup-close::after {content: ''; position: absolute; top: 12px; width: 14px; height: 3px; background-color: #8f9cb5;}
.mypage2-1_content .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_content .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_content .is-visible .cd-popup-container {-webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); max-height: 90vh; overflow: hidden; overflow-y: scroll;}
  
@media only screen and (min-width: 1170px) {
  .mypage2-1_area_wrap .cd-popup-container {
      margin: 20em auto;
    }
  }
  /* 컨설팅/강의 조회 팝업1 끝 */


/* 컨설팅/강의 조회 팝업1-1 */
.mypage2-1_content .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_content .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_content .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_content .cd-popup-container1-1 h3 {padding: 20px 0; font-size: 1.5em; color: #000;}
.mypage2-1_content .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_content .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_content .cd-popup-container1-1 > dl dd {position: relative; padding: 0 10px; line-height: 1.7; font-size: 18px; box-sizing: border-box;}
.mypage2-1_content .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_content .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_content .cd-popup-container1-1 p {text-align: left; color: #009cde; font-size: 14px;}
.mypage2-1_content .cd-popup-container1-1 input {vertical-align: middle; line-height: 28px; height: 28px; margin: 0; background-color: #fff; border-radius: 5px;}
.mypage2-1_content .cd-popup-container1-1 input[type='text'] {padding-left: 5px;}
.mypage2-1_content .cd-popup-container1-1 input#radio3 {margin-left: 10px;}
.mypage2-1_content .cd-popup-container1-1 table {width: 90%; margin: 0px auto; margin-bottom: 30px; text-align: center; border-bottom: 1px solid #ddd;}
.mypage2-1_content .cd-popup-container1-1 table tr {height: 50px; border-bottom: 1px solid #fff;}
.mypage2-1_content .cd-popup-container1-1 table tr th {width: 25%; text-align: center;}
.mypage2-1_content .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_content .cd-popup-container1-1 table tr td {background-color: #fafafa; text-align: left; padding: 10px 0 10px 20px; line-height: 24px;}
.mypage2-1_content .cd-popup-container1-1 .pop_textarea_box {padding-bottom: 30px;}
.mypage2-1_content .cd-popup-container1-1 .cd-buttons:after {content: ""; display: table; clear: both;}
.mypage2-1_content .cd-popup-container1-1 .cd-buttons li {float: left; width: 50%; list-style: none;}
.mypage2-1_content .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_content .cd-popup-container1-1 .cd-buttons li a {background: #009cde; border-radius: 0 0 .25em 0;}
.mypage2-1_content .cd-popup-container1-1 .cd-buttons li a:hover {background-color: #51aed6;}
.mypage2-1_content .cd-popup-container1-1 .cd-buttons li:first-child a {background: #fc7169; border-radius: 0 0 0 .25em;}
.mypage2-1_content .cd-popup-container1-1 .cd-buttons li:first-child a:hover {background-color: #fc8982;}
.mypage2-1_content .cd-popup-container1-1 .cd-popup-close {position: absolute; top: 8px; right: 8px; width: 30px; height: 30px;}
.mypage2-1_content .cd-popup-container1-1 .cd-popup-close::before, .mypage2-1_content .cd-popup-container1-1 .cd-popup-close::after {content: ''; position: absolute; top: 12px; width: 14px; height: 3px; background-color: #8f9cb5;}
.mypage2-1_content .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_content .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_content .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); max-height: 90vh; overflow: hidden; overflow-y: scroll;}

@media only screen and (min-width: 1170px) {
.mypage2-1_content .cd-popup-container1-1 {
    margin: 16em auto;
  }
}
/* 컨설팅/강의 조회 팝업1-1 끝 */
/* mypage2-1 컨설팅/강의 조회 끝 */

/* mypage2-2 컨설팅/강의 상세 */
.mypage2-2_content table.mypage_table tr td textarea {resize: none; border: none; background-color: #eee; width: 100%; border-radius: 5px; padding: 5px;}
.mypage2-2_content table.mypage_table tr td.block_td {display: block;}
.mypage2-2_content table.mypage_table tr td .sel_box {display: inline-block; margin-left: 5px;}
.mypage2-2_content table.mypage_table tr td .consulting_chk {float: left; margin: 0 5px; line-height: 30px;}
.mypage2-2_content div.mypage2-2_btn {text-align: center; margin-bottom: 20px;}
.mypage2-2_content div.mypage2-2_btn button {background-color: #002e50; color: #fff; padding: 10px; border-radius: 5px; width: 100px;}
/* mypage2-2 컨설팅/강의 상세 끝 */

/* mypage3 회원정보 수정 */
.mypage3_content > div.info {margin-top: 10px;}
.mypage3_content > div.info table.mypage3_table {width: 100%; border-top: 2px solid #009cde; border-bottom: 1px solid #ddd; text-align: left; vertical-align: middle;}
.mypage3_content > div.info table.mypage3_table tr {padding: 5px 0;}
.mypage3_content > div.info table.mypage3_table td > * {margin: 5px 0;}
.mypage3_content > div.info table.mypage3_table td.paddingstyle {padding-left: 10px;}
.mypage3_content > div.info table.mypage3_table td .number_width {width: 30%;}
.mypage3_content > div.info table.mypage3_table td.email_td .m_inp {width: 30%;}
.mypage3_content > div.info table.mypage3_table td.email_td select {height: 30px; background-color: #eee; border-width: 0;}
.mypage3_content > div.info table.mypage3_table td p.recive_txt {margin: 0; color: #777;}
.mypage3_content > div.info table.mypage3_table input[type=password] {background-color: #eee; height: 30px; padding-left: 10px; border-radius: 5px; vertical-align: middle;}
.mypage3_content > div.info table.mypage3_table input[type=text] {background-color: #eee; height: 30px; padding-left: 10px; border-radius: 5px; vertical-align: middle;}
.mypage3_content > div.info table.mypage3_table input[type=file] {height: auto; background-color: #fff; padding: 0;}
.mypage3_content > div.info table.mypage3_table button {background-color: #009cde; color: #fff; border-radius: 5px; padding: 5px 10px; margin-left: 5px;}

.mypage3_content .btns {text-align: center; margin-top: 30px; margin-bottom: 30px;}
.mypage3_content .btns button.prev_btn {width: 30%; background-color: #666; border-radius: 5px; color: #fff; padding: 10px;}
.mypage3_content .btns button.confirm_btn {width: 30%; background-color: #009cde; color: #fff; padding: 10px; border-radius: 5px;}
/* mypage3 회원정보 수정 끝 */

/* mypage4-1 예치금 조회 - 사용내역 */
.m_inline_tabs.mypage4-1_tabs > .tabs > li {width: 33.3333%;}
.mypage4-1_infoinner {background-color: rgba(21, 147, 206, 0.122); padding: 10px;}
.mypage4-1_infoinner h3.paddingstyle {padding: 5px 0; margin: 0;}
.mypage4-1_infoinner div.marginstyle {margin: 10px 0;}
.calendar_box .ipt_style30 {line-height: 30px; float: left; border-radius: 3px; padding-left: 5px; font-size: 0.9em; background-color: #eee; margin: 0;}
.mypage4-1_search_bar {margin-top: 5px;}
.mypage4-1_search_bar .calendar_box {/* margin: 5px 0; */ float: left;}
.mypage4-1_search_bar select.mypage4-1_search_bar_select {height: 30px; width: 100px; margin: 0 3px 0 10px; float: left;}
.mypage4-1_search_bar input[type=text] {background-color: #eee; border-radius: 3px; height: 30px; padding-left: 10px;}

.mypage4-1_content {padding-bottom: 15px; min-height: 300px;}
.mypage4-1_content h3 {margin-top: 10px;}
.mypage4-1_content .mypage4-1_box {border-top: 2px solid #009cde; border-bottom: 1px solid #ddd; line-height: 30px; margin-top: px;}
.mypage4-1_content .mypage4-1_box ul li {border-bottom: 1px solid #ddd;}
.mypage4-1_content .mypage4-1_box ul li:last-child {border-bottom-style: hidden;}
.mypage4-1_content .mypage4-1_box ul li div.left {float: left; width: 25%; padding: 10px; text-align: center; background-color: rgba(21, 147, 206, 0.122);}
.mypage4-1_content .mypage4-1_box ul li div.right {float: right; width: 75%; padding: 10px 0 10px 10px;}
.mypage4-1_content .mypage4-1_box ul li div.right span.txt_right {padding-left: 10px;}
.mypage4-1_content .btn_color03 {height: 30px;}
span.txt_style01 {color: #fc7169;}
span.txt_style02 {color: #009cde;}
span.style01 {color: #fc7169; border: 1px solid #fc7169; padding: 3px; border-radius: 10px;}
span.style02 {color: #009cde; border: 1px solid #009cde; padding: 3px; border-radius: 10px;}
/* mypage4-1 예치금 조회 - 사용내역 끝 */

/* mypage4-2 예치금 조회 - 충전신청내역 */
.mypage4-2_infoinner {background-color: rgba(21, 147, 206, 0.122); padding: 10px;}
.mypage4-2_infoinner h3.paddingstyle {padding: 5px 0; margin: 0;}
.mypage4-2_infoinner div.marginstyle {margin: 10px 0;}
.calendar_box .ipt_style20 {line-height: 30px; float: left; border-radius: 3px; padding-left: 5px; font-size: 0.9em; background-color: #eee; margin: 0;}
.calendar_box input {width: 100px;}
input.sch_ipt_style {width: 200px;}
.mypage4-2_search_bar {margin-top: 5px;}
.mypage4-2_search_bar .calendar_box {margin: 5px 0;}
.mypage4-2_search_bar select.mypage4-2_search_bar_select {height: 30px; width: 100px;}
.mypage4-2_search_bar input[type=text] {background-color: #eee; border-radius: 3px; height: 30px; padding-left: 10px;}

.mypage4-2_content {padding-bottom: 15px; min-height: 300px;}
.mypage4-2_content h3 {margin-top: 10px;}
.mypage4-2_content .mypage4-2_box {border-top: 2px solid #009cde; border-bottom: 1px solid #ddd; margin-top: px;}
.mypage4-2_content .mypage4-2_box ul li {border-bottom: 1px solid #ddd;}
.mypage4-2_content .mypage4-2_box ul li:last-child {border-bottom-style: hidden;}
.mypage4-2_content .mypage4-2_box ul li div.left {float: left; width: 10%; padding: 30px 0px; text-align: center; background-color: rgba(21, 147, 206, 0.122); line-height: 36px;}
.mypage4-2_content .mypage4-2_box ul li div.right {float: right; width: 90%; padding: 10px 0 10px 10px; line-height: 24px;}
.mypage4-2_content .mypage4-2_box ul li div.right span.txt_right {padding-left: 10px;}
.mypage4-2_content .btn_color03 {height: 30px;}
/* mypage4-2 예치금 조회 - 충전신청내역 끝 */

/* mypage4-3 예치금 조회 - 환불신청내역 */
.mypage4-3_content {padding-bottom: 15px; min-height: 300px;}
.mypage4-3_content h3 {margin-top: 10px;}
.mypage4-3_content .mypage4-3_box {border-top: 2px solid #009cde; border-bottom: 1px solid #ddd; margin-top: px;}
.mypage4-3_content .mypage4-3_box ul li {border-bottom: 1px solid #ddd;}
.mypage4-3_content .mypage4-3_box ul li:last-child {border-bottom-style: hidden;}
.mypage4-3_content .mypage4-3_box ul li div.left {float: left; width: 10%; padding: 20px 0px; text-align: center; background-color: rgba(21, 147, 206, 0.122); line-height: 36px;}
.mypage4-3_content .mypage4-3_box ul li div.right {float: right; width: 90%; padding: 10px 0 10px 10px; line-height: 24px;}
.mypage4-3_content .mypage4-3_box ul li div.right span.txt_right {padding-left: 10px;}
.mypage4-3_content .mypage4-3_box ul li div.right div.inner_right {display: inline-block; padding-left: 80px;}
.mypage4-3_content .mypage4-3_box ul li div.right div span.right_txt {padding-left: 100px;}
.mypage4-3_content .btn_color03 {height: 30px;}
.mypage4-3_content .mypage4-3_box table.refund_table {border-top-style: hidden; border-bottom-style: hidden; line-height: inherit; margin-bottom: 0; text-align: center;}
.mypage4-3_content .right {float: right; margin: 10px 0;}

/* mypage4-3 예치금 환불신청내역 - 팝업1 */
.mypage4-3_content .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_content .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_content .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_content .cd-popup-container h3 {padding: 20px 0; font-size: 1.5em; color: #000;}
.mypage4-3_content .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_content .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_content .cd-popup-container > dl dd {position: relative; padding: 0 10px; line-height: 1.7; font-size: 18px; box-sizing: border-box;}
.mypage4-3_content .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_content .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_content .cd-popup-container p {padding: 1em 2em; text-align: left;}
.mypage4-3_content .cd-popup-container table {width: 90%; margin: 0px auto; margin-bottom: 30px; text-align: center; border-bottom: 1px solid #ddd;}
.mypage4-3_content .cd-popup-container table tr {height: 40px; border-bottom: 1px solid #fff;}
.mypage4-3_content .cd-popup-container table tr th {width: 32%; text-align: center; background-color: rgba(21, 147, 206, 0.122);}
.mypage4-3_content .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_content .cd-popup-container table tr td {background-color: #fafafa; text-align: left; padding: 10px 0 10px 20px; line-height: 24px;}
.mypage4-3_content .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;}
.mypage4-3_content .cd-popup-container table select {height: 40px;}
.mypage4-3_content .cd-popup-container table input[type='text'] {background-color: #fff; height: 40px; line-height: 28px; border-radius: 5px; padding-left: 5px; width: 80%;}
.mypage4-3_content .cd-popup-container table input.ipt_style01 {width: 40%;}

.mypage4-3_content .cd-popup-container .pop_textarea_box {padding-bottom: 30px;}
.mypage4-3_content .cd-popup-container .cd-buttons:after {content: ""; display: table; clear: both;}
.mypage4-3_content .cd-popup-container .cd-buttons li {float: left; width: 50%; list-style: none;}
.mypage4-3_content .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_content .cd-popup-container .cd-buttons li a {background: #009cde; border-radius: 0 0 .25em 0;}
.mypage4-3_content .cd-popup-container .cd-buttons li a:hover {background-color: #51aed6;}
.mypage4-3_content .cd-popup-container .cd-buttons li:first-child a {background: #fc7169; border-radius: 0 0 0 .25em;}
.mypage4-3_content .cd-popup-container .cd-buttons li:first-child a:hover {background-color: #fc8982;}
.mypage4-3_content .cd-popup-container .cd-popup-close {position: absolute; top: 8px; right: 8px; width: 30px; height: 30px;}
.mypage4-3_content .cd-popup-container .cd-popup-close::before, .mypage4-3_content .cd-popup-container .cd-popup-close::after {content: ''; position: absolute; top: 12px; width: 14px; height: 3px; background-color: #8f9cb5;}
.mypage4-3_content .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_content .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_content .is-visible .cd-popup-container {-webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); max-height: 90vh; overflow: hidden; overflow-y: scroll;}
  


@media only screen and (min-width: 1170px) {
  .mypage4-3_content .cd-popup-container {
      margin: 10em auto;
    }
  }
  /* mypage4-3 예치금 환불신청내역 - 팝업1 끝 */
/* mypage4-3 예치금 조회 - 환불신청내역 끝 */

/* mypage5 회원탈퇴 */
.mypage5_content .sub_tit h3 {color: #009cde; text-align: center;}
.mypage5_content .leave_area {background-color: rgba(21, 147, 206, 0.122); margin-bottom: 20px;}
.mypage5_content .leave_area .leave_area_inner {padding: 10px;}
.mypage5_content .mypage5_checkbox {display: block; text-align: center; font-size: 1.1em;}

.mypage5_content .btns {text-align: center; margin-top: 30px; padding-bottom: 30px;}
.mypage5_content .btns button.prev_btn {width: 30%; background-color: #666; border-radius: 5px; color: #fff; padding: 10px;}
.mypage5_content .btns button.confirm_btn {width: 30%; background-color: #009cde; color: #fff; padding: 10px; border-radius: 5px;}

.my5_txt{padding: 10px;}
/* mypage5 회원탈퇴 끝 */

/* customer_center1 고객센터 공지사항 */
.cs_table {width: 100%; border-top: 2px solid #009cde; border-bottom: 1px solid #ddd; margin-top: 20px; table-layout: fixed;}
.cs_table th {text-align: center; height: 30px; background-color: rgba(21, 147, 206, 0.122); padding-left: 5px;}
.cs_table td {padding-left: 5px; height: 40px; text-align: center;}
.cs_table td:nth-child(2) {text-align: left; text-overflow:ellipsis; overflow:hidden;}
.cs_table .style01 {color: #fff; background-color: #009cde; font-weight: 700; border-radius: 5px; border: none;}
.board_list_more {margin-bottom: 30px;}
.board_list_more button {width: 100%; text-align: center; height: 40px; background-color: #fafafa; border-bottom: 1px solid #999;} 
/* customer_center1 고객센터 공지사항 끝 */

/* 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: 5px 10px; text-align: left;}
.cs1-1_table1 th > * {display: inline-block;}
.cs1-1_table1 .style01 {width: 50px; color: #fff; background-color: #009cde; border-radius: 5px; text-align: center; margin-right: 10px; border: none;}
.cs1-1_table1 .Date {color: #777;}
.cs1-1_table1 th > h3 {display: block; margin-top: 5px; font-weight: normal;}
.cs1-1_table1 tbody tr td p {line-height: 1.5; color: #666; min-height: 80px; width: 95%; margin: 10px auto; text-align: justify;}
.notice_view .btns {text-align: center; margin-top: 20px; padding-bottom: 20px;}
.notice_view .btns button {width: 30%; padding: 10px; border-radius: 5px;}
/* customer_center1-1 고객센터 공지사항 상세 끝 */

/* customer_center2 고객센터 자주하는 질문(FAQ) */
.cs2_content .sch_bar_right {float: right; margin-bottom: 10px;}
.cs2_content .sch_bar_right input.sch_inp {background-color: #f1f1f1; height: 30px; border-radius: 5px; padding-left: 10px;}
.cs2_content .scroll_wrap {width: 100%; background-color: #fff; border-bottom: 1px solid #f1f1f1; overflow: hidden; margin: 0 auto;}
.cs2_content .scroll_wrap > ul {display: table; width: 100%;}
.cs2_content .scroll_wrap > .tabs > li {display: inline-block; 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; padding: 5px 15px;}
.cs2_content .scroll_wrap > .tabs > li.current {border: 1px solid #707070; background-color: #009cde; color: #fff; font-weight: 700;}
.cs2_content .tab-content {display: none; min-height: 150px;}
.cs2_content .tab-content.current {display: inherit;}
.cs2_content .faq_list {width: 100%; margin: 10px auto; border-top: 1px solid #009cde; cursor: pointer;}
.cs2_content .accordion_title {position: relative; width: 100%; line-height: 20px; color: #707070; padding: 10px 0px; font-size: 1.1em; letter-spacing: -0.5px; text-align: left; border-bottom: 1px solid #eee;}
.cs2_content .accordion_title span {display: block; position: absolute; right: 2%; top: 8px; color: #707070;}
.cs2_content .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);}
.cs2_content .accordion_conts {display: none; padding: 15px; letter-spacing: -0.5px; color: #828282; background-color: #fafafa;}
.cs2_content .accordion_conts p {line-height: 24px;}
.cs2_content .tab-content .empty {text-align: center; padding: 35px 0 15px 0; color: #777777;}

.cs2_content .tab_faq_content {display: flex; flex-direction: column; position: relative; padding-top: 10px; margin-bottom: 50px;}
.cs2_content .tab_faq_content .tab_radio {display: none;}
.cs2_content .faqpage_tabs {text-align: center;}
.cs2_content .tab_faq_content .tab_tit {float: left; width: 33.3333%; padding: 5px 0; background-color: #f1f1f1; color: #777; cursor: pointer; border: 0.5px solid #fff;}

.cs2_content .faqpage_panels {overflow: hidden;}
.cs2_content .faqpage_panels_list {width: 100%; min-height: 100px; animation: fadein .5s;} @keyframes fadein { from { opacity:0; } to { opacity:1; }}
.cs2_content .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_center2 고객센터 자주하는 질문(FAQ) 끝 */

/* customer_center3 고객센터 1:1문의 */
.cs3_table1 .style02 {color: #fc7169; border: 1px solid #fc7169; border-radius: 10px; padding: 3px; margin-right: 3px;}
.cs3_table1 .style03 {color: #009cde; border: 1px solid #009cde; border-radius: 10px; padding: 3px; margin-right: 3px;}
.board_write_btn {text-align: center; margin-bottom: 30px;}
.board_write_btn button {width: 30%; padding: 10px; background-color: #002e50; color: #fff; border-radius: 5px;}
/* customer_center3 고객센터 1:1문의 끝 */

/* customer_center3-1 고객센터 1: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: 5px 10px; text-align: left;}
.cs3-1_table1 th > * {display: inline-block;}
.cs3-1_table1 th > h3 {display: block; line-height: 1.3; margin-top: 5px; font-weight: normal;}
.cs3-1_table1 td:nth-child(2) {text-overflow: ellipsis; overflow: hidden;}
.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: 50px; width: 90%; margin: 10px auto; text-align: justify;}
.cs3-1_table1 tbody tr:first-child td p {min-height: 100px;}
.cs3-1_table1 .style04 {margin-left: 10px; color: #555555;}

.cs3-1_table1 tr.answer_tr {background-color:  #f1f1f1; border-bottom: 1px solid #ddd;}
.cs3-1_table1 tr.answer_tr p {margin: 10px auto; width: 100%; padding: 0px 10px; line-height: 1.8;}

.q_btns {text-align: center; margin-top: 20px; margin-bottom: 20px;}
.q_btns button {width: 30%; padding: 10px; color: #fff; border-radius: 5px; background-color: #002e50;}
.q_btns button:last-child {background-color: #009cde;}
/* customer_center3-1 고객센터 1:1문의 상세 끝 */

/* customer_center3-2 고객센터 1:1문의 문의하기 */
.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: 5px; text-align: center;}
.cs3-2_table tr td {padding: 5px; display: block;}
.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'] {height: 30px; background-color: #f2f2f2; padding-left: 5px; border-width: 0; border-radius: 5px;}
.cs3-2_table tr td input[type='password'] {height: 30px; background-color: #f2f2f2; padding-left: 5px; border-width: 0; border-radius: 5px;}
/* customer_center3-2 고객센터 1:1문의 문의하기 끝 */

/* customer_center3-3 고객센터 1:1문의 수정하기 */
.answer_enter td {padding: 5px 10px;}
.answer_enter textarea {width: 79%; padding: 10px; color: #666666; display: inline-block; height: 100px; resize: none; border: 1px solid #ddd;}
.answer_enter .answer_btn {display: inline-block; width: 20%; vertical-align: top;}
.answer_enter .answer_btn button {width: 100%; height: 100px; background-color: #002e50; color: #fff; border-radius: 5px;}
/* customer_center3-3 고객센터 1:1문의 수정하기 끝 */

/* cart 장바구니 */
.cart_list_m {margin-bottom: 50px;}
.product_checkall_box {position: relative; padding: 14px 145px 14px 5px; background-color: #f4f4f4; margin-top: 20px;}
.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;}
.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 {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;}
button.btn_cartorder {display: inline-block; border: 1px solid #009cde; color: #009cde; padding: 3px 7px; border-radius: 3px; margin: 0 auto; margin-left: 5px;}
.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;}

.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; margin-top: 30px;}
.cart_box .cart_box_btn button {width: 46%; margin: 3px; padding: 8px 0; font-weight: bold; border-radius: 5px;}
.cart_box .cart_box_btn .btn_prev_page {background-color: #fff; color: #333; border: 1px solid #666;}
.cart_box .btn_wrap02 {margin-top: 0; text-align: center;}
.cart_box .btn_wrap02 button {width: 93%; margin: 3px; color: #fff; padding: 8px 0; font-weight: bold; border-radius: 5px;}
.cart_box .btn_wrap02 .btn_product_order {background-color: #009cde; border: 1px solid #005478; color: #fff;}
.cart_box .btn_wrap02 .shopping {background-color: #333; border: 1px solid #000;}

.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;}

.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;}

.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;}
/* cart 장바구니 끝 */

/* join 회원가입 */
.join1_content div .join_txt {line-height: 1.7;}
.join1_content div .join_txt_2 {color: #009cde; font-size: 1.0em; font-size: 1.2em;} 
.join1_content div .join_txt_3 {text-decoration: underline;} 
.join1_content .pageinfo.join1 {padding-bottom: 0;}
.join1_content .join1_top {width: 45%; height: 40px; margin: 50px auto 20px;}
.join1_content .join1_mid {width: 60%; margin:0 auto; box-sizing: border-box; padding: 0 30px;}
.join1_content .join1_mid #form1 {width: 80%; margin: 0 auto;}
.join1_content .join_ck {border-top: 2px solid #009cde; margin-top: 5px;}
.join1_content .join_box {background-color: #eee; color: #444; cursor: pointer; padding: 10px; width: 100%; border: none; text-align: left; outline: none; transition: 0.4s; box-sizing: border-box;}
.join1_content .active {background-color: #009cde;}
.join1_content .terms_btn {float: right; font-size: 0.9em;}
.join1_content .panel {padding: 0 18px; display: none; background-color: white; overflow: hidden;}
.join1_content #terms {width: 100%; display: none; box-sizing: border-box; line-height: 20px;}
.join1_content .join1_form{width: 80%; margin: 20px auto;}
.join1_content .join1_tit{border-top:1px solid #ccc; border-bottom:1px solid #ccc; line-height: 50px; text-indent: 5px;}
.join1_content .join1_form .fieldlabel:first-child{margin-top:30px;}
.join1_content .fieldlabel{display: -webkit-box; display: -webkit-flex;display: -ms-flexbox;display: flex; margin-bottom: 1rem;}
.join1_content .join1_form label{display: inline-block; width:100px;margin-top: 10px;}
#userId,#userPw,#userName,#email01{width: 200px; height: 20px;}
.join1_content .check_btn{width: 100px; height: 36px; background-color: #ccc; margin-left: 5px; border-radius: 2px; cursor: pointer;}
.join1_content .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;}
.join1_content #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%;}
.join1_content #email02{height: 34px; border:1px solid #ccc; text-indent: 5px; border-radius: 2px;}
.join1_content #userPw_txt{display: inline-block; margin-top: 10px; font-size: 0.9em;}
.join1_content .fieldlabel .symbol{display: inline-block; margin: 10px;}
.join1_content .join_btn{width: 100%; padding: 5px; text-align: center; background-color: #009cde; border-radius: 5px; cursor: pointer; box-sizing: border-box;}
.join1_content .join_btn.button{font-weight: 700; color: #fff;}
.join1_content .mypage_btns.join1_btns{text-align: center;}

/* .tabmenu input{display:none;} */
.join1_content .tabCon{
  display:none; 
  text-align:left; 
  padding: 20px;
  position:absolute; 
  left:0; top:50px; 
  box-sizing: border-box; 
  border : 5px solid #f9f9f9;
  width: 100%;
}
.join1_content .tabCon h4{line-height: 40px;}
.join1_content .tabCon p{line-height: 30px;}
.join1_content .tabmenu input:checked ~ label{
  background:#009cde;
  color:#fff;
  font-weight: 700;
  height: 50px;
  line-height: 50px;
  font-size: 1.1em;
}
.join1_content .tabmenu input:checked ~ .tabCon{
  display:block;
}
.join1_content .tab_content.tab_content {display: flex; flex-direction: column; position: relative; margin-bottom: 20px; padding-top: 0;}
.join1_content .tab_content > h2 {margin-bottom: 30px;}
.join1_content .tab_content .tab_radio {display: none;}
.join1_content .mypage_tabs {text-align: center; margin-top: 20px;}
.join1_content .tab_content .tab_tit {float: left; width: 50%; padding: 8px 0; background-color: #777; color: #fff; cursor: pointer; border-top: 3px solid #666;}

.join1_content .mypage_panels {overflow: hidden;}
.join1_content .mypage_panels_list {width: 100%; animation: fadein .5s;} @keyframes fadein { from { opacity:0; } to { opacity:1; }}
.join1_content .mypage_panels_list > ul {overflow: hidden; width: 100%;}
.join1_content .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: 10px 15px; margin-bottom: 5px;}
.join1_content .essential{color:#f00;}
.join1_content .active {background-color: #009cde; color:#fff;}

.join1_content .member_table {margin: 10px 0;}
.join1_content .member_table > h3 {color: #009cde;}
.join1_content .member_form {margin: 5px auto; width: 100%; text-align: left; vertical-align: middle; border-top: 2px solid #1592ce; border-bottom: 1px solid #ddd;}
.join1_content .member_form tr {height: 30px; border: 1px solid #fff;}
.join1_content .member_form tbody th {height: 100%; width: 100%;}
.join1_content .member_form td > * {margin: 5px 0;}
.join1_content .member_form .member_form_list_tit .required {padding-left: 5px;}
.join1_content .member_form .member_form_list_box {display: block;}
.join1_content .member_form tr td .recive {line-height: 23px; float: left; margin-right: 20px;}
.join1_content .member_form tr td .recive_refuse {line-height: 23px; display: inline-block;}
.join1_content .recive_txt {font-size: 0.8em; margin: 0;}
.join1_content .member_form .check_email_bx {display: inline;}
.join1_content .member_form button {background-color: #1592ce; color: #fff; margin-left: 5px; padding: 5px 12px; border-radius: 5px; cursor: pointer;}

.join1_content .buy_form {margin: 20px auto; border-top: none; width: 100%; text-align: left; vertical-align: middle; border-bottom: 1px solid #ddd; clear: both;}
.join1_content .buy_form tr {border-top: 1px solid #ddd;}
.join1_content .buy_form td {padding: 10px 0 10px 15px;}
.join1_content .buy_form td strong {display: block; margin: 5px 0;}
.join1_content .buy_form td .inlineblock {line-height: 23px; margin-right: 20px; display: inline-block; margin-top: 10px;}
.join1_content .buy_form button {width: 150px; background-color: #1592ce; color: #fff; padding: 5px 12px; border-radius: 5px; cursor: pointer;}
.join1_content .buy_form button.delete_btn {height: 250px; float: right;}
.join1_content .buy_form button.add_btn {width: 200px; float: right;}

.join1_content .m_inp {height: 30px; background-color: #f2f2f2; padding-left: 10px; border-width: 0; border-radius: 5px;}
.join1_content td.email_td > * {float: left; line-height: 26px; margin-right: 2px;}
.join1_content td.email_td .m_inp {width: 30%;}
.join1_content td.email_td select {width: 120px;}
.join1_content .inp_style03 {width: 75%; margin-top: 5px;}
.join1_content .mypage_content select.m_inp {border-width: 0; height: 35px; vertical-align: middle;}

.join1_content .mypage_btns {text-align: right; width: 100%; display: block !important; border:none !important;}
.join1_content .mypage_btns button {width: 200px; height: 50px; color: #fff; border-radius: 5px; margin-left: 1%; margin-top: 10px;}
.join1_content .first_btn {background-color: #002e50;}
.join1_content .second_btn {background-color: #777;}

.join1_content .file_input.sub2-2 label{vertical-align: middle;}
.join1_content .sub2-2_file{text-align: right;}
.join1_content .file_add{float: right;}
.join1_content .filebox input[type="file"] { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip:rect(0,0,0,0); border: 0; }
.join1_content .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 */ 
.join1_content .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; }
/* join 회원가입 끝 */

/* login 로그인 */
#login1{height: 500px;}
.login-form h1 {text-align: center; color: #009cde; margin-bottom: 20px; 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; border-radius: 6px; margin: 0 auto; padding: 15px 15px 30px; box-sizing: border-box; clear: both; color:#333 !important; max-width: 400px;}
.form-group {float: left; width: 100%; margin: 0 0 15px; position: relative;}
.login-form input {width: 100%; padding: 5px; height: 40px; border-radius: 74px; border: 1px solid #ccc; box-sizing: border-box; font-size: 15px; padding-left: 60px;}
.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: 25px;
    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;
}






@media screen and (max-width:767px) {
  .login-form {
    width: 90%;
    padding: 15px 15px 30px;
}
}
/* login 로그인 끝 */

/*  login1 아이디 비밀번호 찾기 */
.login1_content .find_idpw_tab_content .tab_radio {display: none;}
.find_idpw_tab_content {display: flex; flex-direction: column; position: relative; padding-top: 0;}
.find_idpw_tab_content h3 {color: #009cde; line-height: 28px;}
.find_idpw_tabs {text-align: center; margin-bottom: 20px;}
.find_idpw_tab_tit {float: left; width: 50%; padding: 10px 0; cursor: pointer; background-color: #ddd; border-radius: 5px;}
#tab1:checked ~ .find_idpw_tabs #tab01, #tab2:checked ~ .find_idpw_tabs #tab02 {background: #009cde; color: #fff;}
.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;}
.login1_content .login1_table {margin: 10px 0;}
.login1_content .login1_table label {line-height: 26px; padding-left: 3px;}
.login1_content .login1_form {width: 100%; text-align: left; vertical-align: middle; border-top: 2px solid #009cde; border-bottom: 1px solid #ddd;}
.login1_content .login1_form tr {height: 30px;}
.login1_content .login1_form th {height: 100%; padding: 5px 0px; width: 25%;}
.login1_content .login1_form tr:last-child th {padding: 20px 0;}
.login1_content .login1_form td {padding: 5px 0;}
.login1_content .login1_form td.floatLeft > * {float: left;}
.login1_content .login1_form td.floatLeft .number_width {width: 25%;}
.login1_content .login1_form .m_inp {height: 30px; background-color: #f2f2f2; padding-left: 10px; border-radius: 5px;}
.login1_content .login1_form td.email_td > * {float:left; margin-right: 2px;}
.login1_content .login1_form td.email_td .m_inp {width: 25%; line-height: 26px; border-width: 0;}
.login1_content .login1_form button {background-color: #009cde; color: #fff; padding: 4px 5px; border-radius: 5px; margin-left: 5px;}
.login1_content .login1_btns {text-align: center; margin: 30px 0;}
.login1_content .login1_btns button {width: 30%; padding: 10px; background-color: #002e50; color: #fff; border-radius: 5px;}

.find_id_email {margin-top: 20px;}

/*  login2 아이디 비밀번호 찾기 */
.find_contarea h3 {font-size: 1em;}
.id_list_box {margin-top: 10px; text-align: center; padding: 10px; 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: 150px; 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;}
.find_id_btns button {width: 30%; background-color: #002e50; border-radius: 5px; color: #fff; padding: 10px;}
button.next_btn {background-color: #009cde;}


/* 이미지 검색 */
.img_info {width: 90%; margin: 0 auto; box-sizing: border-box; padding: 10px 20px;  background-color: #fafafa; margin-bottom: 10px;}
.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;}


/* 이미지검색 팝업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: 600px; margin: 7em 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 .pop_img {width: 95%; margin: 0 auto; background-color: #fafafa;}
.url_sch_pop .cd-popup-container1-1 .sch_item_box .pop_img > img {width: 100px; height: 100px; overflow: hidden;}

.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: 95%; 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: 0px;}
.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);}

.member_form_list_box span{display: block; text-align: center;}

/* 이미지 검색 팝업1-1 끝 */
@media screen and (min-width:1024px) and (max-width:1200px){
  
  /* 회원가입 */
  .join1_content td.email_td .m_inp {width: 150px;}
  /* 회원가입 끝 */

  .img_info {width: 78%;}
  .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;}

  /* 회원정보 수정 */
  .mypage3_content > div.info table.mypage3_table td .number_width {width: 150px;}
  /* 배송대행 & 구매대행 신청 */
  .step01 table.step01_table .number_width {width: 150px !important;}
  /* 강의일정 및 신청 */
  .sub5-4 table.sub5-4_table tr td .number_width {width: 150px;}
  
}

@media screen and (min-width:768px) and (max-width:1023px){
  /* 회원가입 */
  .join1_content td.email_td .m_inp {width: 150px;}
  /* 회원가입 끝 */
  .img_info {width: 87%;}
  .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; overflow: hidden;}
  .clip_box span{padding: 5px 0; font-size: 0.7em;}
  .slick-next{right: 35% !important;}
  .slick-prev{left: 34% !important;}
  /* 회원정보 수정 */
  .mypage3_content > div.info table.mypage3_table td .number_width {width: 150px;}
  /* 배송대행 & 구매대행 신청 */
  .step01 table.step01_table .number_width {width: 150px !important;}
  /* 강의일정 및 신청 */
  .sub5-4 table.sub5-4_table tr td .number_width {width: 150px;}
}



/*440이하 시작 */
@media all and (max-width:440px){

  /* header */
  .top_inner > h1 {width: 250px; margin: 5px auto;}
  .tm_cart_link {right: 7px; top: -2px; width: 39px;}
  .search_form {width: 80%;}

  /* 메인팝업 */
  .pop_box{width: 90%;}
    
  /* 메인이용후기 */
  .slick-prev{left: 20px !important;}
  .slick-next{right:25px !important;}
  .clip_box{width: 90%; height: 250px; margin: 0 auto;}
  .clip_box h1{font-size: 14px; padding-top: 20px;}
  .clip_box p{padding-top: 20px; font-size: 10px; text-overflow: ellipsis;
    /* white-space: nowrap; */
    word-wrap: normal;
    /* width: 100px; */
    overflow: hidden;}
  
  /* calendat_box 달력 */
  .calendar_box input {width: 120px;}
  .mypage4-1_search_bar .calendar_box {float: none; display: block;}
  select.mypage4-1_search_bar_select {float: none;}
  .mypage4-1_search_bar select.mypage4-1_search_bar_select{float: none; margin: 0; margin-top: 5px; width: 120px;}
  input.sch_ipt_style {width: 185px;}
  
    /* 아이디/비밀번호 찾기 */
    .login1_content .login1_form td.floatLeft .number_width {width: 55px;}
    .login1_content .login1_form .m_inp {padding-left: 5px;}
    .login1_content .login1_form td.email_td .m_inp {width: 30%;}
    .login1_content .login1_form td.email_td button {margin: 5px 0 0 0; width: 96%;}

  /* sub1-1-1 */
  .sub1-1-1_section .subcontarea {width: 90%;}
  .intro_tit.sub1-1{font-size: 1.3em; line-height: 25px;}
  .sub1-1-1_top {font-weight: 100; line-height: 20px; font-size: 1.0em; margin-top: 30px; margin-bottom: 30px;}
  .introduce_w {display: none;}
  .introduce_m {display: block;}
  .pageinfo.sub1-1-1{padding-bottom: 20px;}
  
  /* sub1-2-1 이용후기 전체 */
  .reviewpage_panels_list ul li {float: none; width: 100%;}
  .reviewpage_panels_list ul li:nth-child(2n) {margin-left: 0%;}

  /* mypage2-2 컨설팅/강의 상세 */
  .mypage2-2_content table.mypage_table tr td .calendar_box {float: none;}
  .sub2-2_cktxt{font-size: 12px;}

  /* sub3-2-1 배송대행신청 */
  .txt_strong{font-size: 12px;}
  
  /* sub3-2-1two 배송대행신청 */
  .allCheck_delivery{display: block; margin-top: 5px;}
  .shipping_popup .cd-popup-container > dl{display: inherit; padding-top: 30px;}
  .shipping_popup .cd-popup-container > dl dd{font-size: 12px;}
  .shipping_popup .cd-popup-container > dl dt{line-height: 40px; padding-right: 0;}
  .shipping_popup .cd-popup-container .cd-buttons a{height: 40px; line-height: 40px;}

  /* sub4-3 단가조사신청 */
  .sub3-2-1two div.right{float: none;}
  .scrollbox1.sub4-2 label{font-size: 12px;}

  /* 이미지 검색 */
  .img_info {padding: 30px; text-align: center; width: 301px;}
  .img_info > * {display: block;}
  .img_info .imgBox {padding-right: 0;}

}

