*{
	margin: 0;
	padding: 0;
}

body {
	min-width: 1140px;
	margin: 0;
	padding: 0;
	background: #fff;
	color: #333333;
	font-size: 16px;
	font-weight: normal;
	font-family: "Open Sans", sans-serif;
	line-height: normal;
}

ul{
	padding: 0px;
	margin: 0px;
}

div{
	padding: 0px;
	margin: 0px;
}

img{
	padding: 0px;
	margin: 0px;
}

/*--------------------------------------------------------------
# header
--------------------------------------------------------------*/

#coupang_header{
	padding-top: 20px;
}

.header_wrap{
	max-width: 1140px;
    margin: 0 auto;
}

.head_box{
	text-align: center;
	position: relative;
	padding-top: 50px;
}

.head_right_item{
	display: flex;
	position: absolute;
	right: 0px;
	top: 0px;
}

.head_right_element{
    margin-left: 20px;
    text-align: right;
    /* width: 60px; */
    font-size: 0.86rem;
    color: #999999;
    cursor: pointer;
    /* transition: 0.3s; */
}

.add_right_head_on{
	font-weight: 600 !important;
	color: #333333 !important;
}

.head_right_element:hover{
	font-weight: 600;
	color: #333333;
	/* transition: 0.3s; */
}

.coupang_logo_box{
	position: relative;
    padding-bottom: 40px;
}

.coupang_logo_box a{
	padding: 0px;
	margin: 0px;
}

.coupang_logo_box img{
	display: inline-block;
}

.coupang_logo_box p{
	position: relative;
    top: -18px !important;
	right: -4px;
	display: inline-block;
	font-size: 2.4rem;
	margin: 0px !important;
}

/* .logo_sub_title{ */
    /* position: relative; */
    /* top: 8px !important; */
    /* right: -4px; */
    /* display: inline-block; */
    /* font-size: 2.4rem; */
    /* margin: 0px !important; */
/* } */

.logo_sub_title{
position: relative;
    top: 4px !important;
    /* right: -4px; */
    display: block;
    font-size: 2rem;
    margin: 0px !important;
}

.nav_category_box{
	position: relative;
	/* right: 46px; */
	text-align: center;
	height: 79px;
	border-bottom: 1px solid #ededed;
	border-top: 1px solid #ededed;
	margin-bottom: 40px;
	overflow: hidden;
}

.nav_category_box ul {
    position: relative;
    right: 0px;
    display: flex;
    max-width: 1140px;
    margin: 0 auto;
    justify-content: space-between;
	width:100%;
	height:100%;
}

.nav_category_box ul li{
	text-align: center;
	/* line-height: 76px; */
	max-width: 100%;
	display: inline-block;
	transition: 0.3s;
	cursor: pointer;
	position:relative;
	
	/* width:100%; */
	height:100%;
}
.nav_category_box ul li a{
	display: inline-block;
	font-size: 1.1rem;
    color: #777777;
	font-weight: 300;
	text-decoration: none;
	height:100%;
	line-height: 76px;
}

.on_nav a{
	color: #333333 !important;
	font-weight: 600 !important;
}


.nav_category_box ul li a:hover{
	color: #333333;
	/* text-decoration:underline; */
	/* font-weight: 500; */
	/* transition: 0.3s; */
	border-bottom: 1px solid #333333;
}


/*--------------------------------------------------------------
# 팝업
--------------------------------------------------------------*/

 /* 메인 임시 팝업 */
#pop{
	/* opacity:0;     */
	/* visibility: hidden; */
}

