

body {
    font-family: 'Wanted Sans Variable', 'Wanted Sans', sans-serif;
    color: #000;
    letter-spacing: 0.35px;
    font-weight: 400;
    line-height: 1.4;

    background-color: transparent;
    margin: 0;
    overflow-x: auto;
    overflow-y: auto;
    position: absolute;
    width: 100%;
    height: 100%;

    word-break: keep-all;
    min-width: 768px;
}

a {
    color: #000;
    text-decoration: none;
}

img {
    width: 100%;
}

video {
    outline: none;
    border: 0;
    -webkit-mask-image: -webkit-radial-gradient(#FFFFFF, #000000);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    outline: none;
    box-shadow: none;
    margin: 0;
    margin: 0;
    appearance: none;
    border: 0;
}
input:focus {
    outline:none;
}
input[type=text],
input[type=password],
input[type=date] {
	-webkit-border-radius:0;
	-webkit-appearance:none;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.ui-datepicker select {
    background: none;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

.wrap {
    position: relative;
    width: 100%;
    min-height: 100%;
    overflow: hidden;
    padding-top: 148px;
}

.content {
    min-height: calc(100vh - 446px);
    padding-bottom: 100px;
}

.inner {
    position: relative;
    width: 100%;
    height: 100%;
}

.error_msg_comm {
    display: none;
    margin-top: 4px;

    font-weight: 300;
    font-size: 13px;

    color: #eb3d4f;

    padding-left: 20px;
    background-image: url('/v2/img/ico_error_red.png');
    background-size: 16px auto;
    background-repeat: no-repeat;
    background-position: left top 2px;
}

.visible_hidden {
    position: absolute !important;
    overflow: hidden !important;
    height: 1px !important;
    width: 1px !important;
    padding: 0 !important;
    border: 0 !important;
    margin: -1px !important;
}

/* 일부 해상도 라인 보이는 문제 */
.swiper-slide {
    padding: 0 1px;
}

.ko .only_en {
    display: none;
}
.en .only_ko {
    display: none;
}
.required_indi {
    color: #ff0000;
}
.error_msg {
    font-size: 12px;

    color: #EB3D4F;
}
.error_msg .error_msg_in {
    display: flex;
    align-items: center;
}

.notice_comm {
    color: #838383;
    padding-left: 12px;
    position: relative;
    margin-top: 4px;
    font-size: 14px;

}
.notice_comm:first-child {
    margin-top: 0;
}
.notice_comm::before {
    content: " ";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #838383;
    position: absolute;
    left: 0;
    top: 8px;
}

.invaild_border {
    border-color: #EB3D4F !important;
}
.wsnr {
    white-space: nowrap;
}

/* 레이아웃 공통 */
.sec {
    position: relative;
}
.sec .sec_cont {
    margin-top: 40px;
}
.sec > .inner {
    max-width: 1720px;
    padding: 0 40px;
    margin: 0 auto;
}

.sub_title {
    font-size: 32px;
    line-height: var(--fs_tit);
    font-weight: 600;
    margin-top: 40px;
    text-transform: uppercase;
}

/* header */
.header {
    background-color: #fff;
    z-index: 1000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.header .tnb_gnb_w.main .tnb_w .c_menu {
    width: 400px;
}
.header .tnb_gnb_w.main .tnb_w .c_menu .q_input {
    padding: 0 0 8px 0;
    border-bottom: 1px solid #000;
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.header .tnb_gnb_w.main .tnb_w .c_menu .q_input input {
    font-size: 14px;

    flex-grow: 1;
    border: 0;
    color: #444;
    padding: 0 8px;
}
.header .tnb_gnb_w.main .tnb_w .c_menu .q_input button {
    display: block;
    border: 0;
    background: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    padding-right: 8px;
}
.header .tnb_gnb_w.main .gnb_w {
    background: #000;
}
.header .tnb_gnb_w.main .gnb_w > .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1784px;
    padding: 0 92px;
    margin: 0 auto;
}
.header .tnb_gnb_w.main .gnb_w li {
    font-size: 14px;

    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
}
.header .tnb_gnb_w.main .gnb_w li a {
    color: #fff;
    padding: 15px 40px 15px 0px;
}
.header .tnb_gnb_w.main .gnb_w li a p {
    padding-bottom: 0;
    display: inline-block;
}
.header .tnb_w {
    position: relative;
    width: 100%;
    height: 100px;
    border-bottom: 1px solid #e1e1e1;
}
.header .tnb_w > .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1784px;
    padding: 0 92px;
    margin: 0 auto;
}
@media (max-width: 1400px) {
    .header .tnb_w > .inner {
        padding: 0 60px;
    }
    .header .tnb_gnb_w.main .gnb_w > .inner {
        padding: 0 60px;
    }
}
@media (max-width: 1350px) {
    .sticky .header .gnb_w li a {
        padding: 0 16px 0 8px;
    }
    .sticky .header .tnb_w.ipad_landing_sticky .gnb_w li a p {
        padding-bottom: 0;
    }
    .sticky .main_sticky .l_menu .tnb_logo,
    .sticky .header .tnb_w.main_sticky .lang_menu,
    .sticky .header .tnb_w.main_sticky .btn_menu_w {
        display: none;
    }
    .header .tnb_w.main_sticky .gnb_w {
        margin-left: 0;
    }
}
.header .tnb_w .l_menu {
    display: flex;
    align-items: center;
}

.header .tnb_w .tnb_logo {
    width: 260px;
    margin-right: 0;
}

.header .gnb_w ul {
    display: flex;
    align-items: center;
}
.header .gnb_w li {
    /*margin-right: 24px;*/
    font-size: 18px;

    font-weight: 600;
    color: #121619;
    text-transform: uppercase;
}
.header .gnb_w li a {
    display: block;
    padding: 35px 12px 33px 12px;
}
.header .gnb_w li:first-child a {
    padding-left: 40px;
}
.header .gnb_w li a:has(.new_dot) {
    display: flex;
}
.header .gnb_w li a p {
    position: relative;
    padding-bottom: 6px;
    white-space: nowrap;
}
.header .gnb_w li a p + .new_dot {
    /*display: block;*/
    display: inline-block;
    vertical-align: top;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: #F3521F;
    margin: 2px 0 0 2px;
}
.header .gnb_w li a p::after {
    display: block;
    content: " ";
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: transparent;
}
.header .gnb_w li a.depth1_link:hover p::after,
.header .gnb_w ul li.depth1 a.depth1_link.hover p::after {
    background-color: #000;
}

.header .tnb_w .tnb_dd_w {
    position: relative;
    display: flex;
    align-items: center;

}

.header .tnb_w .btn_menu_w {
    margin-left: 16px;
}
.header .tnb_w .btn_menu_w a {
    display: inline-block;
    padding: 7px 16px;
    border: 1px solid #121619;
    border-radius: 50px;
    text-transform: uppercase;
    font-size: 14px;

    font-weight: 600;
    text-align: center;
    margin-right: 8px;
    white-space: nowrap;
}
.header .tnb_w .btn_menu_w a.black {
    background-color: #000;
    border-color: #000;
    color: #fff;
}
.header .tnb_w .btn_menu_w a:last-child {
    margin-right: 0;
}

.header .tnb_w .r_menu {
    display: flex;
    justify-content: center;
}
.header .tnb_w .r_menu .user_menu {
    display: flex;
}
.header .tnb_w .r_menu .user_menu li.depth1 {
    margin-right: 16px;
    margin-top: auto;
    margin-bottom: auto;
}
.header .tnb_w .r_menu .user_menu li.depth1:last-child {
    margin-right: 0;
}

.header .tnb_w .tnb_dd_menu {

    position: absolute;
    top: 100%;
    left: 50%;
    padding-top: 8px;
    margin-left: -39px;
    z-index: 10000;

    display: none;
}
.header .tnb_w .lang_menu .tnb_dd_menu,
.header .tnb_w .about_menu .tnb_dd_menu {
    padding-top: 0;
}
.header .tnb_w .tnb_dd_menu .inner {
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    background-color: #fff;
    padding: 4px 0;
}
.header .tnb_w .tnb_dd_menu.lang_dd {
    margin-left: -39px;
}

.header .tnb_w .open .tnb_dd_menu {
    display: block;
}


.header .tnb_w .tnb_dd_menu a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;

    font-size: 16px;

    text-align: center;
    color: #838383;

    white-space: nowrap;
    padding: 4px 24px;
}
.header .tnb_w .tnb_dd_menu.lang_dd a.active,
.header .tnb_w .tnb_dd_menu.user_dd a:hover {
    color: #181818;
}
.header .tnb_w .tnb_dd_menu.lang_dd a.active .line_parent,
.header .tnb_w .tnb_dd_menu.user_dd a:hover .line_parent {
    background-image: url('/v2/img/ico_line_parent_b.png');
}

.header .tnb_w .lang_menu {
    margin-left: 16px;
}
.header .tnb_w .lang_menu .active_lang {
    text-transform: uppercase;
    font-size: 16px;

    padding-right: 12px;
    position: relative;

    cursor: pointer;
}
.header .tnb_w .lang_menu .active_lang::after {
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    border: 4px solid transparent;
    border-bottom-width: 0;
    border-top-color: #000;

    right: 0;
    top: 50%;
    margin-top: -2px;
}

.header .tnb_w .about_menu {
    margin-left: 16px;
}
.header .tnb_w .about_menu .active_about {
    text-transform: uppercase;
    font-size: 16px;

    padding-right: 12px;
    position: relative;
    cursor: pointer;
}
.header .tnb_w .tnb_dd_menu.about_dd {
    top: 100%;
    left: 0%;
}
.header .tnb_w .about_menu .active_about::after {
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    border: 4px solid transparent;
    border-bottom-width: 0;
    border-top-color: #000;

    right: 0;
    top: 50%;
    margin-top: -2px;
}
.header .tnb_w .about_dd a {
    text-align: left;
    text-transform: none;
}
.header .tnb_w .about_dd a:hover {
    color: #000;
}

.header .gnb_dd_w .gnb_dd_item {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 99;
    background-color: #fff;
    display: none;
}
.header .gnb_dd_w .gnb_dd_item > .inner {
    display: flex;
    justify-content: space-between;
    max-width: 1784px;
    margin: 0 auto;
    padding: 40px 92px;
}
.header .gnb_dd_w .gnb_dd_item.resource_menu > .inner {
    justify-content: center;
}
@media (max-width: 1400px) {
    .header .gnb_dd_w .gnb_dd_item > .inner {
        padding: 40px 60px;
    }
}
.header .gnb_dd_w .gnb_dd_item .gnb_list {
    padding-right: 40px;
    display: flex;
    min-width: 644px;
}
.header .gnb_dd_w .gnb_dd_item .gnb_list:has(li.service_txt) {
    display: block;
}
/**/
.header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth2 {
    width: 200px;
    margin-right: 32px;
}
.header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth2.service_txt {
    width: 250px;
    margin-bottom: 8px;
}
/*.header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth2.service_txt:first-child {*/
/*    margin-bottom: 16px;*/
/*}*/
.header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth2.service_txt:last-child {
    margin-bottom: 0;
}
.header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth2:last-child {
    margin-right: 0;
}
.header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth2 .depth2_link {
    display: block;
    font-weight: 600;
    letter-spacing: 0.35px;
    font-size: 14px;

    margin-bottom: 8px;
}
.header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth3_link {
    margin-bottom: 4px;
    font-size: 14px;

    letter-spacing: 0.35px;

    font-weight: 300;
}
.header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth2.service_txt:first-child .gnb_item.depth2_link + .gnb_item.depth3_link {
    margin-top: -4px;
}
.header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth3_link:first-child {
    margin-top: 0;
}
.header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth3_link.bold {
    font-weight: 600;
    margin: 16px 0;
}

.header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth3_link + .depth2_link {
    margin-top: 16px;
}
.header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item a {
    display: flex;
    align-items: center;
}
.header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item a i.new_ico {
    display: block;
    width: 31px;
    margin-left: 4px;
}
.header .gnb_dd_w .gnb_dd_item .gnb_banner_w {
    padding-left: 40px;
    width: 330px;
    text-align: center;
}
.header .gnb_dd_w .gnb_dd_item .gnb_banner_w .gnb_banner_tit {
    font-size: 24px;
    line-height: var(--fs_tit);
    font-weight: 600;
}
.header .gnb_dd_w .gnb_dd_item .gnb_banner_w .gnb_banner_img img {
    width: 100%;
}
.header .gnb_dd_w .gnb_dd_item .gnb_banner_w .gnb_banner_txt {
    margin-top: 8px;
}
.header .gnb_dd_w .gnb_dd_item .gnb_banner_w .gnb_banner_txt .img_tit {
    font-weight: 600;
    font-size: 16px;
    line-height: var(--fs_tit);
}
.header .gnb_dd_w .gnb_dd_item .gnb_banner_w .gnb_banner_txt .pd_name {
    margin-top: 4px;
    font-weight: 300;
    font-size: 14px;

}
.header .gnb_dd_w .gnb_dd_item .gnb_banner_w .gnb_banner_txt .btn {
    margin-top: 16px;
}
.header .gnb_dd_w .gnb_dd_item .gnb_banner_w .gnb_banner_txt .btn a,
.header .gnb_dd_w .gnb_dd_item .gnb_banner_w .gnb_banner_txt .btn span {
    display: inline-flex;
    font-size: 14px;

}
.header .gnb_dd_w .gnb_dd_item .gnb_banner_w.service_menu {
    width: 370px;
}
.header .gnb_dd_w .gnb_dd_item .gnb_banner_w.service_menu .gnb_banner_txt .img_tit {
    color: #121619;
    padding-top: 8px;
}
.header .gnb_dd_w .gnb_dd_item .gnb_banner_w.service_menu .gnb_banner_txt .pd_name {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4000;
    color: #555555;
}
.header .gnb_dd_w .gnb_dd_item .gnb_banner_w.service_menu .gnb_banner_txt .btn span {
    color: #121619;
}
.header .gnb_dd_w .gnb_dd_item .swiper-pagination {
    bottom: 100px;
}
.header .gnb_dd_w .gnb_dd_item .swiper-pagination-bullet {
    width: 32px;
    height: 2px;
    border-radius: 0;
    background-color: #ddd;
    margin: 0 4px 0 0;
    opacity: 1;
}
.header .gnb_dd_w .gnb_dd_item .swiper-pagination-bullet:last-child {
    margin: 0;
}
.header .gnb_dd_w .gnb_dd_item .swiper-pagination-bullet-active {
    background-color: #000;
    width: 40px;
}

/* RESOURCES : Inspiration, Blog, Spotlight On ************************************************************************/
.header .gnb_dd_w .gnb_dd_item .gnb_list.resources_w {
    padding-right: 0;
}
.header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth2.resources {
    width: 320px;
    margin-right: 40px;
}
.header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth2.resources:last-child {
    margin-right: 0;
}
.header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth2.resources .depth2_link {
    text-align: center;
}
.header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth2.resources .depth2_link .data_depth2_link {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #121619;
    font-weight: 400;

}
.header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth2.resources .depth2_link .data_depth2_link div {
    width: 100%;
    height: 206px;
    background: #F6F7FB;
}
.header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth2.resources .depth2_link .data_depth2_link .ico_comm {
    margin-left: 4px;
    margin-bottom: 3px;
}
.header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth2.resources .depth2_link p.res_tit {
    text-transform: uppercase;
    margin-top: 16px;
    font-size: 17px;
    line-height: var(--fs_tit);
}
.header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth2.resources .depth2_link p.res_desc {

    color: #555555;
    font-weight: 400;
    margin: 4px 0 16px;
}
/************************************************************************ RESOURCES : Inspiration, Blog, Spotlight On */

/***************************************** V2 *****************************************/
/****** Header 2 ******/
.header2 {
    background-color: #fff;
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 40px 0 0 0;
    border-bottom: 1px solid #000;
}
.header2 > .inner {
    max-width: 1680px;
    padding: 0 20px;
    margin: 0 auto;
}
.header2 .sticky_block {
    display: none;
}

.header2 .tnb_w > .inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.header2 .tnb_w .logo {
    width: 160px;
    margin-top: 4px;
    height: 37px;
    overflow: hidden;
}
.header2 .tnb_w .logo .img {
    position: relative;
    bottom: 0;
    transition: bottom .2s ease-in-out;
}
.header2 .tnb_w .logo:hover .img {
     bottom: 37px;
}
.header2 .tnb_w .logo .img .h_img {
    width: auto;
    height: 37px;
}

.header2 .tnb_w .q_input {
    width: 480px;
    display: flex;
    align-items: center;
    position: absolute;
    left: 50%;
    margin-left: -240px;
    padding: 8px 0;
}
.header2 .tnb_w .q_input::after {
    display: block;
    content: ' ';
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    top: 100%;
    left: 0;
}
.header2 .tnb_w .q_input:focus-within::after {
    background: var(--gradient2);
}
.header2 .tnb_w .q_input input {
    font-size: 14px;
    line-height: var(--fs14_lh);
    flex-grow: 1;
    border: 0;
    padding: 0;
    color: #000;
    margin-right: 8px;
}
.header2 .tnb_w .q_input button {
    display: block;
    border: 0;
    background: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.header2 .tnb_w .r_menu {
    display: flex;
    align-items: center;
    padding: 4px 0;
}
.header2 .tnb_w .r_menu .user_menu {
    display: flex;
    align-items: center;
}
.header2 .tnb_w .r_menu .user_menu li.depth1 + li.depth1 {
    margin-left: 24px;
}
.header2 .tnb_w .tnb_dd_w {
    position: relative;
    display: flex;
    align-items: center;
}
.header2 .tnb_w .tnb_dd_menu {
    position: absolute;
    top: 100%;
    left: 50%;
    padding-top: 8px;
    margin-left: -39px;
    z-index: 104;

    display: none;
}
.header2 .tnb_w .tnb_dd_menu .inner {
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    background-color: #fff;
    padding: 4px 0;
}
.header2 .tnb_w .tnb_dd_menu.lang_dd {
    margin-left: -39px;
}

.header2 .tnb_w .open .tnb_dd_menu {
    display: block;
}
.header2 .tnb_w .tnb_dd_menu a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;

    font-size: 16px;
    line-height: var(--fs16_lh);
    text-align: center;
    color: #838383;

    white-space: nowrap;
    padding: 4px 24px;
}
.header2 .tnb_w .tnb_dd_menu.lang_dd a.active,
.header2 .tnb_w .tnb_dd_menu.user_dd a:hover {
    color: #181818;
}
.header2 .tnb_w .tnb_dd_menu.lang_dd a.active .line_parent,
.header2 .tnb_w .tnb_dd_menu.user_dd a:hover .line_parent {
    background-image: url('/v2/img/ico_line_parent_b.png');
}

.header2 .tnb_w .lang_menu {
    margin-left: 16px;
}
.header2 .tnb_w .lang_menu .active_lang {
    text-transform: uppercase;
    font-size: 16px;
    padding-right: 12px;
    position: relative;

    cursor: pointer;
}
.header2 .tnb_w .lang_menu .active_lang::after {
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    border: 4px solid transparent;
    border-bottom-width: 0;
    border-top-color: #000;

    right: 0;
    top: 50%;
    margin-top: -2px;
}

.header2 .tnb_w .btn_menu {
    margin-left: 16px;
}
.header2 .tnb_w .btn_menu a {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 50px;
    text-transform: uppercase;
    font-size: 14px;

    font-weight: 600;
    text-align: center;
    white-space: nowrap;
}
.header2 .tnb_w .btn_menu a.color {
    background: var(--gradient2);
    color: #fff;
}
.header2 .tnb_w .btn_menu a.color:hover {
    background: var(--gradient1);
}
.header2 .gnb_w {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header2 .gnb_w ul {
    display: flex;
    align-items: center;
    position: relative;
}
.header2 .gnb_w ul > li .depth1_link {
    padding: 8px 8px 0 8px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    height: 46px;
    display: flex;
    align-items: center;
    font-size: 15px;

    letter-spacing: 0.049px;
}
.header2 .gnb_w ul > li .depth1_link .depth1_link_in {
    height: 100%;
    padding-bottom: 14px;
    border-bottom: 2px solid transparent;
}
.header2 .gnb_w ul > li .depth1_link:hover .depth1_link_in,
.header2 .gnb_w ul > li .depth1_link.hover .depth1_link_in {
    border-color: #000;
}
.header2 .gnb_w .l_menu {
    display: flex;
    align-items: center;
}
.header2 .gnb_w ul > li .depth1_link .depth1_link_in.use_ico {
    align-items: flex-start;
}
.header2 .gnb_w .l_menu > ul.type1 > li:first-child .depth1_link {
    padding-left: 0;
}
.header2 .gnb_w .l_menu > ul.type1 > li:last-child .depth1_link {
    padding-right: 16px;
}
.header2 .gnb_w .l_menu > ul.type2 > li:first-child::before {
    display: block;
    content: ' ';
    width: 1px;
    height: 16px;
    background: #444;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
}
.header2 .gnb_w .l_menu > ul.type2 > li:first-child .depth1_link {
    padding-left: 16px;
}
.header2 .gnb_w .l_menu > ul.type3 > li .depth1_link {
    color: #764CD8;
}
.header2 .gnb_w ul.type3 > li .depth1_link:hover .depth1_link_in,
.header2 .gnb_w ul.type3 > li .depth1_link.hover .depth1_link_in {
    border-color: #764CD8;
}
.header2 .gnb_w .l_menu .all_cate_btn {
    display: flex;
    align-items: center;
}
.header2 .gnb_w .l_menu .all_cate_btn .all_cate_ico {
    padding: 0 8px 0 4px;
    position: relative;
    margin-top: -3px;
}
.header2 .gnb_w .l_menu .all_cate_btn .all_cate_txt {
    margin-top: -1px;
}
.header2 .gnb_w ul > li.all_cate_btn .depth1_link:hover .depth1_link_in,
.header2 .gnb_w ul > li.all_cate_btn .depth1_link.hover .depth1_link_in {
    border-color: transparent;
}
.header2 .gnb_w .l_menu .all_cate_btn .depth1_link:hover .all_cate_ico i,
.header2 .gnb_w .l_menu .all_cate_btn .depth1_link.hover .all_cate_ico i {
    position: relative;
    background-image: url('/v2/img/ico_menu_v2_w.png');
}
.header2 .gnb_w .l_menu .all_cate_btn .depth1_link:hover .all_cate_ico i::before,
.header2 .gnb_w .l_menu .all_cate_btn .depth1_link.hover .all_cate_ico i::before {
    content: ' ';
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #000;
    border-radius: 50%;
    z-index: -1;
}
@media (max-width: 1400px) {
    .header2 .gnb_w .l_menu .all_cate_btn .all_cate_txt {
        display: none;
    }
}

.header2 .gnb_w .r_menu > ul > li + li {
    margin-left: 8px;
}
.header2 .gnb_w .r_menu > ul > li:last-child .depth1_link {
    padding-right: 0;
}

.header2 .gnb_dd_w .gnb_dd_item {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 99;
    background-color: #fff;
    border-top: 1px solid #000;
    display: none;
}
.header2 .gnb_dd_w .gnb_dd_item > .inner {
    display: flex;
    justify-content: space-between;
    max-width: 1680px;
    margin: 0 auto;
    padding: 0 20px;
    max-height: 660px;
    overflow-y: auto;
}
.header2 .gnb_dd_w .gnb_dd_item > .inner::-webkit-scrollbar {
    width: 4px;
}
.header2 .gnb_dd_w .gnb_dd_item > .inner::-webkit-scrollbar-thumb {
    background: rgba(131,131,131,0.8);
    border-radius: 4px;
}
.header2 .gnb_dd_w .gnb_dd_item > .inner::-webkit-scrollbar-track {
    background: #eaeaea;
}
.header2 .gnb_dd_w .gnb_dd_item .dd_align.left {
    margin-right: 24px;
    flex-grow: 1;
}
.header2 .gnb_dd_w .gnb_dd_item .dd_align.right,
.header2 .gnb_dd_w .gnb_dd_item.resource_menu .gnb_list {
    padding-top: 24px;
    padding-bottom: 56px;
}
.header2 .gnb_dd_w .gnb_dd_item .gnb_list {
    display: flex;
}
.header2 .gnb_dd_w .gnb_dd_item .dd_align.left .gnb_list {
    padding: 24px 20px 56px 20px;
}
.header2 .gnb_dd_w .gnb_dd_item .gnb_list:has(li.service_txt) {
    display: block;
}

.header2 .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth2 {
    min-width: 200px;
    margin-right: 24px;
}
.header2 .gnb_dd_w .gnb_dd_item .dd_align.right .gnb_list .gnb_item.depth2 {
    margin-right: 32px;
}
@media (max-width:1500px) {
    .header2 .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth2 {
        min-width: 150px;
    }
}
.header2 .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth2.service_txt {
    width: 250px;
    margin-bottom: 16px;
}
.header2 .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth2:last-child {
    margin-right: 0;
}
.header2 .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth2.service_txt:last-child {
    margin-bottom: 0;
}

.header2 .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item .depth2_link {
    display: block;
}
.header2 .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item .depth2_link > a,
.header2 .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item .depth2_link > p {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.header2 .gnb_dd_w .gnb_dd_item .gnb_list .gnb_depth3_list {
    margin-right: -24px;
    margin-bottom: -16px;
}
.header2 .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth3_link {
    margin-right: 24px;
    margin-bottom: 16px;
    min-width: 200px;
}
@media (max-width:1500px) {
    .header2 .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth3_link {
        min-width: 160px;
    }
}
.header2 .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth3_link > a {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.35px;
    font-weight: 700;
}
.header2 .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth4_link + .gnb_item.depth4_link {
    margin-top: 4px;
}
.header2 .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth4_link > a {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.35px;
    font-weight: 300;
}
.header2 .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item .gnb_depth3_list {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    /*max-height: 600px;*/
}
.header2 .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item .gnb_depth3_list::before,
.header2 .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item .gnb_depth3_list::after {
    content: normal;
    display: none;
}
.header2 .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item .gnb_depth4_list {
    margin-top: 8px;
}

.header2 .gnb_dd_w .gnb_dd_item .dd_align.right .gnb_list .gnb_item .gnb_depth3_list {
    margin-top: 12px;
}
.header2 .gnb_dd_w .gnb_dd_item .dd_align.right .gnb_list .gnb_depth3_list {
    margin-bottom: 0;
    margin-right: 0;
}
.header2 .gnb_dd_w .gnb_dd_item .dd_align.right .gnb_list .gnb_item.depth3_link {
    margin-bottom: 0;
    margin-right: 0;
}
.header2 .gnb_dd_w .gnb_dd_item .dd_align.right .gnb_list .gnb_item.depth3_link + .gnb_item.depth3_link {
    margin-top: 4px;
}
.header2 .gnb_dd_w .gnb_dd_item .dd_align.right .gnb_list .gnb_item.depth3_link > a {
    font-weight: 400;
}

.header2 .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item a {
    display: flex;
    align-items: center;
}
.header2 .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item a i.new_ico {
    display: block;
    width: 31px;
    margin-left: 4px;
}
.header2 .gnb_dd_w .gnb_dd_item .gnb_banner_w {
    width: 320px;
    text-align: center;
    margin-top: 24px;
}
.header2 .gnb_dd_w .gnb_dd_item .gnb_banner_w .gnb_banner_tit {
    font-size: 24px;
    font-weight: 600;
}
.header2 .gnb_dd_w .gnb_dd_item .gnb_banner_w .gnb_banner_img img {
    width: 100%;
}
.header2 .gnb_dd_w .gnb_dd_item .gnb_banner_w .gnb_banner_txt {
    margin-top: 8px;
}
.header2 .gnb_dd_w .gnb_dd_item .gnb_banner_w .gnb_banner_txt .img_tit {
    font-weight: 600;
    text-transform: none;
    font-size: 16px;
}
.header2 .gnb_dd_w .gnb_dd_item .gnb_banner_w .gnb_banner_txt .pd_name {
    margin-top: 4px;
    font-weight: 300;
    font-size: 14px;
}
.header2 .gnb_dd_w .gnb_dd_item .gnb_banner_w .gnb_banner_txt .btn {
    margin-top: 16px;
}
.header2 .gnb_dd_w .gnb_dd_item .gnb_banner_w .gnb_banner_txt .btn a,
.header2 .gnb_dd_w .gnb_dd_item .gnb_banner_w .gnb_banner_txt .btn span {
    display: inline-flex;
    font-size: 14px;
}

.header2 .gnb_dd_w .gnb_dd_item .gnb_banner_w.service_menu {
    width: 370px;
}
.header2 .gnb_dd_w .gnb_dd_item .gnb_banner_w.service_menu .gnb_banner_txt .img_tit {
    color: #121619;
    padding-top: 8px;
}
.header2 .gnb_dd_w .gnb_dd_item .gnb_banner_w.service_menu .gnb_banner_txt .pd_name {
    font-size: 15px;
    font-weight: 400;
    color: #555555;
}
.header2 .gnb_dd_w .gnb_dd_item .gnb_banner_w.service_menu .gnb_banner_txt .btn span {
    color: #121619;
}

.header2 .gnb_dd_w .gnb_dd_item[data-num='2'] .gnb_list .gnb_item.depth2 {
    min-width: 1px;
}
.header2 .gnb_dd_w .gnb_dd_item[data-num='2'] .dd_align.left .gnb_list .gnb_item.depth2 {
    width: 20%;
}
.header2 .gnb_dd_w .gnb_dd_item[data-num='2'] .gnb_list .gnb_item.depth3_link {
    min-width: 1px;
}
.header2 .gnb_dd_w .gnb_dd_item[data-num='3'] .gnb_list .gnb_item .gnb_depth3_list {
    flex-wrap: wrap;
    max-height: 660px;
}

.header2 .gnb_dd_w .gnb_dd_item.accessory .gnb_list {
    flex-direction: column;
}
.header2 .gnb_dd_w .gnb_dd_item.accessory .gnb_list .gnb_item.depth2 + .gnb_item.depth2 {
    margin-top: 16px;
}

/*** all_menu ***/
.header2 .gnb_dd_w .gnb_dd_item.all_menu > .inner {
    padding-top: 0;
    padding-bottom: 0;
    justify-content: flex-start;
}
.header2 .gnb_dd_w .gnb_dd_item.all_menu .l_tab_menu {
    padding: 24px 16px 56px 0;
    border-right: 1px solid #000;
}
.header2 .gnb_dd_w .gnb_dd_item.all_menu .l_tab_menu li + li {
    margin-top: 16px;
}
.header2 .gnb_dd_w .gnb_dd_item.all_menu .l_tab_menu li a {
    padding-right: 24px;
    background-image: url('/v2/img/ico_arrow_right.png');
    background-position: right center;
    background-size: 12px;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}
.header2 .gnb_dd_w .gnb_dd_item.all_menu .l_tab_menu li a p {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
}
.header2 .gnb_dd_w .gnb_dd_item.all_menu .l_tab_menu li.active a p {
    font-weight: 700;
    background: var(--gradient2);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    position: relative;
}
.header2 .gnb_dd_w .gnb_dd_item.all_menu .l_tab_menu li.active a p::after {
    display: block;
    content: ' ';
    width: 100%;
    height: 1px;
    background: var(--gradient2);
    left: 0;
    bottom: 0;
}
.header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont {
    flex-grow: 1;
}
.header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w {
    display: none;
}
.header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w.active {
    display: block;
}
.header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .scroll_area {
    max-height: 630px;
    overflow-y: auto;
}
.header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .scroll_area::-webkit-scrollbar {
    width: 4px;
}
.header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .scroll_area::-webkit-scrollbar-thumb {
    background: rgba(131,131,131,0.8);
    border-radius: 4px;
}
.header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .scroll_area::-webkit-scrollbar-track {
    background: #eaeaea;
}
.header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .tab_cont_w_in {
    display: flex;
}
.header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .tab_cont {
    /*padding: 24px 0 56px 16px;*/
}
.header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .tab_cont.left {
    flex-grow: 1;
}
.header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .tab_cont .tab_cont_in {
    display: flex;
    padding: 24px 16px 56px 16px;
}
.header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .tab_cont.right .tab_cont_in {
    display: block;
    padding-right: 0;
}
.header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .tab_cont_item .depth2_tit {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    white-space: nowrap;
    display: block;
}
.header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .tab_cont.right .tab_cont_item .depth2_tit {
    font-size: 15px;
    font-weight: 600;
}
.header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .tab_cont_item > ul {
    display: flex;
    flex-direction: column;
    /*max-height: 540px;*/
}
@media (max-width:1500px) {
    .header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .tab_cont_item > ul {
        /*max-height: 560px;*/
    }
}
.header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .tab_cont_item > ul > li {
    min-width: 200px;
    margin-top: 16px;
    margin-right: 32px;
}
@media (max-width:1500px) {
    .header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .tab_cont_item > ul > li {
        min-width: 150px;
        margin-right: 24px;
    }
}
.header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .tab_cont_item > ul > li .depth3_tit {
    font-size: 15px;
    font-weight: 600;
    display: block;
}
.header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .tab_cont_item > ul > li > ul {
    margin-top: 8px;
}
.header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .tab_cont_item > ul > li > ul > li:not(:first-child) {
    margin-top: 4px;
}
.header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .tab_cont_item > ul > li > ul > li a {
    font-size: 14px;
    color: #121619;
    font-weight: 300;
    display: flex;
    align-items: center;
}
.header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .tab_cont_item > ul > li > ul > li a i.new_ico {
    display: block;
    width: 31px;
    margin-left: 4px;
}
.header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .tab_cont_item .depth2_tit:hover,
.header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .tab_cont_item .depth2_tit.hover,
.header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .tab_cont_item > ul > li .depth3_tit:hover,
.header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .tab_cont_item > ul > li .depth3_tit.hover,
.header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .tab_cont_item > ul > li > ul > li a:hover,
.header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .tab_cont_item > ul > li > ul > li a.hover {
    text-decoration: underline;
}
.header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .tab_cont.right {
    border-left: 1px solid #e1e1e1;
    width: 27%;
}
.header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .tab_cont.right .tab_cont_item + .tab_cont_item {
    margin-top: 16px;
}
.header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .tab_cont.right .tab_cont_item > ul {
    display: block;
}
.header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .tab_cont.right .tab_cont_item > ul > li {
    width: 100%;
}
.header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .tab_cont.right .tab_cont_item > ul > li:nth-child(odd) {
    margin-right: 0;
}

/* RESOURCES : Inspiration, Blog, Spotlight On ************************************************************************/
.header2 .gnb_dd_w .gnb_dd_item.resource_menu > .inner {
    justify-content: center;
}
.header2 .gnb_dd_w .gnb_dd_item.resource_menu .gnb_list {
    padding-right: 0;
    justify-content: center;
    flex-direction: row;
}
.header2 .gnb_dd_w .gnb_dd_item.resource_menu .gnb_list .gnb_item {
    width: 320px;
    margin-right: 40px;
}
.header2 .gnb_dd_w .gnb_dd_item.resource_menu .gnb_list .gnb_item:last-child {
    margin-right: 0;
}
.header2 .gnb_dd_w .gnb_dd_item.resource_menu .gnb_list .gnb_item .depth2_link {
    text-align: center;
}
.header2 .gnb_dd_w .gnb_dd_item.resource_menu .gnb_list .gnb_item .depth2_link .data_depth2_link {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #121619;
    font-weight: 400;
    text-transform: none;
}
.header2 .gnb_dd_w .gnb_dd_item.resource_menu .gnb_list .gnb_item .depth2_link a .link_img {
    width: 100%;
    height: 206px;
    background: #F6F7FB;
}
.header2 .gnb_dd_w .gnb_dd_item.resource_menu .gnb_list .gnb_item .depth2_link a i {
    margin-left: 4px;
}
.header2 .gnb_dd_w .gnb_dd_item.resource_menu .gnb_list .gnb_item .depth2_link p.res_tit {
    text-transform: uppercase;
    margin-top: 16px;
    font-size: 17px;
}
.header2 .gnb_dd_w .gnb_dd_item.resource_menu .gnb_list .gnb_item .depth2_link p.res_desc {
    color: #555555;
    font-weight: 400;
    text-transform: none;
    margin: 4px 0 16px;
}
.header2 .gnb_dd_w .gnb_dd_item.resource_menu .gnb_list .gnb_item .gnb_depth3_list {
    margin-top: 0;
}

/************************************************************************ RESOURCES : Inspiration, Blog, Spotlight On */

.header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w[data-num='2'] .tab_cont.left .tab_cont_item {
    width: 20%;
}
.header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w[data-num='2'] .tab_cont_item > ul > li {
    min-width: 1px;
}

.header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w[data-num='3'] .tab_cont_item > ul {
    max-height: 660px;
    flex-wrap: wrap;
}


.header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w.accessory .tab_cont_in {
    min-height: 514px;
}
.header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w.accessory .tab_cont_item + .tab_cont_item {
    margin-top: 16px;
}
.header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w.accessory .tab_cont_item .depth2_tit {
    font-size: 14px;
    line-height: 1.64;
    font-weight: 700;
    text-transform: none;
}
.header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w.accessory .tab_cont_item > ul > li {
    margin-top: 4px;
}
.header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w.accessory .tab_cont_item > ul > li:first-child {
    margin-top: 8px;
}
.header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w.accessory .tab_cont_item > ul > li .depth3_tit {
    font-size: 14px;
    line-height: 1.57;
    font-weight: 300;
    color: #121619;
}

    /*** Sticky ***/
.sticky .header2 {
    padding: 0;
    border-color: #e1e1e1;
}
.sticky .header2 .sticky_block {
    display: block;
}
.sticky .header2 .sticky_none {
    display: none;
}
.sticky .header2 .gnb_w {
    margin-top: 0;
}
.sticky .header2 .gnb_w ul > li .depth1_link {
    padding: 0 8px;
    height: 55px;
}
.sticky .header2 .gnb_w ul > li .depth1_link .depth1_link_in {
    padding: 0;
    display: flex;
    align-items: center;
}
.sticky .header2 .gnb_w .l_menu > ul.type1 > li:first-child .depth1_link {
    padding-right: 0;
}
.sticky .header2 .gnb_w .all_cate_btn .logo {
    width: 106px;
    margin-right: 24px;
    height: 24px;
    overflow: hidden;
}
@media (max-width: 1400px) {
    .sticky .header2 .gnb_w .all_cate_btn .logo {
        display: none;
    }
}
.sticky .header2 .gnb_w .all_cate_btn .logo .img {
    position: relative;
    bottom: 0;
    transition: bottom .2s ease-in-out;
}
.sticky .header2 .gnb_w .all_cate_btn .logo:hover .img {
    bottom: 24px;
}
.sticky .header2 .gnb_w .all_cate_btn .logo .img img {
    height: 24px;
    width: auto;
}
.sticky .header2 .gnb_w .l_menu .all_cate_btn .all_cate_ico {
    padding: 4px;
    margin: 0 16px 0 0;
}

.q_search_w {
    padding: 40px 0;
    background-color: #fff;
    position: absolute;
    top: 100px;
    width: 100%;
    z-index: 103;

    display: none;
}
.q_search_w > .inner {
    max-width: 1784px;
    padding: 0 92px;
    margin: 0 auto;
}
.q_search_w .cls_btn {
    display: block;
    position: absolute;
    right: 32px;
    top: -8px;
    width: 24px;
    height: 24px;
}
.q_search_w .q_input {
    padding: 0 0 8px 0;
    border-bottom: 1px solid #000;
    max-width: 900px;
    margin: 0 auto;

    display: flex;
    align-items: center;
}
.q_search_w .q_input input {
    flex-grow: 1;
    border: 0;

    font-weight: 300;
    font-size: 22px;
    line-height: 0.9;
    color: #444;
    padding: 0 8px 0 2px;
}
.q_search_w .q_input button {
    display: block;
    border: 0;
    background: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
}
.q_search_w .q_result {
    display: flex;
    margin-top: 48px;
}
.q_search_w .q_result .result_tit {
    font-weight: 600;
    font-size: 20px;
    line-height: var(--fs_tit);
    margin-bottom: 20px;
    text-transform: uppercase;
}
.q_search_w .q_result .result_pd_list {
    flex-grow: 1;
    padding-right: 32px;
    width: calc(100% - 265px);
}
.q_search_w .q_result .result_pd_list .pd_list {
    margin-left: -12px;
    margin-right: -12px;
}
.q_search_w .q_result .result_pd_list .pd_list .pd_item {
    padding: 0 12px;
    width: 16.6666%;
}
.q_search_w .q_result .result_pd_list .pd_list .pd_item .pd_txt {
    min-height: 50px;
}
.q_search_w .q_result .result_pd_list .pd_list .pd_item .pd_txt .pd_tit {
    font-size: 15px;
    line-height: var(--fs_tit);
}
.q_search_w .q_result .result_sg_list {
    padding-left: 32px;
    border-left: 1px solid #e1e1e1;
    width: 265px;
    flex-shrink: 0;
}
.q_search_w .q_result .result_sg_list .sg_list li {
    font-size: 15px;

    margin-top: 16px;

    text-transform: uppercase;
}
.q_search_w .q_result .result_sg_list .sg_list li:first-child {
    margin-top: 0;
}

.q_search_w .q_result .no_search_w {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 300px;

    display: none;
}
.q_search_w .q_result .no_search_w .no_search_txt {
    font-size: 15px;

    color: #444;
}
.q_search_w .q_result .no_search_w .no_search_txt .search_kw {
    font-weight: 600;
}
.q_search_w .q_result .no_search_w .kw_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: -8px;
    margin-top: 12px;

    /* row 5개 임시적용 */
    max-width: 1300px;
}
.q_search_w .q_result .no_search_w .kw_list li {
    margin-right: 8px;
    background-color: #f6f7fb;
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 8px;
    /* border: 1px solid #000; */
}
.q_search_w .q_result .no_search_w .kw_list li a {
    display: block;
    padding: 7px 16px;
    font-size: 16px;

}
.q_search_w .q_result .no_search_w .no_search_note {
    font-size: 14px;

    color: #838383;
    margin-top: 24px;
}
.q_search_w .q_result .no_search_w .inquiry_btn {
    display: inline-block;
    margin-top: 24px;
}
.q_search_w .q_result .no_search_w .no_kw {
    margin-top: 20px;
}
.q_search_w .q_result .no_search_w > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

/*sticky*/
.wrap.sticky {
    padding-top: 150px;
}
.sticky .header {
    position: fixed;
}
.sticky .header .tnb_w {
    height: 55px;
}
.sticky .header .tnb_w .tnb_logo {
    width: 200px;
}
.sticky .header .gnb_w li {
    font-size: 14px;

    font-weight: 400;
}
.sticky .header .gnb_w li a {
    padding: 17px 12px 14px 12px;
}
.sticky .header .gnb_w li:first-child a {
    padding-left: 40px;
}
.sticky .header .gnb_w li a p {
    padding-bottom: 4px;
}
.sticky .q_search_w {
    top: 55px;
}
.header .tnb_w.main_sticky {
    height: 55px;
    display: none;
}
.header .tnb_w.main_sticky .tnb_logo {
    width: 200px;
}
.header .tnb_w.main_sticky .gnb_w {
    background: #fff;
    margin-left: 32px;
}
.header .tnb_w.main_sticky .gnb_w li {
    font-size: 14px;

    font-weight: 400;
}
.header .tnb_w.main_sticky .gnb_w li a {
    color: #000;
    padding: 15px 24px 15px 0px;
}
.sticky .header .tnb_gnb_w.main {
    display: none;
}
.sticky .header .tnb_w.main_sticky {
    display: block;
}
.q_search_w .q_search > form {
    display: none;
}
.q_search_w .q_result {
    margin-top: 0;
}
.sticky .q_search_w .q_search > form {
    display: block;
}
.sticky .q_search_w .q_result {
    margin-top: 48px;
}

    /* header samplebag */
.tnb_sample_btn_w {
    position: relative;
}
.tnb_sample_btn_w .sample_count {
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    margin-left: -10px;

    font-size: 12px;
    line-height: var(--fs12_lh);
    color: #fff;

    padding: 0 4px;
    background-color: #000;
    border-radius: 12px;
}
.header2 .tnb_sample_btn_w .sample_count {
    background: var(--gradient2);
    width: 26px;
    padding: 0;
    text-align: center;
}
.tnb_sample_btn_w .samplebag_list_w {
    position: absolute;
    z-index: 10000;
    top: 100%;
    left: 50%;
    width: 340px;
    margin-left: -170px;
    padding-top: 16px;

    display: none;
}
.tnb_sample_btn_w.open .samplebag_list_w {
    display: block;
}
.tnb_sample_btn_w .samplebag_list_w .samplebag_list_in {
    padding: 24px;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    background-color: #fff;
}
.tnb_sample_btn_w .samplebag_list_w .samplebag_list_tit {
    font-size: 20px;
    line-height: var(--fs_tit);
    font-weight: 600;
    color: #000;
    display: flex;
    align-items: center;
}
.tnb_sample_btn_w .samplebag_list_w .samplebag_list_tit .list_count {
    display: block;
    margin-left: 4px;
    font-size: 17px;

}
.tnb_sample_btn_w .samplebag_list_w .samplebag_list {
    margin-top: 8px;
    padding: 16px 0 24px 0;
    max-height: 352px;
    overflow-y: auto;
}
.tnb_sample_btn_w .samplebag_list_w .samplebag_list::-webkit-scrollbar {
    width: 4px;
}
.tnb_sample_btn_w .samplebag_list_w .samplebag_list::-webkit-scrollbar-thumb {
    background: rgba(131,131,131,0.8);
    border-radius: 4px;
}
.tnb_sample_btn_w .samplebag_list_w .samplebag_list::-webkit-scrollbar-track {
    background: transparent;
}
.tnb_sample_btn_w .samplebag_list_w .samplebag_list .samplebag_item {
    margin-top: 24px;
}
.tnb_sample_btn_w .samplebag_list_w .samplebag_list .samplebag_item:first-child {
    margin-top: 0;
}
.tnb_sample_btn_w .samplebag_list_w .samplebag_list .samplebag_item .samplebag_item_in {
    display: flex;
    align-items: center;
}
.tnb_sample_btn_w .samplebag_list_w .samplebag_list .samplebag_item .item_img {
    overflow: hidden;
    width: 88px;
    height: 88px;
    flex-shrink: 0;
}
.tnb_sample_btn_w .samplebag_list_w .samplebag_list .samplebag_item .item_info {
    flex-grow: 1;
    padding-left: 16px;
}
.tnb_sample_btn_w .samplebag_list_w .samplebag_list .samplebag_item .item_info .pd_tit {
    font-size: 15px;
    line-height: var(--fs_tit);
    font-weight: 300;
    color: #000;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-transform: uppercase;
}
.tnb_sample_btn_w .samplebag_list_w .samplebag_list .samplebag_item .item_info .pd_bot {
    display: flex;
    justify-content: space-between;
    margin-top: 12px;

    font-size: 14px;

    font-weight: 300;
    color: #838383;
}
.tnb_sample_btn_w .samplebag_list_w .samplebag_list_btn a {
    display: flex;
    justify-content: center;
    padding: 10px 0;
    font-size: 17px;

    font-weight: 600;
    text-transform: uppercase;
}

/* footer */
.footer {
    background-color: #000;
    color: #fff;

    padding: 60px 0;
}
.footer > .inner {
    max-width: 1784px;
    padding: 0 92px;
    margin: 0 auto;

    display: flex;
}
.footer .copy {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    margin-right: 10px;
}
.footer .copy .logo {
    width: 240px;
}
.footer .copy .sns_link {
    display: flex;
    margin-top: 18px;
}
.footer .copy .sns_link a {
    display: block;
    margin-right: 8px;
}
.footer .copy .sns_link a:hover i {
    border-color: #fff;
}
.footer .copy .cr {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;

    font-size: 14px;

    font-weight: 300;
    color: #fff;
}

.footer .tit {
    font-size: 18px;
    line-height: var(--fs_tit);
    font-weight: 600;
}
.footer .desc {
    margin-top: 8px;
}

.footer .link {
    display: flex;
    margin-right: 68px;

    text-transform: uppercase;
}
.footer .link .col {
    min-width: 180px;
    display: flex;
    flex-direction: column;
}
.footer .link .col:first-child {
    margin-right: 48px;
}

.footer .link .col .desc a {
    display: block;
    margin-top: 8px;

    font-size: 14px;

    color: #838383;
}
.footer .link .col .desc a:first-child {
    margin-top: 0;
}

.footer .link .col .bot_cont {
    flex-grow: 1;
    display: flex;
    align-items: flex-end;
}
.footer .link .col .bot_cont .ask_btn {
    font-size: 16px;

    color: #fff;
    font-weight: 600;
}
.footer .link .col .ask_btn {
    display: flex;
    align-items: center;
}
.footer .info {
    padding-right: 40px;
}
.footer .info .tit {
    font-size: 20px;
}
.footer .info .row {
    margin-top: 4px;
    display: flex;
    align-items: center;
}
.footer .info .row:first-child {
    margin-top: 0;
}
.footer .info .row p {
    display: flex;
    align-items: center;
    margin-right: 16px;

    font-size: 16px;

    font-weight: 300;
    color: #838383;
}
.footer .info .row p:last-child {
    margin-right: 0;
}
.footer .info .row p span {
    margin-right: 8px;
    color: #c4c4c4;
}
.footer .info .row p a {
    color: #838383;
}
.footer .info .row p a.b_num {
    color: #838383;
    display: flex;
    align-items: center;
}

/*footer2*/
.footer2 {
    background-color: #000;
    color: #fff;

    padding: 60px 0;
}
.footer2 > .inner {
    max-width: 1784px;
    padding: 0 92px;
    margin: 0 auto;

    display: flex;
}
.footer2 .copy {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    margin-right: 24px;
}
.footer2 .copy .logo {
    width: 240px;
}
.footer2 .copy .sns_link {
    display: flex;
    margin-top: 18px;
}
.footer2 .copy .sns_link a {
    display: block;
    margin-right: 8px;
}
.footer2 .copy .sns_link a:hover i {
    border-color: #fff;
}
.footer2 .cr {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;

    font-size: 14px;

    font-weight: 300;
    color: #e1e1e1;

    margin-top: 32px;
}

.footer2 .tit {
    font-size: 18px;
    line-height: var(--fs_tit);
    font-weight: 600;
}
.footer2 .desc {
    margin-top: 8px;
}

.footer2 .right_w {
    display: flex;
    flex-direction: row-reverse;
}


.footer2 .link_info {
    margin-right: 48px;
}
.footer2 .link_info_in {
    display: flex;
}
.footer2 .link {
    margin-right: 40px;

    text-transform: uppercase;
}
.footer2 .link_in {
    display: flex;
}
.footer2 .link .col {
    min-width: 160px;
    display: flex;
    flex-direction: column;
}
.footer2 .link .col:first-child {
    margin-right: 40px;
}

.footer2 .link .col .desc a {
    display: block;
    margin-top: 8px;

    font-size: 14px;

    color: #838383;
}
.footer2 .link .col .desc a:first-child {
    margin-top: 0;
}
.footer2 .link .col .desc a.use_ico {
    display: flex;
}
.footer2 .link .col .desc a.bold {
    font-weight: 600;
}

.footer2 .link .col .bot_cont {
    flex-grow: 1;
    display: flex;
    align-items: flex-end;
}
.footer2 .link .col .bot_cont .ask_btn {
    font-size: 16px;

    color: #fff;
    font-weight: 600;
}
.footer2 .link .col .ask_btn {
    display: flex;
    align-items: center;
}
.footer2 .info .row {
    margin-top: 4px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.footer2 .info .row:first-child {
    margin-top: 0;
}
.footer2 .info .row p {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-right: 16px;

    font-size: 16px;

    font-weight: 300;
    color: #838383;
}
.footer2 .info .row p:last-child {
    margin-right: 0;
}
.footer2 .info .row p span {
    margin-right: 8px;
    color: #c4c4c4;
}
.footer2 .info .row p a {
    color: #838383;
}
.footer2 .info .row p a.b_num {
    color: #838383;
    display: flex;
    align-items: center;
}

.footer2 .subscript_w {
    width: 328px;
}
.footer2 .subscript_w .subs_tit {
    font-size: 16px;
    line-height: var(--fs_tit);
    font-weight: 600;
    color: #fff;
}
.footer2 .subscript_w .subs_tit .tit_name {
    color: #a8a8a8;
}
.footer2 .subscript_w .subs_desc {
    margin-top: 4px;
    font-size: 14px;

    font-weight: 300;
    color: #ddd;
}
.footer2 .subscript_w .subs_input {
    margin-top: 16px;
    position: relative;
}
.footer2 .subscript_w .subs_input input {
    width: 100%;
    padding: 12px 20px 12px 0;
    border-bottom: 1px solid #ddd;
    font-size: 14px;

    color: #fff;

    background-color: transparent;
    background-image: url("/v2/img/ico_line_arrow_b.png");
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: right center;
}
.footer2 .subscript_w .subs_input a {
    background: none;
    border: 0;
    width: 20px;
    height: 100%;
    cursor: pointer;

    position: absolute;
    right: 0;
    top: 0;
}
.footer2 .only_tab {
    display: none;
}

@media (max-width: 1500px) {
    .footer2 {
        padding: 40px 0;
    }
    .footer2 .only_pc {
        display: none !important;
    }
    .footer2 .only_tab {
        display: block;
    }
    .footer2 > .inner {
        display: block;
    }
    .footer2 .right_w {
        display: block;
        margin-top: 32px;
    }
    .footer2 .subscript_w {
        width: 100%;
    }

    .footer2 .subscript_w .subs_input {
        width: 328px;
    }
    .footer2 .link_info {
        margin: 32px 0 0 0;
    }
    .footer2 .cr {
        margin-top: 24px;
    }
    .footer2 .copy .sns_link {
        margin-top: 32px;
    }

    .footer2 .link {
        flex-grow: 1;
    }
    .footer2 .link .col {
        min-width: 1px;
        width: calc(50% - 20px);
    }

}

.totop {
    display: none;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    background: #fff url("/v2/img/ico_totop.png") no-repeat center center;
    background-size: 24px 24px;

    position: fixed;
    right: 10px;
    bottom: 90px;
    z-index: 998;
}

.fix_inquiry_btn {
    display: flex;
    width: 125px;
    height: 48px;
    background: rgba(18, 22, 25, 0.8);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
    padding: 8px 12px;
    position: fixed;
    right: 20px;
    bottom: 16px;
    z-index: 998;
    transition: all 0.6s;
}
.fix_inquiry_btn .inquiry_icon {
    display: flex;
    width: 32px;
    height: 32px;
    background: url('/v2/img/ico_askus.png') no-repeat;
    background-size: 32px 32px;
}
.fix_inquiry_btn p {
    display: flex;
    white-space: nowrap;
    align-items: center;
    text-align: right;
    text-transform: uppercase;
    color: #FFFFFF;
    opacity: 0;
    font-weight: 600;
    font-size: 17px;

}

.fix_inquiry_btn.active p {
    opacity: 1;
}
.fix_inquiry_btn.inactive {
    width: 48px;
    padding: 8px;
}
.fix_inquiry_btn.active .inquiry_icon {
    background-size: 32px 32px;
    margin-right: 4px;
}

.fix_inquiry_btn.inactive p {
    display: none;
}

/*.fix_inquiry_btn {*/
/*    display: block;*/
/*    width: 54px;*/
/*    height: 54px;*/
/*    border-radius: 50%;*/
/*    background-color: #000;*/
/*    position: fixed;*/
/*    right: 20px;*/
/*    bottom: 16px;*/
/*    z-index: 998;*/
/*}*/
/*.fix_inquiry_btn svg {*/
/*    width: 28px;*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    top: 50%;*/
/*    transform: translate(-50%,-50%);*/
/*}*/
/*.fix_inquiry_btn svg path {*/
/*    fill: #fff;*/
/*}*/

/*.fix_inquiry_btn svg {*/
/*    width: 48px;*/

/*    position: absolute;*/
/*    left: 50%;*/
/*    top: 50%;*/
/*    transform: translate(-50%,-50%);*/
/*}*/
/*.fix_inquiry_btn svg path {*/
/*    fill: #fff;*/
/*}*/


/*.fix_inquiry_btn svg {*/
/*    width: 28px;*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    top: 50%;*/
/*    transform: translate(-50%,-50%);*/
/*}*/
/*.fix_inquiry_btn svg path {*/
/*    fill: #fff;*/
/*}*/

/***************************************** V2 *****************************************/
/****** fix_inquiry_btn_w ******/
.fix_inquiry_btn_w {
    position: fixed;
    right: 32px;
    bottom: 32px;
    z-index: 3;
}
.fix_inquiry_btn_w a {
    display: block;
    position: relative;
    width: 80px;
}
.fix_inquiry_btn_w a img.effect {
    position: absolute;
    left: 0;
    top: 0;
    animation: rotate 1s infinite linear;
    transform-origin: center;
}
.fix_inquiry_btn_w .inquiry_msg {
    width: 230px;
    padding: 12px;
    position: absolute;
    bottom: 100%;
    right: 0;
    margin-bottom: 8px;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 8px;
    display: none;
}
.fix_inquiry_btn_w .inquiry_msg .otc_in {
    display: none;
}
.fix_inquiry_btn_w .inquiry_msg > .inner div:nth-child(1),
.fix_inquiry_btn_w .inquiry_msg > .inner div:nth-child(2) {
    margin-bottom: 8px;
}
.fix_inquiry_btn_w .inquiry_msg .msg_tit {
    font-size: 14px;
    color: #000;
    font-weight: 700;
}
.fix_inquiry_btn_w .inquiry_msg .msg_desc {
    font-size: 14px;
    color: #000;
}
.fix_inquiry_btn_w .inquiry_msg .msg_desc.name .color {
    background: var(--gradient2);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}

@keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
           -moz-transform: rotate(0deg);
             -o-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
           -moz-transform: rotate(360deg);
             -o-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
/****** footer3 ******/
.footer3 {
    background: #000;
}
.footer3 > .inner {
    max-width: 1680px;
    padding: 60px 20px 68px 20px;
    margin: 0 auto;
}
.footer3 .footer_menu {
    display: flex;
}
.footer3 .footer_menu .f_txt {
    width: 20%;
    margin-right: 60px;
}
.footer3 .footer_menu .f_txt .f_tit {
    font-size: 24px;
    color: #fff;
    line-height: var(--fs_tit);
    font-weight: 700;
    max-width: 180px;
}
.footer3 .footer_menu .f_txt .f_link {
    display: flex;
    margin-top: 24px;
}
.footer3 .footer_menu .f_txt .f_link li + li {
    margin-left: 8px;
}
.footer3 .footer_menu .f_menu {
    flex-grow: 1;
    display: flex;
}
.footer3 .footer_menu .f_menu .menu_item {
    min-width: 160px;
}
.footer3 .footer_menu .f_menu .menu_item + .menu_item {
    margin-left: 40px;
}
.footer3 .footer_menu .f_menu .menu_item .menu_item_tit,
.footer3 .footer_menu .f_menu .menu_item .menu_item_tit a {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}
.footer3 .footer_menu .f_menu .menu_item ul {
    margin-top: 8px;
}
.footer3 .footer_menu .f_menu .menu_item li + li {
    margin-top: 8px;
}
.footer3 .footer_menu .f_menu .menu_item li,
.footer3 .footer_menu .f_menu .menu_item li a {
    color: #838383;
    font-size: 16px;
    text-transform: uppercase;
}
.footer3 .f_subscript .subscript_w {
    width: 360px;
    letter-spacing: 0.35px;
}
.footer3 .f_subscript .subscript_w .subs_tit {
    font-size: 24px;
    line-height: var(--fs_tit);
    font-weight: 500;
    color: #fff;
}
.footer3 .f_subscript .subscript_w .subs_input {
    margin-top: 8px;
    position: relative;
}
.footer3 .f_subscript .subscript_w .subs_input input {
    width: 100%;
    padding: 12px 20px 12px 0;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    color: #fff;

    background-color: transparent;
    background-image: url("/v2/img/ico_line_arrow_b.png");
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: right center;
}
.footer3 .f_subscript .subscript_w .subs_input a {
    background: none;
    border: 0;
    width: 20px;
    height: 100%;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
}
.footer3 .f_subscript .subscript_w .subs_desc {
    margin-top: 24px;
    font-size: 14px;
    font-weight: 300;
    color: #a8a8a8;
    max-width: 292px;
}
.footer3 .footer_img {
    margin-top: 40px;
}
.footer3 .copyright {
    margin-top: 40px;
    display: flex;

    font-size: 14px;
    letter-spacing: 0.35px;
}
.footer3 .copyright .cr_txt {
    margin-right: 52px;
    color: #c4c4c4;
    font-weight: 300;
    flex-shrink: 0;
}
.footer3 .copyright .cr_menu {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: 400;
}
.footer3 .copyright .cr_menu li + li {
    margin-left: 24px;
}
.footer3 .copyright .cr_menu li a {
    color: #838383;
    text-transform: uppercase;
}
.footer3 .bi_ex_btn i {
    opacity: 0.8;
}
.footer3 .bi_ex_btn.open .plus_ico {
    background-image: url('/v2/img/ico_minus.png');
}
.footer3 .info_ex {
    display: none;
    padding-top: 16px;
}
.footer3 .info_ex .tit {
    font-size: 12px;
    color: #c4c4c4;
    font-weight: 700;
}
.footer3 .info_ex .desc {
    display: flex;
    flex-wrap: wrap;
}
.footer3 .info_ex .desc li {
    margin-right: 8px;
    display: flex;
    align-items: center;
}
.footer3 .info_ex .desc li:last-child {
    margin-right: 0;
}
.footer3 .info_ex .desc li p {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #838383;
}
.footer3 .info_ex .desc li p span {
    display: block;
    margin-right: 4px;
    color: #c4c4c4;
    font-weight: 700;
}
.footer3 .info_ex .desc li a.b_num {
    color: #838383;
    text-decoration: underline;
}

@media(max-width:1400px) {
    .footer3 .footer_menu .f_txt {
        width: 14%;
    }
}

    /* main_top */
.main_top {
    /* padding-bottom 기본 60px에서 banner 영역 500px 추가 */
    padding: 60px 0 560px 0;
    background-color: #f6f7fb;
    text-align: center;
}
.main_top .tit {
    font-size: 30px;
    line-height: var(--fs_tit);
    letter-spacing: 2px;
    font-weight: 600;
}
.main_top .desc {
    margin-top: 16px;
    font-size: 18px;

}
.main_top .search_w {
    max-width: 344px;
    overflow: hidden;
    margin: 42px auto 0 auto;

    align-items: center;
    position: relative;
}
.main_top .search_w .search_input {
    flex-grow: 1;
    padding: 10px 0 10px 24px;
    border-radius: 40px;
    background-color: #fff;
    overflow: hidden;
}
.main_top .search_w .search_input input {
    display: block;
    width: 100%;
    border: 0;

    font-size: 16px;

    padding: 0;
}

.main_top .search_w .search_btn {
    display: flex;
    align-items: center;

    padding: 10px 20px;
    border-radius: 40px;
    position: absolute;
    right: 0;
    top: 0;

    height: 48px;
    cursor: pointer;

}
.main_top .search_w .search_btn span {

    font-size: 17px;

    font-weight: 600;

    padding-top: 2px;
}

/* swiper */
.swiper_w {
    position: relative;
}
.swiper_w .swiper-custom-next,
.swiper_w .swiper-custom-prev {
    display: block;
    position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: 32px auto;
    background-position: center;
    background-color: #fff;

    cursor: pointer;
}
.swiper_w .swiper-custom-next {
    left: 100%;
    margin-left: 58px;
    background-image: url('/v2/img/ico_next_white.png');
}
.swiper_w .swiper-custom-prev {
    right: 100%;
    margin-right: 58px;
    background-image: url('/v2/img/ico_pre_white.png');
}
.swiper_w .swiper-custom-next.swiper-button-disabled,
.swiper_w .swiper-custom-prev.swiper-button-disabled {
    display: none;
}
.mini_arrow {
    padding: 0 48px;
}
.mini_arrow .swiper-custom-next {
    left: auto;
    margin-left: 0;
    right: 0;
}
.mini_arrow .swiper-custom-prev {
    right: auto;
    left: 0;
    margin-right: 0;
}
.mini_arrow .swiper-custom-next,
.mini_arrow .swiper-custom-prev {
    width: 32px;
    height: 32px;
    margin-top: -16px;
}


/* button */
.btn_comm a,
.btn_comm label,
.btn_comm span {
    display: inline-flex;
    padding: 6px 16px;
    font-size: 14px;

    background-color: #fff;
    color: #000;
    border: 1px solid transparent;
}
.btn_comm a.big,
.btn_comm label.big,
.btn_comm span.big {
    padding: 11px 16px;
    font-size: 20px;

}
.btn_comm a.middle,
.btn_comm label.middle,
.btn_comm span.middle {
    padding: 10px 20px;
    font-size: 17px;

    font-weight: 600;
}
.btn_comm a.use_ico,
.btn_comm label.use_ico,
.btn_comm span.use_ico {
    padding: 4px 16px;
}
.btn_comm.black a,
.btn_comm.black label,
.btn_comm.black span,
.btn_comm a.black,
.btn_comm label.black,
.btn_comm span.black {
    background-color: #000;
    border-color: #000;
    color: #fff;
}
.btn_comm.border a,
.btn_comm.border label,
.btn_comm.border span,
.btn_comm a.border,
.btn_comm label.border,
.btn_comm span.border {
    border-color: #000;
}
.btn_comm.text a,
.btn_comm.text label,
.btn_comm.text span,
.btn_comm a.text,
.btn_comm label.text,
.btn_comm span.text {
    border: 0;
    padding: 0;
    background-color: transparent;
}
.btn_comm.gray a,
.btn_comm.gray label,
.btn_comm.gray span,
.btn_comm a.gray,
.btn_comm label.gray,
.btn_comm span.gray {
    background-color: #dedede;
    border-color: #dedede;
}

.btn_comm.color a,
.btn_comm.color label,
.btn_comm.color span,
.btn_comm a.color,
.btn_comm label.color,
.btn_comm span.color {
    background: linear-gradient(90deg, #FF4B91 0%, #0080FF 100%);
    border: 0;
    color: #fff;
}
.btn_comm.color a:hover,
.btn_comm.color label:hover,
.btn_comm.color span:hover,
.btn_comm a.color:hover,
.btn_comm label.color:hover,
.btn_comm span.color:hover {
    background: linear-gradient(90deg, #FD9 0%, #FF4B91 24.5%, #0080FF 100%);
}



/* pd list */
.pd_list_comm {
    display: flex;
    margin-left: -16px;
    margin-right: -16px;
}
.pd_list_comm .pd_item {
    width: 20%;
    padding: 0 16px;
}
.pd_list_comm .pd_item .pd_img_w {
    overflow: hidden;
}
.pd_list_comm .pd_item .pd_img {
    width: 100%;
    overflow: hidden;

    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative;
}
/*.pd_list_comm .pd_item .pd_img_w .pd_img:hover {*/
/*    transform: scale(1.06);*/
/*    transition: transform 0.4s ease-in-out;*/
/*}*/
.pd_list_comm .pd_item .pd_img img {
    width: 100%;
    /*opacity: 0;*/
    aspect-ratio: 1;
}
.pd_list_comm .pd_item .pd_img .img_link {
    position: relative;
    display: block;
}
.pd_list_comm .pd_item .pd_img .img_link::after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.03);
    z-index: 1;
}
.pd_list_comm .pd_item .pd_img .thumb_hover {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top center;
    background-color: #fff;
    z-index: 1;
}
.pd_list_comm .pd_item .pd_img .img_link:hover .thumb_hover {
    opacity: 1;
    transition: opacity 0.4s;
}
.badge_w {
    display: flex;
    margin-top: 8px;
}
.badge_w .item {
    display: block;
    padding: 2px 6px;
    margin-right: 4px;

    font-size: 12px;

    color: #fff;
    border: 1px solid #000;
}
.badge_w .item.border {
    background-color: #fff;
    color: #000
}
.badge_w .item.black {
    background-color: #000;
    color: #fff;
}

.badge_w .badge_item {
    display: block;
    height: 22px;
    margin-right: 4px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 0 0;
    text-indent: -9999px;
    overflow: hidden;
}
.badge_w .badge_item:last-child {
    margin-right: 0;
}
.badge_w .badge_item.stm {
    width: 124px;
    background-image: url("/v2/img/pd_label/pd_label_stm_n_en_pc2.png");
}
.ko .badge_w .badge_item.stm {
    width: 66px;
    background-image: url("/v2/img/pd_label/pd_label_stm_n_ko_pc2.png");
}
.badge_w .badge_item.ptd {
    width: 70px;
    background-image: url("/v2/img/pd_label/pd_label_ptd_n_en_pc.png");
}
.ko .badge_w .badge_item.ptd {
    width: 35px;
    background-image: url("/v2/img/pd_label/pd_label_ptd_n_ko_pc.png");
}
.badge_w .badge_item.moq {
    width: 67px;
    background-image: url("/v2/img/pd_label/pd_label_moq_n_en_pc_v2.png");
}
/*.ko .badge_w .badge_item.moq {*/
/*    width: 57px;*/
/*    background-image: url("/v2/img/pd_label/pd_label_moq_n_ko_pc.png");*/
/*}*/
.badge_w .badge_item.otc {
    width: 36px;
    background-image: url("/v2/img/pd_label/pd_label_otc_n_pc.png");
}
.badge_w .badge_item.ct {
    display: none !important; /*임시 히든 처리*/
    width: 125px;
    background-image: url("/v2/img/pd_label/pd_label_ct_n_en_pc.png");
}
.ko .badge_w .badge_item.ct {
    width: 80px;
    background-image: url("/v2/img/pd_label/pd_label_ct_n_ko_pc.png");
}

.badge_w.mini .badge_item {
    height: 18px;
}
.badge_w.mini .badge_item.stm {
    width: 98px;
    background-image: url("/v2/img/pd_label/pd_label_stm_s_en_pc2.png");
}
.ko .badge_w.mini .badge_item.stm {
    width: 52px;
    background-image: url("/v2/img/pd_label/pd_label_stm_s_ko_pc2.png");
}
.badge_w.mini .badge_item.ptd {
    width: 56px;
    background-image: url("/v2/img/pd_label/pd_label_ptd_s_en_pc.png");
}
.ko .badge_w.mini .badge_item.ptd {
    width: 29px;
    background-image: url("/v2/img/pd_label/pd_label_ptd_s_ko_pc.png");
}
.badge_w.mini .badge_item.moq {
    width: 53px;
    background-image: url("/v2/img/pd_label/pd_label_moq_s_en_pc_v2.png");
}
/*.ko .badge_w .badge_item.moq {*/
/*    width: 46px;*/
/*    background-image: url("/v2/img/pd_label/pd_label_moq_s_ko_pc.png");*/
/*}*/
.badge_w.mini .badge_item.otc {
    width: 30px;
    background-image: url("/v2/img/pd_label/pd_label_otc_s_pc.png");
}
.badge_w.mini .badge_item.ct {
    width: 94px;
    background-image: url("/v2/img/pd_label/pd_label_ct_s_en_pc.png");
}
.ko .badge_w.mini .badge_item.ct {
    width: 59px;
    background-image: url("/v2/img/pd_label/pd_label_ct_s_ko_pc.png");
}
.badge_w.v2 {
    position: absolute;
    padding: 8px;
    margin-top: 0;
    top: 0;
    right: 0;
}
.badge_w.v2 .badge_item.moq {
    width: 67px;
    background-image: url("/v2/img/pd_label/pd_label_moq_n_en_pc_v2.svg");
}



.pd_list_comm .pd_item .pd_txt {
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
}
.pd_list_comm .pd_item .pd_txt .pd_tit {
    display: block;
    flex-grow: 1;

    font-weight: 300;
    font-size: 14px;
    line-height: 1.4285;
}
.pd_list_comm .pd_item .pd_txt .pd_tit p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-transform: uppercase;
}
.pd_list_comm .pd_item .pd_txt .pd_tit .pd_volume {
    color: #838383;
    margin-top: 4px;
    text-transform: uppercase;
}
.pd_list_comm .pd_item .clip_btn {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;

    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: rgba(109, 109, 109, 0.24);
    border: 1px solid #fff;

    position: absolute;
    bottom: 8px;
    right: 8px;
    z-index: 3;
}
.pd_list_comm .pd_item .clip_btn.clipped {
    background-color: #121619;
    border-color: #121619;
}
.pd_list_comm .pd_item .clip_btn .ico_comm.clip_ico {
    background-image: url('/v2/img/ico_clip_v2_w.svg');
}

/* pagination */
.pagination_w {
    margin-top: 40px;
}
.pagination_w .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}
.pagination_w .pagination .page_item a {
    display: block;
}
.pagination_w .pagination .page_item:not(.arrow) a {
    min-width: 22px;
    text-align: center;
    padding: 0 5px;

    font-size: 17px;

    color: #838383;
}
.pagination_w .pagination .page_item.active a {
    color: #444;
    font-weight: 600;
}
.pagination_w .pagination .page_item.arrow a {
    margin: 0 4px;
}

/* breadcrumb */
.breadcrumb {
    display: flex;
    align-items: center;
    padding-top: 24px;
}
.breadcrumb .txt {
    display: block;
    font-size: 15px;

    color: #444;
    font-weight: 300;
    text-transform: uppercase;
}
.breadcrumb .arrow {
    display: block;
    margin: 0 4px;
}

/* form */
.chk_w input[type="checkbox"] {
    position: absolute;
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
    opacity: 0;
}
.chk_w .chk_item {
    margin-top: 8px;
}
.chk_w .chk_item:first-child {
    margin-top: 0;
}
.chk_w .chk_item input[type="checkbox"] + label {
    font-size: 15px;

    font-weight: 300;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.chk_w .chk_item input[type="checkbox"] + label i.chk_ico {
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 4px;
    margin-right: 8px;
    flex-shrink: 0;
}
.chk_w .chk_item.only_box input[type="checkbox"] + label i.chk_ico {
    margin: 0;
}
.chk_w .chk_item input[type="checkbox"]:checked + label i.chk_ico {
    border-color: #000;
    background-color: #000;

    background-image: url("/v2/img/ico_checkbox.png");
    background-position: center;
    background-size: 10px auto;
    background-repeat: no-repeat;
}
.chk_w .chk_item input[type="checkbox"]:disabled + label i.chk_ico {
    background-color: #f6f7fb;
}
.chk_w .chk_item input[type="checkbox"]:disabled:checked + label i.chk_ico {
    border-color: #c4c4c4;
    background-color: #c4c4c4;
}

.radio_w input[type="radio"] {
    position: absolute;
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
}
.radio_w .radio_item {
    margin-top: 8px;
}
.radio_w .radio_item:first-child {
    margin-top: 0;
}
.radio_w .radio_item input[type="radio"] + label {
    font-size: 15px;

    font-weight: 300;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.radio_w .radio_item input[type="radio"] + label i.radio_ico {
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 8px;
    position: relative;
    flex-shrink: 0;
}
.radio_w .radio_item input[type="radio"]:checked + label i.radio_ico {
    border-color: #000;
    background-color: #000;
}
.radio_w .radio_item input[type="radio"]:checked + label i.radio_ico::after {
    display: block;
    content: " ";

    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -4px;
    margin-top: -4px;
    background-color: #fff;
}

.header_dimmed {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.2);
    z-index: 99;

    display: none;
}

/* popup */
.dimmed,
.dimmed2 {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 10000;

    display: none;
}
.dimmed2 {
    z-index: 10002;
}
.popup_comm {
    position: fixed;
    left: 0;
    right: 0;
    margin: 8vh auto 0 auto;
    top: 0;
    background-color: #fff;
    max-width: 446px;
    z-index: 10001;


    display: none;
}

.popup_comm > .inner {
    padding: 24px 20px 32px 20px;
}
.popup_comm > .inner::-webkit-scrollbar {
    width: 4px;
}
.popup_comm > .inner::-webkit-scrollbar-thumb {
    background: rgba(131,131,131,0.8);
    border-radius: 4px;
}
.popup_comm > .inner::-webkit-scrollbar-track {
    background: #eaeaea;
}

.popup_comm .cls_btn {
    display: block;
    position: absolute;
    top: 24px;
    right: 24px;
    z-index: 1;
}

.popup_comm .txt .tit {
    padding-right: 94px;
    font-size: 22px;
    line-height: var(--fs_tit);
    font-weight: 600;
}
.popup_comm .txt .desc {
    margin-top: 24px;
    font-size: 18px;

    color: #181818;
}

.popup_comm .cont {
    margin-top: 32px;
    max-height: calc(70vh - 100px);
    overflow-y: auto;

    /*스크롤 방지*/
    padding-bottom: 2px;
}
.popup_comm .cont::-webkit-scrollbar {
    width: 4px;
}
.popup_comm .cont::-webkit-scrollbar-thumb {
    background: rgba(131,131,131,0.8);
    border-radius: 4px;
}
.popup_comm .cont::-webkit-scrollbar-track {
    background: #eaeaea;
}

.popup_comm .btn {
    margin-top: 32px;
    display: flex;
    justify-content: center;
}

.popup_comm .btn a {
    display: inline-flex;
    min-width: 100px;
    padding: 8px 20px;
    font-size: 16px;

    justify-content: center;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
    margin-left: 8px;
}
.popup_comm .btn a:first-child {
    margin-left: 0;
}
.popup_comm .btn a.type2 {
    /*border-color: #dedede;*/
    /*background-color: #dedede;*/
    /*color: #000*/
    /*230209 border style로 일괄 수정*/
    background-color: #fff;
    color: #000;
    border-color: #000;
}
.popup_comm .btn a.border {
    background-color: #fff;
    color: #000;
    border-color: #000;
}

.popup_comm.moq_type {
    max-width: 600px;
}
.popup_comm.moq_type .cont {
    margin-top: 48px;
}
.popup_comm.moq_type .cont_txt {
    text-align: center;
    overflow: hidden;
}
.popup_comm.moq_type .cont_txt .tit {
    font-size: 18px;
    line-height: var(--fs_tit);
    font-weight: 600;
    color: #121619;
    padding: 0;
}
.popup_comm.moq_type .cont_txt .desc {
    margin-top: 8px;
    font-size: 14px;

    color: #838383;
}

/* alert 형태 일괄 수정 */
.popup_comm.alert_confirm {
    max-width: 480px;
    top: 50%;
    margin-top: -100px;
}
.popup_comm.alert_confirm .txt {
    margin-top: 48px;
}
.popup_comm.alert_confirm .txt {
    text-align: center;
    overflow: hidden;
}
.popup_comm.alert_confirm .txt .tit {
    font-size: 18px;
    line-height: var(--fs_tit);
    font-weight: 600;
    color: #121619;
    padding-right: 0;
}
.popup_comm.alert_confirm .txt .desc {
    margin-top: 4px;
    font-size: 14px;

    color: #838383;
}

.form_comm .form_title {
    font-size: 24px;
    line-height: var(--fs24_lh);
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
}
.form_comm .form_row {
    margin-top: 16px;
    display: flex;
}
.form_comm .form_row:first-child {
    margin-top: 0;
}
.form_comm .form_row .form_row_in {
    display: flex;
}
.form_comm .form_row .form_col {
    width: calc(50% - 16px);
}
.form_comm .form_row .form_col + .form_col {
    margin-left: 32px;
}
.form_comm .form_row .form_label {
    width: 190px;
    flex-shrink: 0;
    padding: 8px 0;

    font-weight: 600;
    font-size: 16px;

    color: #181818;
}
.form_comm .form_row .form_label:has(> .asterisk) {
    display: flex;
    align-items: center;
}
.form_comm .form_row .form_label i.asterisk {
    display: block;
    background: url("/v2/img/ico_asterisk2.svg") no-repeat 0 0;
    background-size: 100% auto;
    width: 9px;
    height: 22px;
}
.form_comm .form_row.label100 {
    display: block;
}
.form_comm .form_row.label100 .form_label {
    padding: 0;
    width: auto;
    margin-bottom: 8px;
}
.form_comm .form_row .form_item {
    flex-grow: 1;
    min-height: 40px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.form_comm .form_row .form_item .form_item_in {
    position: relative;
    width: 100%;
}
.form_comm .form_row .form_item.item2 {
    justify-content: space-between;
}
.form_comm .form_row .form_item.item2 input,
.form_comm .form_row .form_item.item2 select {
    width: calc(50% - 4px);
}

.form_comm .form_row .form_item input,
.form_comm .form_row .form_item select {
    border-radius: 0;
    border: 1px solid #ddd;
    padding: 9px 12px;
    font-size: 14px;

    font-weight: 300;
    color: #181818;
    display: block;
    width: 100%;
    position: relative;
}
.form_comm .form_row .form_item input.invaild,
.form_comm .form_row .form_item select.invaild,
.form_comm .form_row .form_item input.invalid,
.form_comm .form_row .form_item select.invalid {
    border-color: #eb3d4f;
}

.form_comm .form_row .form_item input[type=checkbox] {
    padding: 0;
    border: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
}
.form_comm .form_row .form_item select {
    padding-right: 24px;
    background: url("/v2/img/ico_select2.png") no-repeat right 8px center;
    background-size: 16px;
    background-color: #fff;
}
.form_comm .form_row .form_item select option[value=""][disabled] {
    display: none !important;
}
.form_comm .form_row .form_item .textarea_w {
    width: 100%;
    border: 1px solid #ddd;
    padding: 9px 12px;
    overflow-y: auto;
}
.form_comm .form_row .form_item .textarea_w.invaild,
.form_comm .form_row .form_item .textarea_w.invalid {
    border-color: #eb3d4f;
}
.form_comm .form_row .form_item textarea {
    width: 100%;
    height: 198px;
    resize: none;
    padding: 0;
    font-size: 14px;

    font-weight: 300;
    color: #181818;
}
.form_comm .form_row .form_item textarea::-webkit-scrollbar {
    width: 4px;
}
.form_comm .form_row .form_item textarea::-webkit-scrollbar-thumb {
    background: rgba(131,131,131,0.8);
    border-radius: 4px;
}
.form_comm .form_row .form_item textarea::-webkit-scrollbar-track {
    background: #eaeaea;
}
.form_comm .form_row .form_item input[type=date],
.form_comm .form_row .form_item input.datepicker {
    padding: 8px 7px 8px 12px;
}
.form_comm .form_row .form_item input[type=date]::after {
    z-index: -1;
    content:' ';
    display: block;
    background: none;
    background: url('/v2/img/ico_date.png') no-repeat;
    background-size: 16px;
    width: 16px;
    height: 16px;
    position: absolute;
    top:50%;
    margin-top: -8px;
    right:8px;
}
.form_comm .form_row .form_item input.datepicker {
    background-image: url('/v2/img/ico_date.png');
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: right 8px center;
}

.form_comm .form_row.file .form_item input[type=file] {
    display: none;
}
.form_comm .form_row.file .form_item input[type=file] + label {
    display: inline-block;
    border: 1px solid #000;
    padding: 6px 16px;
    font-size: 14px;

    font-weight: 600;
}
.form_comm .form_row.file .form_item .file_notice {
    margin-top: 8px;
    font-size: 14px;

    color: #838383;
}
.form_comm .form_row.file .form_item .file_list {
    margin-top: 8px;
    font-size: 14px;

}
.form_comm .form_row.file .form_item .file_list li p {
    display: flex;
    align-items: center;
}
.form_comm .form_row .form_item input.invaild,
.form_comm .form_row .form_item select.invaild,
.form_comm .form_row .form_item input.invalid,
.form_comm .form_row .form_item select.invalid {
    border-color: #EB3D4F;
}
.form_comm .form_row .form_item.tel_type {
    display: flex;
    align-items: center;
}
.form_comm .form_row .form_item.tel_type select {
    width: 90px;
    margin-right: 8px;
}
.form_comm .form_row .form_item.tel_type input {
    flex-grow: 1;
}
.form_comm .form_row .form_item.name_type {
    display: flex;
    justify-content: space-between;
}
.form_comm .form_row .form_item.name_type input {
    width: calc(50% - 4px);
}
.form_comm .form_row .form_item.name_type.inquiry_name_ko input {
    width: 100%;
}
.form_comm .form_notice {
    margin-top: 8px;
}

.q_search_inquiry_popup {
    max-width: 680px;
}

.askus_popup {
    max-width: 680px;
}
.askus_popup .progress_w {
    width: 100%;
    background: #fff;
    border-radius: 18px;
    height: 24px;
    overflow: hidden;
    position: relative;
    background-color: #f6f7fb;
}
.askus_popup .progress_w .bar {
    width: 20%;
    height: 100%;
    background-color: #000;
    font-size: 16px;

    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 18px;
}
.askus_popup .progress_w .txt {
    position: absolute;
    right: 16px;
    top: 0px;
    font-size: 16px;

    color: #181818;
}
.askus_popup .step_w {
    margin-top: 40px;
}
.askus_popup .step_w .step {
    display: none;
}
.askus_popup .step_w .step .step_tit {
    font-size: 18px;
    line-height: var(--fs_tit);
    font-weight: 600;
    color: #181818;
}
.askus_popup .step_w .step .step_cont {
    margin-top: 16px;
}
.askus_popup .step_w .radio_item,
.askus_popup .step_w .chk_item {
    margin-right: 8px;
    margin-top: 16px;
}
.askus_popup .step_w .radio_item input[type=radio],
.askus_popup .step_w .chk_item input[type=checkbox] {
    opacity: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
.askus_popup .step_w .radio_item input[type=radio] + label,
.askus_popup .step_w .chk_item input[type=checkbox] + label {
    display: inline-block;
    padding: 6px 16px;
    border: 1px solid #000;
    color: #000;
    border-radius: 30px;
    font-size: 16px;

}
.askus_popup .step_w .radio_item input[type=radio]:checked + label,
.askus_popup .step_w .chk_item input[type=checkbox]:checked + label {
    background-color: #181818;
    color: #fff;
    font-weight: 600;
    /* box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.16); */
}
.askus_popup .step_w .dis_f {
    display: flex;
    margin-top: -16px;
}
.askus_popup .step_w .btn {
    margin-top: 48px;
}

.askus_popup .step_w .form_comm .form_row.other_op {
    margin-top: 16px;
    display: none;
}
.askus_popup .notice {
    font-size: 16px;

    color: #555;
    padding-left: 12px;
    margin-top: 16px;
    position: relative;
}
.askus_popup .notice::before {
    display: block;
    content: " ";
    position: absolute;
    left: 0;
    top: 8px;
    width: 4px;
    height: 4px;
    background-color: #555;
    border-radius: 50%;

}

.askus_popup .form_row.age {
    width: 78%;
    align-items: center;
}


.select_addr_popup {}


.report_popup {
    max-width: 680px;
}

.report_popup .box_w .box {
    margin-top: 24px;
}
.report_popup .box_w .box:first-child {
    margin-top: 0;
}
.report_popup .box_w .box .box_tit {
    font-size: 17px;
    line-height: var(--fs_tit);
    font-weight: 600;
    margin-bottom: 8px;
}
.report_popup .box_w .box .box_desc {
    font-size: 15px;

    margin-bottom: 8px;
}
.report_popup .box_w .box .box_cont {
    border: 1px solid #e1e1e1;
    padding: 20px;
}
.report_popup .box_w .box .box_cont p {
    font-size: 15px;

}
.report_popup .box_w .box .agree_w {
    margin-top: 8px;
}
.report_popup .form_w {
    margin-top: 24px;
}
.report_popup .form_w .chk_w {
    width: 100%;
}
.report_popup .form_w .file_w {
    width: 100%;
}
.report_popup .form_w .file_w .file_in {
    display: flex;
}
.report_popup .form_w .file_w .file_in .upload_file {
    flex-grow: 1;
}
.report_popup .form_w .file_w .file_in .file_btn {
    display: block;
    margin-left: 8px;
    border: 1px solid #000;
    font-size: 15px;

    padding: 8px 20px;
    white-space: nowrap;
}

.report_popup .chk_w .chk_item input[type="checkbox"] + label {
    align-items: start;
}

.agree_fail_popup .txt .tit {
    font-size: 20px;
    line-height: var(--fs_tit);
    padding-right: 50px;
}
.agree_fail_popup .txt .desc {
    font-size: 16px;

    padding-right: 80px;
}

.alert_exist .txt .tit {
    font-size: 18px;
    line-height: var(--fs_tit);
    padding-right: 74px;
}

.main_img_popup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

    overflow: hidden;
    display: none;

    z-index: 10001;
    font-size: 15px;

    background-color: rgba(0,0,0,0.8);
}
.main_img_popup .img_popup_in {
    margin: 8% auto 0 auto;
    max-width: 420px;
    overflow: hidden;
}
.main_img_popup .popup_img_w img {
    display: block;
    width: 100%;
}
.main_img_popup .popup_btn_w {
    display: flex;
    justify-content: space-between;
}
.main_img_popup .popup_btn_w a {
    display: inline-block;
    color: #fff;
    padding: var(--px14) 0;
    font-size: var(--px14);
    font-weight: 400;
}

.terms_comm .terms_box + .terms_box {
    margin-top: 24px;
}
.terms_comm .terms_tit {
    font-weight: 600;
    font-size: 20px;
    line-height: var(--fs_tit);
    margin-bottom: 8px;
}
.terms_comm .terms_article:not(:first-child) {
    margin-top: 16px;
}
.terms_comm .terms_article .article_tit {
    text-align: center;
    font-size: 18px;
    line-height: var(--fs_tit);
    font-weight: 600;
}
.terms_comm .terms_article .sub_tit {
    font-size: 18px;
    line-height: var(--fs_tit);
    font-weight: 600;
}
.terms_comm .terms_article .sub_tit.bylaw {
    text-align: center;
    font-weight: 400;
}
.terms_comm .terms_article p:not(:last-child),
.terms_comm .terms_article table:not(:last-child) {
    margin-bottom: 8px;
}
.terms_comm .terms_article p {
    font-size: 14px;

}
.terms_comm .terms_article p b {
    font-weight: 600;
}
.terms_comm .terms_article table th,
.terms_comm .terms_article table td {
    font-size: 14px;

    padding: 4px;
    vertical-align: middle;
    border: 1px solid #000;
}
.terms_comm .terms_article table th {
    background-color: #e1e1e1;
}

/* sample_guide_w */
.sample_guide_w .guide_tit {
    font-size: 16px;
    line-height: var(--fs_tit);
    color: #121619;
    font-weight: 600;
    text-transform: uppercase;
}
.sample_guide_w .guide_cont {
    padding: 20px;
    border: 1px solid #e1e1e1;
    margin-top: 8px;
}
.sample_guide_w .guide_cont .top_img {
    overflow: hidden;
    position: relative;
}
.sample_guide_w .guide_cont .top_img_in {
    overflow: hidden;
    position: relative;
    background-color: #F1ECEC;
}
.sample_guide_w .guide_cont .part_w {
    margin-top: 16px;
}
.sample_guide_w .guide_cont .part_item {
    margin-top: 16px;
}
.sample_guide_w .guide_cont .part_item:first-child {
    margin-top: 0;
}
.sample_guide_w .guide_cont .part_item .part_tit {
    font-size: 16px;
    line-height: var(--fs_tit);
    font-weight: 600;
    color: #121619;
    align-items: flex-start;
}
.sample_guide_w .guide_cont .part_item .part_tit span {
    margin-top: 1px;
}
.sample_guide_w .guide_cont .part_item .part_cont {
    margin-top: 8px;
}
.sample_guide_w .guide_cont .part_item .part_cont .part_desc_item {
    margin-top: 8px;
    display: flex;
    font-size: 14px;

    color: #555;
}
.sample_guide_w .guide_cont .part_item .part_cont .part_desc_item:first-child {
    margin-top: 0;
}
.sample_guide_w .guide_cont .part_item .part_cont .part_desc_item .desc_label {
    display: block;
    margin-right: 16px;
    min-width: 60px;
    color: #838383;
}
.sample_guide_w .guide_cont .part_item .part_cont .part_notice {
    margin-top: 8px;
    font-size: 13px;

    color: #838383;
}
.sample_guide_w .guide_cont .part_item .part_cont .part_desc_item .part_notice {
    margin-top: 0;
}

/*summary 공통*/
.use_summary_w {
    display: flex;
}
.use_summary_w .summary_l {
    width: calc(100% - 380px);
    padding-right: 40px;
}
.use_summary_w .summary_r .summary {
    width: 380px;
    position: -webkit-sticky;
    position: sticky;
    top: 62px;
}
.use_summary_w .summary_r .summary .box_top {
    padding: 32px 20px 24px 20px;
    background-color: #f6f7fb;
}
.use_summary_w .summary_r .summary .box_bot {
    padding: 24px 20px;
    background-color: #F0F2F6;
}

/************** moq status common *******************/
/*status 공통*/
.moq_status_w {
    padding-top: 15px;
    margin-bottom: 122px;
    max-width: 1490px;
    margin-left: auto;
    margin-right: auto;
}
.moq_status_w ul {
    position: relative;
    width: calc(100% - 250px);
    height: 2px;
    background-color: #e1e1e1;
    margin: 0 125px;
}
.moq_status_w .status_item {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    margin-left: -10px;

}
.moq_status_w .status_item:nth-child(1) {
    left: 0;
}
.moq_status_w .status_item:nth-child(2) {
    left: 25%;
}
.moq_status_w .status_item:nth-child(3) {
    left: 50%;
}
.moq_status_w .status_item:nth-child(4) {
    left: 75%;
}
.moq_status_w .status_item:nth-child(5) {
    margin-left: 0;
    margin-right: -10px;
    right: 0;
}


.moq_status_w .status_item .dot {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #ddd;
}
.moq_status_w .status_item .status_txt {
    font-size: 16px;

    font-weight: 400;
    color: #c4c4c4;

    width: 174px;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-top: 14px;
    text-align: center;
    text-transform: uppercase;
}
.ko .moq_status_w .status_item .status_txt {
    width: 112px;
}

/*progress step 별 스타일*/
.moq_status_w ul::before {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000;
}
.moq_status_w .status_item .dot {
    display: flex;
    align-items: center;
    justify-content: center;
}

.moq_status_w .status_item .dot .ani_ico {
    width: 20px;
    height: 20px;
}
.moq_status_w .status_item.ready {
    margin-top: -15px;
    margin-left: -15px;
}
.moq_status_w .status_item.ready .dot {
    width: 30px;
    height: 30px;
}

.moq_status_w.step1 ul::before {
    width: 0;
}
.moq_status_w.step1 .status_item:nth-child(1) {
    margin-top: -15px;
    margin-left: -15px;
}
.moq_status_w.step1 .status_item:nth-child(1) .dot {
    background-color: #000;
    width: 30px;
    height: 30px;
}
.moq_status_w.track.step1 .status_item:nth-child(1) .dot {
    background-image: url('/img/ico_status_check.png');
    background-repeat: no-repeat;
    background-size: 16px auto;
    background-position: center;
}
.moq_status_w.step1 .status_item:nth-child(1) .status_txt {
    color: #000;
    font-weight: 600;
}

.moq_status_w.step2 ul::before {
    width: 25%;
}
.moq_status_w.step2 .status_item:nth-child(2) {
    margin-top: -15px;
    margin-left: -15px;
}
.moq_status_w.step2 .status_item:nth-child(2) .dot {
    width: 30px;
    height: 30px;
}
.moq_status_w.track.step2 .status_item:nth-child(2) .dot {
    background-image: url('/img/ico_status_check.png');
    background-repeat: no-repeat;
    background-size: 16px auto;
    background-position: center;
}
.moq_status_w.step2 .status_item:nth-child(-n+2) .dot {
    background-color: #000;
}
.moq_status_w.step2 .status_item:nth-child(-n+2) .status_txt {
    color: #000;
}
.moq_status_w.step2 .status_item:nth-child(2) .status_txt {
    font-weight: 600;
}

.moq_status_w.step3 ul::before {
    width: 50%;
}
.moq_status_w.step3 .status_item:nth-child(3) {
    margin-top: -15px;
    margin-left: -15px;
}
.moq_status_w.step3 .status_item:nth-child(3) .dot {
    width: 30px;
    height: 30px;
}
.moq_status_w.track.step3 .status_item:nth-child(3) .dot {
    background-image: url('/img/ico_status_check.png');
    background-repeat: no-repeat;
    background-size: 16px auto;
    background-position: center;
}
.moq_status_w.step3 .status_item:nth-child(-n+3) .dot {
    background-color: #000;
}
.moq_status_w.step3 .status_item:nth-child(-n+3) .status_txt {
    color: #000;
}
.moq_status_w.step3 .status_item:nth-child(3) .status_txt {
    font-weight: 600;
}

.moq_status_w.step4 ul::before {
    width: 75%;
}
.moq_status_w.step4 .status_item:nth-child(4) {
    margin-top: -15px;
    margin-left: -15px;
}
.moq_status_w.step4 .status_item:nth-child(4) .dot {
    width: 30px;
    height: 30px;
}
.moq_status_w.track.step4 .status_item:nth-child(4) .dot {
    background-image: url('/img/ico_status_check.png');
    background-repeat: no-repeat;
    background-size: 16px auto;
    background-position: center;
}
.moq_status_w.step4 .status_item:nth-child(-n+4) .dot {
    background-color: #000;
}
.moq_status_w.step4 .status_item:nth-child(-n+4) .status_txt {
    color: #000;
}
.moq_status_w.step4 .status_item:nth-child(4) .status_txt {
    font-weight: 600;
}


.moq_status_w.step5 ul::before {
    width: 100%;
}
.moq_status_w.step5 .status_item:nth-child(5) {
    margin-top: -15px;
    margin-left: -15px;
}
.moq_status_w.step5 .status_item:nth-child(5) .dot {
    width: 30px;
    height: 30px;
}
.moq_status_w.track.step5 .status_item:nth-child(5) .dot {
    background-image: url('/img/ico_status_check.png');
    background-repeat: no-repeat;
    background-size: 16px auto;
    background-position: center;
}
.moq_status_w.step5 .status_item:nth-child(-n+5) .dot {
    background-color: #000;
}
.moq_status_w.step5 .status_item:nth-child(-n+5) .status_txt {
    color: #000;
}
.moq_status_w.step5 .status_item:nth-child(5) .status_txt {
    font-weight: 600;
}

/****************** .use_tooltip_comm  ******************/
.use_tooltip_comm {
    display: inline-block;
    padding-right: 24px;
    background-image: url('/v2/img/ico_tooltip.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 24px auto;
    position: relative;
}
.use_tooltip_comm.type_l {
    background-image: url('/v2/img/ico_tooltip_line.png');
}
.use_tooltip_comm.type_none {
    padding: 0;
    background-image: none;
}
.use_tooltip_comm.type_btn {
    padding: 0;
    background-image: none;
}
.use_tooltip_comm.type_btn .label_txt {
    display: flex;
    align-items: center;
}
.use_tooltip_comm .tooltip_box {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    padding-bottom: 12px;
    width: 247px;
    z-index: 10;
}
.use_tooltip_comm .tooltip_box.right {
    left: auto;
    right: 0;
}

.use_tooltip_comm.open .tooltip_box {
    display: block;
}

.use_tooltip_comm .tooltip_box .tooltip_in {
    position: relative;
    background-color: #fff;
    border: 1px solid #444;
    padding: 6px 32px 6px 8px;
}
.use_tooltip_comm .tooltip_box .tooltip_in .after {
    display: block;
    content: " ";
    width: 12px;
    height: 9px;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -6px;
    margin-top: -1px;
    background: url('/v2/img/tooltip_pointer.svg') no-repeat 0 0;
    background-size: 100% auto;
}
.use_tooltip_comm .tooltip_box .tooltip_close {
    position: absolute;
    top: 6px;
    right: 8px;
    padding: 0;
    border: 0;
}
.use_tooltip_comm .tooltip_box .tooltip_title {
    font-size: 18px;
    line-height: var(--fs_tit);
    font-weight: 600;
    margin-bottom: 16px;
}
.use_tooltip_comm .tooltip_box .tooltip_desc img {
    display: block;
    width: 100%;
    margin-bottom: 16px;
}
.use_tooltip_comm .tooltip_box .tooltip_desc,
.use_tooltip_comm .tooltip_box .tooltip_desc p {
    font-weight: 400;
    color: #444;
    font-size: 13px;

}
.use_tooltip_comm .tooltip_box .tooltip_desc b {
    font-weight: 600;
}
.use_tooltip_comm.center .tooltip_box {
    left: 50%;
    margin-left: -123px;
}

/****************** order_pay_comm ******************/
.order_pay_comm .part + .part {
    margin-top: 40px;
}
.order_pay_comm .part_cont {
    border-top: 2px solid #000;
    margin-top: 16px;
    padding-top: 16px;
}
.order_pay_comm .order_row {
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
}
/****************** addr_list_comm ******************/
.addr_list_comm .order_addr_list_w .addr_row input[type=radio] {
    padding: 0;
    border: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
    position: absolute;
}
.addr_list_comm .order_addr_list_w .addr_row input[type="radio"] + label {
    display: block;
    padding-left: 36px;
    position: relative;
}
.addr_list_comm .order_addr_list_w .addr_row input[type="radio"] + label i.radio_ico {
    display: block;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 8px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px;
}
.addr_list_comm .order_addr_list_w .addr_row input[type="radio"]:checked + label {
    border-color: #000;
}
.addr_list_comm .order_addr_list_w .addr_row input[type="radio"]:checked + label i.radio_ico {
    border-color: #000;
    background-color: #000;
}
.addr_list_comm .order_addr_list_w .addr_row input[type="radio"]:checked + label i.radio_ico span {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}
.addr_list_comm .order_addr_list_w .addr_row input[type="radio"]:checked + label i.radio_ico span::after {
    display: block;
    content: " ";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
}
.addr_list_comm .order_addr_list_w .addr_row .form_label {
    display: none;
}
.addr_list_comm .order_addr_list_w .addr_row:first-child .form_label {
    display: block;
}

.addr_list_comm .order_addr_list_w .addr_row .change_link {
    margin-top: 10px;
}
.addr_list_comm .order_addr_list_w .addr_row .change_link a {
    margin-right: 8px;
}
.addr_list_comm .order_addr_list_w .addr_add_link_w {
    margin-top: 20px;
    padding-bottom: 20px;
    padding-left: 8px;
    border-bottom: 1px solid #e1e1e1;
}
.addr_list_comm .order_addr_list_w .addr_add_link_w .addr_add_link {
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    line-height: var(--fs16_lh);
    font-weight: 600;
}
.addr_list_comm .order_form_btn {
    display: flex;
    justify-content: center;
    margin-top: 32px;
}
.addr_list_comm .order_form_btn a {
    display: block;
    padding: 10px 20px;
    margin: 0 4px;
    font-size: 17px;
    line-height: var(--fs17_lh);
    font-weight: 600;
    text-transform: uppercase;
}

.addr_list_comm .order_row .form_view {
    font-size: 16px;
    line-height: var(--fs16_lh);
    font-weight: 300;
    color: #000;
}
.addr_list_comm .order_row .change_link {
    display: inline-block;
    font-size: 16px;
    line-height: var(--fs16_lh);
    margin-top: 24px;
}
.addr_list_comm .order_row .change_link a {
    display: inline-block;
    color: #121619;
    font-weight: 400;
    border-bottom: 1px solid #838383;
}

.addr_list_comm .order_form_w .has_col {
    display: flex;
}
.addr_list_comm .order_form_w .order_row .order_col {
    width: 200px;
    margin-right: 24px;
}
.addr_list_comm .order_form_w .order_row .form_item {
    max-width: 424px;
}
.addr_list_comm .order_form_w .order_row.country .form_item {
    max-width: 300px;
}
.addr_list_comm .order_form_w .order_row.adr .addr_row {
    margin-top: 16px;
}
.addr_list_comm .order_form_w .order_row.adr .addr_row:first-child {
    margin-top: 0;
}
.addr_list_comm .order_form_w .order_row.adr .form_item_w {
    display: flex;
}
.addr_list_comm .order_form_w .order_row.adr .form_item_w .form_item_btn {
    margin-left: 8px;
}
.addr_list_comm .order_form_w .order_row.adr .form_item_w .form_item_btn a {
    padding-top: 9px;
    padding-bottom: 9px;
}
.addr_list_comm .order_row.vcid_w {
    display: none;
}

/****************** pay_comm ******************/
.pay_comm .pay_w {
    display: block;
}
.pay_comm .pay_w .form_notice {
    margin-top: 20px;
}
.pay_comm .pay_w .pay_item_w {
    display: flex;
}
.pay_comm .pay_w .pay_item {
    margin-right: 16px;
}
.pay_comm .pay_w .pay_item input[type="radio"] {
    padding: 0;
    border: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
    position: absolute;
}
.pay_comm .pay_w .pay_item input[type="radio"] + label {
    display: block;
    padding: 20px;
    border: 1px solid #ddd;
    width: 220px;
    height: 100%;
}
.pay_comm .pay_w .pay_item input[type="radio"] + label p {
    font-size: 16px;
    line-height: var(--fs16_lh);
    color: #555;
    display: flex;
    align-items: center;
}
.pay_comm .pay_w .pay_item input[type="radio"] + label p i.radio_ico {
    display: block;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 8px;
    position: relative;
    flex-shrink: 0;
}
.pay_comm .pay_w .pay_item input[type="radio"]:checked + label {
    border-color: #000;
}
.pay_comm .pay_w .pay_item input[type="radio"]:checked + label p i.radio_ico {
    border-color: #000;
    background-color: #000;
}
.pay_comm .pay_w .pay_item input[type="radio"]:checked + label p i.radio_ico::after {
    display: block;
    content: " ";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
}

.pay_comm .pay_w .pay_item .pay_img {
    display: flex;
    padding-left: 24px;
    margin-top: 20px;
}
.pay_comm .pay_w .pay_item .pay_img .img_item {
    margin-right: 12px;
    display: flex;
    align-items: center;
}
.pay_comm .pay_w .pay_item .pay_img .img_item:last-child {
    margin-right: 0;
}
.pay_comm .pay_w .pay_item .pay_img .img_item.visa {
    width: 52px;
}
.pay_comm .pay_w .pay_item .pay_img .img_item.master {
    width: 40px;
}
.pay_comm .pay_w .pay_item .pay_img .img_item.jcb {
    width: 40px;
}
.pay_comm .pay_w .pay_item .pay_img .img_item.paypal {
    width: 79px;
}
.pay_comm .pay_w .pay_item.eximbay .pay_img {
    padding-left: 0;
}
.paypal_btn {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(1.5);
    transform-origin: top;
    opacity: 0;
    display: none;
}


/* SELECT BOX 검색 *****************************************************************************************************/
.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}
.select2-container {
    width: 100% !important;
    max-width: 100%;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    color: #555;
    font-size: 14px;

    font-weight: 300;
}
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 34px;
    user-select: none;
    -webkit-user-select: none;
}
.select2-search--dropdown {
    display: block;
    padding: 4px;
    width: 100%;
}
.select2-selection__placeholder {
    font-size: 13px;
    line-height: 2.46;
    color: #555;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #ddd;
    width: 100%;
    color: #555;
    font-weight: 300;
    padding-left: 5px;
}
.select2-container--default .select2-selection--single {
    display: flex;
    align-items: center;
    background-color: white;
    border: 1px solid #ddd;
    cursor: text;
    height: 40px;

    padding-right: 24px;
    background: url('/v2/img/ico_select2.png') no-repeat right 8px center;
    background-size: 16px;
}
.select2-container--default.select2-container--focus .select2-selection--single {
    border: solid #ddd 1px;
    outline: 0;
}
.select2-container--default .select2-selection--single.invalid,
.select2-container--default.select2-container--focus .select2-selection--single.invalid {
    border-color: #eb3d4f;
}
.select2-container--default .select2-selection--single .select2-search--inline {
    width: 100%;
    margin-left: -295px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    display: inline;
    list-style: none;
    padding: 0;
    width: 100%;
    margin-left: 10px;
    font-size: 13px;
    line-height: 2.46;
}
.select2-container--default .select2-selection--single .select2-selection__choice {
    /* background-color: #e4e4e4; */
    /* border: 1px solid #ddd; */
    /* border-radius: 4px; */
    display: inline-block;
    margin-left: 10px;
    /* margin-top: 5px; */
    /* padding: 0; */
}
.select2-container--default .select2-selection--single .select2-selection__choice__remove {
    display: none;
}
.select2-container--default .select2-selection--single .select2-selection__choice__display {
    cursor: default;
    font-size: 14px;

    font-weight: 300;
    padding-right: 5px;
}
.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    margin-left: 5px;
    padding: 0;
}
.select2-container--default .select2-search--inline .select2-search__field {
    display: flex;
    overflow-y: clip;
    height: 20px;
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
    padding-left: 8px;
    margin-top: 0;
    padding-bottom: 3px;
    resize: none;
}
.signup .form_comm .form_row .form_item textarea {
    height: 20px;
}
.select2-results {
    display: block;
}
.select2-results__options {
    font-size: 14px;

    font-weight: 300;
    padding-left: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}
.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none;
}
.select2-results__option--selectable {
    cursor: pointer;
    padding-left: 10px;
    font-size: 14px;

    font-weight: 300;
}
.select2-dropdown {
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}
.select2-container--open .select2-dropdown {
    left: 0;
}
.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
/*.select2-container .select2-search--inline textarea {*/
/*    box-sizing: border-box;*/
/*    border: none;*/
/*    margin-top: 8px;*/
/*    margin-left: 10px;*/
/*    padding: 0;*/
/*    font-size: 13px;*/
/*    color: #ddd;*/
/*}*/
/*.select2-container--open .select2-dropdown--below {*/
/*    !* border-top: none; *!*/
/*    border-top-left-radius: 0;*/
/*    border-top-right-radius: 0;*/
/*}*/
/**********************************************************************************************************************/


/****************** comp_comm ******************/
.comp_comm .comp_w .comp_txt {
    text-align: center;
}
.comp_comm .comp_w .comp_txt .tit {
    font-size: 32px;
    line-height: var(--fs32_lh);
    color: #121619;
    font-weight: 600;
}
.comp_comm .comp_w .comp_txt .desc {
    margin-top: 8px;
    font-size: 14px;
    line-height: var(--fs14_lh);
    color: #555;
}
.comp_comm .comp_w .comp_txt .desc b {
    color: #121619;
}
.comp_comm .comp_w .comp_cont {
    margin-top: 64px;
    max-width: none;
}
.comp_comm .comp_w .comp_cont .cont .cont_box {
    display: flex;
    align-items: center;
    justify-content: center;
}
.comp_comm .comp_w .comp_cont .cont .cont_box .box_item {
    width: 190px;
}
.comp_comm .comp_w .comp_cont .cont .cont_box .box_item img,
.comp_comm .comp_w .comp_cont .cont .cont_box .box_item .img {
    width: 100px;
    margin: 0 auto;
}
.comp_comm .comp_w .comp_cont .cont .cont_box .box_item .img svg {
    width: 100%;
}
.comp_comm .comp_w .comp_cont .cont .cont_box .box_item p {
    margin-top: 8px;
    font-size: 14px;
    line-height: var(--fs14_lh);
    color: #555;
    min-height: 40px;
    text-align: center;
    text-transform: uppercase;
}

.comp_comm .comp_w .comp_cont .cont .cont_box .box_item.arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    padding-bottom: 40px;
}
.comp_comm .comp_w .comp_cont .cont .cont_box .box_item.arrow img {
    width: 100%;
}
.comp_comm .comp_w .btn_w {
    margin-top: 20px;
    text-align: center;
}
.comp_comm .comp_w .btn_w a {
    padding: 6px 20px;
    font-size: 17px;
    line-height: var(--fs17_lh);
    font-weight: 600;
    margin: 0 4px;
    text-transform: uppercase;
}


