/*** basic-set ***/
html.fixed { overflow: hidden; height: 100%;}
body { font-family: 'SamsungSharpSans',sans-serif; height: 100%; -webkit-text-size-adjust: none; color: #000;}
input, .cont-dl, select, .pop-dl, .cont-dl2 { font-family: 'SamsungOne',sans-serif; }

#wrap { min-width: 1200px; position: relative; margin: 0 auto;}
.dimmed { display: none; position: fixed; z-index: 2; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.7); }

.wrapper { width: 1200px; margin: 0 auto;}
/*** //basic-set ***/

/*** common ***/
.cont-dl dt { font-size: 12px; color: #999999; font-weight: 700; line-height: 1; margin-bottom: 8px;}

.cont-dl2 .ip-box input, .cont-dl2 .select-box select { height: 50px; line-height: 50px; border-radius: 5px; padding:  0 10px;}
.cont-dl2 div[class*='ip-chk-txt'] { height: 50px; line-height: 50px;}
.cont-dl2 dt { font-size: 12px; color: #000; font-weight: 700; line-height: 1; margin-bottom: 8px;}
.cont-dl2 .ip-button-box .btn-box { right: 4px; margin-top: -20px;}
.cont-dl2 .ip-button-box .btn-box button { padding: 0px 20px; font-size: 12px; height: 40px; border-radius: 40px;}
.cont-dl2 .ip-button-box .btn-box button.pd { width: 136px;}

.required-tit { font-size: 12px; color: #000; font-weight: 700; line-height: 1;}
.required-tit span, .required-tit i { color: #ff6600;}
.required-tit b { color: #2189ff;}
.required-tit strong { color: #000;}

.wid-0-8 { width: 80px;}
.wid-0-9 { width: 90px;}
.wid-1-0 { width: 100px;}
.wid-1-2 { width: 120px;}
.wid-1-4 { width: 140px;}
.wid-1-5 { width: 150px;}
.wid-1-6 { width: 160px;}
.wid-1-8 { width: 180px;}
.wid-2-0 { width: 200px;}
.wid-2-1 { width: 210px;}
.wid-2-3-5 { width: 235px;}
.wid-2-5 { width: 250px;}
.wid-2-7 { width: 270px;}
.wid-2-9 { width: 290px;}
.wid-3-0 { width: 300px!important;}
.wid-3-1 { width: 310px!important;}
.wid-3-2 { width: 320px;}
.wid-3-3 { width: 330px;}
.wid-3-7 { width: 370px;}
.wid-4-1 { width: 410px;}
.wid-4-7 { width: 470px!important;}
.wid-5-0 { width: 500px;}
.wid-5-6 { width: 560px;}
.wid-6-2 { width: 620px;}
.wid-6-7 { width: 670px;}
.wid-10-0 { width: 1000px;}

.c-skyblue { color: #4298ff;}

.chk-option { min-width: 28px; height: 18px; background-color: #c3c8c9; border-radius: 30px; position: relative; }
.chk-option.active { background-color: #000000;}
.chk-option input[type="radio"]:nth-of-type(1) ~ .circle { left: 4px;}
.chk-option input[type="radio"]:nth-of-type(1):checked ~ .circle { left: 12px;}
.chk-option label { width: 100%; height: 100%; position: absolute; cursor: pointer; z-index: 1;}
.chk-option label:nth-of-type(1) { left: 0; border-radius: 50% 0 0 50%;}
.chk-option label:nth-of-type(2) { left: 50%; border-radius: 0 50% 50% 0;}
.chk-option .circle { background-color: #fff; width: 12px; height: 12px; border-radius: 50%; position: absolute; top: 50%; margin-top: -6px; left: 4px; transition: left 0.2s; }

/** cont-table-box **/
.cont-table-box { font-family: 'SamsungOne',sans-serif; border-top: 2px solid #000000; border-bottom: 1px solid #777; }
.table-img { margin: 11px 0 9px; box-sizing: border-box; overflow: hidden;}
.table-img li { float: left; margin-right: 10px;}
.table-img li:last-child { margin-right: 0;}
div[class*='flex-table'] { word-wrap: break-word;}
.flex-table-sub { font-size: 18px; font-weight: bold; background-color: #fafafa; border-bottom: 1px solid #ebebeb; line-height: 78px; text-align: center; font-family: 'SamsungSharpSans', sans-serif;}
.flex-table .thead {  border-bottom: 1px solid #777777;}
.flex-table .th { color: #000000; font-size: 12px; line-height: 58px; font-weight: bold;}
.flex-table .th span, .flex-table .td span { line-height: 1.2; display: block;}
.flex-table .td { font-size: 12px;}
.flex-table .td a { position: relative;}
.flex-table .td .new { position: absolute; top: -1px; line-height: 1; right: -35px; font-size: 10px;background-color: #2189ff; display: block; color: #fff; font-weight: bold; padding: 4px 5px 2px; border-radius: 15px; font-family: 'SamsungOne', sans-serif;}
.flex-table .tr { display: flex;}
.flex-table .tr > * { box-sizing: border-box; align-self: center;}
.flex-table .tbody { background-color: #fff; }
.flex-table .tbody .tr:hover { background-color: #fafafa;}
.flex-table .tbody .tr { border-bottom: 1px solid #ebebeb; line-height: 59px;}
.flex-table .tbody .tr:last-child { border-bottom: 0;}
.flex-table .tfoot { border-top: 1px solid #777777; line-height: 1;}
.flex-table .tfoot .tr { justify-content: space-between; }
.flex-table .tfoot .td:first-child { font-size: 14px; font-weight: bold;}
.flex-table .tfoot .td:last-child { font-size: 24px; font-weight: bold; width: auto; letter-spacing: -0.02em;}
.flex-table textarea { border-radius: 10px;}

.flex-table2 .th { color: #000000; font-size: 14px; line-height: 59px; font-weight: bold; min-width: 130px; width: 130px;}
.flex-table2 .th span, .flex-table2 .td > span { line-height: 1.2; display: block;}
.flex-table2 .td .require-desc { line-height: 1.2; padding: 10px 0;}
.flex-table2 .td .require-desc b { font-size: 12px; color: #999; display: inline-block; margin: 8px 15px 0;}
.flex-table2 .td { font-size: 14px;}
.flex-table2 .tr { display: flex;}
.flex-table2 .tr > * { box-sizing: border-box; align-self: center;}
.flex-table2 .tbody { background-color: #fff; }
.flex-table2 .tbody .tr { border-bottom: 1px solid #ebebeb; line-height: 59px; min-height: 59px;}
.flex-table2 .tbody .tr:last-child { border-bottom: 0;}
.flex-table2 .tbody .tr.textArea { line-height: 1; padding: 10px 0;}
.flex-table2 .tbody .tr.textArea > * { align-self: flex-start;}
.flex-table2 .tbody .tr.textArea .th { line-height: 1; margin-top: 10px;}
.flex-table2 .tbody .tr.textArea .td { width: 100%;}
.flex-table2 .tbody .tr.textArea textarea { height: 130px;}
.flex-table2 .ip-box input, .flex-table2 .select-box select { height: 40px; line-height: 40px; padding: 0 15px;}
.flex-table2 .select-box select { padding-right: 35px;}
.flex-table2 .b-white { border-width: 1px;}
.flex-table2 .f-button { width: 90px; height: 40px; line-height: 40px; border-radius: 40px;}
.flex-table2 .icon { width: 40px; background-repeat: no-repeat; background-position: center;}
.flex-table2 .icon.save { background-image: url(/images/front/btn-icon/save-icon-w.png);}
.flex-btn { position: absolute; right: 0; top: 50%; margin-top: -20px;}
.flex-table2 .ip-button-box input { padding-right: 95px;}
.flex-table2 .erase-btn { position: absolute; right: 96px; line-height: 1; top: 50%; margin-top: -8px;}
.flex-table2 .tr.fileAdd { padding-bottom: 40px; position: relative;}
.fileName { position: absolute; bottom: 13px; left: 130px; line-height: 1;}
.flex-table2 .tr2 .td { width: calc(50% - 130px);}
.flex-table2 .tr2 div:nth-of-type(2) { padding-right: 20px;}
.flex-table2 .tr2 div:nth-of-type(3) { padding-left: 20px;}
.flex-table2 .tr2 div:nth-of-type(4) { padding-left: 20px;}
.flex-table2 .ip-ra-txt3 input:checked + label { font-weight: bold;}

.info-icon { font-size: 12px; color: #999; font-family: 'SamsungOne', sans-serif; padding-left: 18px; background: url(../images/info-icon.png) no-repeat left top;}
/** //cont-table-box **/

.ip-wrap { padding: 20px; border: 1px solid #c3c8c9; background-color: #fff; border-radius: 5px; }
.ip-wrap2 .ip-box input, .ip-wrap2 .select-box select,
.ip-wrap2 .ip-ra-txt input[type='radio'] + label,.ip-wrap2 .ip-chk-txt input[type='checkbox'] + label { height: 50px; line-height: 50px; letter-spacing: 0.01em;}
.ip-wrap2 .ip-ra-txt input[type='radio'] + label:before, .ip-wrap2 .ip-chk-txt input[type='checkbox'] + label:before { top: 50%; margin-top: -10px;}
.ip-wrap3 { background-color: #fff; border-radius: 5px; }

.click { cursor: pointer;}

.shipping-box { display: flex;}
.shipping-radio { margin-left: 20px;}
.shipping-radio .ip-ra-txt3 { float: left;}
.shipping-radio .ip-ra-txt3 input[type='radio'] + label { line-height: 30px;}
.shipping-radio .ip-ra-txt3 input[type='radio']:checked + label { font-weight: bold;}
.shipping-radio .ip-ra-txt3 input[type='radio'] + label:nth-last-of-type(1) { margin-right: 20px;}
.shipping-radio .ip-ra-txt3 input[type='radio'] + label:before { top: 50%; margin-top: -10px;}
.shipping-radio button { width: 80px; height: 30px; margin-left: 20px; border-radius: 30px; font-family: 'SamsungOne',sans-serif; border-width: 1px; }

/* button-icon */
.b-icon span { background: no-repeat left center;display: inline-block;}
.b-icon span.search { padding-left: 22px; line-height: 15px; background-image: url(/images/front/btn-icon/btn-search-w.png); line-height: 17px; height: 15px;}
/* //button-icon */

/*** //common ***/

/*** header ***/
#header { padding-top: 30px; border-bottom: 1px solid #ebebeb; position: relative; background-color: #fff; z-index: 10;}

#header .logo-search { display: flex; align-items: center; justify-content: center; margin-bottom: 42px;}
#header .logo-search .search-box { width: 580px; margin-left: 30px;}
#header .logo-search .ip-box input { padding-right: 50px;}
.search-box .btn-box { right: 20px; margin-top: -10px;}
.search-box button.search { width: 19px; height: 19px; background: url(/images/front/btn-icon/search-icon.png); }

.nav-box { display: flex; justify-content: space-between;}
.nav-depth1 > li { float: left; font-weight: bold; margin-right: 50px;}
.nav-depth1 > li:last-child { margin-right: 0;}
.nav-depth1 > li > a { font-size: 16px; position: relative; display: inline-block;}
.nav-depth1 > li > a::after { display: block; content: ''; width: 0; height: 2px; background-color: #000; position: absolute; left: 50%; bottom: -3px; transition: all .3s;}
.nav-depth1 > li > a:hover::after { width: 100%; left: 0;}

.nav-depth2 { position: absolute; top: calc(100% + 1px); font-size: 18px;  background: #fff; width: 100%; height: 555px; box-sizing: border-box; left: 0; padding: 50px 0; display: none; z-index: 10; box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.2); font-family: 'SamsungOne',sans-serif;}
.nav-depth2 .wrapper { position: relative; height: 100%;}
.nav-depth1-tit { font-size: 36px; font-weight: bold; font-family: 'SamsungSharpSans',sans-serif; width: 320px;}
.nav-depth2-list { position: absolute; left: 300px; top: 0; height: 100%;}
.nav-depth2-list > li { margin-bottom: 20px;}
.nav-depth2-list .nav-depth2-tit { position: relative;}
.nav-depth2-list .nav-depth2-tit::after { display: block; content: ''; background: url(/images/front/nav-arrow.png) no-repeat center; width: 9px; height: 16px; position: absolute; right: 10px; top: 50%; margin-top: -8px; opacity: 0; transition: all .3s;}
.nav-depth2-list > li.active .nav-depth2-tit::after { opacity: 1; right: 0;}
.nav-depth2-tit { width: 200px;}

.nav-depth3-list, .nav-depth4-list { opacity: 0; z-index: -1;}
.nav-depth2-list > li.active > .nav-depth3-list { opacity: 1; z-index: 1;}
.nav-depth2-list > li.active2 > .nav-depth3-list { opacity: 1; z-index: 1;}
.nav-depth3-link > li.active > .nav-depth4-list { opacity: 1; z-index: 1;}

.nav-depth3-list { position: absolute; left: 200px; top: 0; width: 330px; margin-left: 30px;}
.nav-depth3-link { height: calc(100% - 43px);}
.nav-depth3-link > li > a {display: inline-block; position: relative; transition: all .3s; font-weight: normal;}
.nav-depth3-link > li > a:hover {font-weight: bold; }
.nav-depth3-link > li, .nav-depth4-link > li { margin-bottom: 20px; height: 20px;  line-height: 20px;}
.nav-depth3-link > li > a::after { display: block; content: ''; background: url(/images/front/nav-arrow.png) no-repeat center; left: 310px; width: 9px; height: 16px; position: absolute; top: 0; opacity: 0; transition: all .3s;}
.nav-depth3-link > li.active > a::after { left: 320px; opacity: 1;}
.nav-depth3-link > li > a::before { display: block; content: ''; width: 0; height: 1px; background-color: #000; position: absolute; bottom: -2px; left: 50%; transition: all .3s;}
.nav-depth3-link > li > a:hover::before { width: 100%; left: 0; }

.nav-depth4-list { position: absolute; left: 330px; top: 0; width: 100%; font-weight: normal; margin-left: 30px; }
.nav-depth4-link > li > a {display: inline-block; position: relative; transition: all .3s; font-weight: normal;}
.nav-depth4-link > li > a:hover { font-weight: bold;}
.nav-depth4-link > li > a::after { display: block; content: ''; width: 0; height: 1px; background-color: #000; position: absolute; bottom: -2px; left: 50%; transition: all .3s;}
.nav-depth4-link > li > a:hover::after { width: 100%; left: 0; }

.lnb-list > li { float: left; margin-left: 26px; height: 52px;}
.lnb-list > li:first-child { margin-left: 0;}
.lnb-list > li a { position: relative;}
.lnb-list > li a .nav-cart { position: absolute; top: -10px; right: -10px; font-size: 10px; background-color: #2189ff; display: block; color: #fff; font-weight: bold; padding: 2px 5px 1px; border-radius: 15px; font-family: 'SamsungOne', sans-serif;}

/* .myPage-lnb-pos { position: relative;}
.myPage-lnb { position: absolute; display: none; top: 100%; width: 180px; left: -78px; line-height: 1; background-color: #fff; height: 105px; padding: 27px 24px 30px; box-sizing: border-box; border-radius: 0px 0px 30px 30px; font-family: 'SamsungOne',sans-serif; border:1px solid #d9d9d9;}
.myPage-lnb-list { font-size: 14px;}
.myPage-lnb-list > li:first-child { margin-bottom: 20px;} */
/*** //header ***/

/*** footer ***/
footer { font-size: 12px; font-family: 'SamsungOne',sans-serif; color: #000; padding-top: 200px; }
footer .wrapper { padding-left: 20px;}
.f-top { border-top: 1px solid #cccccc; line-height: 95px; }
.f-bottom { border-top: 1px solid #d9d9d9; line-height: 64px;}
.f-bottom .f-link > li { float: left; margin-right: 25px;}
.f-bottom .f-link > li:last-child { margin-right: 0px;}
/*** //footer ***/

/*** container ***/
.section:nth-of-type(1) { padding-top: 75px;}
.cont-tit-box { display: flex;}
.cont-tit-box .required-tit {font-family: 'SamsungOne',sans-serif;}
.cont-tit-box .cont-tit2 ~ .required-tit { position: relative; top: -6px; left: 2px;}
.cont-tit-box2 { display: flex; justify-content: space-between; align-items: center;}
.cont-tit { font-size: 36px; font-weight: bold; position: relative;}
.cont-tit .order-num { font-size: 14px; position: absolute; left: 0; bottom: -20px; font-weight: normal; font-size: 14px; font-family: 'SamsungOne',sans-serif; color: #999999; min-width: 135px;}
.cont-tit2 { font-size: 24px; font-weight: bold; position: relative; line-height: 1; margin-bottom: 28px;}
.cont-tit2 sup { font-size: 14px;}

/* .cont-tit span { font-size: 14px; font-weight: normal; font-family: 'SamsungOne',sans-serif; margin-left: 20px;} */

#container .search-wrap { margin: 30px 0; display: flex; align-items: center;}
#container .search-wrap .ip-box { position: relative;}
#container .search-wrap .dash { display: block; width: 6px; margin: 0 4px; height: 1px; background-color: #212425;}

.snb { font-family: 'SamsungOne',sans-serif; padding: 20px 0 85px;}
.snb-list{ font-size: 0;}
.snb-list > li { display: inline-block; font-size: 12px; color: #8f8f8f;}
.snb-list > li::after { display: inline-block; content: '>'; margin: 0 10px;}
.snb-list > li:last-child { font-weight: bold;}
.snb-list > li:last-child::after { display: none;}

.file-icon { padding-left: 30px; background: url(/images/front/file-icon.png) no-repeat left calc(50% - 2px);}
/** main **/
.main-tit { text-align: center; font-size: 48px; font-weight: bold; line-height: 1;}

.main button { width: 120px; margin: 25px auto 60px;}
.main .b-white { border-width: 1px;}

.main-notice { font-family: 'SamsungOne',sans-serif; margin-bottom: 110px; letter-spacing: -0.04em;}
.main-notice-list::after { display: none;}
.main-notice-list { display: flex; flex-wrap: wrap;}
.main-notice-list > li { width: 50%; box-sizing: border-box; padding: 0px 30px; margin-bottom: 20px;}
.main-notice-tit { font-size: 26px; font-weight: bold; margin-bottom: 15px; display: -webkit-box; text-overflow: ellipsis; white-space: normal; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.main-notice-desc { font-size: 20px; display: -webkit-box; text-overflow: ellipsis; white-space: normal; overflow: hidden; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}

.product-list { display: flex; flex-wrap: wrap; text-align: center; font-weight: bold; padding: 0 55px;}
.product-list > li { cursor: pointer; width: 250px; position: relative; max-height: 250px; border: 1px solid #d9d9d9; box-sizing: border-box; border-radius: 20px; padding: 20px; margin-right: 30px; margin-bottom: 30px; display: flex; flex-direction: column; transition: all 0.3s;}
.product-list > li:hover { border-color: #000; box-shadow: 10px 10px 15px 0px rgba(0, 0, 0, 0.1);}
.product-list > li:nth-child(4n) { margin-right: 0;}
.product-list.product-list2 > li { padding: 10px 20px 10px; height: 120px;}
.product-type { font-size: 14px; font-family: 'SamsungOne',sans-serif; }
.product-txt { height: 75px; display: flex; align-items: center; justify-content: center;}
.product-tit { font-size: 18px; line-height: 1.15; display: -webkit-box; white-space:normal; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.product-tit a { display: block; padding-bottom: 1px;}
.product-img figure { display: inline-block; width: 120px; margin-top: 15px;}
.product-list2 .product-img figure { margin-top: 0px;}
.product-num { display: block; margin: 10px auto 0; font-family: 'SamsungOne', sans-serif; height: 24px; line-height: 20px; width: 120px; font-size: 15px; color: #fff; background-color: #000; border-radius: 24px;}
.product-list3 .product-img figure { margin-top: 0;}
.product-list3 { font-family: 'SamsungOne', sans-serif;}
.product-list3 .product-tit { font-size: 14px;}
.product-list .product-price { font-size: 13px; margin-top: 12px; font-weight: normal;}
/** //main **/

/** search **/
.search-desc { font-size: 16px; font-family: 'SamsungOne',sans-serif;}
.search-desc b { color: #0370ff; font-weight: bold;}

.saerch-btn-box { font-family: 'SamsungOne',sans-serif; border-top: 2px solid #000000; border-bottom: 1px solid #777; padding: 20px 0 10px; display: flex; flex-wrap: wrap; }
.saerch-btn-box button { transition: all .3s; font-family: 'SamsungOne',sans-serif; color: #000; width: 190px; text-align: left; margin-bottom: 10px; margin-right: 10px; height: 55px; border: 1px solid #ebebeb; border-radius: 20px; padding-left: 20px; box-sizing: border-box; }
.saerch-btn-box button:nth-of-type(6n) { margin-right: 0;}
.saerch-btn-box button.active, .saerch-btn-box button:hover { border-color: #000; font-weight: bold;}
.saerch-btn-box button b {color: #0370ff}

.search-item { border-radius: 20px; border: 1px solid #d9d9d9; overflow: hidden; font-family: 'SamsungOne',sans-serif; line-height: 1;}
.search-item .search-item-box { display: flex;  flex-wrap: wrap; text-align: center; border-bottom: 1px solid #ebebeb;}
.search-item .search-item-box:last-child { border-bottom: 0;}
.search-item .search-item-box .search-item-part { width: 20%; border-right: 1px solid #ebebeb; padding: 20px 15px 30px; box-sizing: border-box; min-height: 280px; display: flex; flex-direction: column; justify-content: space-between;}
.search-item .search-item-box .search-item-part:last-child { border-right: 0;}
.search-item .search-item-box .search-item-img { margin-bottom: 20px; flex-shrink: 0;}
.search-item .search-item-box .search-item-tit { font-size: 16px; font-weight: bold; margin-bottom: 10px; word-break: keep-all; overflow-wrap: break-word; line-height: 1.4; padding: 0 5px;}
.search-item .search-item-box .search-item-desc { font-size: 12px; color: #999; margin-top: auto; padding-top: 10px;}
/** //search **/

/** product-search-box **/
.product-search-box { position: absolute; left: -190px; top: 370px; display: flex; transition: left .3s; z-index: 1; height: calc(100vh - 160px);}
.product-search-box.fixed { position: fixed; top: 40px; height: calc(100vh - 40px);}
.product-search-box.fixed2 {  height: calc(100vh - 40px);}
.product-search-box.depth1 { left: 0;}
.product-search-box.depth2-2 { left: -390px;}

.product-search-box .product-search-contents { display: flex;}
.product-search-box .product-search-contents > div { width: 200px; height: 100%; padding-left: 20px; padding-right:10px; box-sizing: border-box; background: #fff; border-top: 1px solid #333; border-right: 1px solid #d9d9d9;}
.product-search-box .product-search-depth2 { display: none;}
.product-search-box .product-search-txt { font-weight: bold; height: 80px; margin-bottom: 35px; display: flex; flex-direction: column; justify-content: flex-end; line-height: 1;}
.product-search-box .product-search-stit { font-size: 12px; margin-bottom: 8px;}
.product-search-box .product-search-tit { font-size: 22px;}
.product-search-box .product-saerch-list > li { display: flex; align-items: center; margin-bottom: 20px; padding-right: 5px;}
.product-search-box .product-saerch-list > li:last-child { margin-bottom: 0;}
.product-search-box .product-saerch-list p { margin-left: 5px; font-family: 'SamsungOne',sans-serif; font-size: 12px;}
.product-search-box .product-saerch-list-box { height: calc(100% - 115px); padding-bottom: 30px; box-sizing: border-box;}

.product-search-box .product-search-button { position: relative; }
.product-search-box .product-search-button a { display: block; width: 50px; height: 240px; box-sizing: border-box; padding-top: 15px; background: url(/images/front/product-search-button.png); }
.product-search-box .product-search-button a img { display: block; margin: 0 auto;}
.product-search-box .product-search-button a span {  writing-mode: vertical-rl; -ms-writing-mode : tb-rl; color: #000; font-weight: bold; font-size: 16px; margin-top: 6px; position: relative; left: 14px;}
.product-search-box .product-search-button-line { position: absolute; top: 240px; left: 0; width: 10px; height: calc(100% - 240px); box-sizing: border-box; background: #eae9ed; border-right: 1px solid #333;}
/** //product-search-box **/

/** //productView **/
.productView .section1 { padding-bottom: 180px;}

.pV-desc1 { font-size: 16px; color: #000; }
.pV-desc2 { font-size: 14px; color: #999; }
.pV-desc3 { font-size: 12px; color: #000; }

*[class*='pV-tit'] { font-weight: bold;}
.pV-tit1 { font-size: 48px; color: #000; overflow: hidden; text-overflow: ellipsis;}
.pV-tit2 { font-size: 24px; color: #000;}

p[class*='pV-price'] { font-family: 'SamsungSharpSans', sans-serif;}
.pV-price1 { font-size: 30px; color: #000; font-weight: 500;}
.pV-price2 { font-size: 24px; color: #000; font-weight: 500;}
.pV-price3 { font-size: 18px; color: #000;}
.pV-price4 { font-size: 16px; color: #000;}

.productView select { height: 40px; line-height: 40px;}
/* productBuy */
.productBuy { display: flex; justify-content: space-between;}
.productBuy .productBuy-img, .productBuy .productBuy-option { width: calc(50% - 50px);}

.productBuy .productBuy-img { text-align: center;}
.productBuy .productBuy-img .productBuy-img-b { margin-bottom: 50px; position: relative;}
.productBuy .productBuy-img .productBuy-img-thum {  position: relative;}
.productBuy .productBuy-img .productBuy-img-thum-arrow { position: absolute; width: 100%; height: 100%; top: 0; z-index: 0;}
.productBuy .slick-slider .slick-arrow { display: block; width: 9px; height: 16px; background: no-repeat center; position: absolute; top: 50%; margin-top: -8px; cursor: pointer; font-size: 0;}
.productBuy .slick-slider .slick-arrow.slick-prev { background-image: url(/images/front/product-img-prev.png); left: 30px;}
.productBuy .slick-slider .slick-arrow.slick-next { background-image: url(/images/front/product-img-next.png); right: 30px;}
.productBuy .productBuy-img .productBuy-img-s { display: inline-block; cursor: pointer; width: 70px; height: 70px; box-sizing: border-box; border: 1px solid #bbbbbb; margin: 0 7px; border-radius: 10px; overflow: hidden; opacity: 0.5;}
.productBuy .productBuy-img .slick-current .productBuy-img-s { border-color: #333; opacity: 1;}
.productBuy .productBuy-img .productBuy-img-list { z-index: 1; padding: 0 70px;}
.productBuy .productBuy-img .productBuy-img-list > li:last-child { margin-right: 0;}
.productBuy .productBuy-img .product-img-e { width: 30px; height: 30px; background: url(/images/front/product-detail-expand.png); margin: 0 auto 40px;}

.productBuy-option .pV-tit1 { margin: 5px 0 15px;}
.productBuy-option-box { border-top: 3px solid #212425; border-bottom: 3px solid #212425; margin: 20px 0 30px;}

.productBuy-option-list > li { border-bottom: 1px solid #ebebeb; padding: 15px 0;}
.productBuy-option-list > li:last-child { border-bottom: 0;}
.productBuy-option-li1 { display: flex;}
.productBuy-option-li1 > * { width: calc(100% / 3); }
.productBuy-option-li1 dt { margin-bottom: 10px;}
.productBuy-option-li1 dd { font-size: 14px; }

.productBuy-option-li2 { display: flex; }

.productBuy-option-li3 { display: flex; justify-content: space-between;}

.productBuy-select-list { border: 1px solid #666; border-radius: 5px; box-sizing: border-box; background-color: #fafafa;}
.productBuy-select-list > li { border-bottom: 1px solid #bbbbbb; padding: 20px;}
.productBuy-select-list > li:last-child { border-bottom: 0;}

.productBuy-select-top, .productBuy-select-bottom { display: flex; justify-content: space-between; align-items: flex-start;}

.productBuy-select-top { margin-bottom: 20px;}
.productBuy-select-top > * { width: auto;}
.productBuy-select-top button { width: 19px; height: 19px; margin-left: 10px; min-width: 19px; background: url(/images/front/btn-icon/remove-icon-set.png) no-repeat center;}
.productBuy-select-top p { line-height: 1.3;}

.productBuy-select-bottom .productBuy-select-input { border:1px solid #bbbbbb; border-radius: 5px; overflow: hidden; height: 28px; box-sizing: border-box; display: flex; background-color: #fff; }
.productBuy-select-bottom button { width: 26px; height: 100%; background: no-repeat center; }
.productBuy-select-bottom button:nth-of-type(1) { background-image: url(/images/front/btn-icon/icon-minus-b.png);}
.productBuy-select-bottom button:nth-of-type(2) { background-image: url(/images/front/btn-icon/icon-plus-b.png);}
.productBuy-select-bottom input { width: 44px; border-left: 1px solid #bbb; line-height: 26px; border-right: 1px solid #bbb; text-align: center; font-size: 14px; font-family: inherit; font-weight: bold;}

.productBuy-total { display: flex; justify-content: space-between; align-items: center; margin: 25px 0 10px;}
.productBuy-total .pV-desc3 { color: #999; font-weight: bold; font-family: 'SamsungOne', sans-serif;}
/* //productBuy */

/* productInfo */
.productView .section2 { padding-top: 100px; position: relative;}
.productInfo-txt { background-color: #212425; padding: 25px 0; color: #fff; position: absolute; width: 100%; top: 0; bottom: auto; z-index: 1;}
.productInfo-txt.fixed { position: fixed;}
.productInfo-txt.absolute { bottom: 290px; top:auto;}
.productInfo-txt .wrapper { display: flex; justify-content: space-between; align-items: center;}
.productInfo-txt .pV-tit2 { color: #fff;}
.productInfo-txt-btn { display: flex; align-items: center ;}
.productInfo-txt-btn * { width: auto;}
.productInfo-txt-btn a { display: inline-block; font-size: 12px; font-family: 'SamsungOne', sans-serif; position: relative; line-height: 20px;}
.productInfo-txt-btn a:nth-of-type(1) { margin-right: 20px; transition: all .3s;}
.productInfo-txt-btn a:hover, .productInfo-txt-btn a.active { font-weight: bold; letter-spacing: -0.01em;}
.productInfo-txt-btn a::after { display: inline-block; content: ''; width: 0; height: 2px; bottom: -2px; background: #fff;; position: absolute; left: 50%; transition: all .3s;}
.productInfo-txt-btn a:hover::after, .productInfo-txt-btn a.active::after { width: 100%; left: 0;}

.productInfo-wrap { display: flex; justify-content: space-between; position: relative;}

.productInfo-info { width: 860px;}

.productInfo-info .pV-tit2 { border-bottom: 3px solid #212425; padding-bottom: 10px;}
.productInfo-info-box { padding: 100px 0 130px;}
.productInfo-info-box .file-icon { font-family: 'SamsungOne', sans-serif; font-size: 14px; line-height: 59px; border-bottom: 1px solid #777;}
.productInfo-vendor-box { padding-bottom: 200px;}
.productInfo-img { padding: 70px 0;}
.productInfo-img img { display: block; height: auto!important;}

.vendorInfo-list { font-size: 14px; color: #363636; font-family: 'SamsungOne', sans-serif; padding: 35px 0; line-height: 1.4;}
.vendorInfo-list > li { margin-bottom: 10px;}
.vendorInfo-list > li:last-child { margin-bottom: 0;}
.vendorInfo-list a { color: #2189ff; border-bottom: 1px solid #a8c9ff; line-height: 1; display: inline-block;}

.productInfo-option-box { position: absolute; width: 280px; height: calc(100% - 130px); right: 0; top: 0; bottom: auto;}
.productInfo-option-box.height { height: 100%;}
.productInfo-option { position: absolute; height: calc(100vh - 100px); width: 280px; box-sizing: border-box; border-left: 1px solid #ebebeb; padding-top: 30px; border-right: 1px solid #ebebeb; display: flex; flex-direction: column; }
.productInfo-option.fixed { position: fixed; top: 100px;  background: #fff;}
.productInfo-option.absolute { top: auto; bottom: 0;}
.productInfo-option .productBuy-select { width: 100%;  padding: 0 20px; box-sizing: border-box;}
.productInfo-option .productBuy-select .productBuy-select-dl { padding-bottom: 25px;}
.productInfo-option .productBuy-select .productBuy-select-list { max-height: 313px; overflow: hidden; overflow-y: auto;}
.productInfo-option .productBuy-select-bottom .productBuy-select-input { height: 24px;}
.productInfo-option .productBuy-select-bottom input { width: 34px; font-size: 12px; line-height: 24px;}
.productInfo-option .productBuy-select-bottom button { width: 22px;}
.productInfo-option .productBuy-select-bottom button:nth-of-type(1) { background-image: url(/images/front/btn-icon/icon-minus-b2.png);}
.productInfo-option .productBuy-select-bottom button:nth-of-type(2) { background-image: url(/images/front/btn-icon/icon-plus-b2.png);}
.productInfo-option .productBuy-total { display: block; position: absolute; bottom: 0; width: 100%;}
.productInfo-option .productBuy-total-box { padding: 10px 20px; }
.productInfo-option .productBuy-total-box .pV-price1 { text-align: right; margin-top: 15px;}
.productInfo-option .productBuy-total-btn { padding: 0px 20px;}
/* //productInfo */

/* productRelated */
.productView .section3 { border-top: 3px solid #212425; background-color: #f3f6fb; padding: 50px 0 60px;}

.productRelated-list { font-family: 'SamsungOne', sans-serif; display: flex;}
.productRelated-list > li { width: calc(20% - 22px); padding: 20px 25px 50px; box-sizing: border-box; background-color: #fff; text-align: center; margin-left: 20px; border-radius: 20px; overflow: hidden;}
.productRelated-tit { font-size: 18px; font-weight: bold; margin-top: 50px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}
.productRelated-desc { font-size: 12px; color: #999999; margin-top: 8px;}
/* //productRelated */

/** //productView **/

/** //cart **/
.cart { background-color: #f3f6fb; position: relative;}
.cart::before { display: block; content: ''; width: 100%; height: 200px; position: absolute; top: 100%; background-color: #f3f6fb;}
.cart-tit { font-size: 56px; font-weight: bold; margin-bottom: 30px;}
.cart-num { font-size: 20px; font-weight: bold; height: 30px; line-height: 30px; padding: 0 15px; border-radius: 20px; color: #fff; display: inline-block; background-color: #2189ff; position: relative; top: -7px; left: 6px;}

.cart-wrap { position: relative; margin-top: 20px;}
.cart-wrap > * { box-sizing: border-box; }
.cart-table-box { width: 860px; }
.cart-option { width: 300px; float: right;}
.cart-option-box { position: absolute; top: 0; padding: 30px; background-color: #fff; border-radius: 20px;;}

.cart-table { font-family: 'SamsungOne', sans-serif;}
.cart-table .tr { display: flex; padding: 30px; background-color: #fff; border-radius: 20px; margin-bottom: 20px;}
.cart-table .tr > * { box-sizing: border-box;}
.cart-table .tr > *:nth-of-type(1) { width: 70px; padding-top: 60px;}
.cart-table .tr > *:nth-of-type(2) { width: 160px;}
.cart-table .tr > *:nth-of-type(3) { width: calc(100% - 230px); padding-left: 20px;}
.cart-txt-box { display: flex; justify-content: space-between;}
.cart-sub { font-size: 16px; font-weight: bold; height: 110px;}
.cart-product-list > li { display: flex;  justify-content: space-between; align-items: flex-end; border-bottom: 1px solid #ebebeb; padding: 23px 0;}
.cart-product-list > li:first-child { padding-top: 0;}
.cart-product-list > li:last-child { border-bottom: 0;}
.cart-product-list > li div { font-size: 14px; color: #999999;}
.cart-product-sub { font-weight: bold;}
.cart-product-price { font-size: 24px; font-weight: 500; font-family: 'SamsungSharpSans', sans-serif; min-width: 140px; text-align: right;}

.cart-option-box.fixed { position: fixed; top: 40px;}
.cart-option .pV-desc3 { font-weight: bold; color: #999; font-family: 'SamsungOne', sans-serif;}
.cart-option .pV-price1 { margin: 20px 0 30px;}

/* cart-empty (Figma Inspect CSS) */
.cart-empty-row { justify-content: center;}
.cart-empty-row > * { width: 100% !important; padding: 0 !important;}
.cart-empty-wrapper { width: 100%; padding: 0;}
.cart-empty-container { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px; min-height: 164px;}
.cart-empty-icon { width: 40px; height: 40px; display: flex;}
.cart-empty-icon img { width: 100%; height: 100%; object-fit: contain;}
.cart-empty-textbox { display: flex; flex-direction: column; align-items: center; gap: 6px; width: 100%;}
.cart-empty-title { text-align: center; color: #000; font-size: 20px; font-weight: bold; line-height: 1.2;}
.cart-empty-desc { text-align: center; color: #999; font-size: 14px; font-weight: normal; line-height: 1.4; font-family: 'SamsungOne', sans-serif;}
/* //cart-empty */
/** cart **/

/** bugetAllocationList **/
.bugetAllocationList .search-wrap > *:nth-child(1) { width: 136px;}
.bugetAllocationList .search-wrap > *:nth-child(2) { width: 160px;}
.bugetAllocationList .search-wrap > *:nth-child(4) { width: 160px; margin-right: 20px;}
.bugetAllocationList .search-wrap > *:nth-child(5) { width: 710px;}

.bugetal-table .tr>*:nth-of-type(1) { width: 420px;}
.bugetal-table .tr>*:nth-of-type(2) { width: 150px;}
.bugetal-table .tr>*:nth-of-type(3) { width: 160px;}
.bugetal-table .tr>*:nth-of-type(4) { width: 140px;}
.bugetal-table .tr>*:nth-of-type(5) { width: 120px;}
.bugetal-table .tr>*:nth-of-type(6) { width: 120px;}
.bugetal-table .tr>*:nth-of-type(7) { width: 90px;}
/** //bugetAllocationList **/

/** bugetAllocation **/
.buget-info { text-align: right; font-size: 14px; color: #666666; font-family: 'SamsungSharpSans',sans-serif; margin: 15px 0;}
.buget-info span:nth-of-type(1) { color: #000; font-weight: bold;}
.buget-wrap { padding-top: 20px; border-top: 2px solid #000; display: flex; justify-content: space-between;}
.buget-wrap-depth1 { display: flex; }
.buget-wrap-depth1 > * { width: 220px; margin-right: 25px}
.buget-wrap-depth1:nth-child(2) > div { margin-right: 0; align-self: flex-end;}
.buget-wrap-depth1 .cont-dl:nth-child(1) { margin-bottom: 20px;}
.buget-wrap-depth1:nth-child(2) .cont-dl { margin-bottom: 0;}
.buget-wrap .ip-line input { line-height: 50px; height: 50px; text-align: right; font-weight: bold; font-size: 20px; letter-spacing: normal; font-family: 'SamsungSharpSans',sans-serif;}
.buget-wrap > div > div.gray input { color: #999999;}

.bugetAllocation .flex-table .ip-box input{ text-align: right; border-radius: 5px; padding: 0 8px; text-align: center;}

.bugeta-table .tr > *:nth-of-type(1) { width: 90px;}
.bugeta-table .tr > *:nth-of-type(2) { width: 500px;}
.bugeta-table .tr > *:nth-of-type(3) { width: 150px; padding-right: 10px;}
.bugeta-table .tr > *:nth-of-type(4) { width: 175px; padding-right: 30px;}
.bugeta-table .tr > *:nth-of-type(5) { width: 130px; padding-right: 10px;}
.bugeta-table .tr > *:nth-of-type(6) { width: 150px; padding-right: 10px;}
/** //bugetAllocation **/

/** cont-info-box **/
.cont-info-box { display: flex;}
.cont-info-box-t1 { justify-content: space-between; align-items: center;}
.cont-info-box-t2 { justify-content: center;}
.cont-info-box-t3 { justify-content: flex-end;}

.cont-btn { display: flex; }
.cont-btn-t1 { justify-content: center;}
.cont-btn-t2 { justify-content: space-between;}

.cont-btn button { margin-left: 10px;}
.cont-btn button:first-child { margin-left: 0;}

.s-button { font-size: 12px; height: 40px; line-height: 40px; border-radius: 40px}
.b-button { width: 200px; height: 60px; line-height: 60px; font-size: 18px; border-radius: 56px; font-weight: bold;}
.b-button2 { width: 240px; height: 60px; line-height: 60px; font-size: 18px; border-radius: 56px; font-weight: bold;}

.b-black { background-color: #212425; border: 1px solid #000;}
.b-white { background-color: #fff; border: 2px solid #212425; color: #010101;}
.b-green { background-color: #30bf72;}
.b-skyblue { background-color: #1b98f5;}

button:disabled { background-color: #666666; border: 1px solid #555555;}

.s-button span { display: inline-block;}
.s-button .search { background: url(/images/front/btn-icon/btn-search-w.png) no-repeat left top; padding: 2px 0 2px 21px;}
.s-button .add { background: url(/images/front/btn-icon/add-icon-w.png) no-repeat left center; padding-left: 21px; line-height: 16px;}
.s-button .del { background: url(/images/front/btn-icon/delete-icon-b2.png) no-repeat left center; padding-left: 21px; line-height: 16px;}
.s-button .copy { background: url(/images/front/btn-icon/copy-icon-w.png) no-repeat left center; padding-left: 21px; line-height: 16px;}
/** //cont-info-box **/

/** myPage **/
.mypage-wrap { display: flex;}
.mypage-wrap .contents { width: 940px; margin-right: 60px;}
.mypage-wrap .quick-menu { width: 200px; padding-top: 75px;}
.mypage-wrap .quick-menu .cont-tit { margin-bottom: 30px;}
.mypage-wrap .quick-menu .quick-menu-list > li { border-bottom: 1px solid #000; font-size: 14px; line-height: 59px; font-family: 'SamsungOne',sans-serif;}
.mypage-wrap .quick-menu .quick-menu-list > li.active { font-weight: bold;}
.mypage-wrap .quick-menu .quick-menu-list > li:first-child { border-top: 1px solid #000;}

.order-step { font-size: 14px; display: flex; border: 1px solid #000; line-height: 46px; border-radius: 46px; height: 46px; overflow: hidden; font-family: 'SamsungOne',sans-serif; letter-spacing: -0.03em;}
.order-step > p { width: 110px; border-right: 1px solid #ebebeb; text-align: center; box-sizing: border-box;}
.order-step > p:last-child { border-right: 0;}
.order-step > p.active { font-weight: bold; color: #fff; background-color: #000; border-color: transparent;}
.order-step > p span { line-height: 1.2; display: flex; align-items: center; height: 100%; padding: 0 5px;}

/* order */
.order .cont-table-box { margin-bottom: 60px;}
.order .cont-table-box:last-child { margin-bottom: 0;}

.order-table .tr > *:nth-of-type(1) { width: 40px;}
.order-table .tr > *:nth-of-type(2) { width: 80px;}
.order-table .tr > *:nth-of-type(3) { width: 500px;}
.order-table .tr > *:nth-of-type(4) { width: 80px;}
.order-table .tr > *:nth-of-type(5) { width: 170px;}
.order-table .tr > *:nth-of-type(6) { width: 70px;}
.order-table .tfoot-info { padding: 15px 0;}
.order-table .text-box { height: 135px;}
.order-table .text-box textarea { height: 110px; margin-bottom: 10px;}
/* //order */

/* orderList */
.orderList .search-wrap > *:nth-child(1) { width: 136px;}
.orderList .search-wrap > *:nth-child(2) { width: 160px;}
.orderList .search-wrap > *:nth-child(4) { width: 160px; margin-right: 10px;}
.orderList .search-wrap > *:nth-child(5) { width: 470px;}
.orderList-progress { padding: 45px 0 75px; display: flex; justify-content: space-around; text-align: center; position: relative;}
.orderList-progress::after { content: ''; display: block; width: calc(100% - 140px); height: 2px; background-color: #000; position: absolute; top:94px; left: 10px; z-index: -1;}
.orderList-progress .myPage-progress-count { font-size: 40px; color: #fff; background: #212425; border-radius: 50%; width: 100px; height: 100px; line-height: 100px;}
.orderList-progress li { width: 100px;}
.orderList-progress .myPage-progress-tit { font-size: 14px; color: #000; font-family: 'SamsungOne',sans-serif; font-weight: bold; margin-top: 15px;}

.orderList-table .tbody .scrollbar-outers { width: 195px;}
.orderList-table .tr .td { font-size: 14px;}
.orderList-table .tr > *:nth-of-type(1) { width: 150px;}
.orderList-table .tr > *:nth-of-type(2) { width: 210px; padding-right: 12px; box-sizing: border-box;}
.orderList-table .tr > *:nth-of-type(3) { width: 80px;}
.orderList-table .tr > *:nth-of-type(4) { width: 120px;}
.orderList-table .tr > *:nth-of-type(5) { width: 90px;}
.orderList-table .tr > *:nth-of-type(6) { width: 120px;}
.orderList-table .tr > *:nth-of-type(7) { width: 90px;}
.orderList-table .tr > *:nth-of-type(8) { width: 80px;}
/* //orderList  */

/* orderView  */
.orderView-table .tr > *:nth-of-type(1) { width: 80px;}
.orderView-table .tr > *:nth-of-type(2) { width: 430px;}
.orderView-table .tr > *:nth-of-type(3) { width: 70px;}
.orderView-table .tr > *:nth-of-type(4) { width: 190px;}
.orderView-table .tr > *:nth-of-type(5) { width: 80px;}
.orderView-table .tr > *:nth-of-type(6) { width: 90px;}
.orderView-table .tfoot-info { padding: 10px 0;}

.orderView .flex-table2 .address > div { width: 320px; margin-right: 10px;}
.orderView .flex-table2 .address > div:nth-of-type(1) { width: 150px;}
.orderView .flex-table2 .address > div:last-child { margin-right: 0;}

.overView-wrap { padding: 35px 40px 50px; background-color: #fafafa; border-radius: 20px; font-family: 'SamsungOne',sans-serif;}
.over-dl { margin-bottom: 25px;}
.over-dl dt { font-size: 18px; font-weight: bold; line-height: 1; margin-bottom: 10px;}
.over-dl dd { font-size: 14px; color: #707070; line-height: 1.7;}

.delivery-table .ip-box { position: relative;}

.communication-list > li  {padding: 20px 0; border-bottom: 1px solid #ebebeb;}
.communication-list > li:last-child { border-bottom: 0;}
.communication-box { font-size: 14px; padding-right: 80px!important; position: relative;}
.communication-box .communication-name { font-weight: bold; color: #999999; margin-bottom: 10px; position: relative;}
.communication-box .communication-name span { font-weight: normal; font-size: 13px;}
.communication-list > li.depth .communication-name::before { width: 8px; height: 8px; display: block; content: ''; background-image: url(/images/front/depth-icon.png); position: absolute; left: -20px; top: 2px;}
.communication-box .communication-desc { line-height: 1.4; }
.communication-box  button { width: 50px; height: 50px; background-image: url(/images/front/communication-icon-b.png); position: absolute; right: 0; top: 0;}
.communication-box  button.active { background-image: url(/images/front/communication-icon-g.png);}
.communication-list .com-box { display: none;}
.com-box { border: 1px solid #d9d9d9; margin-top: 15px; border-radius: 20px; height: 130px; box-sizing: border-box; position: relative; padding: 10px;}
.com-box textarea { height: 60px; font-size: 14px; font-family: 'SamsungOne',sans-serif;}
.com-box .btn-box { position: absolute; right: 10px; bottom: 10px; display: flex;}
.com-box button { margin-right: 6px;}
.com-box button:nth-last-of-type(1) { margin-right: 0;}
.com-box .b-cancel { width: 80px; border-width: 1px;}
.com-box .b-write { width: 120px;}
/* //orderView  */

/* ShipDestination */
.ship-table .tbody .tr { padding: 2px 0; box-sizing: border-box;}
.ship-table .tr > * { padding-right: 20px;}
.ship-table .tr > *:nth-of-type(1) { width: 40px; padding-right: 0;}
.ship-table .tr > *:nth-of-type(2) { width: 100px;}
.ship-table .tr > *:nth-of-type(3) { width: 140px;}
.ship-table .tr > *:nth-of-type(4) { width: 230px;}
.ship-table .tr > *:nth-of-type(5) { width: 80px;}
.ship-table .tr > *:nth-of-type(6) { width: 90px;}
.ship-table .tr > *:nth-of-type(7) { width: 130px;}
.ship-table .tr > *:nth-of-type(8) { width: 110px;}
.ship-table .tr > *:nth-of-type(9) { width: 20px; padding-right: 0;}
.ship-table .tr > *:nth-of-type(9) img { vertical-align: middle;}
.ship-table .ip-ra-box3 input[type='radio'] + label { top: 5px;}
/* //ShipDestination */

/* productManagementList */
#container.productManagementList .search-wrap { flex-wrap: wrap;}
.productManagementList .select-box { width: 190px; margin-right: 10px;}
.productManagementList .search-wrap .select-box:nth-child(5) { width: 140px; margin-right: 0;}
.productManagementList .ip-box input { width: 540px;}

.productMList-table .tr > *:nth-of-type(1) { width: 110px;}
.productMList-table .tr > *:nth-of-type(2) { width: 410px;}
.productMList-table .tr > *:nth-of-type(3) { width: 100px;}
.productMList-table .tr > *:nth-of-type(4) { width: 90px;}
.productMList-table .tr > *:nth-of-type(5) { width: 50px;}
.productMList-table .tr > *:nth-of-type(6) { width: 90px;}
.productMList-table .tr > *:nth-of-type(7) { width: 90px;}
.productMList-table .td { font-size: 14px;}
.product-divide { padding-right: 50px; line-height: 1;}
.product-divide-top { border-bottom: 1px solid #ebebeb; padding: 20px 0;}
.product-divide-top > p { margin-bottom: 5px; }
.product-divide-top > p:last-of-type { margin-bottom: 0;}
.productMList-table .product-divide-ssub span { display: inline-block;}
.product-divide-ssub span:after { display: inline-block; content: ">"; margin: 0 3px;}
.product-divide-ssub span:nth-last-of-type(1):after { display: none;}
.product-divide-sub { color: #000; font-weight: bold; padding: 22px 0; line-height: 1.3;}
/* //productManagementList */

/* productManagement */
.category-list > li { display: flex; align-items: center; border-bottom: 1px solid #ebebeb; line-height: 1; height: 59px;}
.category-list > li:last-child { border-bottom: 0;}
.category-list > li > * { margin-right: 10px;}
.category-list > li > *:last-child { margin-right: 0;}
.category-list > li .select-box { min-width: 170px;}

.productInfo-table .typeT { color: #999; font-size: 12px; padding-left: 0!important; width: 470px!important;}
.fileBtn { line-height: 19px; padding-left: 0!important; width: 470px!important;}

.vendorInformation { height: 370px;}

.multi-box .ip-box input, .multi-box .select-box select { height: 40px; line-height: 40px; }
.multi-box img { vertical-align: middle; margin-bottom: 2px;}
.multi-table .tr > *:nth-of-type(1) { width: 570px; }
.multi-table .tr > *:nth-of-type(2) { width: 180px; margin-right: 10px;}
.multi-table .tr > *:nth-of-type(3) { width: 140px; margin-right: 20px;}
.multi-table .tr .td input { text-align: right;}
.multi-table .tr > *:nth-of-type(4) { width: 20px; }
.multi-create { padding: 20px 0; border-top: 1px solid #777;}
.multi-desc { font-size: 12px; color: #999; text-align: center; margin-top: 25px;}

#container .search-wrap.related { margin: 20px 0;}
.related.search-wrap .select-box select, .related.search-wrap .ip-box input { line-height: 40px; height: 40px;}
.related.search-wrap .select-box select { width: 160px; margin-right: 10px;}
.related.search-wrap .ip-box input  { width: 260px;}
.related-box {position: relative; margin-bottom: 40px;}
.related-box::before { display: block; content: ''; width: 30px; height: 81px; background: url(/images/front/related-icon.png); position: absolute; top: 50%; left: 50%; margin-left: -15px; margin-top: -40px;}
.related-box .cont-table-box { width: calc(50% - 30px);}
.related-box .cont-table-box:nth-child(1) { float: left;}
.related-box .cont-table-box:nth-child(2) { float: right;}
.related-table .tbody { height: 399px;}
.related-table .tr > *:nth-of-type(1) { width: 80px;}
.related-table .tr > *:nth-of-type(2) { width: 310px;}
.related-table .tr > *:nth-of-type(3) { width: 50px;}
.related-table .td:nth-of-type(3) img { vertical-align: middle; }
/* //productManagement */

/* My infomation */
.memberInfo-table .ip-button-box { display: flex; align-items: center; }
.memberInfo-table .ip-button-box .btn-box { display: flex; align-items: center; position: absolute; right: 0px; top: 50%; transform: translateY(-50%); gap: 8px; }
.memberInfo-table .ip-button-box .btn-box button { height: 40px; padding: 0 10px; border-radius: 40px; font-size: 12px; white-space: nowrap; }
.memberInfo-table .ip-button-box input { width: 100%; padding-right: 95px; }
.memberInfo-table .td.wid-3-2 .ip-button-box input { padding-right: 120px; }
.memberInfo-table .ip-button-box .checkTime { position: relative; display: flex; width: 50px; height: 40px; box-sizing: border-box; line-height: 40px; font-family: 'SamsungOne',sans-serif; font-size: 12px; }
.memberInfo-table .ip-button-box .checkTime .check { position: absolute; top: 50%; left: 4px; width: 17px; height: 12px; margin-top: -8px; background: url(/images/front/join-check.png); }
.memberInfo-table .f-button { display: none; }
/* //My infomation */

/* PasswordChange */
.password-table .tr .td { padding-left: 15px;}
/* //PasswordChange */

/* MemberManagement */
.memberManagement .search-wrap .select-box { width: 210px; margin-right: 10px;}
.memberManagement .search-wrap .ip-box { width: 605px; margin-right: 20px;}
.memberManage-table .td { font-size: 14px;}
.memberManage-table .tr > *:nth-of-type(1) { width: 240px; padding-right: 10px;}
.memberManage-table .tr > *:nth-of-type(2) { width: 160px; padding-right: 10px;}
.memberManage-table .tr > *:nth-of-type(3) { width: 110px;}
.memberManage-table .tr > *:nth-of-type(4) { width: 100px;}
.memberManage-table .tr > *:nth-of-type(5) { width: 140px;}
.memberManage-table .tr > *:nth-of-type(6) { width: 110px;}
.memberManage-table .tr > *:nth-of-type(7) { width: 80px;}
/* //MemberManagement */

/** //myPage **/

/** dashBoard **/
.dash-wrap { border-top: 2px solid #000; border-bottom: 1px solid #777;}

.dash-list { font-family: 'SamsungOne', sans-serif; font-size: 14px; transition: all .3s;}
.dash-list:hover { background-color: #fafafa; }
.dash-list > li { float: left; box-sizing: border-box; border-right: 1px solid #d9d9d9; width: calc((100% - 260px) / 8); padding: 0 15px; text-align: right; border-bottom: 1px solid #ebebeb; line-height: 49px;}
.dash-list > li:first-child { width: 260px; border-right-color: #777777; text-align: left; }
.dash-con .dash-list > li:first-child { cursor: pointer;}
.dash-list > li:last-child { border-right: 0;}
.dash-list > li img { vertical-align: middle; position: relative; top: -2px; margin-right: 10px; transition: all .3s;}
div[class*='dash-depth'] .dash-list > li.active img { transform: rotate(90deg);}
.dash-list > li > span { padding-left: 30px; background: url(/images/front/file-icon.png) no-repeat left top 2px; line-height: 23px; display: inline-block;}
.dash-depth2 .dash-list > li:first-child { padding-left: 70px;}
.dash-depth3 .dash-list > li:first-child { padding-left: 120px;}
.dash-depth2, .dash-depth3 { display: none;}
.dash-sub-box .dash-list > li { background-color: #f3f6fb; border-bottom-color: #777; line-height: 14px; font-weight: bold; font-size: 10px; text-align: left; padding: 0px 10px; height: 45px; display: flex; align-items: center; }
.dash-depth1:last-child > .dash-list > li, .dash-depth1:last-child .dash-depth2:last-child .dash-depth3:last-child .dash-list > li { border-bottom-width: 0!important;}
.dash-depth1.active .dash-list > li { border-bottom-width: 1px!important;}
/** //dashBoard **/

/** NoticeList **/
.noticeList-table .tr > *:nth-of-type(1) { width: 60px;}
.noticeList-table .tr > *:nth-of-type(2) { width: 850px;}
.noticeList-table .tr > *:nth-of-type(3) { width: 200px;}
.noticeList-table .tr > *:nth-of-type(4) { width: 90px;}
.noticeList-table .td { font-size: 14px;}

.notice-file-list > li { float: left; width: 19px; height: 17px; background: url(/images/front/notice-file-icon.png) no-repeat center; background-size: cover;; margin-right: 11px;}
.notice-file-list > li:last-child { margin-right: 0;}
/** //NoticeList **/

/** NoticeView **/
.noticeView-box { border-top: 2px solid #000; border-bottom: 1px solid #777; margin-bottom: 40px; font-family: 'SamsungOne', sans-serif;}
.noticeView-info  {border-bottom: 1px solid #777;}
.noticeView-info .noticeView-sub {border-bottom: 1px solid #ebebeb; display: flex; justify-content: space-between; line-height: 69px; padding: 5px 0; align-items: center;}
.noticeView-tit { font-size: 20px; font-weight: bold; line-height: 1.2;}
.noticeView-date { font-size: 14px;}
.noticeView-file-list { font-size: 13px; padding: 15px 0 5px;}
.noticeView-file-list > li { float: left; margin-right: 50px; margin-bottom: 10px;}
.noticeView-file-list > li img { margin-right: 8px;}
.noticeView-con { padding: 30px 0; font-size: 14px; height: 480px;}
/** //NoticeView **/


/*** container ***/

/*** popup ***/
.popup-box, .popup-box2 { position: fixed; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.7); left: 0; top: 0; z-index: 10; display: flex; justify-content: center; align-items: center;}
.popup-box.pop-max { align-items: stretch; }
.popup-box.pop-max .popup-cont { margin: 30px 0; overflow-y: scroll;}

.popup-cont { box-sizing: border-box;  background-color: #fff; border-radius: 5px; overflow-y: auto; max-height: calc(100vh - 60px); box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.1);}
.popup-inner1 { padding: 30px 30px;}
.popup-inner2 { padding: 38px 30px 40px;}
.popup-inner3 { padding: 38px 30px 30px;}

.popup-cont .ip-box input { padding: 0 15px;}
.pop-dl dt { font-size: 12px; color: #000; font-weight: 700; line-height: 1; margin-bottom: 8px; }
.pop-dl dd { font-size: 12px; line-height: 1;}
.pop-dl .ip-box input, .pop-dl .select-box select { height: 50px; line-height: 50px; border-radius: 5px; padding: 0 35px 0 15px;}
.pop-dl .select-box select { background-position: right 15px center;}
.pop-dl div[class*="ip-ra-txt"] input[type='radio'] + label { line-height: 50px; letter-spacing: -0.03em;}
.pop-dl div[class*="ip-ra-txt"] input[type='radio'] + label:before { top: 50%; margin-top: -10px;}
.p-button { width: 160px; height: 50px; line-height: 50px; border-radius: 50px; display: inline-block; font-size: 14px; }
.p-button2 { width: 160px; height: 40px; line-height: 40px; border-radius: 40px; display: inline-block; font-size: 12px;}
.pop-desc { font-size: 12px; color: #999999; font-family: 'SamsungOne',sans-serif;}

.popup-tit-box { display: flex; justify-content: space-between; align-items: center;}
.popup-tit { font-size: 20px; font-weight: bold;}
.popup-tit > span { font-family: 'SamsungOne',sans-serif; font-size: 11px; position: relative; top: -12px; left: -2px;}

.pop-table { font-family: 'SamsungOne',sans-serif; word-wrap: break-word;}
.pop-table .thead { border-bottom: 1px solid #c3c8c9;}
.pop-table .th { color: #999999; font-size: 11px; padding:20px 0 10px; line-height: 1; font-weight: bold;}
.pop-table .td { font-size: 12px;}
.pop-table .tr { display: flex;}
.pop-table .tr > * { box-sizing: border-box; -ms-flex-item-align: center; -ms-grid-row-align: center; align-self: center;}
.pop-table .tr > *:nth-of-type(1) { padding-left: 30px;}
.pop-table .tr > *:nth-last-of-type(1) { padding-right: 30px;}
.pop-table .tbody { background-color: #fff; border-bottom: 1px solid #c3c8c9; box-sizing: border-box;}
.pop-table .tbody .tr { border-bottom: 1px solid #ebebeb;}
.pop-table .tbody .tr:last-child { border-bottom: 0;}
.pop-table .tbody a { text-decoration: underline; text-decoration-color: #a3a3a3;}
.pop-table .table-btn button { border: 1px solid #ebebeb; color: #999999; font-size: 12px; height: 30px; transition: all .3s;}
.pop-table .table-btn button:hover { color: #000; background-color: #ecf2fb; border-color: #c3c8c9;}

.pop-table .ip-ra-box input[type='radio'] + label:before { background-image: url(/images/front/basic-icon/radio-icon2.png);}
.pop-table .mCSB_scrollTools { right: 5px; }
.pop-table .mCSB_scrollTools .mCSB_draggerRail { background-color: transparent;}
.pop-table .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { border-radius: 5px; width: 6px; background-color: #c3c8c9;}
.pop-table .mCSB_scrollTools .mCSB_draggerContainer { top:5px; height: calc(100% - 10px);}


/* pop-alertConfirm */
.pop-alertConfirm { width: 390px;}
.pop-alertConfirm .b-button { width: 160px; height: 50px; line-height: 50px;}
.pop-alertConfirm .pop-desc { font-size: 14px; text-align: center; color:#000; min-height: 80px; line-height: 1.5;}

.pop-alertConfirm2 { width: 710px;}
.pop-alertConfirm2 .b-button { width: 160px; height: 50px; line-height: 50px;}
.pop-alertConfirm2 .pop-desc { font-size: 14px; text-align: left; color:#000; min-height: 80px; line-height: 1.5; padding-left: 25px;}
/* //pop-alertconfirm */

/** pop-confirm **/
.pop-confirm { width: 540px;}

.confirm-box { font-size: 12px; color: #999999; font-family: 'SamsungOne',sans-serif; height: 300px; max-height: 300px; margin-bottom: 30px; line-height: 1.6;}
/** //pop-confirm **/

/** pop-password **/
.pop-password { width: 540px;}

.securityCode { box-sizing: border-box;  border-right: 0; height: 50px; line-height: 50px; display: flex;}
.securityCode .num-area { border: 1px solid #d9d9d9; min-width: 135px; border-right: 0; height: 100%; box-sizing: border-box; background-color: #f3f6fb; }
.securityCode .btn-box { width: 25px; display: flex; flex-direction: column; border: 1px solid #c3c8c9; background-color: #ecf2fb;}
.securityCode .btn-box button { height: 50%; background: no-repeat center;}
.securityCode .btn-box .sound { background-image: url(/images/front/btn-icon/sound-icon-g.png); border-bottom: 1px solid #c3c8c9;}
.securityCode .btn-box .reset { background-image: url(/images/front/btn-icon/reset-icon-g.png);}
/** //pop-password **/

/** pop-trusted **/
.pop-trusted { width: 1010px;}

.pop-trusted .trusted { width: 390px;}
.pop-trusted .erase { width: 560px;}
.pop-trusted .trusted-list { font-family: 'SamsungOne',sans-serif; margin: 35px 0 20px;}
.pop-trusted .trusted-list li { padding-left: 18px; position: relative; font-size: 14px; line-height: 1.45; margin-bottom: 25px;}
.pop-trusted .trusted-list li:last-child { margin-bottom: 0;}
.pop-trusted .trusted-list .trusted-num { position: absolute; left: 0; top: -8px; font-size: 12px; color: #4298ff;}
/** //pop-trusted **/

/** pop-authentication **/
.pop-authentication { width: 540px;}
.pop-authentication .pop-desc { line-height: 20px;}
.pop-authentication .btn-box button { width: 185px;}
.pop-authentication .checkTime { font-size: 12px; font-weight: bold; width: 40px;}
.pop-authentication .cont-dl2:nth-of-type(1) .ip-box input { padding-right: 190px;}
.pop-authentication .cont-dl2:nth-of-type(2) .ip-box input { padding-right: 235px;}
/** //pop-authentication **/

/** pop-authentication2 **/
.pop-authentication2 { width: 790PX;}
.pop-authentication2 .popup-tit-box { margin-bottom: 20px;}
.pop-authentication2 .cont-dl2 { margin-bottom: 20px;}
.pop-authentication2 .cont-dl2 dt { margin-bottom: 15px;}
.pop-authentication2 .login-box { margin-bottom: 20px;}
.pop-authentication2 .l-stit { margin-bottom: 15px;}
.pop-authentication2 .l-button { width: 265px; margin-top: 15px;}
/** //pop-authentication2 **/

/** pop-shipDestination **/
.pop-shipDestination { width: 700px;}

.pop-shipDestination .cont-table-box { margin-bottom: 30px;}
.sdestination-table .tbody { max-height: 404px;}
.sdestination-table .tbody .tr { line-height: 80px;}
.sdestination-table  .tr > *:nth-of-type(1) { width: 40px;}
.sdestination-table  .tr > *:nth-of-type(2) { width: 110px;}
.sdestination-table  .tr > *:nth-of-type(3) { width: 180px;}
.sdestination-table  .tr > *:nth-of-type(4) { width: 310px;}
.sdestination-table .td span { line-height: 1.6;}
.sdestination-table .ip-ra-box3 input[type='radio'] + label { top: 4px;}
/** //pop-shipDestination **/

/** pop-shipSave **/
.pop-shipSave { width: 540px;}
/** //pop-shipSave **/

/** pop-shippingInfo **/
.pop-shippingInfo { width: 1100px;}

.pop-shippingInfo .ip-wrap-w1 > dl { width: calc(50% - 10px); margin-right: 20px;}
.pop-shippingInfo .ip-wrap-w1 > dl:last-child { margin-right: 0;}
.pop-shippingInfo .ip-wrap-w2 > dl { width: 420px; margin-left: 10px;}
.pop-shippingInfo .ip-wrap-w2 > dl:nth-child(1) { width: 180px; margin-left: 0;}
.pop-shippingInfo .ip-wrap-w3 > dl:nth-child(2) { width: 480px;}
.pop-shippingInfo .ip-wrap-w4 > dl:nth-child(1) { width: calc(100% - 65px); margin-right: 20px;}
.pop-shippingInfo .ip-wrap-w4 > dl:nth-child(2) { text-align: right;}
.pop-shippingInfo .ip-chk-txt input[type='checkbox'] + label { line-height: 50px;}
.pop-shippingInfo .ip-chk-txt input[type='checkbox'] + label:before { top: 50%; margin-top: -10px;}
/* .pop-shippingInfo .btn-box { right: 5px; margin-top: -20px;}
.pop-shippingInfo .save { width: 40px; height: 40px; background: url(/images/front/btn-icon/save-icon-w.png) no-repeat center #000; border-radius: 5px;} */

.pop-shipping-wrap { background-color: #fafafa; padding: 30px 30px 40px;}
.pop-shipping-wrap .ip-wrap-w4 > div { width: 50%; padding-right: 20px; box-sizing: border-box;}
.pop-shipping-wrap dl { margin-bottom: 25px;}
.pop-shipping-wrap dl:last-child { margin-bottom: 0;}
.pop-shipping-wrap dt { margin-bottom: 15px;}
.pop-shipping-wrap dd p { line-height: 1.25; margin-bottom: 10px; color: #707070;}
.pop-shipping-wrap dd p:last-child { margin-bottom: 0;}
/** //pop-shippingInfo **/

/** pop-shippingMethod **/
.pop-shippingMethod { width: 960px;}
/** //pop-shippingMethod **/

/** pop-levelName **/
.pop-levelName { width: 890px;}

.pop-levelName .pop-dl { width: calc(25% - (30px / 4)); margin-right: 10px;}
.pop-levelName .pop-dl:last-child { margin-right: 0;}
/** //pop-levelName **/

/** pop-slide **/
.pop-slide { position: relative; width: 100%; background-color: transparent; box-shadow: none; overflow: visible;}
.pop-slide-box { width: 640px; height: 640px; margin: 0 auto; padding: 20px; border-radius: 15px; background-color: #fff;}
.pop-slide-box .slick-slide img { margin: 0 auto;}
.pop-slide-box .pop-slider figure { display: flex; align-items: center; justify-content: center;}
.pop-slide-box .slick-slider .slick-arrow { display: block; width: 20px; height: 34px; background: no-repeat center; position: fixed; top: 50%; margin-top: -8px; cursor: pointer; font-size: 0;}
.pop-slide-box .slick-slider .slick-arrow.slick-prev { background-image: url(/images/front/pop-slide-prev.png); left: 20px;}
.pop-slide-box .slick-slider .slick-arrow.slick-next { background-image: url(/images/front/pop-slide-next.png); right: 20px;}
.pop-slide-box .slick-slider .slick-arrow.slick-disabled { opacity: 0.5; cursor: inherit;}
.pop-slider-close { width: 35px; height: 35px; border-radius: 50%; background: url(/images/front/popup-close-icon2.png) no-repeat center #000; position: absolute; left: 50%; top: -15px; margin-left: 320px;}
.pop-slide-box .slick-track, .pop-slide-box .slick-slide { min-width: 640px;}
/** //pop-slide **/

/** pop-upload **/
.pop-upload { width: 590px;}

.pop-upload-box {  font-size: 15px; position: relative;}
.pop-upload-list { box-sizing: border-box; padding: 0px 95px 0px 15px; width: 100%; border-radius: 5px; border: 1px solid #ebebeb; background-color: #f3f6fb; color:#bbbbbb; min-height: 50px;}
.pop-upload-list #fileListTable { display:flex; flex-wrap: wrap;}
.pop-upload-list .pop-upload-empty { line-height: 50px; font-size:14px; font-family:'SamsungOne', sans-serif;}
.pop-upload-list .pop-upload-file { display:flex; align-items: center; color:#000; padding: 4px 0; margin-right: 15px; min-height:42px; font-family:'SamsungOne', sans-serif;}
.pop-upload-list .pop-upload-file button { display: block; width: 10px; height: 10px; min-width:10px; min-height:10px; background: url(/images/front/btn-icon/delete-icon-b.png) no-repeat center; background-size: cover; margin-left: 5px;}
.pop-upload-btn { width:90px; position: absolute; top:50%; margin-top: -20px; right:4px;}
.pop-upload-btn label { display:block;  padding: 0px 20px; font-size: 12px; height: 40px; line-height: 40px; border-radius: 40px; text-align: center; font-family: 'SamsungSharpSans'; font-weight: 500; background-color: #212425;  border: 1px solid #000; color: #fff;}
/** //pop-upload **/

/*** //popup ***/

/*** login-css ***/
#l-wrap { background-color: #f2f2f2; min-width: 1200px; min-height: 100vh; padding: 60px 0; line-height: 1; box-sizing: border-box;}
.l-wrapper { width: 1200px; margin: 0 auto;}
.l-wrapper .cont-tit { padding: 0 20px;}

.l-logo {padding: 0 20px 60px ;}
.l-tit-box { display: flex; justify-content: space-between; align-items: center;}
.l-tit { font-size: 24px; font-weight: bold;}
.l-stit { font-size: 16px; font-weight: bold;}
.l-desc { font-size: 12px; color: #999999; font-family: 'SamsungOne',sans-serif; line-height: 20px;}
.l-desc2 { font-size: 12px; color: #999999; font-family: 'SamsungOne',sans-serif; line-height: 22px;}
.l-desc2 span { color: #000; font-weight: bold;}
.l-desc2 b { color: #ff6600; font-weight: bold;}
.l-button { height: 30px; line-height: 30px; font-size: 12px; font-family: 'SamsungOne',sans-serif; border-radius: 30px; }
.l-button.b-white { background-color: transparent; border-width: 1px;}
a.login-mail { color: #4298ff; font-weight: bold;}

.login-wrap1 { background-color: #fff; border-radius: 20px;}
.login-wrap1-1 { padding: 30px;}

.login-wrap2 { display: flex; justify-content: space-between; }
.login-wrap2 > div { width: calc(50% - 10px);}

.login-wrap2 .login-wrap2-1 { background-color: #fff; border-radius: 20px; padding: 30px; box-sizing: border-box;}

/** login **/
.login .cont-tit { margin: 55px 0; line-height: 1.3;}
.login .l-tit{ margin-bottom: 27px;}
.login .login-wrap2-1 { height: 220px;}
.login .login-wrap2-1 .ip-chk-txt { padding-right: 10px;}
.login .login-wrap2-1 .flex > div:nth-child(3) button{ width: 110px;}
.login .ip-line { position: relative;  z-index: 1; width: 200px; margin-right: 10px;}
.login .ip-line input { height: 40px; line-height: 40px; margin-top: 20px; padding: 0 5px; font-size: 14px;}
.login .ip-line label { position: absolute; top: 25px; z-index: -1; left: 5px; font-size: 14px; color: #999999; transition: all .3s;}
.login .ip-line input:focus ~ label,
.login .ip-line label.up { top: 10px; font-size: 11px;}
.login .login-link { text-align: center; margin-top: 25px; font-size: 0;}
.login .login-link a { font-family: 'SamsungOne',sans-serif; font-size: 12px; display: inline-block; color: #777777; font-weight: bold;}
.login .login-link a:first-child::after { display: inline-block; content: ''; width: 1px; height: 11px; background-color: #dddddd; margin: 0 10px; vertical-align: top;}
.login .login-link a:hover { color: #000;}
.login .login-link a span { position: relative; display: inline-block;}
.login .login-link a span::before { display: block; content: ''; background-color: #a3a3a3; width: 0; position: absolute; height: 1px; left: 50%; bottom: -1px; transition: all 0.3s;}
.login .login-link a:hover span::before { width: 100%; left: 0;}
.login .btn-box .l-button { width: 265px;  margin: 20px auto 0;}

.login .login-box { margin-top: 60px; padding: 0 20px;}
.login .l-stit { margin-bottom: 25px;}
/** //login **/

/** agree **/
.agree .login-wrap2 .login-wrap2-1 { padding: 30px 10px 30px 30px;}
.agree .login-wrap2 .mCSB_inside>.mCSB_container { margin-right: 20px;}
.agree .l-tit { margin-bottom:40px;}
.agree .agree-txt { max-height: 470px; font-family: 'SamsungOne',sans-serif; font-size: 14px; line-height: 2;}
.agree .agree-txt .in_TXTst1 {font-weight:bold;color:#666;font-size:17px;display:block;margin-bottom:-5px;}
.agree .agree-txt .in_TXTst2 {color:#333;margin:10px 0 -5px 0;}
.agree .agree-txt .in_TXTst2_2 {color:#333;margin:10px 0 0 0;line-height:18px;}

.agree .agree-txt .in_TXTst3 {line-height:18px;padding:6px 0;}
.agree .agree-txt .in_TXTst3_2 {line-height:18px;padding:8px 0 4px 10px;position:relative;}
.agree .agree-txt .in_TXTst3_2:before {content: '-';position:absolute;left:0;}
.agree .agree-txt .bef_none {line-height:18px;padding:8px 0 4px 10px;}
.agree .agree-txt .bef_none .inBOX {border:1px solid #ddd;padding:10px;}

.agree .agree-txt .in_TXTst4 {color:#333;margin:10px 0 5px 0;line-height:18px;}
.agree .agree-txt .in_backST {background:#fff;}
.numberlist_ST {line-height:18px;counter-reset:section;padding-top:15px;}
.numberlist_ST li {position:relative;padding:0 0 10px 15px;line-height:18px;}
.numberlist_ST li:before {position:absolute;left:0;counter-increment:section;content:counters(section,".");}

.setbox {padding:0 15px;}
.setbox .fn12 {font-size:12px;}

.agree .agree-txt .inBoxST1 {margin:10px 0;padding:12px 20px 15px 20px;background:#f5f6f7;border-radius:7px;}
.agree .agree-txt .inBoxST2 {margin:10px 0;padding:10px 20px;border:1px solid #ddd;font-size:12px;}
.agree .agree-txt .inBoxST2 p {font-size:14px;}

.agree .agree-txt .in_blank {height:15px;}
.agree .ip-chk-txt {text-align: center; margin: 20px 0 90px;}
/** //agree **/

/** join **/
.join .cont-tit-box .required-tit { position: relative; top: -7px; left: -17px;}
.join .cont-tit-box { margin-bottom: 30px;}
.join .flex { margin-bottom: 20px;}
.join .flex:last-child { margin-bottom: 0px;}
.join .login-wrap1-1 .flex { justify-content: space-between;}
.join .ip-wrap-w > dl { width: calc(50% - 10px);}

.checkTime { font-size: 14px; line-height: 40px; height: 40px; width: 50px; box-sizing: border-box; position: relative; font-family: 'SamsungOne',sans-serif;}
.checkTime .check { width: 17px; height: 12px; background: url(/images/front/join-check.png); position: absolute; top: 50%; left: 4px; margin-top: -8px;}
/** //join **/

/** authenticator **/
.authenticator .cont-tit { margin: 60px 0; text-align: center;}

.authenticator1 .login-wrap2-1 { height: 260px;}
.authenticator1 .step1 > div:nth-child(1) { width: 230px; margin-right: 35px;}
.authenticator1 .step1 > div:nth-child(2) { width: 270px;}
.authenticator1 .step2 { justify-content: space-between;}
.authenticator1 .step2 > div { width: calc(50% - 5px);}
.authenticator1 .l-tit { margin-bottom: 25px;}
.authenticator1 .l-desc2 { font-weight: bold; margin: 35px 0 15px;}
.authenticator1 .login-box { margin-top: 45px; padding-left: 20px;}
.authenticator1-single .l-desc { margin-bottom: 71px;}
/** //authenticator **/

/** authenticator2 **/
.authenticator2 .login-wrap1 { width: 590px; margin: 40px auto 0; box-sizing: border-box;}
.authenticator2 .login-box { width: 590px; margin: 45px auto 0; padding-left: 20px;}

.authenticator-box.flex > div { width: calc(50% - 5px); }
.authenticator-box { width: 260px; margin: 0 auto;}
/** //authenticator2 **/

/** authenticator3 **/
.authenticator3 .login-wrap2-1 { height: 420px;}
.authenticator3 .l-tit { margin-bottom: 26px;}
.authenticator3 .l-desc2 { font-weight: bold; margin-bottom: 26px;}
.l-btn-box { display: flex; justify-content: space-between; align-items: center;}
.authenticator3 .l-btn-box { margin-bottom: 10px;}
.authenticator3 .l-btn-box:last-child { margin-bottom: 0px;}
.authenticator3 .l-btn-box button { width: 185px;}
.l-btn-box span { font-size: 12px; font-weight: bold; font-family: 'SamsungOne',sans-serif;}
.authenticator3 .authenticator-google .l-desc { padding-left: 20px; margin-top: 35px;}
.authenticator3 .authenticator1-single .l-desc { margin-bottom: 230px;}
/** //authenticator3 **/

/*** //login-css ***/

/*** error-css ***/
.error { text-align: center;}
.l-logo.error { padding: 0 20px; margin-bottom: 14vh;}
.error-tit { font-size: 120px; font-weight: bold; margin-bottom: 0.5vh; }
.error-stit { font-size: 36px; font-weight: bold; margin-bottom: 5vh;}
.error-wrap { background-color: #fff; font-size: 14px; line-height: 22px; padding: 25px 30px; width: 460px; box-sizing: border-box; margin: 0 auto 5vh; border-radius: 20px; font-family: 'SamsungOne', sans-serif;}
.error button { margin: 0 auto 27vh;}
.e-copy { text-align: center; font-size: 12px; font-family: 'SamsungOne', sans-serif;}

.construction-tit {font-size:75px;font-weight:bold;margin-top:15px;}
.construction-stit {font-size:25px;font-weight:300;margin:20px 0 5vh 0;line-height:35px;}
/*** //error-css ***/

/*** construction-css ***/
.construction { text-align: center;}
.l-logo.construction { padding: 0 20px; margin-bottom: 17.5vh;}
.construction-icon { margin-bottom: 5.15vh;}
.construction-desc1 { font-size: 24px; line-height: 1.5; font-weight: bold; margin-bottom: 7.22vh;}
.construction-desc2 { width: 580px; padding: 30px; border-radius: 20px; box-sizing: border-box; background-color: #fff; margin: 0 auto 24.7vh;  font-size: 16px; font-family: 'SamsungOne', sans-serif;}
.construction-desc2 span { font-weight: bold;}
/*** //construction-css ***/

/* datepicker */
input[id*='date'] { padding-right: 42px;}
.ui-datepicker-trigger { position: absolute; right: 20px; top:50%; margin-top: -10px; cursor: pointer; font-size:0; width: 18px; height: 18px; border-radius: 0; /*background: url(/images/front/basic-icon/calendar-icon-b.png);*/}
.ui-datepicker { padding:0;}
.ui-datepicker .ui-state-default { background: none; color: #000;  font-weight: normal; border-color: transparent;}
.ui-datepicker .ui-widget-header { border:0; background: #fff; padding: 10px 0;}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year { width:auto; background: none; color:#000; font-weight: bold; font-size: 18px; }
.ui-datepicker select.ui-datepicker-month option, .ui-datepicker select.ui-datepicker-year option{ font-size: 14px; padding: 3px;}
#ui-datepicker-div select.ui-datepicker-year { margin-right: 5px;}
.ui-datepicker .ui-datepicker-calendar thead{ border-top: 1px solid #ebebeb; border-bottom: 1px solid #666666; background: #fff;}
.ui-datepicker .ui-datepicker-calendar tbody{ background-color: #fafafa;}
.ui-datepicker .ui-datepicker-calendar tbody .ui-state-default { font-size: 11px; padding:7px 0; text-align: center; border-radius: 5px;}
.ui-datepicker .ui-datepicker-calendar tbody .ui-state-default.ui-state-hover { border-color: #c3c8c9; background-color: #fff;}
.ui-datepicker .ui-datepicker-calendar tbody .ui-state-default.ui-state-active { background-color:#4298ff; border-color:#0074d4; color: #fff;}
#ui-datepicker-div.ui-widget {font-family: 'SamsungOne',sans-serif;}
.ui-widget-content { border-color: #666666;}
.ui-widget-header .ui-datepicker-prev,.ui-widget-header .ui-datepicker-next { top:50%; margin-top: -0.9em;}
.ui-widget-header .ui-datepicker-prev .ui-icon { background:url(/images/front/basic-icon/calendar-prev.png) no-repeat center;}
.ui-widget-header .ui-datepicker-next .ui-icon { background:url(/images/front/basic-icon/calendar-next.png) no-repeat center; }
.ui-datepicker .ui-datepicker-buttonpane { margin:0;}
/* //datepicker */

/* mCustomScrollbar */
.mCSB_horizontal.mCSB_inside>.mCSB_container { margin-bottom: 0;}
.mCSB_horizontal .mCSB_scrollTools.mCSB_scrollTools_horizontal { height: 4px; opacity: 1;}
.mCSB_horizontal .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail { margin: 0; height: 100%; background: #f3f6fb;}
.mCSB_horizontal .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger { background-color: #212425;}

.mCSB_inside>.mCSB_container { margin-right: 0;}
.mCSB_vertical .mCSB_inside>.mCSB_container { margin-right: 0;}
.mCSB_vertical .mCSB_scrollTools { width: 6px;}
.mCSB_vertical .mCSB_scrollTools .mCSB_draggerRail { width: 100%; background-color: transparent;}
.mCSB_vertical .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #c3c8c9; width: 100%;}
/* //mCustomScrollbar */

@media screen and (max-width:1920px) and (min-width:1900px){
    body { overflow-x: hidden;}
}

/*Privacy Policy Tab*/
.cont_area .cont b {font-weight:bold;}

.ppTAB {position:relative;}
.ppTAB .tabMenu {overflow:hidden;position:absolute;top:-45px;text-align:center;letter-spacing:-0.3px;width:100%;}
.ppTAB .tabMenu .tab_btST {float:left;margin-right:7px;line-height:22px;width:54px;}
.ppTAB .tabMenu .tab_btST:last-child {margin-right:0;}
.ppTAB .tabMenu .tab_btST.is_on .btn {color:#fff;background:#000;border-radius:10px;display:block;width:100%;padding:2px;}
.ppTAB .tabMenu .btn {font-size:12px;display:block;width:100%;padding:2px;}
.ppTAB .cont_area .cont {display:none;}

.tableST {width:100%;border:1px solid #ddd;border-collapse:collapse;}
.tableST th {text-align:center;padding-left:0 !important;}
.tableST .thST1 {line-height:12px;}
.tableST .thST2 {line-height:12px;vertical-align:middle !important;}
.tableST th, td {border:1px solid #ddd;padding-left:10px;vertical-align:top !important;;}

/*220516*/
.layerPop_N {}
.layerPop_Nwrap {font-family:'SamsungSharpSans',sans-serif;position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0, 0, 0, 0.7);font-size:0;text-align:center;z-index:99;}
.layerPop_Nwrap:after {display:inline-block;height:100%;vertical-align:middle;content:'';}
.layerPop_Nwrap .pop_inner {display:inline-block;padding:38px 30px 30px;border-radius:5px;background:#f2f2f2;max-width:1200px;max-height:750px;vertical-align:middle;font-size:15px;box-shadow:10px 10px 10px 0px rgb(0 0 0 / 10%);text-align:left;position:relative;}
.layerPop_Nclose {margin:0 auto;}
.newCLOS_st {left:auto;right:-15px;}