.open_popup {
    box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.3);
    transform: translateX(-50%);
    border-radius: 0rem;
    width: 800px;
    position: absolute;
    left: 50%;
    top: 140px;
    /* position: fixed; */
    /* top: 17%; */
    /* left: 10%; */
    z-index: 50;
}
.open_popupInner {
    overflow: hidden;
    border-radius: 0rem;
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.open_popupInner:after {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0rem;
    border: 1px solid #111;
    border-top-color: #111;
    border-top-style: solid;
    border-top-width: 1px;
    border-right-color: #111;
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: #111;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: #111;
    border-left-style: solid;
    border-left-width: 1px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    pointer-events: none;
    content: "";
    z-index: 30;
}

.opslidebox{
	width: 100%;
    position: relative;
    text-align: center;
	background:#fff;
}

.open_popup .open_popup_cont {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    position: relative;
    text-align: center;
}
.open_popup .open_popup_cont img {
    top: 0rem;
    left: 0rem;
    max-width: 100%;
    display: block;
    position: relative;
    z-index: 10;
}
.open_popup .close {
    opacity: 1;
    background: #111;
    width: 100%;
    height: 40px;
    position: relative;
}

.open_popup .close:hover{opacity:1!important;}
.open_popup .close #close {
    position: absolute;
    z-index: 110;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
    width: 30px;
    height: 30px;
    background-image: url(../img/popcl.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.open_popup .close #close:hover{text-decoration:underline;}

/*--------------------------------------------------------------
# 荑좏뙜 �쒗뵆�쇱씠�� 硫붿씤�섏씠吏� body
--------------------------------------------------------------*/
.nav_noMar{margin-bottom: 0px !important;}

/* .main_img{ */
	/* width: 100%; */
	/* max-width: 100%; */
	/* height: 800px; */
	/* background-size:100%; */
	/* background-position: center; */
	/* background-size: cover; */
	/* background-image: url(../Img/main_img_03.png); */
/* } */

/* .main_img img{ */
	/* width: 100%; */
	/* max-width: 100%; */
/* } */


/*--------------------------------------------------------------
# 荑좏뙜 �쒗뵆�쇱씠�� Purchase body
--------------------------------------------------------------*/

#contentBox_01{
	display: block;
}

#contentBox_02{
	display: none;
}

#contentBox_03{
	display: none;
}

/*--------------------------------------------------------------
# 荑좏뙜 �쒗뵆�쇱씠�� �곸꽭�섏씠吏� body
--------------------------------------------------------------*/

.c_container_wrap{
	max-width: 1140px;
    margin: 0 auto;
}

.c_container{
	display: flex;
}

.bg_area{
	width: 40%;
	max-width: 100%;
	overflow: hidden;
	margin-right: 20px;
}

.text_area{
	width: 60%;
	max-width: 100%;
}

.text_left{
	text-align: left !important;
}

/*--------------------------------------------------------------
# 荑좏뙜 �쒗뵆�쇱씠 faq body
--------------------------------------------------------------*/


#faq {
	width: 100%;
	/* padding: 60px 0; */
	overflow: hidden;
}

#faq #faq-list {
	padding: 0;
	list-style: none;
}

#faq #faq-list a {
	padding: 24px 0;
	display: block;
	position: relative;
	font-size: 1.1rem;
	font-weight: 600;
	color: #000;
}

#faq #faq-list i {
	font-size: 24px;
	position: absolute;
	right: 0;
	top: 20px;
}

#faq #faq-list p {
	text-align: left;
    font-size: 15.5px;
    color: #777777;
    line-height: 26px;
    letter-spacing: -0.4px;
	margin-bottom: 20px;
}

#faq #faq-list a.collapse {
	color: #000 !important;
}

#faq #faq-list a.collapsed {
	color: #000 !important;
}

#faq #faq-list a.collapsed i::before {
	content: "\f2c7" !important;
}

.mail_link{
	display: inline-block !important;
}

.mail_link a{
	padding: 0 !important;
	display: inline-block !important;
	font-weight: normal !important;
	font-size: 15.5px !important;
    color: #777777 !important;
    letter-spacing: -0.4px !important;
	color: #333333 !important;
}

/*--------------------------------------------------------------
# main body
--------------------------------------------------------------*/

.intro_wrap{
	text-align: center;
	max-width: 1140px;
    margin: 0 auto;
}

.intro_img{
	display: inline-block;
}
.intro_img img{
	max-width:100%;
	display: block;
}

.legal_text_wrap{
	max-width: 1140px;
    margin: 0 auto;
}

.top_text_box{
	text-align: center;
	padding-top: 50px;
    /* padding-bottom: 30px; */
	/* border-bottom: 2px solid #333333; */
}

.none_border_bottom{
	border-bottom: none !important;
}

.text_title{
	text-align: center;
	font-size: 2.62rem;
	font-weight: lighter;
	color: #333333;
}

.common_add_text_center{
	text-align: center;
	font-size: 16px;
	color: #777777;
	letter-spacing: -0.4px;
	/* padding-bottom: 20px; */
}

.text_body_box{
	padding-bottom: 60px;
}

.common_text{
	text-align: left;
	font-size: 15.5px;
	color: #777777;
    line-height: 26px;
	/* letter-spacing: -0.4px; */
}

.common_text span{
	color: black;
	font-weight: 600;
}

.common_text a{
	color: #333333;
}

.add_cText_600{font-size: 1.1rem; color: black;font-weight: 600;}