@media (max-width: 1600px) {
    .main_top {
        padding-bottom: 440px;
    }
}

@media (max-width: 1440px) {
    .header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth2  {
        width: 160px;
    }
    .footer .info {
        padding-right: 0;
    }
    .footer .link {
        margin-right: 34px;
    }
    .footer .link .col:first-child {
        margin-right: 24px;
    }

}

@media (max-width: 1300px) {

    body {
        letter-spacing: 0.02vw;
    }

    .wrap {
        padding-top: 11.38vw;
    }
    .content {
        min-height: calc(100vh - 36.61vw);
        padding-bottom: 7.69vw;
    }

    .error_msg_comm {
        margin-top: 0.3vw;

        font-size: 1vw;


        padding-left: 1.53vw;
        background-size: 1.23vw auto;
        background-position: left top 0.15vw;
    }

    .error_msg {
        font-size: 0.92vw;

    }

    .notice_comm {
        padding-left: 0.92vw;
        margin-top: 0.3vw;
        font-size: 1.07vw;

    }
    .notice_comm:first-child {
        margin-top: 0;
    }
    .notice_comm::before {
        width: 0.3vw;
        height: 0.3vw;
        top: 0.61vw;
    }

    .sec .sec_cont {
        margin-top: 3.07vw;
    }

    .sec > .inner {
        padding: 0 3.08vw;
    }

    .sub_title {
        font-size: 2.46vw;

        margin-top: 3.07vw;
    }

    .sub_title_highlight {
        font-weight: 700;
    }

    /* header */
    .header .tnb_gnb_w.main .tnb_w .c_menu {
        width: 30.77vw;
    }
    .header .tnb_gnb_w.main .tnb_w .c_menu .q_input {
        padding: 0 0 0.62vw 0;
        max-width: 69.23vw;
    }
    .header .tnb_gnb_w.main .tnb_w .c_menu .q_input input {
        font-size: 1.08vw;

        padding: 0 0.62vw;
    }
    .header .tnb_gnb_w.main .tnb_w .c_menu .q_input button {
        padding-right: 0.62vw;
    }
    .header .tnb_gnb_w.main .gnb_w > .inner {
        max-width: 137.23vw;
        padding: 0 4.62vw;
    }
    .header .tnb_gnb_w.main .gnb_w li {
        font-size: 1.08vw;

    }
    .header .tnb_gnb_w.main .gnb_w li a {
        padding: 1.15vw 3.08vw 1.15vw 0;
    }
    .header .tnb_w {
        height: 7.69vw;
    }
    .header .tnb_w > .inner {
        max-width: 137.23vw;
        padding: 0 3.91vw;
    }

    .header .tnb_w .tnb_logo {
        width: 20vw;
        margin-right: 0;
    }
    .header .gnb_w li {
        /*margin-right: 1.85vw;*/
        font-size: 1.38vw;

    }
    .header .gnb_w li a {
        padding: 2.69vw 0.92vw 2.54vw 0.92vw;
    }
    .header .gnb_w li:first-child a {
        padding-left: 3.08vw;
    }
    .header .gnb_w li a p {
        padding-bottom: 0.46vw;
    }
    .header .gnb_w li a p + .new_dot {
        width: 0.46vw;
        height: 0.46vw;
        border-radius: 0.23vw;
        margin: 0.15vw 0 0 0.15vw;
    }
    .header .gnb_w li a p::after {
        height: 0.15vw;
    }

    .header .tnb_w .r_menu .user_menu li.depth1 {
        margin-right: 1.23vw;
    }
    .header .tnb_w .r_menu .user_menu li.depth1:last-child {
        margin-right: 0;
    }

    .header .tnb_w .tnb_dd_menu {

        padding-top: 0.61vw;
        margin-left: -3vw;
    }
    .header .tnb_w .lang_menu .tnb_dd_menu,
    .header .tnb_w .about_menu .tnb_dd_menu {
        padding-top: 0;
    }
    .header .tnb_w .tnb_dd_menu .inner {
        border-radius: 0.61vw;
        padding: 0.3vw 0;
    }
    .header .tnb_w .tnb_dd_menu.lang_dd {
        margin-left: -3vw;
    }

    .header .tnb_w .btn_menu_w {
        margin-left: 1.23vw;
    }
    .header .tnb_w .btn_menu_w a {
        padding: 0.54vw 1.23vw;
        border-radius: 3.85vw;
        font-size: 1.08vw;

        margin-right: 0.62vw;
    }
    .header .tnb_w .btn_menu_w a:last-child {
        margin-right: 0;
    }

    .header .tnb_w .tnb_dd_menu a {

        font-size: 1.23vw;

        padding: 0.3vw 1.84vw;
    }


    .header .tnb_w .lang_menu {
        margin-left: 1.23vw;
    }
    .header .tnb_w .lang_menu .active_lang {
        font-size: 1.23vw;

        padding-right: 0.92vw;

    }
    .header .tnb_w .lang_menu .active_lang::after {
        border: 0.3vw solid transparent;
        border-bottom-width: 0;
        border-top-color: #000;

        margin-top: -0.15vw;
    }

    .header .tnb_w .about_menu {
        margin-left: 1.23vw;
    }
    .header .tnb_w .about_menu .active_about {
        font-size: 1.23vw;

        padding-right: 0.92vw;
    }
    .header .tnb_w .about_menu .active_about::after {
        border: 0.3vw solid transparent;
        border-bottom-width: 0;
        border-top-color: #000;
        margin-top: -0.15vw;
    }

    .header .gnb_dd_w .gnb_dd_item > .inner {
        max-width: 137.23vw;
        padding: 3.08vw 4.62vw;
    }

    .header .gnb_dd_w .gnb_dd_item .gnb_list {
        padding-right: 3.07vw;
        min-width: 49.53vw;
    }
    .header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth2 {
        width: 15.38vw;
        margin-right: 2.46vw;
    }
    .header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth2.service_txt {
        width: 19.23vw;
        margin-bottom: 0.62vw;
    }
    /*.header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth2.service_txt:first-child {*/
    /*    margin-bottom: 1.23vw;*/
    /*}*/
    .header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth2.service_txt:last-child {
        margin-bottom: 0;
    }
    .header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth2:last-child {
        margin-right: 0;
    }
    .header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth2 .depth2_link {
        letter-spacing: 0.02vw;
        font-size: 1.07vw;

        margin-bottom: 0.61vw;
    }
    .header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth3_link {
        margin-bottom: 0.3vw;
        font-size: 1.07vw;

        letter-spacing: 0.02vw;

    }
    .header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth2.service_txt:first-child .gnb_item.depth2_link + .gnb_item.depth3_link {
        margin-top: -0.3vw;
    }
    .header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth3_link:first-child {
        margin-top: 0;
    }
    .header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth3_link.bold {
        margin: 1.23vw 0;
    }

    .header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth3_link + .depth2_link {
        margin-top: 1.23vw;
    }
    .header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item a i.new_ico {
        width: 2.38vw;
        margin-left: 0.3vw;
    }
    .header .gnb_dd_w .gnb_dd_item .gnb_banner_w {
        padding-left: 3.07vw;

        width: 25.38vw;
    }
    .header .gnb_dd_w .gnb_dd_item .gnb_banner_w .gnb_banner_tit {
        font-size: 1.84vw;
    }
    .header .gnb_dd_w .gnb_dd_item .gnb_banner_w .gnb_banner_txt {
        margin-top: 0.61vw;
    }
    .header .gnb_dd_w .gnb_dd_item .gnb_banner_w .gnb_banner_txt .img_tit {
        font-size: 1.23vw;

    }
    .header .gnb_dd_w .gnb_dd_item .gnb_banner_w .gnb_banner_txt .pd_name {
        margin-top: 0.3vw;
        font-size: 1.07vw;


    }
    .header .gnb_dd_w .gnb_dd_item .gnb_banner_w .gnb_banner_txt .btn {
        margin-top: 1.23vw;
    }
    .header .gnb_dd_w .gnb_dd_item .gnb_banner_w .gnb_banner_txt .btn a,
    .header .gnb_dd_w .gnb_dd_item .gnb_banner_w .gnb_banner_txt .btn span{
        font-size: 1.07vw;

    }
    .header .gnb_dd_w .gnb_dd_item .gnb_banner_w.service_menu {
        width: 28.46vw;
    }
    .header .gnb_dd_w .gnb_dd_item .gnb_banner_w.service_menu .gnb_banner_txt .img_tit {
        padding-top: 0.62vw;
    }
    .header .gnb_dd_w .gnb_dd_item .gnb_banner_w.service_menu .gnb_banner_txt .pd_name {
        font-size: 1.15vw;
    }
    .header .gnb_dd_w .gnb_dd_item .swiper-pagination {
        bottom: 7.69vw;
    }
    .header .gnb_dd_w .gnb_dd_item .swiper-pagination-bullet {
        width: 2.46vw;
        height: 0.15vw;
        margin: 0 0.3vw 0 0;
    }
    .header .gnb_dd_w .gnb_dd_item .swiper-pagination-bullet:last-child {
        margin: 0;
    }
    .header .gnb_dd_w .gnb_dd_item .swiper-pagination-bullet-active {
        width: 3.07vw;
    }

    /* RESOURCES : Inspiration, Blog, Spotlight On ********************************************************************/
    .header .gnb_dd_w .gnb_dd_item .gnb_list.resources_w {
        padding-right: 0;
    }
    .header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth2.resources {
        width: 24.62vw;
        margin-right: 3.08vw;
    }
    .header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth2.resources:last-child {
        margin-right: 0;
    }
    .header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth2.resources .depth2_link .data_depth2_link {

    }
    .header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth2.resources .depth2_link .data_depth2_link div {
        height: 15.85vw;
    }
    .header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth2.resources .depth2_link .data_depth2_link .ico_comm {
        margin-left: 0.31vw;
        margin-bottom: 0.23vw;
    }
    .header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth2.resources .depth2_link p.res_tit {
        margin-top: 1.23vw;
        font-size: 1.31vw;

    }
    .header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth2.resources .depth2_link p.res_desc {

        margin: 0.31vw 0 1.23vw;
    }
    /******************************************************************** RESOURCES : Inspiration, Blog, Spotlight On */


    /***************************************** V2 *****************************************/
    /****** Header 2 ******/
    .header2 {
        padding: 3.08vw 0 0 0;
    }
    .header2 > .inner {
        padding: 0 1.54vw;
    }

    .header2 .tnb_w .logo {
        width: 12.31vw;
        margin-top: 0.31vw;
        height: 2.85vw;
    }
    .header2 .tnb_w .logo:hover .img {
        bottom: calc(2.85vw + 2px);
    }
    .header2 .tnb_w .logo .img .h_img {
        margin-top: 2px;
        height: 2.85vw;
    }

    .header2 .tnb_w .q_input {
        width: 36.92vw;
        margin-left: -18.46vw;
        padding: 0.62vw 0;
    }
    .header2 .tnb_w .q_input input {
        font-size: 1.08vw;
        margin-right: 0.62vw;
    }

    .header2 .tnb_w .r_menu {
        padding: 0.31vw 0;
    }
    .header2 .tnb_w .r_menu .user_menu li.depth1 + li.depth1 {
        margin-left: 1.85vw;
    }
    .header2 .tnb_w .tnb_dd_menu {
        padding-top: 0.62vw;
        margin-left: -3vw;
    }
    .header2 .tnb_w .tnb_dd_menu .inner {
        border-radius: 0.62vw;
        padding: 0.31vw 0;
    }
    .header2 .tnb_w .tnb_dd_menu.lang_dd {
        margin-left: -3vw;
    }

    .header2 .tnb_w .tnb_dd_menu a {
        font-size: 1.23vw;
        padding: 0.31vw 1.85vw;
    }

    .header2 .tnb_w .lang_menu {
        margin-left: 1.23vw;
    }
    .header2 .tnb_w .lang_menu .active_lang {
        font-size: 1.23vw;
        padding-right: 0.92vw;
    }
    .header2 .tnb_w .lang_menu .active_lang::after {
        border: 0.31vw solid transparent;
        margin-top: -0.15vw;
    }

    .header2 .tnb_w .btn_menu {
        margin-left: 1.23vw;
    }
    .header2 .tnb_w .btn_menu a {
        padding: 0.62vw 1.23vw;
        border-radius: 3.85vw;
        font-size: 1.08vw;

    }
    .header2 .gnb_w {
        margin-top: 1.54vw;
    }
    .header2 .gnb_w ul > li .depth1_link {
        padding: 0.62vw 0.62vw 0 0.62vw;
        height: 3.54vw;
        font-size: 1.15vw;

    }
    .header2 .gnb_w ul > li .depth1_link .depth1_link_in {
        padding-bottom: 1.08vw;
        border-bottom: 0.15vw solid transparent;
    }
    .header2 .gnb_w .l_menu > ul.type1 > li:first-child .depth1_link {
        padding-left: 0;
    }
    .header2 .gnb_w .l_menu > ul.type1 > li:last-child .depth1_link {
        padding-right: 1.23vw;
    }
    .header2 .gnb_w .l_menu > ul.type2 > li:first-child::before {
        height: 1.23vw;
        margin-top: -0.77vw;
    }
    .header2 .gnb_w .l_menu > ul.type2 > li:first-child .depth1_link {
        padding-left: 1.23vw;
    }
    .header2 .gnb_w .l_menu .all_cate_btn .all_cate_ico {
        padding: 0 0.62vw 0 0.31vw;
        margin-top: -0.23vw;
    }
    .header2 .gnb_w .l_menu .all_cate_btn .all_cate_txt {
        margin-top: -0.15vw;
    }
    .header2 .gnb_w .l_menu .all_cate_btn .depth1_link:hover .all_cate_ico i::before,
    .header2 .gnb_w .l_menu .all_cate_btn .depth1_link.hover .all_cate_ico i::before {
        width: 2.46vw;
        height: 2.46vw;
    }
    .header2 .gnb_w .r_menu > ul > li + li {
        margin-left: 0.62vw;
    }
    .header2 .gnb_w .r_menu > ul > li:last-child .depth1_link {
        padding-right: 0;
    }

    .header2 .gnb_dd_w .gnb_dd_item > .inner {
        padding: 0 1.54vw;
        max-height: 50.77vw;
    }
    .header2 .gnb_dd_w .gnb_dd_item > .inner::-webkit-scrollbar {
        width: 0.31vw;
    }
    .header2 .gnb_dd_w .gnb_dd_item > .inner::-webkit-scrollbar-thumb {
        border-radius: 0.31vw;
    }
    .header2 .gnb_dd_w .gnb_dd_item .dd_align.left {
        margin-right: 1.85vw;
    }

    .header2 .gnb_dd_w .gnb_dd_item .dd_align.right,
    .header2 .gnb_dd_w .gnb_dd_item.resource_menu .gnb_list {
        padding-top: 1.85vw;
        padding-bottom: 4.31vw;
    }
    .header2 .gnb_dd_w .gnb_dd_item .dd_align.left .gnb_list {
        padding: 1.85vw 1.54vw 4.31vw 1.54vw;
    }

    .header2 .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth2 {
        min-width: 11.54vw;
        margin-right: 1.85vw;
    }
    .header2 .gnb_dd_w .gnb_dd_item .dd_align.right .gnb_list .gnb_item.depth2 {
        margin-right: 2.46vw;
    }
    .header2 .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth2.service_txt {
        width: 19.23vw;
        margin-bottom: 1.23vw;
    }
    .header2 .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth2:last-child {
        margin-right: 0;
    }
    .header2 .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth2.service_txt:last-child {
        margin-bottom: 0;
    }

    .header2 .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item .depth2_link > a,
    .header2 .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item .depth2_link > p {
        font-size: 1.08vw;
    }
    .header2 .gnb_dd_w .gnb_dd_item .gnb_list .gnb_depth3_list {
        margin-right: -1.85vw;
        margin-bottom: -1.23vw;
    }
    .header2 .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth3_link {
        margin-right: 1.85vw;
        margin-bottom: 1.23vw;
        min-width: 12.31vw;
    }
    .header2 .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth3_link > a {
        font-size: 1.08vw;
        letter-spacing: 0.03vw;
    }
    .header2 .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth4_link + .gnb_item.depth4_link {
        margin-top: 0.31vw;
    }
    .header2 .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth4_link > a {
        font-size: 1.08vw;
        letter-spacing: 0.03vw;
    }
    .header2 .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item .gnb_depth3_list {
        margin-top: 1.23vw;
        /*max-height: 46.15vw;*/
    }
    .header2 .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item .gnb_depth4_list {
        margin-top: 0.62vw;
    }

    .header2 .gnb_dd_w .gnb_dd_item .dd_align.right .gnb_list .gnb_item .gnb_depth3_list {
        margin-top: 0.92vw;
    }
    .header2 .gnb_dd_w .gnb_dd_item .dd_align.right .gnb_list .gnb_depth3_list {
        margin-bottom: 0;
        margin-right: 0;
    }
    .header2 .gnb_dd_w .gnb_dd_item .dd_align.right .gnb_list .gnb_item.depth3_link {
        margin-bottom: 0;
        margin-right: 0;
    }
    .header2 .gnb_dd_w .gnb_dd_item .dd_align.right .gnb_list .gnb_item.depth3_link + .gnb_item.depth3_link {
        margin-top: 0.31vw;
    }

    .header2 .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item a i.new_ico {
        width: 2.38vw;
        margin-left: 0.31vw;
    }
    .header2 .gnb_dd_w .gnb_dd_item .gnb_banner_w {
        width: 19.62vw;
        margin-top: 1.85vw;
    }
    .header2 .gnb_dd_w .gnb_dd_item .gnb_banner_w .gnb_banner_tit {
        font-size: 1.85vw;
    }
    .header2 .gnb_dd_w .gnb_dd_item .gnb_banner_w .gnb_banner_txt {
        margin-top: 0.62vw;
    }
    .header2 .gnb_dd_w .gnb_dd_item .gnb_banner_w .gnb_banner_txt .img_tit {
        font-size: 1.23vw;
    }
    .header2 .gnb_dd_w .gnb_dd_item .gnb_banner_w .gnb_banner_txt .pd_name {
        margin-top: 0.31vw;
        font-size: 1.08vw;
    }
    .header2 .gnb_dd_w .gnb_dd_item .gnb_banner_w .gnb_banner_txt .btn {
        margin-top: 1.23vw;
    }
    .header2 .gnb_dd_w .gnb_dd_item .gnb_banner_w .gnb_banner_txt .btn a,
    .header2 .gnb_dd_w .gnb_dd_item .gnb_banner_w .gnb_banner_txt .btn span {
        font-size: 1.08vw;
    }

    .header2 .gnb_dd_w .gnb_dd_item .gnb_banner_w.service_menu {
        width: 28.46vw;
    }
    .header2 .gnb_dd_w .gnb_dd_item .gnb_banner_w.service_menu .gnb_banner_txt .img_tit {
        padding-top: 0.62vw;
    }
    .header2 .gnb_dd_w .gnb_dd_item .gnb_banner_w.service_menu .gnb_banner_txt .pd_name {
        font-size: 1.15vw;
    }

    .header2 .gnb_dd_w .gnb_dd_item[data-num='2'] .gnb_list .gnb_item.depth2 {
        min-width: 1px;
    }
    .header2 .gnb_dd_w .gnb_dd_item[data-num='2'] .gnb_list .gnb_item.depth3_link {
        min-width: 1px;
    }
    .header2 .gnb_dd_w .gnb_dd_item[data-num='3'] .gnb_list .gnb_item .gnb_depth3_list {
        max-height: 50.77vw;
    }
    .header2 .gnb_dd_w .gnb_dd_item.accessory .gnb_list .gnb_item.depth2 + .gnb_item.depth2 {
        margin-top: 1.23vw;
    }

    /*** all_menu ***/
    .header2 .gnb_dd_w .gnb_dd_item.all_menu > .inner {
        padding-top: 0;
        padding-bottom: 0;
    }
    .header2 .gnb_dd_w .gnb_dd_item.all_menu .l_tab_menu {
        padding: 1.85vw 1.23vw 4.31vw 0;
    }
    .header2 .gnb_dd_w .gnb_dd_item.all_menu .l_tab_menu li + li {
        margin-top: 1.23vw;
    }
    .header2 .gnb_dd_w .gnb_dd_item.all_menu .l_tab_menu li a {
        padding-right: 1.85vw;
        background-size: 0.92vw;
    }
    .header2 .gnb_dd_w .gnb_dd_item.all_menu .l_tab_menu li a p {
        font-size: 1.15vw;
    }

    .header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .scroll_area {
        max-height: 48.46vw;
    }
    .header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .scroll_area::-webkit-scrollbar {
        width: 0.31vw;
    }
    .header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .scroll_area::-webkit-scrollbar-thumb {
        border-radius: 0.31vw;
    }
    .header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .tab_cont_item .depth2_tit {
        font-size: 1.23vw;
    }
    .header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .tab_cont.right .tab_cont_item .depth2_tit {
        font-size: 1.15vw;
    }
    .header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .tab_cont {
        /*padding: 1.85vw 0 4.31vw 1.23vw;*/
    }
    .header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .tab_cont .tab_cont_in {
        padding: 1.85vw 1.23vw 4.31vw 1.23vw;
    }
    .header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .tab_cont.right .tab_cont_in {
        padding-right: 0;
    }
    .header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .tab_cont_item > ul {
        /*max-height: 42.08vw;*/
    }
    .header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .tab_cont_item > ul > li {
        min-width: 11.54vw;
        margin-top: 1.23vw;
        margin-right: 1.85vw;
    }
    .header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .tab_cont_item > ul > li .depth3_tit {
        font-size: 1.15vw;
    }
    .header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .tab_cont_item > ul > li > ul {
        margin-top: 0.62vw;
    }
    .header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .tab_cont_item > ul > li > ul > li:not(:first-child) {
        margin-top: 0.31vw;
    }
    .header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .tab_cont_item > ul > li > ul > li a {
        font-size: 1.08vw;
    }
    .header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .tab_cont_item > ul > li > ul > li a i.new_ico {
        width: 2.38vw;
        margin-left: 0.31vw;
    }
    .header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .tab_cont.right .tab_cont_item + .tab_cont_item {
        margin-top: 1.23vw;
    }
    .header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .tab_cont.right .tab_cont_item > ul > li:nth-child(odd) {
        margin-right: 0;
    }

    /* RESOURCES : Inspiration, Blog, Spotlight On ************************************************************************/
    .header2 .gnb_dd_w .gnb_dd_item.resource_menu .gnb_list {
        padding-right: 0;
    }
    .header2 .gnb_dd_w .gnb_dd_item.resource_menu .gnb_list .gnb_item {
        width: 24.62vw;
        margin-right: 3.08vw;
    }
    .header2 .gnb_dd_w .gnb_dd_item.resource_menu .gnb_list .gnb_item:last-child {
        margin-right: 0;
    }
    .header2 .gnb_dd_w .gnb_dd_item.resource_menu .gnb_list .gnb_item .depth2_link a .link_img {
        height: 15.85vw;
    }
    .header2 .gnb_dd_w .gnb_dd_item.resource_menu .gnb_list .gnb_item .depth2_link a i {
        margin-left: 0.31vw;
    }
    .header2 .gnb_dd_w .gnb_dd_item.resource_menu .gnb_list .gnb_item .depth2_link p.res_tit {
        margin-top: 1.23vw;
        font-size: 1.31vw;
    }
    .header2 .gnb_dd_w .gnb_dd_item.resource_menu .gnb_list .gnb_item .depth2_link p.res_desc {
        margin: 0.31vw 0 1.23vw;
    }
    .header2 .gnb_dd_w .gnb_dd_item.resource_menu .gnb_list .gnb_item .gnb_depth3_list {
        margin-top: 0;
    }

    /************************************************************************ RESOURCES : Inspiration, Blog, Spotlight On */
    .header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w[data-num='2'] .tab_cont_item > ul > li {
        min-width: 1px;
    }
    .header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w[data-num='3'] .tab_cont_item > ul {
        max-height: 50.77vw;
    }

    .header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w.accessory .tab_cont_in {
        min-height: 39.54vw;
    }
    .header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w.accessory .tab_cont_item + .tab_cont_item {
        margin-top: 1.23vw;
    }
    .header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w.accessory .tab_cont_item .depth2_tit {
        font-size: 1.08vw;
    }
    .header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w.accessory .tab_cont_item > ul > li {
        margin-top: 0.31vw;
    }
    .header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w.accessory .tab_cont_item > ul > li:first-child {
        margin-top: 0.62vw;
    }
    .header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w.accessory .tab_cont_item > ul > li .depth3_tit {
        font-size: 1.08vw;
    }

    /*** Sticky ***/
    .sticky .header2 {
        padding: 0;
    }
    .sticky .header2 .gnb_w {
        margin-top: 0;
    }
    .sticky .header2 .gnb_w ul > li .depth1_link {
        padding: 0 0.62vw;
        height: 4.23vw;
    }
    .sticky .header2 .gnb_w ul > li .depth1_link .depth1_link_in {
        padding: 0;
    }
    .sticky .header2 .gnb_w .l_menu > ul.type1 > li:first-child .depth1_link {
        padding-right: 0;
    }
    .sticky .header2 .gnb_w .all_cate_btn .logo {
        width: 8.15vw;
        margin-right: 1.85vw;
        height: 1.85vw;
    }
    .sticky .header2 .gnb_w .all_cate_btn .logo:hover .img {
        bottom: 1.85vw;
    }
    .sticky .header2 .gnb_w .all_cate_btn .logo .img img {
        height: 1.85vw;
    }
    .sticky .header2 .gnb_w .l_menu .all_cate_btn .all_cate_ico {
        padding: 0.31vw;
        margin: 0 1.23vw 0 0;
    }


    .q_search_w {
        padding: 3.07vw 0;
        top: 7.69vw;

    }
    .q_search_w > .inner {
        max-width: 137.23vw;
        padding: 0 7.07vw;
    }
    .q_search_w .cls_btn {
        right: 2.46vw;
        top: -0.61vw;
        width: 1.84vw;
        height: 1.84vw;
    }
    .q_search_w .q_input {
        padding: 0 0 0.61vw 0;
        max-width: 69.23vw;
    }
    .q_search_w .q_input input {

        font-size: 1.69vw;

        padding: 0 0.61vw 0 0.15vw;
    }
    .q_search_w .q_result {
        margin-top: 3.69vw;
    }
    .q_search_w .q_result .result_tit {
        font-size: 1.53vw;

        margin-bottom: 1.53vw;
    }
    .q_search_w .q_result .result_pd_list {
        padding-right: 2.46vw;
        width: calc(100% - 20.38vw);
    }
    .q_search_w .q_result .result_pd_list .pd_list {
        margin-left: -0.92vw;
        margin-right: -0.92vw;
    }
    .q_search_w .q_result .result_pd_list .pd_list .pd_item {
        padding: 0 0.92vw;
    }
    .q_search_w .q_result .result_pd_list .pd_list .pd_item .pd_txt {
        min-height: 3.84vw;
    }
    .q_search_w .q_result .result_pd_list .pd_list .pd_item .pd_txt .pd_tit {
        font-size: 1.15vw;

    }
    .q_search_w .q_result .result_sg_list {
        padding-left: 2.46vw;
        width: 20.38vw;
    }
    .q_search_w .q_result .result_sg_list .sg_list li {
        font-size: 1.15vw;

        margin-top: 1.23vw;

    }

    .q_search_w .q_result .no_search_w {
        min-height: 23.07vw;

    }
    .q_search_w .q_result .no_search_w .no_search_txt {
        font-size: 1.15vw;

    }
    .q_search_w .q_result .no_search_w .kw_list {
        margin-bottom: -0.61vw;
        margin-top: 0.92vw;

        /* row 5개 임시적용 */
        max-width: 100vw;
    }
    .q_search_w .q_result .no_search_w .kw_list li {
        margin-right: 0.61vw;
        border-radius: 2.3vw;
        margin-bottom: 0.61vw;
    }
    .q_search_w .q_result .no_search_w .kw_list li a {
        padding: 0.53vw 1.23vw;
        font-size: 1.23vw;

    }
    .q_search_w .q_result .no_search_w .no_search_note {
        font-size: 1.07vw;

        margin-top: 1.84vw;
    }
    .q_search_w .q_result .no_search_w .inquiry_btn {
        margin-top: 1.84vw;
    }
    .q_search_w .q_result .no_search_w .no_kw {
        margin-top: 1.53vw;
    }

    /*sticky*/
    .wrap.sticky {
        padding-top: 11.5vw;
    }
    .sticky .header .tnb_w {
        height: 4.23vw;
    }
    .sticky .header .tnb_w .tnb_logo {
        width: 15.38vw;
    }
    .sticky .header .gnb_w li {
        font-size: 1.08vw;

    }
    .sticky .header .gnb_w li a {
        padding: 1.31vw 0.92vw 1.08vw 0.92vw;
    }
    .sticky .header .gnb_w li:first-child a {
        padding-left: 3.08vw;
    }
    .sticky .header .gnb_w li a p {
        padding-bottom: 0.31vw;
    }
    .sticky .q_search_w {
        top: 4.23vw;
    }
    .header .tnb_w.main_sticky {
        height: 4.23vw;
    }
    .header .tnb_w.main_sticky .tnb_logo {
        width: 15.38vw;
    }
    .header .tnb_w.main_sticky .gnb_w {
        margin-left: 2.46vw;
    }
    .header .tnb_w.main_sticky .gnb_w li {
        font-size: 1.08vw;

    }
    .header .tnb_w.main_sticky .gnb_w li a {
        padding: 1.15vw 1.85vw 1.15vw 0;
    }
    .sticky .q_search_w .q_result {
        margin-top: 3.69vw;
    }

    /* header samplebag */
    .tnb_sample_btn_w .sample_count {
        margin-left: -0.76vw;

        font-size: 0.92vw;

        padding: 0 0.3vw;
        border-radius: 0.92vw;
    }
    .header2 .tnb_sample_btn_w .sample_count {
        width: 2vw;
    }
    .tnb_sample_btn_w .samplebag_list_w {
        width: 26.15vw;
        margin-left: -13.07vw;
        padding-top: 1.23vw;
    }
    .tnb_sample_btn_w .samplebag_list_w .samplebag_list_in {
        padding: 1.84vw;
        border-radius: 0.61vw;
    }
    .tnb_sample_btn_w .samplebag_list_w .samplebag_list_tit {
        font-size: 1.53vw;

    }
    .tnb_sample_btn_w .samplebag_list_w .samplebag_list_tit .list_count {
        margin-left: 0.3vw;
        font-size: 1.3vw;

    }
    .tnb_sample_btn_w .samplebag_list_w .samplebag_list {
        margin-top: 0.61vw;
        padding: 1.23vw 0 1.84vw 0;
        max-height: 27.07vw;
    }
    .tnb_sample_btn_w .samplebag_list_w .samplebag_list::-webkit-scrollbar {
        width: 0.3vw;
    }
    .tnb_sample_btn_w .samplebag_list_w .samplebag_list::-webkit-scrollbar-thumb {
        border-radius: 0.3vw;
    }
    .tnb_sample_btn_w .samplebag_list_w .samplebag_list .samplebag_item {
        margin-top: 1.84vw;
    }
    .tnb_sample_btn_w .samplebag_list_w .samplebag_list .samplebag_item:first-child {
        margin-top: 0;
    }
    .tnb_sample_btn_w .samplebag_list_w .samplebag_list .samplebag_item .item_img {
        width: 6.76vw;
        height: 6.76vw;
    }
    .tnb_sample_btn_w .samplebag_list_w .samplebag_list .samplebag_item .item_info {
        padding-left: 1.23vw;
    }
    .tnb_sample_btn_w .samplebag_list_w .samplebag_list .samplebag_item .item_info .pd_tit {
        font-size: 1.15vw;

    }
    .tnb_sample_btn_w .samplebag_list_w .samplebag_list .samplebag_item .item_info .pd_bot {
        margin-top: 0.92vw;

        font-size: 1.07vw;

    }
    .tnb_sample_btn_w .samplebag_list_w .samplebag_list_btn a {
        padding: 0.76vw 0;
        font-size: 1.3vw;

    }

    /* footer */
    .footer {
        padding: 4.61vw 0;
    }
    .footer > .inner {
        max-width: 137.23vw;
        padding: 0 7.07vw;
    }
    .footer .copy .logo {
        width: 18.46vw;
    }
    .footer .copy .sns_link {
        margin-top: 1.38vw;
    }
    .footer .copy .sns_link a {
        margin-right: 0.61vw;
    }
    .footer .copy .cr {
        font-size: 1.07vw;

    }

    .footer .tit {
        font-size: 1.38vw;

    }
    .footer .desc {
        margin-top: 0.61vw;
    }

    .footer .link {
        margin-right: 1.69vw;
    }
    .footer .link .col {
        min-width: 13.84vw;
    }
    .footer .link .col:first-child {
        margin-right: 1.69vw;
    }

    .footer .link .col .desc a {
        margin-top: 0.61vw;

        font-size: 1.07vw;

    }

    .footer .link .col .bot_cont .ask_btn {
        font-size: 1.23vw;

    }
    .footer .info {
        padding-right: 0;
    }
    .footer .info .tit {
        font-size: 1.53vw;
    }
    .footer .info .row {
        margin-top: 0.3vw;
    }
    .footer .info .row:first-child {
        margin-top: 0;
    }
    .footer .info .row p {
        margin-right: 1.23vw;

        font-size: 1.23vw;

    }
    .footer .info .row p:last-child {
        margin-right: 0;
    }
    .footer .info .row p span {
        margin-right: 0.61vw;
    }

    /*footer2*/
    .footer2 {
        padding: 3.07vw 0;
    }
    .footer2 > .inner {
        max-width: 137.23vw;
        padding: 0 7.07vw;
    }
    .footer2 .copy {
        margin-right: 1.84vw;
    }
    .footer2 .copy .logo {
        width: 18.46vw;
    }
    .footer2 .copy .sns_link {
        margin-top: 2.46vw;
    }
    .footer2 .copy .sns_link a {
        margin-right: 0.61vw;
    }
    .footer2 .cr {

        font-size: 1.07vw;


        margin-top: 1.84vw;
    }

    .footer2 .tit {
        font-size: 1.38vw;

    }
    .footer2 .desc {
        margin-top: 0.61vw;
    }


    .footer2 .link_info {
        margin: 2.46vw 0 0 0;
    }
    .footer2 .link {
        margin-right: 3.07vw;

    }
    .footer2 .link .col {
        width: calc(50% - 1.53vw);
    }
    .footer2 .link .col:first-child {
        margin-right: 3.07vw;
    }

    .footer2 .link .col .desc a {
        margin-top: 0.61vw;

        font-size: 1.07vw;

    }
    .footer2 .link .col .desc a:first-child {
        margin-top: 0;
    }

    .footer2 .link .col .bot_cont .ask_btn {
        font-size: 1.23vw;

    }
    .footer2 .info .row {
        margin-top: 0.3vw;
    }
    .footer2 .info .row:first-child {
        margin-top: 0;
    }
    .footer2 .info .row p {
        margin-right: 1.23vw;

        font-size: 1.23vw;

    }
    .footer2 .info .row p:last-child {
        margin-right: 0;
    }
    .footer2 .info .row p span {
        margin-right: 0.61vw;
    }

    .footer2 .subscript_w .subs_tit {
        font-size: 1.23vw;

    }
    .footer2 .subscript_w .subs_desc {
        margin-top: 0.3vw;
        font-size: 1.07vw;

    }
    .footer2 .subscript_w .subs_input {
        width: 25.23vw;
        margin-top: 1.23vw;
    }
    .footer2 .subscript_w .subs_input input {
        padding: 0.92vw 1.53vw 0.92vw 0;
        font-size: 1.07vw;


        background-size: 0.92vw;
    }
    .footer2 .subscript_w .subs_input a {
        width: 1.53vw;
    }

    .footer2 .right_w {
        margin-top: 2.46vw;
    }

    .totop {
        width: 4.15vw;
        height: 4.15vw;
        background: #fff url("/v2/img/ico_totop.png") no-repeat center center;
        background-size: 1.84vw 1.84vw;

        right: 0.76vw;
        bottom: 6.92vw;
    }

    .fix_inquiry_btn {
        width: 9.62vw;
        height: 3.69vw;
        box-shadow: 0 0.15vw 2.36vw;
        border-radius: 2.31vw;
        padding: 0.62vw 0.92vw;
        right: 1.54vw;
        bottom: 1.23vw;
    }
    .fix_inquiry_btn .inquiry_icon {
        width: 2.46vw;
        height: 2.46vw;
        background-size: 2.46vw 2.46vw;
    }
    .fix_inquiry_btn p {
        font-size: 1.31vw;

    }

    .fix_inquiry_btn.inactive {
        width: 3.69vw;
        padding: 0.62vw;
    }
    .fix_inquiry_btn.active .inquiry_icon {
        background-size: 2.46vw 2.46vw;
        margin-right: 0.31vw;
    }

    /*.fix_inquiry_btn {*/
    /*    width: 4.15vw;*/
    /*    height: 4.15vw;*/

    /*    right: 0.76vw;*/
    /*    bottom: 1.53vw;*/
    /*}*/
    /*.fix_inquiry_btn svg {*/
    /*    width: 2.15vw;*/
    /*}*/

    /***************************************** V2 *****************************************/
    /****** fix_inquiry_btn_w ******/
    .fix_inquiry_btn_w {
        right: 2.46vw;
        bottom: 2.46vw;
    }
    .fix_inquiry_btn_w a {
        width: 6.15vw;
    }
    .fix_inquiry_btn_w .inquiry_msg {
        width: 17.69vw;
        padding: 0.92vw;
        margin-bottom: 0.62vw;
        border-radius: 0.62vw;
    }
    .fix_inquiry_btn_w .inquiry_msg > .inner div:nth-child(1),
    .fix_inquiry_btn_w .inquiry_msg > .inner div:nth-child(2) {
        margin-bottom: 0.62vw;
    }
    .fix_inquiry_btn_w .inquiry_msg .msg_tit {
        font-size: 1.08vw;
    }
    .fix_inquiry_btn_w .inquiry_msg .msg_desc {
        font-size: 1.08vw;
    }

    /****** footer3 ******/
    .footer3 > .inner {
        padding: 4.62vw 1.54vw 5.23vw 1.54vw;
    }
    .footer3 .footer_menu .f_txt {
        margin-right: 4.62vw;
    }
    .footer3 .footer_menu .f_txt .f_tit {
        font-size: 1.85vw;
        max-width: 13.85vw;
    }
    .footer3 .footer_menu .f_txt .f_link {
        margin-top: 1.85vw;
    }
    .footer3 .footer_menu .f_txt .f_link li + li {
        margin-left: 0.62vw;
    }
    .footer3 .footer_menu .f_menu .menu_item {
        min-width: 12.31vw;
    }
    .footer3 .footer_menu .f_menu .menu_item + .menu_item {
        margin-left: 3.08vw;
    }
    .footer3 .footer_menu .f_menu .menu_item .menu_item_tit,
    .footer3 .footer_menu .f_menu .menu_item .menu_item_tit a {
        font-size: 1.23vw;
    }
    .footer3 .footer_menu .f_menu .menu_item ul {
        margin-top: 0.62vw;
    }
    .footer3 .footer_menu .f_menu .menu_item li + li {
        margin-top: 0.62vw;
    }
    .footer3 .footer_menu .f_menu .menu_item li,
    .footer3 .footer_menu .f_menu .menu_item li a {
        font-size: 1.23vw;
    }
    .footer3 .f_subscript .subscript_w {
        width: 27.69vw;
        letter-spacing: 0.03vw;
    }
    .footer3 .f_subscript .subscript_w .subs_tit {
        font-size: 1.85vw;
    }
    .footer3 .f_subscript .subscript_w .subs_input {
        margin-top: 0.62vw;
    }
    .footer3 .f_subscript .subscript_w .subs_input input {
        padding: 0.92vw 1.54vw 0.92vw 0;
        font-size: 1.08vw;

        background-size: 1.23vw;
    }
    .footer3 .f_subscript .subscript_w .subs_input a {
        border: 0;
        width: 1.54vw;
    }
    .footer3 .f_subscript .subscript_w .subs_desc {
        margin-top: 1.85vw;
        font-size: 1.08vw;
        max-width: 22.46vw;
    }
    .footer3 .footer_img {
        margin-top: 3.08vw;
    }
    .footer3 .copyright {
        margin-top: 3.08vw;

        font-size: 1.08vw;
        letter-spacing: 0.03vw;
    }
    .footer3 .copyright .cr_txt {
        margin-right: 4vw;
    }
    .footer3 .copyright .cr_menu li + li {
        margin-left: 1.85vw;
    }
    .footer3 .info_ex {
        padding-top: 1.23vw;
    }
    .footer3 .info_ex .tit {
        font-size: 0.92vw;
    }
    .footer3 .info_ex .desc li {
        margin-right: 0.62vw;
    }
    .footer3 .info_ex .desc li:last-child {
        margin-right: 0;
    }
    .footer3 .info_ex .desc li p {
        font-size: 0.92vw;
    }
    .footer3 .info_ex .desc li p span {
        margin-right: 0.31vw;
    }

    /* main_top */
    .main_top {
        padding: 4.61vw 0 4.61vw 0;
    }
    .main_top .tit {
        font-size: 2.3vw;

        letter-spacing: 0.15vw;
    }
    .main_top .desc {
        margin-top: 1.23vw;
        font-size: 1.38vw;

    }
    .main_top .search_w {
        /*max-width: 26.46vw;*/
        max-width: 28.00vw;
        margin: 3.23vw auto 0 auto;
    }
    .main_top .search_w .search_input {
        padding: 0.76vw 0 0.76vw 1.84vw;
        border-radius: 3.07vw;
    }
    .main_top .search_w .search_input input {

        font-size: 1.23vw;

    }

    .main_top .search_w .search_btn {
        padding: 0.76vw 1.53vw;
        border-radius: 3.07vw;

        height: 3.69vw;

    }
    .main_top .search_w .search_btn span {

        font-size: 1.3vw;


        padding-top: 0.15vw;
    }

    /* swiper */
    .swiper_w .swiper-custom-next,
    .swiper_w .swiper-custom-prev {
        width: 4.61vw;
        height: 4.61vw;
        margin-top: -2.3vw;
        background-size: 2.46vw auto;
    }
    .swiper_w .swiper-custom-next {
        margin-left: 3.06vw;
    }
    .swiper_w .swiper-custom-prev {
        margin-right: 3.06vw;
    }
    .mini_arrow {
        padding: 0 3.69vw;
    }
    .mini_arrow .swiper-custom-next,
    .mini_arrow .swiper-custom-prev {
        width: 2.46vw;
        height: 2.46vw;
        margin-top: -1.23vw;
    }


    /* button */
    .btn_comm a,
    .btn_comm label,
    .btn_comm span {
        padding: 0.46vw 1.23vw;
        font-size: 1.07vw;

    }
    .btn_comm a.big,
    .btn_comm label.big,
    .btn_comm span.big {
        padding: 0.84vw 1.23vw;
        font-size: 1.53vw;

    }
    .btn_comm a.middle,
    .btn_comm label.middle,
    .btn_comm span.middle {
        padding: 0.76vw 1.53vw;
        font-size: 1.3vw;

    }
    .btn_comm a.use_ico,
    .btn_comm label.use_ico,
    .btn_comm span.use_ico {
        padding: 0.3vw 1.23vw;
    }

    /* pd list */
    .pd_list_comm {
        margin-left: -1.23vw;
        margin-right: -1.23vw;
    }
    .pd_list_comm .pd_item {
        padding: 0 1.23vw;
    }
    .badge_w {
        margin-top: 0.62vw;
    }
    .badge_w .item {
        padding: 0.15vw 0.46vw;
        margin-right: 0.3vw;

        font-size: 0.92vw;

    }
    .badge_w .badge_item {
        height: 1.69vw;
        margin-right: 0.3vw;
    }
    .badge_w .badge_item.stm {
        width: 9.53vw;
    }
    .ko .badge_w .badge_item.stm {
        width: 5.07vw;
    }
    .badge_w .badge_item.ptd {
        width: 5.38vw;
    }
    .ko .badge_w .badge_item.ptd {
        width: 2.69vw;
    }
    .badge_w .badge_item.moq {
        width: 4vw;
    }
    /*.ko .badge_w .badge_item.moq {*/
    /*    width: 4.38vw;*/
    /*}*/
    .badge_w .badge_item.otc {
        width: 2.76vw;
    }
    .badge_w .badge_item.ct {
        width: 9.61vw;
    }
    .ko .badge_w .badge_item.ct {
        width: 6.15vw;
    }

    .badge_w.mini .badge_item {
        height: 1.38vw;
    }
    .badge_w.mini .badge_item.stm {
        width: 7.53vw;
    }
    .ko .pd_list_comm .pd_item .badge_w.mini .badge_item.stm {
        width: 4vw;
    }
    .pd_list_comm .pd_item .badge_w.mini .badge_item.ptd {
        width: 4.3vw;
    }
    .ko .pd_list_comm .pd_item .badge_w.mini .badge_item.ptd {
        width: 2.23vw;
    }
    .pd_list_comm .pd_item .badge_w.mini .badge_item.moq {
        width: 3.23vw;
    }
    /*.ko .pd_list_comm .pd_item .badge_w.mini .badge_item.moq {*/
    /*    width: 3.53vw;*/
    /*}*/
    .pd_list_comm .pd_item .badge_w.mini .badge_item.otc {
        width: 2.3vw;
    }
    .pd_list_comm .pd_item .badge_w.mini .badge_item.ct {
        width: 7.23vw;
    }
    .ko .pd_list_comm .pd_item .badge_w.mini .badge_item.ct {
        width: 4.53vw;
    }


    .pd_list_comm .pd_item .pd_txt {
        margin-top: 1.23vw;
    }
    .pd_list_comm .pd_item .pd_txt .pd_tit {
        font-size: 1.08vw;

    }
    .pd_list_comm .pd_item .pd_txt .pd_tit .pd_volume {
        margin-top: 0.31vw;
    }
    .pd_list_comm .pd_item .clip_btn {
        width: 2.46vw;
        height: 2.46vw;

        bottom: 0.62vw;
        right: 0.62vw;
    }

    /* pagination */
    .pagination_w {
        margin-top: 3.07vw;
    }
    .pagination_w .pagination .page_item:not(.arrow) a {
        min-width: 1.69vw;
        padding: 0 0.38vw;

        font-size: 1.3vw;

    }
    .pagination_w .pagination .page_item.arrow a {
        margin: 0 0.3vw;
    }

    /* breadcrumb */
    .breadcrumb {
        padding-top: 1.84vw;
    }
    .breadcrumb .txt {
        font-size: 1.15vw;

    }
    .breadcrumb .arrow {
        margin: 0 0.3vw;
    }

    /* form */
    .chk_w .chk_item {
        margin-top: 0.61vw;
    }
    .chk_w .chk_item:first-child {
        margin-top: 0;
    }
    .chk_w .chk_item input[type="checkbox"] + label {
        font-size: 1.15vw;

    }
    .chk_w .chk_item input[type="checkbox"] + label i.chk_ico {
        width: 1.53vw;
        height: 1.53vw;
        border-radius: 0.3vw;
        margin-right: 0.61vw;
    }
    .chk_w .chk_item.only_box input[type="checkbox"] + label i.chk_ico {
        margin: 0;
    }
    .chk_w .chk_item input[type="checkbox"]:checked + label i.chk_ico {
        background-size: 0.76vw auto;
    }

    .radio_w .radio_item {
        margin-top: 0.61vw;
    }
    .radio_w .radio_item:first-child {
        margin-top: 0;
    }
    .radio_w .radio_item input[type="radio"] + label {
        font-size: 1.15vw;

    }
    .radio_w .radio_item input[type="radio"] + label i.radio_ico {
        width: 1.53vw;
        height: 1.53vw;
        margin-right: 0.61vw;
    }
    .radio_w .radio_item input[type="radio"]:checked + label i.radio_ico::after {

        width: 0.61vw;
        height: 0.61vw;
        margin-left: -0.3vw;
        margin-top: -0.3vw;
    }

    /* popup */
    .popup_comm {
        max-width: 34.3vw;
    }

    .popup_comm > .inner {
        padding: 1.84vw 1.53vw 2.46vw 1.53vw;
    }
    .popup_comm > .inner::-webkit-scrollbar {
        width: 0.3vw;
    }
    .popup_comm > .inner::-webkit-scrollbar-thumb {
        border-radius: 0.3vw;
    }

    .popup_comm .cls_btn {
        top: 1.84vw;
        right: 1.84vw;
    }

    .popup_comm .txt .tit {
        padding-right: 7.23vw;
        font-size: 1.69vw;

    }
    .popup_comm .txt .desc {
        margin-top: 1.84vw;
        font-size: 1.38vw;

    }

    .popup_comm .cont {
        margin-top: 2.46vw;
        max-height: calc(70vh - 7.69vw);
    }

    .popup_comm .btn {
        margin-top: 2.46vw;
    }

    .popup_comm .btn a {
        min-width: 7.69vw;
        padding: 0.62vw 1.53vw;
        font-size: 1.23vw;

        margin-left: 0.61vw;
    }
    .popup_comm .btn a:first-child {
        margin-left: 0;
    }

    .popup_comm.moq_type {
        max-width: 46.15vw;
    }
    .popup_comm.moq_type .cont {
        margin-top: 3.69vw;
    }
    .popup_comm.moq_type .cont_txt .tit {
        font-size: 1.38vw;

    }
    .popup_comm.moq_type .cont_txt .desc {
        margin-top: 0.62vw;
        font-size: 1.07vw;

    }

    /* alert 형태 일괄 수정 */
    .popup_comm.alert_confirm {
        max-width: 36.92vw;
        margin-top: -7.69vw;
    }
    .popup_comm.alert_confirm .txt {
        margin-top: 3.69vw;
    }
    .popup_comm.alert_confirm .txt .tit {
        font-size: 1.38vw;

    }
    .popup_comm.alert_confirm .txt .desc {
        margin-top: 0.3vw;
        font-size: 1.07vw;

    }

    .form_comm .form_title {
        font-size: 1.85vw;
    }
    .form_comm .form_row {
        margin-top: 1.23vw;
    }
    .form_comm .form_row:first-child {
        margin-top: 0;
    }
    .form_comm .form_row .form_col {
        width: calc(50% - 1.23vw);
    }
    .form_comm .form_row .form_col + .form_col {
        margin-left: 2.46vw;
    }
    .form_comm .form_row .form_label {
        width: 14.61vw;
        padding: 0.61vw 0;

        font-size: 1.23vw;

    }
    .form_comm .form_row .form_label i.asterisk {
        width: 0.69vw;
        height: 1.69vw;
    }
    .form_comm .form_row.label100 .form_label {
        margin-bottom: 0.61vw;
    }
    .form_comm .form_row .form_item {
        min-height: 3.07vw;
    }
    .form_comm .form_row .form_item.item2 input,
    .form_comm .form_row .form_item.item2 select {
        width: calc(50% - 0.3vw);
    }

    .form_comm .form_row .form_item input,
    .form_comm .form_row .form_item select {
        padding: 0.69vw 0.92vw;
        font-size: 1.07vw;

    }
    .form_comm .form_row .form_item select {
        padding-right: 1.84vw;
        background: url("/v2/img/ico_select2.png") no-repeat right 0.61vw center;
        background-size: 1.23vw;
        background-color: #fff;
    }
    .form_comm .form_row .form_item .textarea_w {
        padding: 0.69vw 0.92vw;
    }
    .form_comm .form_row .form_item textarea {
        height: 15.23vw;
        font-size: 1.07vw;

    }
    .form_comm .form_row .form_item textarea::-webkit-scrollbar {
        width: 0.3vw;
    }
    .form_comm .form_row .form_item textarea::-webkit-scrollbar-thumb {
        border-radius: 0.3vw;
    }
    .form_comm .form_row .form_item input[type=date],
    .form_comm .form_row .form_item input.datepicker {
        padding: 0.61vw 0.53vw 0.61vw 0.92vw;
    }
    .form_comm .form_row .form_item input[type=date]::after {
        background: none;
        background: url('/v2/img/ico_date.png') no-repeat;
        background-size: 1.23vw;
        width: 1.23vw;
        height: 1.23vw;
        margin-top: -0.61vw;
        right:0.61vw;
    }
    .form_comm .form_row .form_item input.datepicker {
        background-size: 1.23vw;
        background-position: right 0.61vw center;
    }

    .form_comm .form_row.file .form_item input[type=file] + label {
        padding: 0.46vw 1.23vw;
        font-size: 1.07vw;

    }
    .form_comm .form_row.file .form_item .file_notice {
        margin-top: 0.61vw;
        font-size: 1.07vw;

    }
    .form_comm .form_row.file .form_item .file_list {
        margin-top: 0.61vw;
        font-size: 1.07vw;

    }
    .form_comm .form_row .form_item.tel_type select {
        width: 6.92vw;
        margin-right: 0.61vw;
    }
    .form_comm .form_row .form_item.name_type input {
        width: calc(50% - 0.3vw);
    }
    .form_comm .form_notice {
        margin-top: 0.62vw;
    }

    .q_search_inquiry_popup {
        max-width: 52.3vw;
    }

    .askus_popup {
        max-width: 52.3vw;
    }
    .askus_popup .progress_w {
        border-radius: 1.38vw;
        height: 1.84vw;
    }
    .askus_popup .progress_w .bar {
        font-size: 1.23vw;

        border-radius: 1.38vw;
    }
    .askus_popup .progress_w .txt {
        right: 1.23vw;
        font-size: 1.23vw;

    }
    .askus_popup .step_w {
        margin-top: 3.07vw;
    }
    .askus_popup .step_w .step .step_tit {
        font-size: 1.38vw;

    }
    .askus_popup .step_w .step .step_cont {
        margin-top: 1.23vw;
    }
    .askus_popup .step_w .radio_item,
    .askus_popup .step_w .chk_item {
        margin-right: 0.61vw;
        margin-top: 1.23vw;
    }
    .askus_popup .step_w .radio_item input[type=radio] + label,
    .askus_popup .step_w .chk_item input[type=checkbox] + label {
        padding: 0.46vw 1.23vw;
        border-radius: 2.3vw;
        font-size: 1.23vw;

    }
    .askus_popup .step_w .dis_f {
        margin-top: -1.23vw;
    }
    .askus_popup .step_w .btn {
        margin-top: 3.69vw;
    }

    .askus_popup .step_w .form_comm .form_row.other_op {
        margin-top: 1.23vw;
    }
    .askus_popup .notice {
        font-size: 1.23vw;

        padding-left: 0.92vw;
        margin-top: 1.23vw;
    }
    .askus_popup .notice::before {
        top: 0.61vw;
        width: 0.3vw;
        height: 0.3vw;

    }


    .report_popup {
        max-width: 52.3vw;
    }

    .report_popup .box_w .box {
        margin-top: 1.84vw;
    }
    .report_popup .box_w .box:first-child {
        margin-top: 0;
    }
    .report_popup .box_w .box .box_tit {
        font-size: 1.3vw;

        margin-bottom: 0.61vw;
    }
    .report_popup .box_w .box .box_desc {
        font-size: 1.15vw;

        margin-bottom: 0.61vw;
    }
    .report_popup .box_w .box .box_cont {
        padding: 1.53vw;
    }
    .report_popup .box_w .box .box_cont p {
        font-size: 1.15vw;

    }
    .report_popup .box_w .box .agree_w {
        margin-top: 0.61vw;
    }
    .report_popup .form_w {
        margin-top: 1.84vw;
    }
    .report_popup .form_w .file_w .file_in .file_btn {
        margin-left: 0.61vw;
        font-size: 1.15vw;

        padding: 0.61vw 1.53vw;
    }

    .agree_fail_popup .txt .tit {
        font-size: 1.53vw;

        padding-right: 3.84vw;
    }
    .agree_fail_popup .txt .desc {
        font-size: 1.23vw;

        padding-right: 6.15vw;
    }

    .alert_exist .txt .tit {
        font-size: 1.38vw;

        padding-right: 5.69vw;
    }

    .main_img_popup {
        font-size: 1.15vw;
    }
    .main_img_popup .img_popup_in {
        max-width: 32.3vw;
    }

    .terms_comm .terms_box + .terms_box {
        margin-top: 1.85vw;
    }
    .terms_comm .terms_tit {
        font-size: 1.54vw;

        margin-bottom: 0.62vw;
    }
    .terms_comm .terms_article:not(:first-child) {
        margin-top: 1.23vw;
    }
    .terms_comm .terms_article .article_tit {
        font-size: 1.38vw;

    }
    .terms_comm .terms_article .sub_tit {
        font-size: 1.38vw;

    }
    .terms_comm .terms_article p:not(:last-child),
    .terms_comm .terms_article table:not(:last-child) {
        margin-bottom: 0.62vw;
    }
    .terms_comm .terms_article p {
        font-size: 1.08vw;

    }
    .terms_comm .terms_article table th,
    .terms_comm .terms_article table td {
        font-size: 1.08vw;

        padding: 0.31vw;
    }

    /* sample_guide_w */
    .sample_guide_w .guide_tit {
        font-size: 1.23vw;

    }
    .sample_guide_w .guide_cont {
        padding: 1.54vw;
        margin-top: 0.62vw;
    }
    .sample_guide_w .guide_cont .part_w {
        margin-top: 1.23vw;
    }
    .sample_guide_w .guide_cont .part_item {
        margin-top: 1.23vw;
    }
    .sample_guide_w .guide_cont .part_item:first-child {
        margin-top: 0;
    }
    .sample_guide_w .guide_cont .part_item .part_tit {
        font-size: 1.23vw;

    }
    .sample_guide_w .guide_cont .part_item .part_cont {
        margin-top: 0.62vw;
    }
    .sample_guide_w .guide_cont .part_item .part_cont .part_desc_item {
        margin-top: 0.62vw;
        font-size: 1.08vw;

    }
    .sample_guide_w .guide_cont .part_item .part_cont .part_desc_item:first-child {
        margin-top: 0;
    }
    .sample_guide_w .guide_cont .part_item .part_cont .part_desc_item .desc_label {
        margin-right: 1.23vw;
        min-width: 4.62vw;
    }
    .sample_guide_w .guide_cont .part_item .part_cont .part_notice {
        margin-top: 0.62vw;
        font-size: 1vw;

    }
    .sample_guide_w .guide_cont .part_item .part_cont .part_desc_item .part_notice {
        margin-top: 0;
    }

    /************** moq status common *******************/
    /*summary 공통*/
    .use_summary_w .summary_l {
        width: calc(100% - 29.23vw);
        padding-right: 3.08vw;
    }
    .use_summary_w .summary_r .summary {
        width: 29.23vw;
        top: 4.77vw;
    }
    .use_summary_w .summary_r .summary .box_top {
        padding: 2.46vw 1.54vw 1.85vw 1.54vw;
    }
    .use_summary_w .summary_r .summary .box_bot {
        padding: 1.85vw 1.54vw;
    }

    /************** moq status common *******************/
    /*status 공통*/
    .moq_status_w {
        padding-top: 1.15vw;
        margin-bottom: 9.38vw;
        max-width: 114.62vw;
    }
    .moq_status_w ul {
        width: calc(100% - 19.23vw);
        height: 0.15vw;
        margin: 0 9.62vw;
    }
    .moq_status_w .status_item {
        margin-top: -0.77vw;
        margin-left: -0.77vw;

    }
    .moq_status_w .status_item:nth-child(5) {
        margin-left: 0;
        margin-right: -0.77vw;
        right: 0;
    }


    .moq_status_w .status_item .dot {
        width: 1.54vw;
        height: 1.54vw;
    }
    .moq_status_w .status_item .status_txt {
        font-size: 1.23vw;


        width: 13.38vw;
        margin-top: 1.08vw;
    }
    .ko .moq_status_w .status_item .status_txt {
        width: 8.62vw;
    }

    /*progress step 별 스타일*/

    .moq_status_w .status_item .dot .ani_ico {
        width: 1.54vw;
        height: 1.54vw;
    }
    .moq_status_w .status_item.ready {
        margin-top: -1.15vw;
        margin-left: -1.15vw;
    }
    .moq_status_w .status_item.ready .dot {
        width: 2.31vw;
        height: 2.31vw;
    }

    .moq_status_w.step1 .status_item:nth-child(1) {
        margin-top: -1.15vw;
        margin-left: -1.15vw;
    }
    .moq_status_w.step1 .status_item:nth-child(1) .dot {
        width: 2.31vw;
        height: 2.31vw;
    }
    .moq_status_w.track.step1 .status_item:nth-child(1) .dot {
        background-size: 1.23vw auto;
    }

    .moq_status_w.step2 .status_item:nth-child(2) {
        margin-top: -1.15vw;
        margin-left: -1.15vw;
    }
    .moq_status_w.step2 .status_item:nth-child(2) .dot {
        width: 2.31vw;
        height: 2.31vw;
    }
    .moq_status_w.track.step2 .status_item:nth-child(2) .dot {
        background-size: 1.23vw auto;
    }

    .moq_status_w.step3 .status_item:nth-child(3) {
        margin-top: -1.15vw;
        margin-left: -1.15vw;
    }
    .moq_status_w.step3 .status_item:nth-child(3) .dot {
        width: 2.31vw;
        height: 2.31vw;
    }
    .moq_status_w.track.step3 .status_item:nth-child(3) .dot {
        background-size: 1.23vw auto;
    }
    .moq_status_w.step4 .status_item:nth-child(4) {
        margin-top: -1.15vw;
        margin-left: -1.15vw;
    }
    .moq_status_w.step4 .status_item:nth-child(4) .dot {
        width: 2.31vw;
        height: 2.31vw;
    }
    .moq_status_w.track.step4 .status_item:nth-child(4) .dot {
        background-size: 1.23vw auto;
    }


    .moq_status_w.step5 .status_item:nth-child(5) {
        margin-top: -1.15vw;
        margin-left: -1.15vw;
    }
    .moq_status_w.step5 .status_item:nth-child(5) .dot {
        width: 2.31vw;
        height: 2.31vw;
    }
    .moq_status_w.track.step5 .status_item:nth-child(5) .dot {
        background-size: 1.23vw auto;
    }

    /****************** .use_tooltip_comm  ******************/
    .use_tooltip_comm {
        padding-right: 1.85vw;
        background-size: 1.85vw auto;
    }
    .use_tooltip_comm .tooltip_box {
        padding-bottom: 0.92vw;
        width: 17.69vw;
        margin-right: -7.92vw;
    }
    .use_tooltip_comm .tooltip_box .tooltip_in {
        padding: 0.46vw 2.46vw 0.46vw 0.62vw;
    }
    .use_tooltip_comm .tooltip_box .tooltip_in .after {
        width: 0.92vw;
        height: 0.69vw;
        margin-left: -0.46vw;
        margin-top: -0.15vw;
    }
    .use_tooltip_comm .tooltip_box .tooltip_close {
        top: 0.46vw;
        right: 0.62vw;
    }
    .use_tooltip_comm .tooltip_box .tooltip_title {
        font-size: 1.38vw;
        margin-bottom: 1.23vw;
    }
    .use_tooltip_comm .tooltip_box .tooltip_desc img {
        margin-bottom: 1.23vw;
    }
    .use_tooltip_comm .tooltip_box .tooltip_desc,
    .use_tooltip_comm .tooltip_box .tooltip_desc p {
        font-size: 1vw;
    }
    .use_tooltip_comm.center .tooltip_box {
        margin-left: -9.46vw;
    }


    /****************** order_pay_comm ******************/
    .order_pay_comm .part + .part {
        margin-top: 3.08vw;
    }
    .order_pay_comm .part_cont {
        margin-top: 1.23vw;
        padding-top: 1.23vw;
    }
    .order_pay_comm .order_row {
        padding-bottom: 1.54vw;
    }
    /****************** addr_list_comm ******************/
    .addr_list_comm .order_addr_list_w .addr_row input[type="radio"] + label {
        padding-left: 2.77vw;
    }
    .addr_list_comm .order_addr_list_w .addr_row input[type="radio"] + label i.radio_ico {
        width: 1.38vw;
        height: 1.38vw;
        margin-right: 0.62vw;
        margin-top: -0.69vw;
    }
    .addr_list_comm .order_addr_list_w .addr_row input[type="radio"]:checked + label i.radio_ico span::after {
        width: 0.62vw;
        height: 0.62vw;
    }
    .addr_list_comm .order_addr_list_w .addr_row .change_link {
        margin-top: 0.77vw;
    }
    .addr_list_comm .order_addr_list_w .addr_row .change_link a {
        margin-right: 0.62vw;
    }
    .addr_list_comm .order_addr_list_w .addr_add_link_w {
        margin-top: 1.54vw;
        padding-bottom: 1.54vw;
    }
    .addr_list_comm .order_addr_list_w .addr_add_link_w .addr_add_link {
        font-size: 1.23vw;
    }
    .addr_list_comm .order_form_btn {
        margin-top: 2.46vw;
    }
    .addr_list_comm .order_form_btn a {
        padding: 0.77vw 1.54vw;
        margin: 0 0.31vw;
        font-size: 1.31vw;
    }

    .addr_list_comm .order_row .form_view {
        font-size: 1.23vw;
    }
    .addr_list_comm .order_row .change_link {
        font-size: 1.23vw;
        margin-top: 1.85vw;
    }

    .addr_list_comm .order_form_w .order_row .order_col {
        width: 15.38vw;
        margin-right: 1.85vw;
    }
    .addr_list_comm .order_form_w .order_row .form_item {
        max-width: 32.62vw;
    }
    .addr_list_comm .order_form_w .order_row.country .form_item {
        max-width: 23.08vw;
    }
    .addr_list_comm .order_form_w .order_row.adr .addr_row {
        margin-top: 1.23vw;
    }
    .addr_list_comm .order_form_w .order_row.adr .addr_row:first-child {
        margin-top: 0;
    }
    .addr_list_comm .order_form_w .order_row.adr .form_item_w .form_item_btn {
        margin-left: 0.62vw;
    }
    .addr_list_comm .order_form_w .order_row.adr .form_item_w .form_item_btn a {
        padding-top: 0.69vw;
        padding-bottom: 0.69vw;
    }

    /****************** pay_comm ******************/
    .pay_comm .pay_w .form_notice {
        margin-top: 1.53vw;
    }
    .pay_comm .pay_w .pay_item {
        margin-right: 1.23vw;
    }
    .pay_comm .pay_w .pay_item input[type="radio"] + label {
        padding: 1.53vw;
        width: 16.92vw;
    }
    .pay_comm .pay_w .pay_item input[type="radio"] + label p {
        font-size: 1.23vw;

    }
    .pay_comm .pay_w .pay_item input[type="radio"] + label p i.radio_ico {
        width: 1.38vw;
        height: 1.38vw;
        margin-right: 0.61vw;
    }
    .pay_comm .pay_w .pay_item input[type="radio"]:checked + label p i.radio_ico::after {
        width: 0.61vw;
        height: 0.61vw;
    }

    .pay_comm .pay_w .pay_item .pay_img {
        padding-left: 1.84vw;
        margin-top: 1.53vw;
    }
    .pay_comm .pay_w .pay_item .pay_img .img_item {
        margin-right: 0.92vw;
    }
    .pay_comm .pay_w .pay_item .pay_img .img_item:last-child {
        margin-right: 0;
    }
    .pay_comm .pay_w .pay_item .pay_img .img_item.visa {
        width: 4vw;
    }
    .pay_comm .pay_w .pay_item .pay_img .img_item.master {
        width: 3.07vw;
    }
    .pay_comm .pay_w .pay_item .pay_img .img_item.jcb {
        width: 3.07vw;
    }
    .pay_comm .pay_w .pay_item .pay_img .img_item.paypal {
        width: 6.07vw;
    }


    /* SELECT BOX 검색 *****************************************************************************************************/
    .select2-container {
        font-size: 1.08vw;

    }
    .select2-container .select2-selection--single {
        min-height: 2.62vw;
    }
    .select2-search--dropdown {
        padding: 0.31vw;
    }
    .select2-selection__placeholder {

        font-size: 1vw;
    }
    .select2-container--default .select2-selection--single {
        height: 3.08vw;

        padding-right: 1.85vw;
        background: url('/v2/img/ico_select2.png') no-repeat right 0.62vw center;
        background-size: 1.23vw;
    }
    .select2-container--default .select2-selection--single .select2-search--inline {
        margin-left: -22.69vw;
    }
    .select2-container .select2-selection--single .select2-selection__rendered {
        margin-left: 0.77vw;
        font-size: 1vw;

    }
    .select2-container--default .select2-selection--single .select2-selection__choice {
        margin-left: 0.77vw;
    }
    .select2-container--default .select2-selection--single .select2-selection__choice__display {
        font-size: 1.08vw;

        padding-right: 0.38vw;
    }
    .select2-container .select2-search--inline .select2-search__field {
        margin-top: 0.38vw;
        margin-left: 0.38vw;
    }
    .select2-container--default .select2-search--inline .select2-search__field {
        height: 1.54vw;
        padding-left: 0.62vw;
        padding-bottom: 0.23vw;
    }
    .signup .form_comm .form_row .form_item textarea {
        height: 1.54vw;
    }
    .select2-results__options {
        font-size: 1.08vw;

        padding-left: 0.77vw;
    }
    .select2-container--default .select2-results > .select2-results__options {
        max-height: 15.38vw;
    }
    .select2-results__option {
        padding: 0.46vw;
    }
    .select2-results__option--selectable {
        padding-left: 0.77vw;
        font-size: 1.08vw;

    }
    .select2-dropdown {
        border-radius: 0.31vw;
    }
    /**********************************************************************************************************************/

    /****************** comp_comm ******************/
    .comp_comm .comp_w .comp_txt .tit {
        font-size: 2.46vw;
    }
    .comp_comm .comp_w .comp_txt .desc {
        margin-top: 0.62vw;
        font-size: 1.08vw;
    }
    .comp_comm .comp_w .comp_cont {
        margin-top: 4.92vw;
    }
    .comp_comm .comp_w .comp_cont .cont .cont_box .box_item {
        width: 14.62vw;
    }
    .comp_comm .comp_w .comp_cont .cont .cont_box .box_item img,
    .comp_comm .comp_w .comp_cont .cont .cont_box .box_item .img {
        width: 7.69vw;
    }
    .comp_comm .comp_w .comp_cont .cont .cont_box .box_item p {
        margin-top: 0.62vw;
        font-size: 1.08vw;
        min-height: 3.08vw;
    }

    .comp_comm .comp_w .comp_cont .cont .cont_box .box_item.arrow {
        width: 1.85vw;
        padding-bottom: 3.08vw;
    }
    .comp_comm .comp_w .btn_w {
        margin-top: 1.54vw;
    }
    .comp_comm .comp_w .btn_w a {
        padding: 0.46vw 1.54vw;
        font-size: 1.31vw;
        margin: 0 0.31vw;
    }
}