.common_600_text{
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	color: #333333;
	line-height: 40px;
	/* padding-bottom: 28px; */
}

.sub {font-size:14.5px; line-height:22px; padding:10px 0 0 20px;}



.top_select_bar_box{
	display: flex;
	padding-top: 20px;
}

.top_select_bar_item {
    letter-spacing: -0.4px;
    text-align: center;
	width:100%;
    font-size: 22px;
    font-weight: lighter;
    color: #777777;
    cursor: pointer;
    height: 60px;
    line-height: 56px;
}

.top_select_bar_item:hover{
	font-weight: normal;
	color: #333333;
	trnasition: 0.3;
}

.top_on_select_border{
	border-bottom: 2px solid #333333;
}

.top_on_select_border_bottom{	
	border-bottom: 1px solid #dddddd;
}

.top_on_select_font{
	font-weight: normal;
	color: #333333;
}

.area_title_box{
	padding-top: 40px;
	padding-bottom: 30px;
}

#top_contentBox_01{
	display: block;
}

#top_contentBox_02{
	display: none;
}

#top_contentBox_03{
	display: none;
}

#top_contentBox_04{
	display: none;
}

#second_contentBox_02{
	display: none;
}







.second_select_bar_box{
	display: flex;
	padding-top: 20px;
}

.second_select_bar_item{
	text-align: center;
	width: 50%;
	font-size: 24px;
    font-weight: lighter;
    color: #777777;
	cursor: pointer;
	trnasition: 0.3;
	height: 60px;
	line-height: 56px;
}

.second_select_bar_item:hover{
	font-weight: normal;
	color: #333333;
	trnasition: 0.3;
}

.second_on_select_border{
	border-bottom: 2px solid #333333;
}

.second_on_select_border_bottom{	
	border-bottom: 1px solid #dddddd;
}

.second_on_select_font{
	font-weight: normal;
	color: #333333;
}










.select_bar_box{
	display: flex;
	/* padding-top: 30px; */
}

.select_bar_item{
	text-align: center;
	width: 33.33333333%;
	font-size: 15.5px;
    color: #777777;
	cursor: pointer;
	trnasition: 0.3;
	height: 60px;
	line-height: 56px;
}

.select_bar_item:hover{
	font-weight: 600;
	color: #333333;
		trnasition: 0.3;
}

.on_select_border{
	border-bottom: none;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
}

.on_select_border_bottom{
	border-bottom: 1px solid #dddddd;
	border-top: 1px solid #fff;
}

.on_select_font{
	font-weight: 600;
	color: #333333;
}

.middle_text_box{
	padding-top: 60px;
    padding-bottom: 70px;
	border-bottom: 2px solid #ededed;
}

.icon_text_box{
	display: flex;
}

.icon_circle_box{
	width: 110px ;
}

.wid500{width: 1316px;}

.add_bule span{
	color: black !important;
}
.icon_circle{
	display: inline-block;
	text-align: center;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background-color: #ededed;
}

.table_text_box{
	padding-bottom: 28px;
	border-bottom: 1px solid #ededed;
}

.table_top_text{
	display: flex;
}

.middle_text_box{
	padding-top: 54px;
    padding-bottom: 70px;
	border-bottom: 2px solid #ededed;
}

.bottom_text_box{
	padding-top: 60px;
    padding-bottom: 100px;
}
/*-----
# add_source
-------*/
.hei320{height:320px;}


.wid268{width: 268px;}
.wid257{width: 257px;}
.wid258{width: 258px;}
.wid127{width: 127px;}
.wid178{width: 178px;}


.wid790{width: 790px;}
.wid468{width: 468px;}
.wid430{width: 430px;}
.wid350{width: 350px !important;}
.wid240{width: 240px;}
.wid200{width: 190px;}
.wid171{width: 171px;}
.wid160{width: 160px;}
.wid140{width: 140px;}
.wid100{width: 100px;}

.wid122{width: 122px;}

.wid100persent{width: 100%;}

.padT6{padding-top: 6px;}
.padT8 {padding-top:8px;}
.padT10{padding-top: 10px;}
.padT12{padding-top: 12px;}
.padT18{padding-top: 18px;}
.padT22{padding-top: 22px;}
.padT24{padding-top: 24px;}
.padT25{padding-top: 25px;}
.padT28{padding-top: 28px;}
.padT30{padding-top: 30px;}
.padT40{padding-top: 40px;}
.padT60{padding-top: 60px;}
.padT_none{padding-top: 0px !important;}

.padB8{padding-bottom: 8px;}
.padB10{padding-bottom: 10px;}
.padB14{padding-bottom: 14px;}
.padB18{padding-bottom: 18px;}
.padB22{padding-bottom: 22px;}
.padB24{padding-bottom: 24px;}
.padB28{padding-bottom: 28px;}
.padB40{padding-bottom: 40px;}
.padB54{padding-bottom: 54px;}
.padB60{padding-bottom: 60px;}
.padB70{padding-bottom: 70px;}
.padB250{padding-bottom: 250px;}
.padB_none{padding-bottom: 0px !important;}

.padL80 {
    padding-left: 20px;
    font-size: 14px !important;
}
.padL100{padding-left: 30px;
font-size: 14px !important;}

.padL130{padding-left: 60px;
font-size: 14px !important;}

.marB26{margin-bottom: 26px;}
.marB24{margin-bottom: 24px;}
.marB22{margin-bottom: 22px;}
.marB20{margin-bottom: 20px;}
.marB6{margin-bottom: 6px;}

.marLR{margin-left: 16px;margin-right: 16px;}
.marLR90{margin-left: 88px;margin-right: 88px;}

.borB_none{border-bottom: none !important;}
.add_borT{border-top: 1px solid #ededed;}
.add_borB{border-bottom: 1px solid #ededed;}

.text_center{text-align: center !important;}
.text_left{text-align: left !important;}

/*--------------------------------------------------------------
# faq body
--------------------------------------------------------------*/

.faq_text_box{
	text-align: left;
	border-bottom: 1px solid #ededed;
}

.common_title_text{
	font-size: 1.1rem;
	font-weight: 600;
	color: #333333;
}

.faq_common_text {
    text-align: left;
    font-size: 16px;
    color: #777777;
    line-height: 26px;
    /* letter-spacing: -0.4px; */
}

/*--------------------------------------------------------------
# privacy
--------------------------------------------------------------*/

.privacy_text_box{
	text-align: left;
	border-bottom: 1px solid #ededed;
}

.privacy_common_text {
    text-align: left;
    font-size: 16px;
    color: #777777;
    line-height: 26px;
    letter-spacing: -0.4px;
}

.privacy_table_box{
	display: flex;
	border-bottom: 1px solid #ededed;
}

/*--------------------------------------------------------------
# footer
--------------------------------------------------------------*/

#footer{
	background-color: #f2f2f2;
	padding-top: 46px;
	padding-bottom: 60px;
}

.footer_box{
	text-align: center;
	max-width: 1140px;
	margin: 0 auto;
}

.ftlink{
	display:block;
	text-align:center;
}
.ftlink a {
    text-decoration: underline;
    font-size: 16px;
    letter-spacing: -0.4px;
    font-weight: 600;
    color: #223c59;
}
.f_item_box{
	display: inline-block;
}

.f_item{
	display: inline-block;
	color: #333333;
	font-size: 0.92rem;
	cursor: pointer;
}

.f_item a{
	color: #333333;
	text-decoration: none;
}

.f_item a:hover{
	text-decoration: underline;
}

.f_itemvoid{
	width: 50px;
	display: inline-block;
}

.reserved_text{
	color: #777777;
	font-size: 0.82rem;
}


/*--------------------------------------------------------------
# 異붽��띿뒪�� css
--------------------------------------------------------------*/

.add_text_box{
	padding-bottom: 10px;
}

li {
	list-style:none;
	text-align: left;
    font-size: 15.5px;
    color: #777777;
    line-height: 26px;
}

.sub_txt li{
    font-size: 14.5px;
    line-height: 22px;
}

.bold {
    font-weight: 600;
    color: #222;
}

.worldtable table td{
	width:33.333333333%;
	text-align:left;
	padding: 10px 10px 10px 10px;
}
.worldtable table th{
	width:33.333333333%;
	text-align:left;
	padding: 10px 10px 10px 10px;
}

.table_title {text-align:center; padding-bottom:18px;}
.common_table {width:100%; border:1px solid #ddd; text-align:center;}
.common_table thead {
    /* border-bottom: 1px solid #222; */
    background-color: #f5f5f5;
    padding: 10px 0;
}

.common_table th { border-right:1px solid #ddd;border-bottom: 1px solid #222;padding:10px 6px 10px 6px;font-size: 15px;}
.common_table td {  border-right:1px solid #ddd; border-bottom:1px solid #ddd;padding: 10px 6px 10px 6px;    font-size: 14px;}