@media (max-width: 930px) {
    .header .tnb_w .tnb_logo {
        width: 18vw;
    }
}

@media (max-width: 800px) {
    .header .tnb_w > .inner {
        max-width: none;
        padding: 0 32px;
    }
    .header .gnb_w > .inner {
        max-width: none;
        padding: 0 32px;
    }
}

@media (max-width: 768px) {

    body {
        letter-spacing: 0.15px;
    }

    .wrap {
        padding-top: 87px;
    }
    .content {
        min-height: calc(100vh - 281px);
        padding-bottom: 59px;
    }

    .error_msg_comm {
        margin-top: 2px;

        font-size: 8px;


        padding-left: 12px;
        background-size: 9px auto;
        background-position: left top 1px;
    }

    .error_msg {
        font-size: 7px;

    }

    .notice_comm {
        padding-left: 7px;
        margin-top: 2px;
        font-size: 8px;

    }
    .notice_comm:first-child {
        margin-top: 0;
    }
    .notice_comm::before {
        width: 2px;
        height: 2px;
        top: 5px;
    }

    .sec .sec_cont {
        margin-top: 24px;
    }

    .sec > .inner {
        padding: 0 24px;
    }

    .sub_title {
        font-size: 19px;

        margin-top: 24px;
    }


    /* header */
    .header .tnb_gnb_w.main .tnb_w .c_menu {
        width: 236px;
    }
    .header .tnb_gnb_w.main .tnb_w .c_menu .q_input {
        padding: 0 0 5px 0;
        max-width: 532px;
    }
    .header .tnb_gnb_w.main .tnb_w .c_menu .q_input input {
        font-size: 8px;

        padding: 0 5px;
    }
    .header .tnb_gnb_w.main .tnb_w .c_menu .q_input button {
        padding-right: 5px;
    }
    .header .tnb_gnb_w.main .gnb_w > .inner {
        max-width: 1054px;
        padding: 0 35px;
    }
    .header .tnb_gnb_w.main .gnb_w li {
        font-size: 8px;

    }
    .header .tnb_gnb_w.main .gnb_w li a {
        padding: 9px 24px 9px 0;
    }
    .header .tnb_w {
        height: 59px;
    }
    /*.header .tnb_w > .inner {*/
    /*    max-width: 1054px;*/
    /*    padding: 0 54px;*/
    /*}*/

    .header .tnb_w .l_menu li {
        /*margin-right: 14px;*/
        padding: 23px 0;
    }
    .header .tnb_w .l_menu li:last-child {
        margin-right: 0;
    }
    .header .tnb_w .l_menu li a {
        font-size: 12px;

    }
    .header .tnb_w .l_menu li a:hover::after {
        margin-top: 2px;
        height: 2px;
    }
    .header .tnb_w .l_menu li .tnb_tooltip {
        margin-bottom: -2px;
        border-radius: 4px;
        font-size: 7px;

    }
    .header .tnb_w .l_menu li .tnb_tooltip > .inner {
        padding: 2px 7px;
    }

    .header .tnb_w .tnb_logo {
        width: 138px;
        margin-right: 0;
    }
    .header .gnb_w li {
        /*margin-right: 14px;*/
        font-size: 11px;

    }
    .header .gnb_w li a {
        padding: 21px 7px 20px 7px;
    }
    .header .gnb_w li:first-child a {
        padding-left: 24px;
    }
    .header .gnb_w li a p {
        padding-bottom: 4px;
    }
    .header .gnb_w li a p + .new_dot {
        width: 4px;
        height: 4px;
        border-radius: 2px;
        margin: 1px 0 0 1px;
    }
    .header .gnb_w li a p::after {
        height: 1px;
    }

    .header .tnb_w .r_menu .user_menu li.depth1 {
        margin-right: 9px;
    }
    .header .tnb_w .r_menu .user_menu li.depth1:last-child {
        margin-right: 0;
    }

    .header .tnb_w .tnb_dd_menu {

        padding-top: 5px;
        margin-left: -23px;
    }
    .header .tnb_w .lang_menu .tnb_dd_menu,
    .header .tnb_w .about_menu .tnb_dd_menu {
        padding-top: 0;
    }
    .header .tnb_w .tnb_dd_menu .inner {
        border-radius: 5px;
        padding: 2px 0;
    }
    .header .tnb_w .tnb_dd_menu.lang_dd {
        margin-left: -23px;
    }

    .header .tnb_w .btn_menu_w {
        margin-left: 6px;
    }
    .header .tnb_w .btn_menu_w a {
        padding: 4px 9px;
        border-radius: 30px;
        font-size: 8px;

        margin-right: 5px;
    }

    .header .tnb_w .tnb_dd_menu a {

        font-size: 9px;

        padding: 2px 14px;
    }


    .header .tnb_w .lang_menu {
        margin-left: 9px;
    }
    .header .tnb_w .lang_menu .active_lang {
        font-size: 9px;

        padding-right: 7px;

    }
    .header .tnb_w .lang_menu .active_lang::after {
        border: 2px solid transparent;
        border-bottom-width: 0;
        border-top-color: #000;

        margin-top: -1px;
    }

    .header .tnb_w .about_menu {
        margin-left: 9px;
    }
    .header .tnb_w .about_menu .active_about {
        font-size: 9px;

        padding-right: 7px;
    }
    .header .tnb_w .about_menu .active_about::after {
        border: 2px solid transparent;
        border-bottom-width: 0;
        border-top-color: #000;
        margin-top: -1px;
    }

    /*.header .gnb_w > .inner {*/
    /*    max-width: 1054px;*/
    /*    padding: 0 54px;*/
    /*}*/
    .header .gnb_w ul li {
        /*margin-right: 14px;*/
    }

    .header .gnb_w ul li.depth1 a.depth1_link {
        font-size: 8px;

        letter-spacing: 0.7px;
        flex-wrap: nowrap;
    }

    .header .gnb_dd_w .gnb_dd_item > .inner {
        max-width: 1054px;
        padding: 24px 35px;
    }
    .header .gnb_dd_w .gnb_dd_item .gnb_list {
        padding-right: 24px;
        min-width: 380px;
    }
    .header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth2 {
        width: 118px;
        margin-right: 19px;
    }
    .header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth2.service_txt {
        width: 148px;
        margin-bottom: 5px;
    }
    /*.header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth2.service_txt:first-child {*/
    /*    margin-bottom: 9px;*/
    /*}*/
    .header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth2.service_txt:last-child {
        margin-bottom: 0;
    }
    .header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth2:last-child {
        margin-right: 0;
    }
    .header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth2 .depth2_link {
        letter-spacing: 0.15px;
        font-size: 8px;

        margin-bottom: 5px;
    }
    .header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth3_link {
        margin-bottom: 2px;
        font-size: 8px;

        letter-spacing: 0.15px;

    }
    .header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth2.service_txt:first-child .gnb_item.depth2_link + .gnb_item.depth3_link {
        margin-top: -2px;
    }
    .header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth3_link:first-child {
        margin-top: 0;
    }
    .header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth3_link.bold {
        margin: 9px 0;
    }

    .header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth3_link + .depth2_link {
        margin-top: 9px;
    }
    .header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item a i.new_ico {
        width: 18px;
        margin-left: 2px;
    }
    .header .gnb_dd_w .gnb_dd_item .gnb_banner_w {
        padding-left: 24px;

        width: 195px;
    }
    .header .gnb_dd_w .gnb_dd_item .gnb_banner_w .gnb_banner_tit {
        font-size: 14px;
    }
    .header .gnb_dd_w .gnb_dd_item .gnb_banner_w .gnb_banner_txt {
        margin-top: 5px;
    }
    .header .gnb_dd_w .gnb_dd_item .gnb_banner_w .gnb_banner_txt .img_tit {
        font-size: 9px;

    }
    .header .gnb_dd_w .gnb_dd_item .gnb_banner_w .gnb_banner_txt .pd_name {
        margin-top: 2px;
        font-size: 8px;


    }
    .header .gnb_dd_w .gnb_dd_item .gnb_banner_w .gnb_banner_txt .btn {
        margin-top: 9px;
    }
    .header .gnb_dd_w .gnb_dd_item .gnb_banner_w .gnb_banner_txt .btn a,
    .header .gnb_dd_w .gnb_dd_item .gnb_banner_w .gnb_banner_txt .btn span {
        font-size: 8px;

    }
    .header .gnb_dd_w .gnb_dd_item .gnb_banner_w.service_menu {
        width: 219px;
    }
    .header .gnb_dd_w .gnb_dd_item .gnb_banner_w.service_menu .gnb_banner_txt .img_tit {
        padding-top: 5px;
    }
    .header .gnb_dd_w .gnb_dd_item .gnb_banner_w.service_menu .gnb_banner_txt .pd_name {
        font-size: 9px;
    }
    .header .gnb_dd_w .gnb_dd_item .swiper-pagination {
        bottom: 59px;
    }
    .header .gnb_dd_w .gnb_dd_item .swiper-pagination-bullet {
        width: 19px;
        height: 1px;
        margin: 0 2px 0 0;
    }
    .header .gnb_dd_w .gnb_dd_item .swiper-pagination-bullet:last-child {
        margin: 0;
    }
    .header .gnb_dd_w .gnb_dd_item .swiper-pagination-bullet-active {
        width: 24px;
    }

    /* RESOURCES : Inspiration, Blog, Spotlight On ********************************************************************/
    .header .gnb_dd_w .gnb_dd_item .gnb_list.resources_w {
        padding-right: 0;
    }
    .header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth2.resources {
        width: 189px;
        margin-right: 24px;
    }
    .header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth2.resources:last-child {
        margin-right: 0;
    }
    .header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth2.resources .depth2_link .data_depth2_link {

    }
    .header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth2.resources .depth2_link .data_depth2_link div {
        height: 122px;
    }
    .header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth2.resources .depth2_link .data_depth2_link .ico_comm {
        margin-left: 2px;
        margin-bottom: 2px;
    }
    .header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth2.resources .depth2_link p.res_tit {
        margin-top: 9px;
        font-size: 10px;

    }
    .header .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth2.resources .depth2_link p.res_desc {

        margin: 2px 0 9px;
    }
    /******************************************************************** RESOURCES : Inspiration, Blog, Spotlight On */


    /***************************************** V2 *****************************************/
    /****** Header 2 ******/
    .header2 {
        padding: 24px 0 0 0;
    }
    .header2 > .inner {
        padding: 0 12px;
    }

    .header2 .tnb_w .logo {
        width: 95px;
        margin-top: 2px;
        height: 22px;
    }
    .header2 .tnb_w .logo:hover .img {
        bottom: 22px;
    }
    .header2 .tnb_w .logo .img .h_img {
        margin-top: 0;
        height: 22px;
    }

    .header2 .tnb_w .q_input {
        width: 284px;
        margin-left: -142px;
        padding: 5px 0;
    }
    .header2 .tnb_w .q_input input {
        font-size: 8px;
        margin-right: 5px;
    }

    .header2 .tnb_w .r_menu {
        padding: 2px 0;
    }
    .header2 .tnb_w .r_menu .user_menu li.depth1 + li.depth1 {
        margin-left: 14px;
    }
    .header2 .tnb_w .tnb_dd_menu {
        padding-top: 5px;
        margin-left: -23px;
    }
    .header2 .tnb_w .tnb_dd_menu .inner {
        border-radius: 5px;
        padding: 2px 0;
    }
    .header2 .tnb_w .tnb_dd_menu.lang_dd {
        margin-left: -23px;
    }

    .header2 .tnb_w .tnb_dd_menu a {
        font-size: 9px;
        padding: 2px 14px;
    }

    .header2 .tnb_w .lang_menu {
        margin-left: 9px;
    }
    .header2 .tnb_w .lang_menu .active_lang {
        font-size: 9px;
        padding-right: 7px;
    }
    .header2 .tnb_w .lang_menu .active_lang::after {
        border: 2px solid transparent;
        margin-top: -1px;
    }

    .header2 .tnb_w .btn_menu {
        margin-left: 9px;
    }
    .header2 .tnb_w .btn_menu a {
        padding: 5px 9px;
        border-radius: 30px;
        font-size: 8px;

    }
    .header2 .gnb_w {
        margin-top: 12px;
    }
    .header2 .gnb_w ul > li .depth1_link {
        padding: 5px 5px 0 5px;
        height: 27px;
        font-size: 9px;

        white-space: nowrap;
    }
    .header2 .gnb_w ul > li .depth1_link .depth1_link_in {
        padding-bottom: 8px;
        border-bottom: 1px solid transparent;
    }
    .header2 .gnb_w .l_menu > ul.type1 > li:first-child .depth1_link {
        padding-left: 0;
    }
    .header2 .gnb_w .l_menu > ul.type1 > li:last-child .depth1_link {
        padding-right: 9px;
    }
    .header2 .gnb_w .l_menu > ul.type2 > li:first-child::before {
        height: 9px;
        margin-top: -6px;
    }
    .header2 .gnb_w .l_menu > ul.type2 > li:first-child .depth1_link {
        padding-left: 9px;
    }
    .header2 .gnb_w .l_menu .all_cate_btn .all_cate_ico {
        padding: 0 5px 0 2px;
        margin-top: -2px;
    }
    .header2 .gnb_w .l_menu .all_cate_btn .all_cate_txt {
        margin-top: -1px;
    }
    .header2 .gnb_w .l_menu .all_cate_btn .depth1_link:hover .all_cate_ico i::before,
    .header2 .gnb_w .l_menu .all_cate_btn .depth1_link.hover .all_cate_ico i::before {
        width: 19px;
        height: 19px;
    }
    .header2 .gnb_w .r_menu > ul > li + li {
        margin-left: 5px;
    }
    .header2 .gnb_w .r_menu > ul > li:last-child .depth1_link {
        padding-right: 0;
    }

    .header2 .gnb_dd_w .gnb_dd_item > .inner {
        padding: 0 12px;
        max-height: 390px;
    }
    .header2 .gnb_dd_w .gnb_dd_item > .inner::-webkit-scrollbar {
        width: 2px;
    }
    .header2 .gnb_dd_w .gnb_dd_item > .inner::-webkit-scrollbar-thumb {
        border-radius: 2px;
    }
    .header2 .gnb_dd_w .gnb_dd_item .dd_align.left {
        margin-right: 14px;
    }


    .header2 .gnb_dd_w .gnb_dd_item .dd_align.right,
    .header2 .gnb_dd_w .gnb_dd_item.resource_menu .gnb_list {
        padding-top: 14px;
        padding-bottom: 33px;
    }
    .header2 .gnb_dd_w .gnb_dd_item .dd_align.left .gnb_list {
        padding: 14px 12px 33px 12px;
    }

    .header2 .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth2 {
        min-width: 1px;
        margin-right: 14px;
    }
    .header2 .gnb_dd_w .gnb_dd_item .dd_align.right .gnb_list .gnb_item.depth2 {
        margin-right: 19px;
    }
    .header2 .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth2.service_txt {
        width: 148px;
        margin-bottom: 9px;
    }
    .header2 .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth2:last-child {
        margin-right: 0;
    }
    .header2 .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth2.service_txt:last-child {
        margin-bottom: 0;
    }

    .header2 .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item .depth2_link > a,
    .header2 .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item .depth2_link > p {
        font-size: 8px;
    }
    .header2 .gnb_dd_w .gnb_dd_item .gnb_list .gnb_depth3_list {
        margin-right: -14px;
        margin-bottom: -9px;
    }
    .header2 .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth3_link {
        margin-right: 14px;
        margin-bottom: 9px;
        min-width: 95px;
    }
    .header2 .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth3_link > a {
        font-size: 8px;
        letter-spacing: 0.01px;
    }
    .header2 .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth4_link + .gnb_item.depth4_link {
        margin-top: 2px;
    }
    .header2 .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item.depth4_link > a {
        font-size: 8px;
        letter-spacing: 0.01px;
    }
    .header2 .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item .gnb_depth3_list {
        margin-top: 9px;
        /*max-height: 354px;*/
    }
    .header2 .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item .gnb_depth4_list {
        margin-top: 5px;
    }

    .header2 .gnb_dd_w .gnb_dd_item .dd_align.right .gnb_list .gnb_item .gnb_depth3_list {
        margin-top: 7px;
    }
    .header2 .gnb_dd_w .gnb_dd_item .dd_align.right .gnb_list .gnb_depth3_list {
        margin-bottom: 0;
        margin-right: 0;
    }
    .header2 .gnb_dd_w .gnb_dd_item .dd_align.right .gnb_list .gnb_item.depth3_link {
        margin-bottom: 0;
        margin-right: 0;
    }
    .header2 .gnb_dd_w .gnb_dd_item .dd_align.right .gnb_list .gnb_item.depth3_link + .gnb_item.depth3_link {
        margin-top: 2px;
    }

    .header2 .gnb_dd_w .gnb_dd_item .gnb_list .gnb_item a i.new_ico {
        width: 18px;
        margin-left: 2px;
    }
    .header2 .gnb_dd_w .gnb_dd_item .gnb_banner_w {
        width: 189px;
        margin-top: 14px;
    }
    .header2 .gnb_dd_w .gnb_dd_item .gnb_banner_w .gnb_banner_tit {
        font-size: 14px;
    }
    .header2 .gnb_dd_w .gnb_dd_item .gnb_banner_w .gnb_banner_txt {
        margin-top: 5px;
    }
    .header2 .gnb_dd_w .gnb_dd_item .gnb_banner_w .gnb_banner_txt .img_tit {
        font-size: 9px;
    }
    .header2 .gnb_dd_w .gnb_dd_item .gnb_banner_w .gnb_banner_txt .pd_name {
        margin-top: 2px;
        font-size: 8px;
    }
    .header2 .gnb_dd_w .gnb_dd_item .gnb_banner_w .gnb_banner_txt .btn {
        margin-top: 9px;
    }
    .header2 .gnb_dd_w .gnb_dd_item .gnb_banner_w .gnb_banner_txt .btn a,
    .header2 .gnb_dd_w .gnb_dd_item .gnb_banner_w .gnb_banner_txt .btn span {
        font-size: 8px;
    }

    .header2 .gnb_dd_w .gnb_dd_item .gnb_banner_w.service_menu {
        width: 219px;
    }
    .header2 .gnb_dd_w .gnb_dd_item .gnb_banner_w.service_menu .gnb_banner_txt .img_tit {
        padding-top: 5px;
    }
    .header2 .gnb_dd_w .gnb_dd_item .gnb_banner_w.service_menu .gnb_banner_txt .pd_name {
        font-size: 9px;
    }

    .header2 .gnb_dd_w .gnb_dd_item[data-num='2'] .gnb_list .gnb_item.depth2 {
        min-width: 1px;
    }
    .header2 .gnb_dd_w .gnb_dd_item[data-num='2'] .gnb_list .gnb_item.depth3_link {
        min-width: 1px;
    }
    .header2 .gnb_dd_w .gnb_dd_item[data-num='3'] .gnb_list .gnb_item .gnb_depth3_list {
        max-height: 390px;
    }
    .header2 .gnb_dd_w .gnb_dd_item.accessory .gnb_list .gnb_item.depth2 + .gnb_item.depth2 {
        margin-top: 9px;
    }

    /*** all_menu ***/
    .header2 .gnb_dd_w .gnb_dd_item.all_menu > .inner {
        padding-top: 0;
        padding-bottom: 0;
    }
    .header2 .gnb_dd_w .gnb_dd_item.all_menu .l_tab_menu {
        padding: 14px 9px 33px 0;
    }
    .header2 .gnb_dd_w .gnb_dd_item.all_menu .l_tab_menu li + li {
        margin-top: 9px;
    }
    .header2 .gnb_dd_w .gnb_dd_item.all_menu .l_tab_menu li a {
        padding-right: 14px;
        background-size: 7px;
    }
    .header2 .gnb_dd_w .gnb_dd_item.all_menu .l_tab_menu li a p {
        font-size: 9px;
    }

    .header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .scroll_area {
        max-height: 372px;
    }
    .header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .scroll_area::-webkit-scrollbar {
        width: 2px;
    }
    .header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .scroll_area::-webkit-scrollbar-thumb {
        border-radius: 2px;
    }
    .header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .tab_cont {
        /*padding: 14px 0 33px 9px;*/
    }
    .header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .tab_cont .tab_cont_in {
        padding: 14px 9px 33px 9px;
    }
    .header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .tab_cont.right .tab_cont_in {
        padding-right: 0;
    }
    .header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .tab_cont_item .depth2_tit {
        font-size: 9px;
    }
    .header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .tab_cont.right .tab_cont_item .depth2_tit {
        font-size: 9px;
    }
    .header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .tab_cont_item > ul {
        /*max-height: 331px;*/
    }
    .header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .tab_cont_item > ul > li {
        min-width: 1px;
        margin-top: 9px;
        margin-right: 19px;
    }
    .header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .tab_cont_item > ul > li .depth3_tit {
        font-size: 9px;
    }
    .header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .tab_cont_item > ul > li > ul {
        margin-top: 5px;
    }
    .header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .tab_cont_item > ul > li > ul > li:not(:first-child) {
        margin-top: 2px;
    }
    .header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .tab_cont_item > ul > li > ul > li a {
        font-size: 8px;
    }
    .header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .tab_cont_item > ul > li > ul > li a i.new_ico {
        width: 18px;
        margin-left: 2px;
    }
    .header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .tab_cont.right .tab_cont_item + .tab_cont_item {
        margin-top: 9px;
    }
    .header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w .tab_cont.right .tab_cont_item > ul > li:nth-child(odd) {
        margin-right: 0;
    }

    /* RESOURCES : Inspiration, Blog, Spotlight On ************************************************************************/
    .header2 .gnb_dd_w .gnb_dd_item.resource_menu .gnb_list {
        padding-right: 0;
    }
    .header2 .gnb_dd_w .gnb_dd_item.resource_menu .gnb_list .gnb_item {
        width: 189px;
        margin-right: 24px;
    }
    .header2 .gnb_dd_w .gnb_dd_item.resource_menu .gnb_list .gnb_item:last-child {
        margin-right: 0;
    }
    .header2 .gnb_dd_w .gnb_dd_item.resource_menu .gnb_list .gnb_item .depth2_link a .link_img {
        height: 122px;
    }
    .header2 .gnb_dd_w .gnb_dd_item.resource_menu .gnb_list .gnb_item .depth2_link a i {
        margin-left: 2px;
    }
    .header2 .gnb_dd_w .gnb_dd_item.resource_menu .gnb_list .gnb_item .depth2_link p.res_tit {
        margin-top: 9px;
        font-size: 10px;
    }
    .header2 .gnb_dd_w .gnb_dd_item.resource_menu .gnb_list .gnb_item .depth2_link p.res_desc {
        margin: 2px 0 9px;
    }
    .header2 .gnb_dd_w .gnb_dd_item.resource_menu .gnb_list .gnb_item .gnb_depth3_list {
        margin-top: 0;
    }

    /************************************************************************ RESOURCES : Inspiration, Blog, Spotlight On */

    .header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w[data-num='3'] .tab_cont_item > ul {
        max-height: 390px;
    }

    .header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w.accessory .tab_cont_in {
        min-height: 304px;
    }
    .header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w.accessory .tab_cont_item + .tab_cont_item {
        margin-top: 9px;
    }
    .header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w.accessory .tab_cont_item .depth2_tit {
        font-size: 8px;
    }
    .header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w.accessory .tab_cont_item > ul > li {
        margin-top: 2px;
    }
    .header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w.accessory .tab_cont_item > ul > li:first-child {
        margin-top: 5px;
    }
    .header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w.accessory .tab_cont_item > ul > li .depth3_tit {
        font-size: 8px;
    }

    /*** Sticky ***/
    .sticky .header2 {
        padding: 0;
    }
    .sticky .header2 .gnb_w {
        margin-top: 0;
    }
    .sticky .header2 .gnb_w ul > li .depth1_link {
        padding: 0 5px;
        height: 32px;
    }
    .sticky .header2 .gnb_w ul > li .depth1_link .depth1_link_in {
        padding: 0;
    }
    .sticky .header2 .gnb_w .l_menu > ul.type1 > li:first-child .depth1_link {
        padding-right: 0;
    }
    .sticky .header2 .gnb_w .all_cate_btn .logo {
        width: 63px;
        margin-right: 14px;
        height: 14px;
    }
    .sticky .header2 .gnb_w .all_cate_btn .logo:hover .img {
        bottom: 14px;
    }
    .sticky .header2 .gnb_w .all_cate_btn .logo .img img {
        height: 14px;
    }
    .sticky .header2 .gnb_w .l_menu .all_cate_btn .all_cate_ico {
        padding: 2px;
        margin: 0 9px 0 0;
    }


    .q_search_w {
        padding: 24px 0;
        top: 59px;

    }
    .q_search_w > .inner {
        max-width: 1054px;
        padding: 0 54px;
    }
    .q_search_w .cls_btn {
        right: 19px;
        top: -5px;
        width: 14px;
        height: 14px;
    }
    .q_search_w .q_input {
        padding: 0 0 5px 0;
        max-width: 532px;
    }
    .q_search_w .q_input input {

        font-size: 13px;

        padding: 0 5px 0 1px;
    }
    .q_search_w .q_result {
        margin-top: 28px;
    }
    .q_search_w .q_result .result_tit {
        font-size: 12px;

        margin-bottom: 12px;
    }
    .q_search_w .q_result .result_pd_list {
        padding-right: 19px;
        width: calc(100% - 157px);
    }
    .q_search_w .q_result .result_pd_list .pd_list {
        margin-left: -7px;
        margin-right: -7px;
    }
    .q_search_w .q_result .result_pd_list .pd_list .pd_item {
        padding: 0 7px;
    }
    .q_search_w .q_result .result_pd_list .pd_list .pd_item .pd_txt {
        min-height: 30px;
    }
    .q_search_w .q_result .result_pd_list .pd_list .pd_item .pd_txt .pd_tit {
        font-size: 9px;

    }
    .q_search_w .q_result .result_sg_list {
        padding-left: 19px;
        width: 157px;
    }
    .q_search_w .q_result .result_sg_list .sg_list li {
        font-size: 9px;

        margin-top: 9px;

    }

    .q_search_w .q_result .no_search_w {
        min-height: 177px;

    }
    .q_search_w .q_result .no_search_w .no_search_txt {
        font-size: 9px;

    }
    .q_search_w .q_result .no_search_w .kw_list {
        margin-bottom: -5px;
        margin-top: 7px;

        /* row 5개 임시적용 */
        max-width: 768px;
    }
    .q_search_w .q_result .no_search_w .kw_list li {
        margin-right: 5px;
        border-radius: 18px;
        margin-bottom: 5px;
    }
    .q_search_w .q_result .no_search_w .kw_list li a {
        padding: 4px 9px;
        font-size: 9px;

    }
    .q_search_w .q_result .no_search_w .no_search_note {
        font-size: 8px;

        margin-top: 14px;
    }
    .q_search_w .q_result .no_search_w .inquiry_btn {
        margin-top: 14px;
    }
    .q_search_w .q_result .no_search_w .no_kw {
        margin-top: 12px;
    }

    /*sticky*/
    .wrap.sticky {
        padding-top: 89px;
    }
    .sticky .header .tnb_w {
        height: 32px;
    }
    .sticky .header .tnb_w .tnb_logo {
        width: 118px;
    }
    .sticky .header .gnb_w li {
        font-size: 8px;

    }
    .sticky .header .gnb_w li a {
        padding: 10px 7px 8px 7px;
    }
    .sticky .header .gnb_w li:first-child a {
        padding-left: 24px;
    }
    .sticky .header .gnb_w li a p {
        padding-bottom: 2px;
    }
    .sticky .q_search_w {
        top: 32px;
    }
    .header .tnb_w.main_sticky {
        height: 32px;
    }
    .header .tnb_w.main_sticky .tnb_logo {
        width: 118px;
    }
    .header .tnb_w.main_sticky .gnb_w {
        margin-left: 19px;
    }
    .header .tnb_w.main_sticky .gnb_w li {
        font-size: 8px;

        padding: 0;
    }
    .header .tnb_w.main_sticky .gnb_w li a {
        padding: 9px 14px 9px 0;
    }
    .sticky .q_search_w .q_result {
        margin-top: 28px;
    }

    /* header samplebag */
    .tnb_sample_btn_w .sample_count {
        margin-left: -6px;

        font-size: 7px;

        padding: 0 2px;
        border-radius: 7px;
    }
    .header2 .tnb_sample_btn_w .sample_count {
        width: 15px;
    }
    .tnb_sample_btn_w .samplebag_list_w {
        width: 201px;
        margin-left: -100px;
        padding-top: 9px;
    }
    .tnb_sample_btn_w .samplebag_list_w .samplebag_list_in {
        padding: 14px;
        border-radius: 5px;
    }
    .tnb_sample_btn_w .samplebag_list_w .samplebag_list_tit {
        font-size: 12px;

    }
    .tnb_sample_btn_w .samplebag_list_w .samplebag_list_tit .list_count {
        margin-left: 2px;
        font-size: 10px;

    }
    .tnb_sample_btn_w .samplebag_list_w .samplebag_list {
        margin-top: 5px;
        padding: 9px 0 14px 0;
        max-height: 208px;
    }
    .tnb_sample_btn_w .samplebag_list_w .samplebag_list::-webkit-scrollbar {
        width: 2px;
    }
    .tnb_sample_btn_w .samplebag_list_w .samplebag_list::-webkit-scrollbar-thumb {
        border-radius: 2px;
    }
    .tnb_sample_btn_w .samplebag_list_w .samplebag_list .samplebag_item {
        margin-top: 14px;
    }
    .tnb_sample_btn_w .samplebag_list_w .samplebag_list .samplebag_item:first-child {
        margin-top: 0;
    }
    .tnb_sample_btn_w .samplebag_list_w .samplebag_list .samplebag_item .item_img {
        width: 52px;
        height: 52px;
    }
    .tnb_sample_btn_w .samplebag_list_w .samplebag_list .samplebag_item .item_info {
        padding-left: 9px;
    }
    .tnb_sample_btn_w .samplebag_list_w .samplebag_list .samplebag_item .item_info .pd_tit {
        font-size: 9px;

    }
    .tnb_sample_btn_w .samplebag_list_w .samplebag_list .samplebag_item .item_info .pd_bot {
        margin-top: 7px;

        font-size: 8px;

    }
    .tnb_sample_btn_w .samplebag_list_w .samplebag_list_btn a {
        padding: 6px 0;
        font-size: 10px;

    }

    /* footer */
    .footer {
        padding: 35px 0;
    }
    .footer > .inner {
        max-width: 1054px;
        padding: 0 54px;
    }
    .footer .copy .logo {
        width: 142px;
    }
    .footer .copy .sns_link {
        margin-top: 11px;
    }
    .footer .copy .sns_link a {
        margin-right: 5px;
    }
    .footer .copy .cr {
        font-size: 8px;

    }

    .footer .tit {
        font-size: 11px;

    }
    .footer .desc {
        margin-top: 5px;
    }

    .footer .link {
        margin-right: 13px;
    }
    .footer .link .col {
        min-width: 106px;
    }
    .footer .link .col:first-child {
        margin-right: 13px;
    }

    .footer .link .col .desc a {
        margin-top: 5px;

        font-size: 8px;

    }

    .footer .link .col .bot_cont .ask_btn {
        font-size: 9px;

    }
    .footer .info {
        padding-right: 0;
    }
    .footer .info .tit {
        font-size: 12px;
    }
    .footer .info .row {
        margin-top: 2px;
    }
    .footer .info .row:first-child {
        margin-top: 0;
    }
    .footer .info .row p {
        margin-right: 9px;

        font-size: 9px;

    }
    .footer .info .row p:last-child {
        margin-right: 0;
    }
    .footer .info .row p span {
        margin-right: 5px;
    }

    /*footer2*/
    .footer2 {
        padding: 24px 0;
    }
    .footer2 > .inner {
        max-width: 1054px;
        padding: 0 54px;
    }
    .footer2 .copy {
        margin-right: 14px;
    }
    .footer2 .copy .logo {
        width: 142px;
    }
    .footer2 .copy .sns_link {
        margin-top: 19px;
    }
    .footer2 .copy .sns_link a {
        margin-right: 5px;
    }
    .footer2 .cr {

        font-size: 8px;


        margin-top: 14px;
    }

    .footer2 .tit {
        font-size: 11px;

    }
    .footer2 .desc {
        margin-top: 5px;
    }


    .footer2 .link_info {
        margin: 19px 0 0 0;
    }
    .footer2 .link {
        margin-right: 24px;

    }
    .footer2 .link .col {
        width: calc(50% - 12px);
    }
    .footer2 .link .col:first-child {
        margin-right: 24px;
    }

    .footer2 .link .col .desc a {
        margin-top: 5px;

        font-size: 8px;

    }
    .footer2 .link .col .desc a:first-child {
        margin-top: 0;
    }

    .footer2 .link .col .bot_cont .ask_btn {
        font-size: 9px;

    }
    .footer2 .info .row {
        margin-top: 2px;
    }
    .footer2 .info .row:first-child {
        margin-top: 0;
    }
    .footer2 .info .row p {
        margin-right: 9px;

        font-size: 9px;

    }
    .footer2 .info .row p:last-child {
        margin-right: 0;
    }
    .footer2 .info .row p span {
        margin-right: 5px;
    }

    .footer2 .subscript_w .subs_tit {
        font-size: 9px;

    }
    .footer2 .subscript_w .subs_desc {
        margin-top: 2px;
        font-size: 8px;

    }
    .footer2 .subscript_w .subs_input {
        width: 194px;
        margin-top: 9px;
    }
    .footer2 .subscript_w .subs_input input {
        padding: 7px 12px 7px 0;
        font-size: 8px;


        background-size: 7px;
    }
    .footer2 .subscript_w .subs_input a {
        width: 12px;
    }

    .footer2 .right_w {
        margin-top: 19px;
    }

    .totop {
        width: 32px;
        height: 32px;
        background: #fff url("/v2/img/ico_totop.png") no-repeat center center;
        background-size: 14px 14px;

        right: 6px;
        bottom: 53px;
    }

    .fix_inquiry_btn {
        width: 74px;
        height: 28px;
        box-shadow: 0 1px 18px;
        border-radius: 18px;
        padding: 5px 7px;
        right: 12px;
        bottom: 9px;
    }
    .fix_inquiry_btn .inquiry_icon {
        width: 19px;
        height: 19px;
        background-size: 19px 19px;
    }
    .fix_inquiry_btn p {
        font-size: 10px;

    }

    .fix_inquiry_btn.inactive {
        width: 28px;
        padding: 4px;
    }
    .fix_inquiry_btn.active .inquiry_icon {
        background-size: 19px 19px;
        margin-right: 2px;
    }

    /*.fix_inquiry_btn {*/
    /*    width: 32px;*/
    /*    height: 32px;*/

    /*    right: 6px;*/
    /*    bottom: 12px;*/
    /*}*/
    /*.fix_inquiry_btn svg {*/
    /*    width: 14px;*/
    /*}*/

    /***************************************** V2 *****************************************/
    /****** fix_inquiry_btn_w ******/
    .fix_inquiry_btn_w {
        right: 19px;
        bottom: 19px;
    }
    .fix_inquiry_btn_w a {
        width: 47px;
    }
    .fix_inquiry_btn_w .inquiry_msg {
        width: 136px;
        padding: 7px;
        margin-bottom: 5px;
        border-radius: 5px;
    }
    .fix_inquiry_btn_w .inquiry_msg > .inner div:nth-child(1),
    .fix_inquiry_btn_w .inquiry_msg > .inner div:nth-child(2) {
        margin-bottom: 5px;
    }
    .fix_inquiry_btn_w .inquiry_msg .msg_tit {
        font-size: 8px;
    }
    .fix_inquiry_btn_w .inquiry_msg .msg_desc {
        font-size: 8px;
    }

    /****** footer3 ******/
    .footer3 > .inner {
        padding: 35px 12px 40px 12px;
    }
    .footer3 .footer_menu .f_txt {
        margin-right: 35px;
    }
    .footer3 .footer_menu .f_txt .f_tit {
        font-size: 14px;
        max-width: 106px;
    }
    .footer3 .footer_menu .f_txt .f_link {
        margin-top: 14px;
    }
    .footer3 .footer_menu .f_txt .f_link li + li {
        margin-left: 5px;
    }
    .footer3 .footer_menu .f_menu .menu_item {
        min-width: 95px;
    }
    .footer3 .footer_menu .f_menu .menu_item + .menu_item {
        margin-left: 24px;
    }
    .footer3 .footer_menu .f_menu .menu_item .menu_item_tit,
    .footer3 .footer_menu .f_menu .menu_item .menu_item_tit a {
        font-size: 9px;
    }
    .footer3 .footer_menu .f_menu .menu_item ul {
        margin-top: 5px;
    }
    .footer3 .footer_menu .f_menu .menu_item li + li {
        margin-top: 5px;
    }
    .footer3 .footer_menu .f_menu .menu_item li,
    .footer3 .footer_menu .f_menu .menu_item li a {
        font-size: 9px;
    }
    .footer3 .f_subscript .subscript_w {
        width: 213px;
        letter-spacing: 0.01px;
    }
    .footer3 .f_subscript .subscript_w .subs_tit {
        font-size: 14px;
    }
    .footer3 .f_subscript .subscript_w .subs_input {
        margin-top: 5px;
    }
    .footer3 .f_subscript .subscript_w .subs_input input {
        padding: 7px 12px 7px 0;
        font-size: 8px;

        background-size: 9px;
    }
    .footer3 .f_subscript .subscript_w .subs_input a {
        border: 0;
        width: 12px;
    }
    .footer3 .f_subscript .subscript_w .subs_desc {
        margin-top: 14px;
        font-size: 8px;
        max-width: 172px;
    }
    .footer3 .footer_img {
        margin-top: 24px;
    }
    .footer3 .copyright {
        margin-top: 24px;

        font-size: 8px;
        letter-spacing: 0.01px;
    }
    .footer3 .copyright .cr_txt {
        margin-right: 31px;
    }
    .footer3 .copyright .cr_menu li + li {
        margin-left: 14px;
    }
    .footer3 .info_ex {
        padding-top: 9px;
    }
    .footer3 .info_ex .tit {
        font-size: 7px;
    }
    .footer3 .info_ex .desc li {
        margin-right: 5px;
    }
    .footer3 .info_ex .desc li:last-child {
        margin-right: 0;
    }
    .footer3 .info_ex .desc li p {
        font-size: 7px;
    }
    .footer3 .info_ex .desc li p span {
        margin-right: 2px;
    }

    /* main_top */
    .main_top {
        padding: 35px 0 35px 0;
    }
    .main_top .tit {
        font-size: 18px;

        letter-spacing: 1px;
    }
    .main_top .desc {
        margin-top: 9px;
        font-size: 11px;

    }
    .main_top .search_w {
        /*max-width: 206px;*/
        max-width: 240px;
        margin: 25px auto 0 auto;
    }
    .main_top .search_w .search_input {
        padding: 6px 0 6px 14px;
        border-radius: 24px;
    }
    .main_top .search_w .search_input input {

        font-size: 9px;

    }

    .main_top .search_w .search_btn {
        padding: 6px 12px;
        border-radius: 24px;

        height: 28px;

    }
    .main_top .search_w .search_btn span {

        font-size: 10px;


        padding-top: 1px;
    }

    /* swiper */
    .swiper_w .swiper-custom-next,
    .swiper_w .swiper-custom-prev {
        width: 35px;
        height: 35px;
        margin-top: -18px;
        background-size: 19px auto;
    }
    .swiper_w .swiper-custom-next {
        margin-left: 24px;
    }
    .swiper_w .swiper-custom-prev {
        margin-right: 24px;
    }
    .mini_arrow {
        padding: 0 28px;
    }
    .mini_arrow .swiper-custom-next,
    .mini_arrow .swiper-custom-prev {
        width: 19px;
        height: 19px;
        margin-top: -9px;
    }


    /* button */
    .btn_comm a,
    .btn_comm label,
    .btn_comm span {
        padding: 4px 9px;
        font-size: 8px;

    }
    .btn_comm a.big,
    .btn_comm label.big,
    .btn_comm span.big {
        padding: 6px 9px;
        font-size: 12px;

    }
    .btn_comm a.middle,
    .btn_comm label.middle,
    .btn_comm span.middle {
        padding: 6px 12px;
        font-size: 10px;

    }
    .btn_comm a.use_ico,
    .btn_comm label.use_ico,
    .btn_comm span.use_ico {
        padding: 2px 9px;
    }

    /* pd list */
    .pd_list_comm {
        margin-left: -9px;
        margin-right: -9px;
    }
    .pd_list_comm .pd_item {
        padding: 0 9px;
    }
    .pd_list_comm .pd_item .badge_w {
        margin-top: 5px;
    }
    .pd_list_comm .pd_item .badge_w .item {
        padding: 1px 4px;
        margin-right: 2px;

        font-size: 7px;

    }
    .pd_list_comm .pd_item .badge_w .badge_item {
        height: 13px;
        margin-right: 2px;
    }
    .pd_list_comm .pd_item .badge_w .badge_item.stm {
        width: 73px;
    }
    .ko .pd_list_comm .pd_item .badge_w .badge_item.stm {
        width: 39px;
    }
    .pd_list_comm .pd_item .badge_w .badge_item.ptd {
        width: 41px;
    }
    .ko .pd_list_comm .pd_item .badge_w .badge_item.ptd {
        width: 21px;
    }
    .pd_list_comm .pd_item .badge_w .badge_item.moq {
        width: 31px;
    }
    /*.ko .pd_list_comm .pd_item .badge_w .badge_item.moq {*/
    /*    width: 34px;*/
    /*}*/
    .pd_list_comm .pd_item .badge_w .badge_item.otc {
        width: 21px;
    }
    .pd_list_comm .pd_item .badge_w .badge_item.ct {
        width: 74px;
    }
    .ko .pd_list_comm .pd_item .badge_w .badge_item.ct {
        width: 47px;
    }

    .pd_list_comm .pd_item .badge_w.mini .badge_item {
        height: 11px;
    }
    .pd_list_comm .pd_item .badge_w.mini .badge_item.stm {
        width: 58px;
    }
    .ko .pd_list_comm .pd_item .badge_w.mini .badge_item.stm {
        width: 31px;
    }
    .pd_list_comm .pd_item .badge_w.mini .badge_item.ptd {
        width: 33px;
    }
    .ko .pd_list_comm .pd_item .badge_w.mini .badge_item.ptd {
        width: 17px;
    }
    .pd_list_comm .pd_item .badge_w.mini .badge_item.moq {
        width: 25px;
    }
    /*.ko .pd_list_comm .pd_item .badge_w.mini .badge_item.moq {*/
    /*    width: 27px;*/
    /*}*/
    .pd_list_comm .pd_item .badge_w.mini .badge_item.otc {
        width: 18px;
    }
    .pd_list_comm .pd_item .badge_w.mini .badge_item.ct {
        width: 55px;
    }
    .ko .pd_list_comm .pd_item .badge_w.mini .badge_item.ct {
        width: 35px;
    }


    .pd_list_comm .pd_item .pd_txt {
        margin-top: 9px;
    }
    .pd_list_comm .pd_item .pd_txt .pd_tit {
        font-size: 8px;

    }
    .pd_list_comm .pd_item .pd_txt .pd_tit .pd_volume {
        margin-top: 2px;
    }
    .pd_list_comm .pd_item .clip_btn {
        width: 19px;
        height: 19px;

        bottom: 5px;
        right: 5px;
    }

    /* pagination */
    .pagination_w {
        margin-top: 24px;
    }
    .pagination_w .pagination .page_item:not(.arrow) a {
        min-width: 13px;
        padding: 0 3px;

        font-size: 10px;

    }
    .pagination_w .pagination .page_item.arrow a {
        margin: 0 2px;
    }

    /* breadcrumb */
    .breadcrumb {
        padding-top: 14px;
    }
    .breadcrumb .txt {
        font-size: 9px;

    }
    .breadcrumb .arrow {
        margin: 0 2px;
    }

    /* form */
    .chk_w .chk_item {
        margin-top: 5px;
    }
    .chk_w .chk_item:first-child {
        margin-top: 0;
    }
    .chk_w .chk_item input[type="checkbox"] + label {
        font-size: 9px;

    }
    .chk_w .chk_item input[type="checkbox"] + label i.chk_ico {
        width: 12px;
        height: 12px;
        border-radius: 2px;
        margin-right: 5px;
    }
    .chk_w .chk_item.only_box input[type="checkbox"] + label i.chk_ico {
        margin: 0;
    }
    .chk_w .chk_item input[type="checkbox"]:checked + label i.chk_ico {
        background-size: 6px auto;
    }

    .radio_w .radio_item {
        margin-top: 5px;
    }
    .radio_w .radio_item:first-child {
        margin-top: 0;
    }
    .radio_w .radio_item input[type="radio"] + label {
        font-size: 9px;

    }
    .radio_w .radio_item input[type="radio"] + label i.radio_ico {
        width: 12px;
        height: 12px;
        margin-right: 5px;
    }
    .radio_w .radio_item input[type="radio"]:checked + label i.radio_ico::after {

        width: 5px;
        height: 5px;
        margin-left: -2px;
        margin-top: -2px;
    }

    /* popup */
    .popup_comm {
        max-width: 263px;
    }

    .popup_comm > .inner {
        padding: 14px 12px 19px 12px;
    }
    .popup_comm > .inner::-webkit-scrollbar {
        width: 2px;
    }
    .popup_comm > .inner::-webkit-scrollbar-thumb {
        border-radius: 2px;
    }

    .popup_comm .cls_btn {
        top: 14px;
        right: 14px;
    }

    .popup_comm .txt .tit {
        padding-right: 56px;
        font-size: 13px;

    }
    .popup_comm .txt .desc {
        margin-top: 14px;
        font-size: 11px;

    }

    .popup_comm .cont {
        margin-top: 19px;
        max-height: calc(70vh - 59px);
    }

    .popup_comm .btn {
        margin-top: 19px;
    }

    .popup_comm .btn a {
        min-width: 60px;
        padding: 5px 12px;
        font-size: 9px;

        margin-left: 5px;
    }
    .popup_comm .btn a:first-child {
        margin-left: 0;
    }

    .popup_comm.moq_type {
        max-width: 354px;
    }
    .popup_comm.moq_type .cont {
        margin-top: 28px;
    }
    .popup_comm.moq_type .cont_txt .tit {
        font-size: 11px;

    }
    .popup_comm.moq_type .cont_txt .desc {
        margin-top: 5px;
        font-size: 8px;

    }

    /* alert 형태 일괄 수정 */
    .popup_comm.alert_confirm {
        max-width: 284px;
        margin-top: -59px;
    }
    .popup_comm.alert_confirm .txt {
        margin-top: 28px;
    }
    .popup_comm.alert_confirm .txt .tit {
        font-size: 11px;

    }
    .popup_comm.alert_confirm .txt .desc {
        margin-top: 2px;
        font-size: 8px;

    }

    .form_comm .form_title {
        font-size: 14px;
    }
    .form_comm .form_row {
        margin-top: 9px;
    }
    .form_comm .form_row:first-child {
        margin-top: 0;
    }
    .form_comm .form_row .form_col {
        width: calc(50% - 9px);
    }
    .form_comm .form_row .form_col + .form_col {
        margin-left: 19px;
    }
    .form_comm .form_row .form_label {
        width: 112px;
        padding: 5px 0;

        font-size: 9px;

    }
    .form_comm .form_row .form_label i.asterisk {
        width: 5px;
        height: 13px;
    }
    .form_comm .form_row.label100 .form_label {
        margin-bottom: 5px;
    }
    .form_comm .form_row .form_item {
        min-height: 24px;
    }
    .form_comm .form_row .form_item.item2 input,
    .form_comm .form_row .form_item.item2 select {
        width: calc(50% - 2px);
    }

    .form_comm .form_row .form_item input,
    .form_comm .form_row .form_item select {
        padding: 5px 7px;
        font-size: 8px;

    }
    .form_comm .form_row .form_item select {
        padding-right: 14px;
        background: url("/v2/img/ico_select2.png") no-repeat right 5px center;
        background-size: 9px;
        background-color: #fff;
    }
    .form_comm .form_row .form_item .textarea_w {
        padding: 5px 7px;
    }
    .form_comm .form_row .form_item textarea {
        height: 117px;
        font-size: 8px;

    }
    .form_comm .form_row .form_item textarea::-webkit-scrollbar {
        width: 2px;
    }
    .form_comm .form_row .form_item textarea::-webkit-scrollbar-thumb {
        border-radius: 2px;
    }
    .form_comm .form_row .form_item input[type=date],
    .form_comm .form_row .form_item input.datepicker {
        padding: 5px 4px 5px 7px;
    }
    .form_comm .form_row .form_item input[type=date]::after {
        background: none;
        background: url('/v2/img/ico_date.png') no-repeat;
        background-size: 9px;
        width: 9px;
        height: 9px;
        margin-top: -5px;
        right:5px;
    }
    .form_comm .form_row .form_item input.datepicker {
        background-size: 9px;
        background-position: right 5px center;
    }

    .form_comm .form_row.file .form_item input[type=file] + label {
        padding: 4px 9px;
        font-size: 8px;

    }
    .form_comm .form_row.file .form_item .file_notice {
        margin-top: 5px;
        font-size: 8px;

    }
    .form_comm .form_row.file .form_item .file_list {
        margin-top: 5px;
        font-size: 8px;

    }
    .form_comm .form_row .form_item.tel_type select {
        width: 53px;
        margin-right: 5px;
    }
    .form_comm .form_row .form_item.name_type input {
        width: calc(50% - 2px);
    }
    .form_comm .form_notice {
        margin-top: 5px;
    }

    .q_search_inquiry_popup {
        max-width: 402px;
    }

    .askus_popup {
        max-width: 402px;
    }
    .askus_popup .progress_w {
        border-radius: 11px;
        height: 14px;
    }
    .askus_popup .progress_w .bar {
        font-size: 9px;

        border-radius: 11px;
    }
    .askus_popup .progress_w .txt {
        right: 9px;
        font-size: 9px;

    }
    .askus_popup .step_w {
        margin-top: 24px;
    }
    .askus_popup .step_w .step .step_tit {
        font-size: 11px;

    }
    .askus_popup .step_w .step .step_cont {
        margin-top: 9px;
    }
    .askus_popup .step_w .radio_item,
    .askus_popup .step_w .chk_item {
        margin-right: 5px;
        margin-top: 9px;
    }
    .askus_popup .step_w .radio_item input[type=radio] + label,
    .askus_popup .step_w .chk_item input[type=checkbox] + label {
        padding: 4px 9px;
        border-radius: 18px;
        font-size: 9px;

    }
    .askus_popup .step_w .dis_f {
        margin-top: -9px;
    }
    .askus_popup .step_w .btn {
        margin-top: 28px;
    }

    .askus_popup .step_w .form_comm .form_row.other_op {
        margin-top: 9px;
    }
    .askus_popup .notice {
        font-size: 9px;

        padding-left: 7px;
        margin-top: 9px;
    }
    .askus_popup .notice::before {
        top: 5px;
        width: 2px;
        height: 2px;

    }


    .report_popup {
        max-width: 402px;
    }

    .report_popup .box_w .box {
        margin-top: 14px;
    }
    .report_popup .box_w .box:first-child {
        margin-top: 0;
    }
    .report_popup .box_w .box .box_tit {
        font-size: 10px;

        margin-bottom: 5px;
    }
    .report_popup .box_w .box .box_desc {
        font-size: 9px;

        margin-bottom: 5px;
    }
    .report_popup .box_w .box .box_cont {
        padding: 12px;
    }
    .report_popup .box_w .box .box_cont p {
        font-size: 9px;

    }
    .report_popup .box_w .box .agree_w {
        margin-top: 5px;
    }
    .report_popup .form_w {
        margin-top: 14px;
    }
    .report_popup .form_w .file_w .file_in .file_btn {
        margin-left: 5px;
        font-size: 9px;

        padding: 5px 12px;
    }

    .agree_fail_popup .txt .tit {
        font-size: 12px;

        padding-right: 29px;
    }
    .agree_fail_popup .txt .desc {
        font-size: 9px;

        padding-right: 47px;
    }

    .alert_exist .txt .tit {
        font-size: 11px;

        padding-right: 44px;
    }

    .main_img_popup {
        font-size: 9px;
    }
    .main_img_popup .img_popup_in {
        max-width: 248px;
    }

    .terms_comm .terms_box + .terms_box {
        margin-top: 14px;
    }
    .terms_comm .terms_tit {
        font-size: 12px;

        margin-bottom: 5px;
    }
    .terms_comm .terms_article:not(:first-child) {
        margin-top: 9px;
    }
    .terms_comm .terms_article .article_tit {
        font-size: 11px;

    }
    .terms_comm .terms_article .sub_tit {
        font-size: 11px;

    }
    .terms_comm .terms_article p:not(:last-child),
    .terms_comm .terms_article table:not(:last-child) {
        margin-bottom: 5px;
    }
    .terms_comm .terms_article p {
        font-size: 8px;

    }
    .terms_comm .terms_article table th,
    .terms_comm .terms_article table td {
        font-size: 8px;

        padding: 2px;
    }
    /* sample_guide_w */
    .sample_guide_w .guide_tit {
        font-size: 9px;

    }
    .sample_guide_w .guide_cont {
        padding: 12px;
        margin-top: 5px;
    }
    .sample_guide_w .guide_cont .part_w {
        margin-top: 9px;
    }
    .sample_guide_w .guide_cont .part_item {
        margin-top: 9px;
    }
    .sample_guide_w .guide_cont .part_item:first-child {
        margin-top: 0;
    }
    .sample_guide_w .guide_cont .part_item .part_tit {
        font-size: 9px;

    }
    .sample_guide_w .guide_cont .part_item .part_cont {
        margin-top: 5px;
    }
    .sample_guide_w .guide_cont .part_item .part_cont .part_desc_item {
        margin-top: 5px;
        font-size: 8px;

    }
    .sample_guide_w .guide_cont .part_item .part_cont .part_desc_item:first-child {
        margin-top: 0;
    }
    .sample_guide_w .guide_cont .part_item .part_cont .part_desc_item .desc_label {
        margin-right: 9px;
        min-width: 35px;
    }
    .sample_guide_w .guide_cont .part_item .part_cont .part_notice {
        margin-top: 5px;
        font-size: 8px;

    }
    .sample_guide_w .guide_cont .part_item .part_cont .part_desc_item .part_notice {
        margin-top: 0;
    }
    /************** moq status common *******************/
    /*summary 공통*/
    .use_summary_w .summary_l {
        width: calc(100% - 224px);
        padding-right: 24px;
    }
    .use_summary_w .summary_r .summary {
        width: 224px;
        top: 37px;
    }
    .use_summary_w .summary_r .summary .box_top {
        padding: 19px 12px 14px 12px;
    }
    .use_summary_w .summary_r .summary .box_bot {
        padding: 14px 12px;
    }

    /************** moq status common *******************/
    /*status 공통*/
    .moq_status_w {
        padding-top: 9px;
        margin-bottom: 72px;
        max-width: 880px;
    }
    .moq_status_w ul {
        width: calc(100% - 148px);
        height: 1px;
        margin: 0 74px;
    }
    .moq_status_w .status_item {
        margin-top: -6px;
        margin-left: -6px;

    }
    .moq_status_w .status_item:nth-child(5) {
        margin-left: 0;
        margin-right: -6px;
        right: 0;
    }


    .moq_status_w .status_item .dot {
        width: 12px;
        height: 12px;
    }
    .moq_status_w .status_item .status_txt {
        font-size: 9px;


        width: 103px;
        margin-top: 8px;
    }
    .ko .moq_status_w .status_item .status_txt {
        width: 66px;
    }

    /*progress step 별 스타일*/

    .moq_status_w .status_item .dot .ani_ico {
        width: 12px;
        height: 12px;
    }
    .moq_status_w .status_item.ready {
        margin-top: -9px;
        margin-left: -9px;
    }
    .moq_status_w .status_item.ready .dot {
        width: 18px;
        height: 18px;
    }

    .moq_status_w.step1 .status_item:nth-child(1) {
        margin-top: -9px;
        margin-left: -9px;
    }
    .moq_status_w.step1 .status_item:nth-child(1) .dot {
        width: 18px;
        height: 18px;
    }
    .moq_status_w.track.step1 .status_item:nth-child(1) .dot {
        background-size: 9px auto;
    }

    .moq_status_w.step2 .status_item:nth-child(2) {
        margin-top: -9px;
        margin-left: -9px;
    }
    .moq_status_w.step2 .status_item:nth-child(2) .dot {
        width: 18px;
        height: 18px;
    }
    .moq_status_w.track.step2 .status_item:nth-child(2) .dot {
        background-size: 9px auto;
    }

    .moq_status_w.step3 .status_item:nth-child(3) {
        margin-top: -9px;
        margin-left: -9px;
    }
    .moq_status_w.step3 .status_item:nth-child(3) .dot {
        width: 18px;
        height: 18px;
    }
    .moq_status_w.track.step3 .status_item:nth-child(3) .dot {
        background-size: 9px auto;
    }
    .moq_status_w.step4 .status_item:nth-child(4) {
        margin-top: -9px;
        margin-left: -9px;
    }
    .moq_status_w.step4 .status_item:nth-child(4) .dot {
        width: 18px;
        height: 18px;
    }
    .moq_status_w.track.step4 .status_item:nth-child(4) .dot {
        background-size: 9px auto;
    }


    .moq_status_w.step5 .status_item:nth-child(5) {
        margin-top: -9px;
        margin-left: -9px;
    }
    .moq_status_w.step5 .status_item:nth-child(5) .dot {
        width: 18px;
        height: 18px;
    }
    .moq_status_w.track.step5 .status_item:nth-child(5) .dot {
        background-size: 9px auto;
    }

    /****************** .use_tooltip_comm  ******************/
    .use_tooltip_comm {
        padding-right: 14px;
        background-size: 14px auto;
    }
    .use_tooltip_comm .tooltip_box {
        padding-bottom: 7px;
        width: 136px;
        margin-right: -61px;
    }
    .use_tooltip_comm .tooltip_box .tooltip_in {
        padding: 4px 19px 4px 5px;
    }
    .use_tooltip_comm .tooltip_box .tooltip_in .after {
        width: 7px;
        height: 5px;
        margin-left: -4px;
        margin-top: -1px;
    }
    .use_tooltip_comm .tooltip_box .tooltip_close {
        top: 4px;
        right: 5px;
    }
    .use_tooltip_comm .tooltip_box .tooltip_title {
        font-size: 11px;
        margin-bottom: 9px;
    }
    .use_tooltip_comm .tooltip_box .tooltip_desc img {
        margin-bottom: 9px;
    }
    .use_tooltip_comm .tooltip_box .tooltip_desc,
    .use_tooltip_comm .tooltip_box .tooltip_desc p {
        font-size: 8px;
    }
    .use_tooltip_comm.center .tooltip_box {
        margin-left: -73px;
    }

    /****************** order_pay_comm ******************/
    .order_pay_comm .part + .part {
        margin-top: 24px;
    }
    .order_pay_comm .part_cont {
        margin-top: 9px;
        padding-top: 9px;
    }
    .order_pay_comm .order_row {
        padding-bottom: 12px;
    }
    /****************** addr_list_comm ******************/
    .addr_list_comm .order_addr_list_w .addr_row input[type="radio"] + label {
        padding-left: 21px;
    }
    .addr_list_comm .order_addr_list_w .addr_row input[type="radio"] + label i.radio_ico {
        width: 11px;
        height: 11px;
        margin-right: 5px;
        margin-top: -5px;
    }
    .addr_list_comm .order_addr_list_w .addr_row input[type="radio"]:checked + label i.radio_ico span::after {
        width: 5px;
        height: 5px;
    }
    .addr_list_comm .order_addr_list_w .addr_row .change_link {
        margin-top: 6px;
    }
    .addr_list_comm .order_addr_list_w .addr_row .change_link a {
        margin-right: 5px;
    }
    .addr_list_comm .order_addr_list_w .addr_add_link_w {
        margin-top: 12px;
        padding-bottom: 12px;
    }
    .addr_list_comm .order_addr_list_w .addr_add_link_w .addr_add_link {
        font-size: 9px;
    }
    .addr_list_comm .order_form_btn {
        margin-top: 19px;
    }
    .addr_list_comm .order_form_btn a {
        padding: 6px 12px;
        margin: 0 2px;
        font-size: 10px;
    }

    .addr_list_comm .order_row .form_view {
        font-size: 9px;
    }
    .addr_list_comm .order_row .change_link {
        font-size: 9px;
        margin-top: 14px;
    }

    .addr_list_comm .order_form_w .order_row .order_col {
        width: 118px;
        margin-right: 14px;
    }
    .addr_list_comm .order_form_w .order_row .form_item {
        max-width: 251px;
    }
    .addr_list_comm .order_form_w .order_row.country .form_item {
        max-width: 177px;
    }
    .addr_list_comm .order_form_w .order_row.adr .addr_row {
        margin-top: 9px;
    }
    .addr_list_comm .order_form_w .order_row.adr .addr_row:first-child {
        margin-top: 0;
    }
    .addr_list_comm .order_form_w .order_row.adr .form_item_w .form_item_btn {
        margin-left: 5px;
    }
    .addr_list_comm .order_form_w .order_row.adr .form_item_w .form_item_btn a {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    /****************** pay_comm ******************/
    .pay_comm .pay_w .form_notice {
        margin-top: 12px;
    }
    .pay_comm .pay_w .pay_item {
        margin-right: 9px;
    }
    .pay_comm .pay_w .pay_item input[type="radio"] + label {
        padding: 12px;
        width: 130px;
    }
    .pay_comm .pay_w .pay_item input[type="radio"] + label p {
        font-size: 9px;

    }
    .pay_comm .pay_w .pay_item input[type="radio"] + label p i.radio_ico {
        width: 11px;
        height: 11px;
        margin-right: 5px;
    }
    .pay_comm .pay_w .pay_item input[type="radio"]:checked + label p i.radio_ico::after {
        width: 5px;
        height: 5px;
    }

    .pay_comm .pay_w .pay_item .pay_img {
        padding-left: 14px;
        margin-top: 12px;
    }
    .pay_comm .pay_w .pay_item .pay_img .img_item {
        margin-right: 7px;
    }
    .pay_comm .pay_w .pay_item .pay_img .img_item:last-child {
        margin-right: 0;
    }
    .pay_comm .pay_w .pay_item .pay_img .img_item.visa {
        width: 31px;
    }
    .pay_comm .pay_w .pay_item .pay_img .img_item.master {
        width: 24px;
    }
    .pay_comm .pay_w .pay_item .pay_img .img_item.jcb {
        width: 24px;
    }
    .pay_comm .pay_w .pay_item .pay_img .img_item.paypal {
        width: 47px;
    }



    /* SELECT BOX 검색 *****************************************************************************************************/
    .select2-container {
        font-size: 8px;

    }
    .select2-container .select2-selection--single {
        min-height: 20px;
    }
    .select2-search--dropdown {
        padding: 2px;
    }
    .select2-selection__placeholder {

        font-size: 8px;
    }
    .select2-container--default .select2-selection--single {
        height: 24px;

        padding-right: 14px;
        background: url('/v2/img/ico_select2.png') no-repeat right 5px center;
        background-size: 9px;
    }
    .select2-container--default .select2-selection--single .select2-search--inline {
        margin-left: -174px;
    }
    .select2-container .select2-selection--single .select2-selection__rendered {
        margin-left: 6px;
        font-size: 8px;

    }
    .select2-container--default .select2-selection--single .select2-selection__choice {
        margin-left: 6px;
    }
    .select2-container--default .select2-selection--single .select2-selection__choice__display {
        font-size: 8px;

        padding-right: 3px;
    }
    .select2-container .select2-search--inline .select2-search__field {
        margin-top: 3px;
        margin-left: 3px;
    }
    .select2-container--default .select2-search--inline .select2-search__field {
        height: 12px;
        padding-left: 5px;
        padding-bottom: 2px;
    }
    .signup .form_comm .form_row .form_item textarea {
        height: 12px;
    }
    .select2-results__options {
        font-size: 8px;

        padding-left: 6px;
    }
    .select2-container--default .select2-results > .select2-results__options {
        max-height: 118px;
    }
    .select2-results__option {
        padding: 4px;
    }
    .select2-results__option--selectable {
        padding-left: 6px;
        font-size: 8px;

    }
    .select2-dropdown {
        border-radius: 2px;
    }
    /**********************************************************************************************************************/

    /****************** comp_comm ******************/
    .comp_comm .comp_w .comp_txt .tit {
        font-size: 19px;
    }
    .comp_comm .comp_w .comp_txt .desc {
        margin-top: 5px;
        font-size: 8px;
    }
    .comp_comm .comp_w .comp_cont {
        margin-top: 38px;
    }
    .comp_comm .comp_w .comp_cont .cont .cont_box .box_item {
        width: 112px;
    }
    .comp_comm .comp_w .comp_cont .cont .cont_box .box_item img,
    .comp_comm .comp_w .comp_cont .cont .cont_box .box_item .img {
        width: 59px;
    }
    .comp_comm .comp_w .comp_cont .cont .cont_box .box_item p {
        margin-top: 5px;
        font-size: 8px;
        min-height: 24px;
    }

    .comp_comm .comp_w .comp_cont .cont .cont_box .box_item.arrow {
        width: 14px;
        padding-bottom: 24px;
    }
    .comp_comm .comp_w .btn_w {
        margin-top: 12px;
    }
    .comp_comm .comp_w .btn_w a {
        padding: 4px 12px;
        font-size: 10px;
        margin: 0 2px;
    }

}



/* skeleton_w */
@keyframes loading {
    0% {
        left: -30px;
    }
    50%,
    100% {
        left: 100%;
    }
}

.skeleton_area {
    display: none;
}
.skeleton_w .skeleton_area {
    display: block;
    position: absolute;
    z-index: 98;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    background: #F0F0F0;
}
.skeleton_w .skeleton_area::before {
    display: block;
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 200px;
    height: 100%;
    background: linear-gradient(90deg, rgba(240, 240, 240, 0) 0%, #F6F7FB 51.04%, rgba(240, 240, 240, 0) 100%);
    animation: loading 2s infinite linear;
}
.skeleton_w .skeleton_area.no_lean::before {
    display: none;
}
/* pd list 공통 스켈레톤 */
.pd_list_comm .pd_item.skeleton_w .badge_w {
    display: none;
}
.pd_list_comm .pd_item.skeleton_w .pd_img,
.pd_list_comm .pd_item.skeleton_w .pd_txt {
    position: relative;
}
.pd_list_comm .pd_item.skeleton_w .pd_tit {
    visibility: hidden;
}
.pd_list_comm .pd_item.skeleton_w .pd_txt .skeleton_area {
    display: flex;
    background: none;
}
.pd_list_comm .pd_item.skeleton_w .pd_txt .skeleton_area .skeleton_item.tit {
    flex-grow: 1;
    padding: 4px 0;
    margin-right: 8px;
}
.pd_list_comm .pd_item.skeleton_w .pd_txt .skeleton_area .skeleton_item.tit .skeleton_item_row {
    display: block;
    height: 18px;
    background: #F0F0F0;
}
.pd_list_comm .pd_item.skeleton_w .pd_txt .skeleton_area .skeleton_item.tit .skeleton_item_row:nth-child(2) {
    max-width: 160px;
    margin-top: 8px;
}
.pd_list_comm .pd_item.skeleton_w .pd_txt .skeleton_area .skeleton_item.ico {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #F0F0F0;
}
.main .main_banner .main_slider .slider_item.skeleton_w .slider_img {
    visibility: hidden;
}
.main .rtc .theme_pd_list .pd_item.skeleton_w .pd_txt {
    min-height: 54px;
}
.q_search_w .q_result .result_pd_list .pd_list .pd_item.skeleton_w .pd_txt {
    min-height: 54px;
}
/****************/


@media (max-width: 1300px) {
    .skeleton_w .skeleton_area::before {
        width: 15.38vw;
    }
    .pd_list_comm .pd_item.skeleton_w .pd_txt .skeleton_area .skeleton_item.tit {
        padding: 0.3vw 0;
        margin-right: 0.61vw;
    }
    .pd_list_comm .pd_item.skeleton_w .pd_txt .skeleton_area .skeleton_item.tit .skeleton_item_row {
        height: 1.38vw;
    }
    .pd_list_comm .pd_item.skeleton_w .pd_txt .skeleton_area .skeleton_item.tit .skeleton_item_row:nth-child(2) {
        max-width: 12.3vw;
        margin-top: 0.61vw;
    }
    .pd_list_comm .pd_item.skeleton_w .pd_txt .skeleton_area .skeleton_item.ico {
        width: 2.46vw;
        height: 2.46vw;
    }
    .main .rtc .theme_pd_list .pd_item.skeleton_w .pd_txt {
        min-height: 4.15vw;
    }
    .q_search_w .q_result .result_pd_list .pd_list .pd_item.skeleton_w .pd_txt {
        min-height: 4.15vw;
    }
}

@media (max-width: 768px) {
    .skeleton_w .skeleton_area::before {
        width: 118px;
    }
    .pd_list_comm .pd_item.skeleton_w .pd_txt .skeleton_area .skeleton_item.tit {
        padding: 2px 0;
        margin-right: 5px;
    }
    .pd_list_comm .pd_item.skeleton_w .pd_txt .skeleton_area .skeleton_item.tit .skeleton_item_row {
        height: 11px;
    }
    .pd_list_comm .pd_item.skeleton_w .pd_txt .skeleton_area .skeleton_item.tit .skeleton_item_row:nth-child(2) {
        max-width: 95px;
        margin-top: 5px;
    }
    .pd_list_comm .pd_item.skeleton_w .pd_txt .skeleton_area .skeleton_item.ico {
        width: 19px;
        height: 19px;
    }
    .main .rtc .theme_pd_list .pd_item.skeleton_w .pd_txt {
        min-height: 32px;
    }
    .q_search_w .q_result .result_pd_list .pd_list .pd_item.skeleton_w .pd_txt {
        min-height: 32px;
    }
}



/*
 *
 *    Safari 이슈 우선 임시 처리
 *
 */
.header2 .gnb_dd_w .gnb_dd_item[data-num='3'] .dd_align.left .gnb_list .gnb_item.depth2:first-child .gnb_depth3_list,
.header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w[data-num='3'] .tab_cont.left .tab_cont_item:first-child > ul {
    width: 672px;
}

@media (max-width:1500px) {
    .header2 .gnb_dd_w .gnb_dd_item[data-num='3'] .dd_align.left .gnb_list .gnb_item.depth2:first-child .gnb_depth3_list,
    .header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w[data-num='3'] .tab_cont.left .tab_cont_item:first-child > ul {
        width: 552px;
    }
}

@media (max-width:1300px) {
    .header2 .gnb_dd_w .gnb_dd_item[data-num='3'] .dd_align.left .gnb_list .gnb_item.depth2:first-child .gnb_depth3_list,
    .header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w[data-num='3'] .tab_cont.left .tab_cont_item:first-child > ul {
        width: 42.46vw;
    }
}

@media (max-width:768px) {
    .header2 .gnb_dd_w .gnb_dd_item[data-num='3'] .dd_align.left .gnb_list .gnb_item.depth2:first-child .gnb_depth3_list,
    .header2 .gnb_dd_w .gnb_dd_item.all_menu .r_tab_cont .tab_cont_w[data-num='3'] .tab_cont.left .tab_cont_item:first-child > ul {
        width: 326px;
    }
}

