﻿@charset "UTF-8";

/* font */
@font-face {
  /*font-family: 'SamsungSharpSans-Bold';*/
    font-family: 'SamsungSharpSans';
    font-weight:600;    
    src: url('../font/SamsungSharpSans-Bold.woff') format('woff'); /* Modern Browsers */    
    font-style: normal;
}

@font-face {
  /*font-family: 'SamsungOne-400';*/
    font-family: 'SamsungOne';
    font-weight: 400;
    src: url('../font/SamsungOne-400.eot'); /* IE9 Compat Modes */
    src: url('../font/SamsungOne-400.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../font/SamsungOne-400.woff') format('woff'), /* Modern Browsers */
         url('../font/SamsungOne-400_v1.0.ttf') format('truetype'); /* Safari, Android, iOS */
}

@font-face {
  /*font-family: 'SamsungOne-700';*/
    font-family: 'SamsungOne';
    font-weight: 700;
    src: url('../font/SamsungOne-700.eot'); /* IE9 Compat Modes */
    src: url('../font/SamsungOne-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../font/SamsungOne-700.woff') format('woff'), /* Modern Browsers */
         url('../font/SamsungOne-700_v1.0.ttf') format('truetype'); /* Safari, Android, iOS */
}

@font-face {
  /*font-family: 'SamsungOne-800';*/
    font-family: 'SamsungOne';
    font-weight: 800;
    src: url('../font/SamsungOne-800.eot'); /* IE9 Compat Modes */
    src: url('../font/SamsungOne-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../font/SamsungOne-800.woff') format('woff'), /* Modern Browsers */
         url('../font/SamsungOne-800_v1.0.ttf') format('truetype'); /* Safari, Android, iOS */
}

@font-face {
  /*font-family: 'SamsungOneKorea-400';*/
    font-family: 'SamsungOneKorea';
    font-weight: 400;
    src: url('../font/SamsungOneKorea-400.eot'); /* IE9 Compat Modes */
    src: url('../font/SamsungOneKorea-400.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../font/SamsungOneKorea-400.woff') format('woff'), /* Modern Browsers */
         url('../font/SamsungOneKorea-400.ttf') format('truetype'); /* Safari, Android, iOS */
}

@font-face {
  /*font-family: 'SamsungOneKorea-500';*/
    font-family: 'SamsungOneKorea';
    font-weight: 500;
    src: url('../font/SamsungOneKorea-500.eot'); /* IE9 Compat Modes */
    src: url('../font/SamsungOneKorea-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../font/SamsungOneKorea-500.woff') format('woff'), /* Modern Browsers */
         url('../font/SamsungOneKorea-500.ttf') format('truetype'); /* Safari, Android, iOS */
}

@font-face {
  /*font-family: 'SamsungOneKorea-600';*/
    font-family: 'SamsungOneKorea';
    font-weight: 600;
    src: url('../font/SamsungOneKorea-600.eot'); /* IE9 Compat Modes */
    src: url('../font/SamsungOneKorea-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../font/SamsungOneKorea-600.woff') format('woff'), /* Modern Browsers */
         url('../font/SamsungOneKorea-600.ttf') format('truetype'); /* Safari, Android, iOS */
}

/* reset */
html,body{height:100%}
body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea,button,select{margin:0;padding:0}
input,textarea,select,button,table{font-size:14px}
dt,dd,th,td{line-height:1.7em;font-weight:normal;text-align:left}
td div{line-height:normal}
img,fieldset{border:none}
ul,ol{list-style:none}
em,address{font-style:normal}
a{color:#000;text-decoration:none}
td a{color:#2e7dab}
td a:hover{color:#2c6279}
a:hover,a:active,a:focus{/*color:#3978e2*/}
img{vertical-align:top}
label input{margin-right:3px;vertical-align:middle}
td input,td select,td img{vertical-align:middle}
caption, legend{width:0;height:0;overflow:hidden;text-indent:-9999px}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
legend{display:none}
ol, ul{list-style:none}
table{border-collapse:collapse;border-spacing:0}
body{font-family:'SamsungOne', Arial, sans-serif;font-weight:400;font-size:15px;color:#222;line-height:1.2}

#skipnav{position:fixed;z-index:6000;left:0px;top:0px;width:100%}
#skipnav a{display:block;height:1px;overflow:hidden}
#skipnav a:focus, #skipnav a:active{width:100%;height:30px;color:#fff;font-weight:bold;line-height:30px;text-align:center;text-decoration:underline;background-color:#0d2da2}

/* common */

/* header */
#wrap{position:relative;width:100%}
#header{z-index:100;width:100%;height:98px}
#header.newwin_header{height:75px;background:#fff}
#header .header_inner{position:relative;margin:0 auto;max-width:1440px;z-index:500}
.logo {position:absolute;top:26px;left:20px}
/* 2023-04-20 Logo
.logo a{display:block;width:222px;height:46px;overflow:hidden;background:url(../images/common/logo.png) no-repeat 0 0;text-indent:-9999em;cursor:pointer}*/
.logo a{display:block;width:222px;line-height:1.2;overflow:hidden;font-size:20px;color:#000;font-weight:700;font-family:SamsungSharpSans;cursor:pointer}
.logo.turkey_logo a{width:360px}
.logo a strong{display:block}
#header.newwin_header .logo {top:12px}
/*#header.newwin_header .logo a{background:url(../images/common/logo.png) no-repeat 0 0}*/
.gnb{float:right;margin-top:46px;margin-right:20px}
.menu{float:left}
.menu > li{position:relative;float:left;padding-left:36px}
.menu > li:first-child{padding-left:0}
.menu > li a{position:relative;font-weight:700;font-size:17px;color:#000}
.menu > li a:hover, .menu > li a:focus, .menu > li a:active, .menu > li a.on:hover, .menu > li a.on:focus, .menu > li a.on:active{color:#005cc3}
.menu > li a.on{color:#222}
.menu > li > a{padding:0 10px}
.menu > li > a.on::after{content:'';display:inline-block;position:absolute;top:50px;left:0;height:3px;width:100%;background-color:#0a7cd4}
.submenu_bar{z-index:100;display:none;position:absolute;left:0;right:0;top:98px;height:160px;border-top:1px solid #e6e6e6;border-bottom:1px solid #e6e6e6;background:#ffffff}
.submenu{z-index:101;display:none;position:absolute;padding:50px 0 30px;left:0;right:0;padding-left:36px}
.menu > li:first-child .submenu{padding-left:0}
.submenu > li{display:block;margin-top:10px}
.submenu > li a{position:relative;display:block;text-align:center;font-weight:400;line-height:1.7;font-size:15px;color:#000}
.submenu > li a:hover, .submenu > li a:focus, .submenu > li a:active, .submenu > li a.on:hover, .submenu > li a.on:focus, .submenu > li a.on:active{color:#005cc3}

.menu_fix .submenu_bar{position:fixed;top:62px;height:180px !important;background-color:rgba(23,23,23,0.8) !important}
.menu_fix .submenu{padding:30px 0;padding-left:90px}
.menu_fix .menu > li:first-child .submenu{padding-left:0}
.menu_fix .submenu > li{display:block;margin-top:10px}

.toplink{float:left}
.t_btn_login{display:inline-block;margin-left:70px;margin-top:-4px}
.t_btn_login a{display:inline-block;width:82px;height:26px;overflow:hidden;background-color:#1146d3;color:#fff;font-size:14px;text-align:center;line-height:26px}
.t_btn_login a:hover, .t_btn_login a:focus,.t_btn_login a:active{text-decoration:underline}

.menu_fix{position:fixed;top:0;z-index:900;height:62px !important;background-color:rgba(23,23,23,0.8) !important}
.menu_fix li a.on::after{content:'';display:inline-block;position:absolute;top:23px;height:2px;background-color:#f1f1f1}

.menu_fix .logo{display:none}
.menu_fix .gnb{margin-top:20px;clear:both}
.menu_fix .gnb .menu{position:absolute;top:20px;left:50%;margin-left:-480px}
.menu_fix .gnb .menu > li{padding-left:90px}
.menu_fix .gnb .menu > li:first-child{padding-left:0}
.menu_fix .gnb .menu > li a{color:#fff}
.menu_fix .gnb .menu > li a:hover, .menu_fix .gnb .menu > li a:focus{color:#fff;text-decoration:underline}
.menu_fix .t_btn_login{display:none}

.wrap_personal{float:left;position:relative;margin-left:67px;margin-top:0px}
.wrap_personal .box{border-bottom:1px solid #969697;padding-bottom:7px;min-height:24px;box-sizing:border-box}
.wrap_personal .box li{display:table-cell;padding-right:10px;background:url(../images/common/arw_personal.png) no-repeat 100% 50%}
.wrap_personal .txt_id{display:inline-block;width:130px;font-size:12px;color:#000;line-height:1.2;padding:0 5px 0 24px;vertical-align:middle;background:url(../images/common/ico_personal.png) no-repeat 0 45%;word-break:break-all;font-weight:700;letter-spacing:-0.01em}

.menu_fix .wrap_personal{margin-top:0px;margin-right:20px}
.menu_fix .box{border-bottom:1px solid #7c7e7f}
.menu_fix .txt_id{color:#fff;font-weight:400;background:url(../images/common/ico_personal2.png) no-repeat 0 45%}
.menu_fix .box li{background:url(../images/common/arw_personal2.png) no-repeat 100% 50%}

.wrap_personal .personal_box{position:absolute;/*top:23px;*/right:0;margin-top:-5px;width:169px;background-color:#000;padding:11px 13px;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:none}
.personal_box a{position:relative;display:block;color:#fff;font-size:12px;letter-spacing:0.05em;padding-bottom:9px}
.personal_box li:last-child a{padding-bottom:0px}
.personal_box a:hover,.personal_box a:focus,.personal_box a:active{text-decoration:underline}
.personal_box a em{color:#fff330;text-decoration:underline;padding-left:1px;font-weight:bold}
.personal_box a:after{content:'';display:block;position:absolute;top:3px;right:0;width:4px;height:8px;background:url(../images/common/bg_personal_arw.png) no-repeat 0 0}
.personal_box a:hover:after,.personal_box a:focus:after,.personal_box a:active:after{background:url(../images/common/bg_personal_arw.png) no-repeat 0 100%}
.gnb:after{content:'';display:block;clear:both}
.personal_menu{display:inline-block}
#header .header_inner,
.breadcrumb ul,
#container h2.page_tit,
#footer .in,
.wrap_sub_menu{max-width:1440px}

.wrap_search{position:relative;float:right;width:36px;height:36px;margin-left:20px}

.open_search, .btn_search{display:inline-block;overflow:hidden;position:absolute;top:-10px;right:0px;width:36px;height:36px;text-indent:-9999em;background:url(../images/common/ico_search.png) no-repeat 50% 50% }
.menu_fix .open_search{top:-7px;background:url(../images/common/ico_search_white.png) no-repeat 50% 50% }

.close_search{overflow:hidden;position:absolute;top:-10px;right:0px;width:45px;height:39px;text-indent:-9999em;background:#272727 url(../images/common/ico_search_close.png) no-repeat 50% 50% }
.menu_fix .close_search{position:absolute;top:-20px;right:1px;width:61px;height:61px;background-color:#1146d4}

.wrap_input{position:absolute;top:29px;right:0px;width:425px;height:52px;background:#fff;border:1px solid #535353;-webkit-box-shadow: 10px 8px 24px -4px rgba(0,0,0,0.35);-moz-box-shadow: 10px 8px 24px -4px rgba(0,0,0,0.35);box-shadow: 10px 8px 24px -4px rgba(0,0,0,0.35)}
.menu_fix .wrap_input{top:41px}
.wrap_input input{border:none;width:calc(100% - 39px);height:52px;line-height:52px;padding-left:12px;vertical-align:top;box-sizing:border-box}
.wrap_input .btn_search{height:52px;width:39px;top:0;right:0}


/* container */
#container{width:100%;margin-bottom:30px;position:relative;overflow:hidden}
.sub_visual{max-width:1440px;position:relative;margin:0 auto}
.sub_visual span{display:block;position:absolute;top:1px;right:-25px;width:876px;height:328px}
.sub_visual .sv1{background:url(../images/common/img_subvisual1.png) no-repeat 0 0}
.sub_visual .sv2{background:url(../images/common/img_subvisual2.png) no-repeat 0 -25px}
.sub_visual .sv3{background:url(../images/common/img_subvisual3.png) no-repeat -40px -30px}
.sub_visual .sv4{background:url(../images/common/img_subvisual4.png) no-repeat 20px 5px}
.sub_visual .sv5{background:url(../images/common/img_subvisual5.png) no-repeat 85px -20px}
.breadcrumb{width:100%;height:35px;border-top:1px solid #e4e4e4}
.breadcrumb div{position:relative;margin:0 auto;max-width:1440px;padding:7px 0 0 20px;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.breadcrumb div a, .breadcrumb div em{float:left;line-height:28px;font-size:13px}
.breadcrumb .ico_home{float:left;overflow:hidden;width:13px;height:11px;margin-top:8px;background:url(../images/common/ico_breadcrumb.png) no-repeat 0 0;text-indent:-999em}
.breadcrumb .ico_arw{float:left;width:18px;height:7px;margin-top:11px;background:url(../images/common/ico_breadcrumb.png) no-repeat 7px -23px;text-indent:-999em}
.page_tit{position:relative;clear:both;margin:0 auto;max-width:1440px;height:160px;overflow:hidden;padding:56px 20px 0 20px;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.page_tit h2{font-weight:800;font-size:56px;color:#222;letter-spacing:-0.02em}

.newwin{min-height:100%;margin-bottom:0 !important;padding-bottom:50px;background:#f4f4f4}
.newwin .page_tit{height:auto;padding:56px 20px 29px 20px}
.newwin .page_tit h2{font-size:37px}
.newwin .page_tit h2 span{display:block;font-size:18px;padding-top:10px;letter-spacing:0}

/* contents */
#contents{position:relative;margin:0 auto;max-width:1440px;padding:60px 20px 0 20px;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-weight:400}

.newwin #contents{background:#fff;padding:10px 30px 0 30px}

/* footer */
#footer{clear:both;width:100%;padding:25px 0 0 0;height:80px;background:#363636}
#footer .in{position:relative;margin:0 auto;max-width:1440px}
#footer .sitemap{padding-left:20px;color:#fff}
#footer .sitemap p{padding-bottom:6px;font-weight:700;font-size:15px}
#footer .sitemap ul{font-weight:400;font-size:14px}
#footer .sitemap ul li{float:left;position:relative;padding:0 12px 0 12px}
#footer .sitemap ul li:first-child{padding-left:0}
#footer .sitemap ul li:after{content:'';width:1px;height:10px;background-color:#5e5e5e;overflow:hidden;position:absolute;top:3px;right:0}
#footer .sitemap ul li:last-child:after{display:none}
#footer .sitemap ul li a{color:#fff}
#footer .sitemap ul li a:hover,#footer .sitemap ul li a:focus{text-decoration:underline}

#footer .site_link {position:absolute;right:62px;top: 0;}
#footer .site_link .dropbtn, .dropbtn_none {line-height:22px;padding: 0 18px 0 13px;background:#363636;border:1px solid #525252;color: #cbcbcb;font-size: 13px;text-align: center;cursor: pointer;background: url(../images/common/ico_sitelink_arw.png) no-repeat 90% 50%;}
#footer .site_link .dropbtn:hover, .dropbtn:focus {text-decoration:underline;}
#footer .site_link .dropdown {position: relative;display: inline-block;padding: 0;/* background: url(../images/common/ico_sitelink_arw.png) no-repeat 0 0; */}
.dropdown-content {display: none;position: absolute;top: -125px;background-color: #363636;min-width: 160px;z-index: 999;border: 1px solid #525252;padding: 5px 5px;font-size:12px;}
.dropdown-content a {color:#cbcbcb; padding: 2px 5px; text-decoration: none; display: block;}
.dropdown-content a:hover {background-color: #ddd; color:#333;}
.show {display:block;} 
#footer .copy{position:absolute;top:52px;left:20px;font-size:13px;letter-spacing:-0.03em;color:#cbcbcb}


#footer button.wtop{display:block;position:absolute;width:50px;height:33px;top:1px;right:0;border:none;background:url("../images/common/arw_btn_top.png") no-repeat 50% 0; cursor:pointer;color:#fff;font-size:12px;text-align:center;font-weight:400;opacity:.7}
.mtop_wrap{display:none}

.none{display:none}
.block{display:block}

/* cookie modal */
.fullscreen.none { display:none !important}
.fullscreen.visible { opacity: 1 ; pointer-events: all;}
.fullscreen { background: rgba(0,0,0,.7) ; display: flex ; align-items: flex-end; justify-content: center ; padding: 0; position: fixed ; overflow: hidden ; z-index: 9000 ; width: 100% ; left: 0 ; bottom: 0 ; right: 0 ; opacity: 0 ; pointer-events: none ; -webkit-transition: all .4s ease-in-out ; transition: all .4s ease-in-out; display:none}
/*.fullscreen { background: rgba(0,0,0,.7) ; display: flex ; align-items: center ; justify-content: center ; padding: 10vh 10vw; position: fixed ; overflow: hidden ; z-index: 9000 ; width: 100% ; height: 100% ; top: 0 ; left: 0 ; bottom: 0 ; right: 0 ; opacity: 0 ; pointer-events: none ; -webkit-transition: all .4s ease-in-out ; transition: all .4s ease-in-out;}*/
.fullscreen, .fullscreen * { -webkit-box-sizing: border-box ; box-sizing: border-box;}
.fullscreen:hover, .slider:hover { -webkit-tap-highlight-color: transparent;}
.fullscreen.visible .content-container { opacity: 1 ; transform: scale(1) ; transition: all .3s ; -webkit-transition: all .3s;}
/*.fullscreen .content-container { background: #f4f4f4 ; border: 1px solid #222 ; max-width: 1200px ; max-height: 80vh ; position: relative ; overflow: hidden ; backface-visibility: hidden ; -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.5) ; box-shadow: 0 0 10px 0 rgba(0,0,0,.5) ; transform: scale(.7) ; opacity: 0 ; transition: all .3s ; -webkit-transition: all .3s;}*/
.fullscreen .content-container { background: #232627 ; color: #fff ; border: 1px solid #222 ; width: 100% ; max-height: 80vh ; position: relative ; overflow: hidden ; backface-visibility: hidden ; -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.5) ; box-shadow: 0 0 10px 0 rgba(0,0,0,.5) ; transform: scale(.7) ; opacity: 0 ; transition: all .3s ; -webkit-transition: all .3s;}
.fullscreen .cookie-banner__head, .fullscreen .cookie-consent__head { padding: 20px 50px 0px;}
.fullscreen .cookie-banner__head h2, .fullscreen .cookie-consent__head h2 { margin: 0;}
.fullscreen .headline-33, .fullscreen .headline-33-light, .fullscreen h1, .fullscreen h2 { font-size: 2.063em ; line-height: 1.231;}
.fullscreen .cookie-banner__body.row, .fullscreen .cookie-consent__body.row { padding: 30px;}
.fullscreen .cookie-banner__body.row, .fullscreen .cookie-banner__form.row, .fullscreen .cookie-consent__body.row, .fullscreen .cookie-consent__form.row { padding: 10px 30px 0;}
.fullscreen .row { position: relative ; margin: 0 auto ; zoom: 1;}
.fullscreen .row:after, .fullscreen .row:before { content: "" ; display: table;}
.fullscreen .row .col { padding: 0px 20px 10px;}
.fullscreen .span12 { text-align:right}
.fullscreen .col { position: relative ; overflow: visible ; display: block;}
.fullscreen .cookie-banner__body.row .col .settings, .fullscreen .cookie-consent__body.row .col .settings { text-decoration:none ; font-weight: 700 ;}
.fullscreen .settings { background:url(images/common/ico_setting.png) 0 50% no-repeat; background-size:26px; padding-left:30px; padding-right:10px; line-height:36px; display:inline-block;  margin-right: 5px;}
.fullscreen .button { line-height: 17px!important;background-color: #1946bd; border: 1px solid #1946bd; color: #fff; display: inline-block ; zoom: 1 ; margin: 0 ; padding: 10px 2em 9px ; font-size: 14px ; border-radius: 2px ; min-height: 29px ; min-height: auto\9 ; font-weight: 700!important ; color: #fff!important ; text-align: center ; vertical-align: middle ; white-space: normal ; word-wrap: normal ; cursor: pointer ; border: 0 ; transition: background .3s ; -webkit-font-smoothing: antialiased;position: relative ; text-transform: uppercase ; outline: 0 ; text-decoration: none;}
.fullscreen .settings:hover,.fullscreen .settings:focus,.fullscreen .settings:active{text-decoration:underline !important}
.fullscreen .button:hover,.fullscreen .button:focus,.fullscreen .button:active{text-decoration:underline}
.fullscreen .txt_link2 {color:#fff;text-decoration:underline;white-space:nowrap}
.fullscreen .txt_link2:hover { text-decoration:none}

@media (max-width:1439px){
  #footer button.wtop{left:100%;margin-left:-60px}
  .newwin{padding-bottom:0}
}

@media (max-width:1279px){
  .wrap_personal{margin-left:50px}
  .wrap_personal .txt_id{width:0px;padding-left:10px;padding-right:10px;text-indent:-9999em}
  .wrap_personal .personal_box{ /*width:120px */}

  .menu_fix .gnb .menu{margin-left:-430px}
}

@media (max-width:1200px){
  .menu > li{padding-left:20px}
  .menu > li a{font-size:16px}
  .t_btn_login{margin-left:20px}
  .t_btn_login a{width:60px}
  .submenu{padding-left:20px}
  .submenu > li a{line-height:1.5;font-size:14px}
}

@media (min-width:1024px){
  .wrap_mobile_menu{display:none !important}
}

@media (min-width:1025px) and (max-width:1280px){
 .sub_visual span{display:block;position:absolute;top:1px;right:-25px;width:70%;height:328px}
 .sub_visual .sv1, .sub_visual .sv2, .sub_visual .sv3, .sub_visual .sv4, .sub_visual .sv5{background-size:contain}
 .sub_visual .sv1{width:55%}
}

@media (max-width:1023px){
  #header .header_inner,.breadcrumb ul, #container h2.page_tit, #footer .in, .wrap_sub_menu{max-width:100%}
  #header{height:78px;background-color:#fff;z-index:500}
  .menu, .wrap_personal, .t_btn_login, .menu_fix{display:none}
  .wrap_top_main{position:relative;width:100%;height:78px;background-color:#ffffff;z-index:500}
  .newwin_header .wrap_top_main{background-color:#fff}
  .wrap_top{position:relative;width:100%;height:78px;background-color:#fff;z-index:500}
  .logo {position:absolute;top:15px;left:20px}
  /*
  .logo a{display:block;width:184px;height:39px;overflow:hidden;background:url(../images/common/logo_mobile.png) no-repeat 0 0 / contain;text-indent:-9999em;cursor:pointer}
  */
  .logo a{display:block;width:auto;line-height:1.1}
  .logo.turkey_logo a{width:auto;margin-top:4px;font-size:18px;overflow:unset}
  #header.newwin_header .logo{top:16px}
  /*#header.newwin_header .logo a{background:url(../images/common/logo_mobile.png) no-repeat 0 0 / 184px 39px}*/
  .wrap_mobile_menu{position:relative}
  .m_toplink{position:absolute;top:-48px;right:20px;z-index:600}
  .m_toplink .m_btn_menu{display:block;border:0;overflow:hidden;text-indent:-9999em;width:22px;height:18px;background:url('../images/common/ico_m_menu.png') no-repeat 0px 0px / 22px auto;border-radius:0;cursor:pointer}
  .m_toplink .m_btn_menu_close{display:none;border:0;overflow:hidden;text-indent:-9999em;width:18px;height:18px;background:url('../images/common/ico_m_menu.png') no-repeat 100% -22px / 24px auto;border-radius:0;cursor:pointer}
  .wrap_m_menu{display:none;position:absolute;top:-5px;width:100%;background-color:#2f3eaa;z-index:500}
  .wrap_m_menu .txt_id{height:36px;line-height:36px;margin:15px 0 0 22px;padding:0 0 0 45px;font-size:14px;color:#babfed;background:url(../images/common/ico_personal3.png) no-repeat 0 45% / contain}
  .m_main_menu{padding-top:27px;padding-bottom:15px;border-bottom:1px solid #424fb1}
  .m_main_menu a{display:block;position:relative;padding:5px 22px;color:#fff;font-size:16px;letter-spacing:0.02em}
  .m_main_menu a:after{content:'';position:absolute;top:30%;right:20px;display:block;overflow:hidden;width:8px;height:14px;background:url('../images/common/ico_m_menu.png') no-repeat 0px -43px / 24px auto;border-radius:0;cursor:pointer}
  .m_personal_menu{padding-top:12px;padding-bottom:12px}
  .m_personal_menu a{display:block;position:relative;padding:4px 22px;color:#fff;font-size:14px}
  .m_personal_menu a em{color:#fff330;text-decoration:underline;padding-left:1px;font-weight:bold}
  .m_personal_menu .personal_new{display:inline-block;margin-left:10px;width:40px;height:18px;text-align:center;line-height:18px;color:#000;background-color:#FFE400;font-size:12px;font-weight:bold;letter-spacing:0.05em}
  .back_bg{display:none;position:fixed;z-index:400;top:0px;left:0px;width:100%;height:100%;content:"";background-color:rgba(0,0,0, 0.8)}
  #container{margin-bottom:15px}
  #contents{padding:0 20px 0 20px}
  .sub_visual{display:none}
  .breadcrumb{width:100%;height:0px;border:none}
  .breadcrumb div{display:none}
  .page_tit{margin-top:0px;height:auto;padding:20px 20px 0 20px}
  .page_tit h2{font-size:32px}
  .newwin .page_tit{padding:30px 20px 29px 20px}
  .newwin .page_tit h2{font-size:32px}
  .newwin .page_tit h2 span{display:block;font-size:15px;padding:10px 0 0}

  #footer .site_link{position:absolute;top:0;right:20px;}
  #footer button.wtop{display:none}

  .wrap_search{display:none}
  .wrap_m_search{position:relative;top:15px;left:0px;width:100%;padding:0px 20px;overflow:hidden;box-sizing:border-box}
  .wrap_input{position:relative;top:0;left:0px;width:100%;height:34px;background:#fff;border:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}
  .wrap_input input{border:none;width:calc(100% - 39px);height:34px;line-height:34px;padding-left:12px;vertical-align:top;box-sizing:border-box}
  .wrap_input .btn_search{height:34px;width:34px;top:0;right:0;background:url(../images/common/ico_search_2x.png) no-repeat 50% 50% / 20px 20px }
}

@media (max-width:768px){
  .newwin{padding-bottom:0px}
  .newwin .list_basic .txt_section .list_circle li{background-position:0 7px}
  .newwin .list_basic .txt_section .list_circle li{padding-left:0px}
  .newwin .list_basic .txt_section p{padding-left:0}

  #footer{height:auto;overflow:hidden;border-top:none}
  #footer .in{position:relative;margin:0 20px;height:100%}
  #footer .sitemap{padding-top:102px;padding-left:0px;overflow:hidden}
  #footer .sitemap ul li{padding-left:0px;font-size:13px;line-height:1.7}
  #footer .sitemap ul li:after{display:none}
  #footer .sitemap ul li a{color:#cbcbcb}

  #footer .site_link{ position:absolute; top:0; left:0; width:100%;}
  #footer .site_link .dropdown {width:100%;}
  #footer .site_link .dropbtn {border-top:0;border-bottom:0; width:100%;}
  #footer .site_link .dropbtn, #footer .site_link .dropbtn_none {clear:both; width:100%; margin-left:0; margin-bottom:0; font-size:12px; text-align:center; box-sizing:border-box; background:none; height:28px; line-heiht:28px;}
  .dropdown-content {width:100%; box-sizing:border-box; top:30px;}

  #footer .copy{position:relative;top:7px;left:0;display:inline-block;padding-bottom:25px}
  #footer button.wtop{display:block;position:fixed;width:51px;height:51px;left:50%;margin-left:720px;bottom:20px;border:none;background:url("../images/common/btn_w_top.png") no-repeat left top; background-size:cover;text-indent:-9999px;z-index:20;cursor:pointer}

/* cookie modal */  

/* .fullscreen { background: #fff ; display: block ; padding: 0 ; overflow: auto;}
.fullscreen .content-container { background: 0 0; max-width: 100% ; max-height: 100% ; height: 100% ; position: relative ; overflow: scroll ; -webkit-box-shadow: none ; box-shadow: none;}
.fullscreen .cookie-banner__body.row .col:last-child, .fullscreen .cookie-consent__body.row .col:last-child { text-align: center;}
.fullscreen .cookie-banner__body.row .col .settings, .fullscreen .cookie-consent__body.row .col .settings { display: inline-block;}
.fullscreen .row .col .button { display:block;line-height:22px!important;}
.fullscreen .row .col .settings { margin-bottom:10px;} */

}

@media (max-width:360px){
  .newwin #contents{padding:10px 20px 0 20px}

  #footer{height:auto}
  #footer .sitemap{padding-top:87px;padding-left:0px}
  #footer .sitemap ul li{clear:both;position:relative;width:100%;padding:0}
  #footer .sitemap ul li a{display:block;position:relative;width:100%;padding:0;border-bottom:1px solid #464646;line-height:28px;height:28px;background:url(../images/common/ico_sitelink_arw_2x.png) no-repeat 100% 50%;background-size:3px 5px;color:#cbcbcb}
  #footer .sitemap ul li:after{top:8px;right:10px}
  #footer .copy{top:15px;display:inline-block}
  #footer button.wtop{display:block;position:fixed;width:51px;height:51px;left:50%;margin-left:720px;bottom:20px;border:none;background:url("../images/common/btn_w_top.png") no-repeat left top; background-size:cover;text-indent:-9999px;z-index:20;cursor:pointer}
}


/* 210504 - Cookies layer */
#cookies_layer{display:none;position:fixed;z-index:100000;left:0;top:0;right:0;bottom:0;background:rgba(0,0,0,0.5)}
#cookies_layer a.btn_cookies_close{position:absolute;left:50%;margin-left:440px;top:50px;font-size:0;width:30px;height:30px;background:url(../images/common/btn_top_close_wht.png) no-repeat;background-size:contain}
#cookies_layer .cookies_layer_inner{position:absolute;width:900px;left:50%;top:100px;bottom:100px;margin-left:-490px;padding:50px 40px;background:#fff;overflow-y:auto}
#cookies_layer .cookies_layer_inner h2{display:block;margin-bottom:30px;text-align:center;font-size:30px;line-height:1.5;color:#222;font-weight:700;letter-spacing:-0.02em}
#cookies_layer .cookies_layer_inner h2 br{display:none}
#cookies_layer .cookies_layer_inner p.cookies_dates{text-align:center;font-size:17px;line-height:1.3;color:#222}
#cookies_layer .cookies_layer_inner .cookies_cont{margin-top:30px;}
#cookies_layer .cookies_layer_inner .cookies_cont .c_center{text-align:center}
#cookies_layer .cookies_layer_inner h4{margin-top:40px;padding-top:40px;font-size:25px;line-height:1.5;color:#222;font-weight:700;letter-spacing:-0.02em;border-top:1px solid #eaeaea}
#cookies_layer .cookies_layer_inner .cookies_cont_txt{margin-top:20px;text-align:left;font-size:17px;line-height:1.3;color:#222}
#cookies_layer .cookies_layer_inner .cookies_cont_txt_box{margin:10px auto 0;padding:20px 30px;font-size:17px;line-height:1.3;color:#222;background:#f4f4f4}
#cookies_layer .cookies_layer_inner .cookies_cont_tb{width:100%;overflow-x:auto;margin-top:30px}
#cookies_layer .cookies_layer_inner table{border-collapse:collapse;width:100%;border-top:1px solid #cbcbcb}
#cookies_layer .cookies_layer_inner table thead th{padding:15px 5px;text-align:center;font-size:17px;font-weight:600;line-height:1.3;color:#222;border-bottom:1px solid #cbcbcb;border-left:1px solid #cbcbcb;background:#fafafa}
#cookies_layer .cookies_layer_inner table thead th:first-of-type{border-left:0}
#cookies_layer .cookies_layer_inner table tbody td{padding:15px 5px;text-align:center;font-size:15px;line-height:1.3;color:#222;border-bottom:1px solid #cbcbcb;border-left:1px solid #cbcbcb}
#cookies_layer .cookies_layer_inner table tbody td:first-of-type{border-left:0}
#cookies_layer .txt_link2{text-decoration: underline;white-space: nowrap;color:#0645ad}

#reporting_guidelines_popup{display:none;position:fixed;z-index:100000;left:0;top:0;right:0;bottom:0;background:rgba(0,0,0,0.5)}
#reporting_guidelines_popup a.btn_reporting_guidelines_close{position:absolute;left:50%;margin-left:260px;top:50%;margin-top:-360px;font-size:0;width:30px;height:30px;background:url(../images/common/btn_top_close_wht.png) no-repeat;background-size:contain}
#reporting_guidelines_popup .reporting_guidelines_inner{position:absolute;width:500px;height:630px;left:50%;top:50%;margin-left:-290px;margin-top:-315px;padding:0 40px;background:#fff;overflow-y:auto}
#reporting_guidelines_popup .reporting_guidelines_inner p{padding-top:30px;margin-top:30px;font-size:15px;line-height:1.4;border-top:1px solid #cbcbcb}


.cookie-banner{position:relative}
.cookie-banner .btn_cookie_banner_close{z-index:100;position:absolute;right:50px;top:30px;width:20px;height:20px;font-size:0;background:url(../images/common/btn_top_close_wht.png) no-repeat;background-size:contain}

.fullscreen { padding: 0px;}
.fullscreen .cookie-banner__body.row { padding: 0;}
.fullscreen .row { position: relative ; margin: 0 auto ; zoom: 1;}
.fullscreen .row:after, .fullscreen .row:before { content: "" ; display: table;}
.fullscreen .row .col { padding: 30px}
.fullscreen .row .col p.cookie_banner_tit{margin-bottom:15px;font-weight:bold}

@media (max-width:1023px){
	#cookies_layer{padding:0 20px}
	#cookies_layer a.btn_cookies_close{left:auto;right:30px;top:50px;margin-left:0;width:30px;height:30px}
	#cookies_layer .cookies_layer_inner{width:auto;left:20px;right:20px;margin-left:0;}	
	#cookies_layer .cookies_layer_inner h2{font-size:24px;line-height:1.2}
	#cookies_layer .cookies_layer_inner p.cookies_dates{text-align:center;font-size:15px;line-height:1.3;color:#222}
	#cookies_layer .cookies_layer_inner .cookies_cont{margin-top:30px;}
	#cookies_layer .cookies_layer_inner .cookies_cont .c_center{text-align:center}
	#cookies_layer .cookies_layer_inner h4{margin-top:30px;font-size:20px;line-height:1.2}
	#cookies_layer .cookies_layer_inner .cookies_cont_txt{margin-top:20px;font-size:15px;line-height:1.3}
	#cookies_layer .cookies_layer_inner .cookies_cont_txt_box{font-size:15px;line-height:1.3}
	#cookies_layer .cookies_layer_inner .cookies_cont_tb{margin-top:30px}
	#cookies_layer .cookies_layer_inner table thead th{font-size:15px}
	#cookies_layer .cookies_layer_inner table tbody td{padding:10px 5px;font-size:13px;line-height:1.3}
	.cookie-banner .row .col{padding:30px 80px 30px 30px}
	
	#reporting_guidelines_popup a.btn_reporting_guidelines_close{position:absolute;left:50%;margin-left:260px;top:50%;margin-top:-360px;font-size:0;width:30px;height:30px;background:url(../images/common/btn_top_close_wht.png) no-repeat;background-size:contain}
	#reporting_guidelines_popup .reporting_guidelines_inner{width:500px;height:560px;margin-left:-290px;margin-top:-310px;padding:30px 40px 0}
	#reporting_guidelines_popup .reporting_guidelines_inner p{padding-top:30px;margin-top:30px;font-size:15px;line-height:1.4;border-top:1px solid #cbcbcb}

	
}

@media (max-width:768px){
	#cookies_layer a.btn_cookies_close{right:20px;top:20px;width:20px;height:20px;background-size:contain}
	#cookies_layer .cookies_layer_inner{top:50px;bottom:50px;padding:30px 20px}
	#cookies_layer .cookies_layer_inner h2{font-size:22px}
	#cookies_layer .cookies_layer_inner h2 br{display:block}
	#cookies_layer .cookies_layer_inner table thead th:nth-child(1){width:100px}
	#cookies_layer .cookies_layer_inner table thead th:nth-child(2){width:150px}
	#cookies_layer .cookies_layer_inner table thead th:nth-child(3){min-width:200px}
	
	.cookie-banner .btn_cookie_banner_close{right:20px}
	.cookie-banner .cookie-banner__body.row{padding:10px 0}
	.cookie-banner .cookie-banner__head, .fullscreen .cookie-consent__head{padding:20px 20px 10px}
	.cookie-banner .cookie-banner__head h3{padding-right:30px}
	.cookie-banner .row .col{padding:20px 50px 20px 20px}
	.fullscreen .row .col p.cookie_banner_tit{margin-bottom:10px;}
	
	#reporting_guidelines_popup a.btn_reporting_guidelines_close{margin-left:210px;margin-top:-350px}
	#reporting_guidelines_popup .reporting_guidelines_inner{width:420px;height:600px;margin-top:-300px;margin-left:-240px;padding:30px 30px 0}
}

@media (max-width:475px){
	#reporting_guidelines_popup{padding:0 20px}
	#reporting_guidelines_popup a.btn_reporting_guidelines_close{left:auto;right:20px;top:20px;width:20px;height:20px;margin-left:0;margin-top:0;background-size:contain}
	#reporting_guidelines_popup .reporting_guidelines_inner{width:auto;max-width:400px;height:auto;top:50px;left:20px;right:20px;bottom:50px;margin-left:0;margin-top:0;padding:20px 25px 20px}
}

/* 210507 - renewal Sub */

/* sub 기본 */
.container_visual{position:relative;}
.sub_visual_rn{position:relative;margin:0 auto}
.sub_visual_rn > span{display:block;position:absolute;top:0;left:50%;margin-left:-960px;width:1920px;height:260px}
.sub_visual_rn .svrn1{background:url(../images/common/subvisual01.jpg) no-repeat}
.sub_visual_rn .svrn2{background:url(../images/common/subvisual02.jpg) no-repeat}
.sub_visual_rn .svrn3{background:url(../images/common/subvisual03.jpg) no-repeat}
.sub_visual_rn .svrn4{background:url(../images/common/subvisual04.jpg) no-repeat}
.sub_visual_rn .svrn5{background:url(../images/common/subvisual05.jpg) no-repeat}
.breadcrumb_rn{width:100%;height:35px;border-top:0px solid #e4e4e4}
.breadcrumb_rn div{position:relative;margin:0 auto;max-width:1440px;padding:7px 0 0 20px;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.breadcrumb_rn div:after{display:block;clear:both;content:""}
.breadcrumb_rn div a, .breadcrumb_rn div em{float:left;line-height:28px;font-size:13px;color:#fff}
.breadcrumb_rn .ico_home{float:left;overflow:hidden;width:13px;height:11px;margin-top:8px;background:url(../images/common/ico_breadcrumb_wht.png) no-repeat 0 0;text-indent:-999em}
.breadcrumb_rn .ico_arw{float:left;width:18px;height:7px;margin-top:11px;background:url(../images/common/ico_breadcrumb_wht.png) no-repeat 7px -23px;text-indent:-999em}
.page_tit{height:226px;padding:56px 20px 56px 20px}
.page_tit h2.page_tit_wht{color:#fff}

/* sub - Reporting */
.reporting_guidelines_cont{margin-bottom:30px;border-top:1px solid #666;border-bottom:1px solid #666}
.reporting_guidelines_cont:after{display:block;clear:both;content:""}
.reporting_guidelines_cont > div{display:block;float:left;width:50%;padding:30px 0;text-align:center}
.reporting_guidelines_cont > div:first-of-type{border-right:1px solid #e6e6e6;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.reporting_guidelines_cont > div .reporting_guidelines_tit{margin-bottom:25px;line-height:1.4;font-size:17px;font-weight:bold}
.reporting_guidelines_cont span{display:block;margin-top:25px;text-align:center;line-height:1.4;font-size:15px;}
.reporting_guidelines_cont .btn_reporting_guidelines{display:inline-block;width:200px;font-size:17px;color:#fff;line-height:54px;background:#1946bd;border-radius:3px;}
.reporting_guidelines_cont .btn_reporting_guidelines_join{display:inline-block;margin-left:10px;padding:0 20px;line-height:24px;font-size:15px;font-weight:bold;color:#1946bd;border:2px solid #1946bd;border-radius:15px;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.reporting_guidelines_cont .btn_reporting_guidelines_mail{line-height:54px;font-size:17px;font-weight:bold;color:#0645ad;text-decoration:underline}

.highQuality_tb{margin-top:30px;border-top:2px solid #333;border-bottom:1px solid #333}
.highQuality_tb dl{font-size:17px;border-top:1px solid #b1b1b1}
.highQuality_tb dl:first-of-type{border-top:none}
.highQuality_tb dl:after{display:block;clear:both;content:""}
.highQuality_tb dt{float:left;width:175px;padding:30px 25px;line-height:1.4;font-weight:bold}
.highQuality_tb dd{float:left;width:calc(100% - 175px - 50px);padding:30px 0 30px;}
.highQuality_tb dd p{padding-left:0 !important;padding-top:25px;line-height:1.4;font-size:17px;}
.highQuality_tb dd p:first-of-type{padding-top:0}
.highQuality_tb dd .sample_only{position:relative;padding:30px;margin-top:25px;background:#333;border-radius:5px;color:#fff;white-space:pre-wrap}
.highQuality_tb dd .sample_only:after{position:absolute;right:20px;bottom:20px;line-height:1;padding:5px 7px;font-size:13px;color:#666;border:1px solid #666;content:"SAMPLE ONLY"}
.highQuality_tb dd .sample_only pre{}

.process_ing{margin-top:30px}
.process_ing:after{display:block;clear:both;content:""}
.process_ing ul:after{display:block;clear:both;content:""}
.process_ing ul li{position:relative;float:left;width:calc((100% - 150px)/6);padding:15px 0 !important;line-height:1.4;text-align:center;margin-right:30px;color:#fff;background:#709BC1;border-radius:3px}
.process_ing ul li:first-of-type{background:#6583B9;}
.process_ing ul li:last-of-type{background:#515151;}
.process_ing ul li:after{position:absolute;right:-15px;top:50%;margin-top:-5px;width:4px;height:10px;background:url(../images/common/bg_personal_arw.png);content:""}
.process_ing ul li:nth-of-type(6){margin-right:0}
.process_ing ul li:nth-of-type(6):after{background:none}
.process_ing ul li span{display:inline-block;width:24px;height:24px;margin-right:10px;vertical-align:middle}
.process_ing ul li span.icon_process01{background:url(../images/common/icon_process01.png) 0px -2px no-repeat;background-size:24px;}
.process_ing ul li span.icon_process02{background:url(../images/common/icon_process02.png) 0px 0px no-repeat;background-size:22px;}
.process_ing ul li span.icon_process03{background:url(../images/common/icon_process03.png) 0px 0px no-repeat;background-size:20px;}
.process_ing ul li span.icon_process04{background:url(../images/common/icon_process04.png) 0px 0px no-repeat;background-size:21px;}
.process_ing ul li span.icon_process05{background:url(../images/common/icon_process06.png) 0px 0px no-repeat;background-size:22px;margin-right:8px;}
.process_ing ul li span.icon_process06{background:url(../images/common/icon_process05.png) 0px 0px no-repeat;background-size:21px;margin-right:8px;}
.dl_tb{margin-top:30px;border-top:2px solid #333;border-bottom:1px solid #333}
.dl_tb dl{font-size:17px;border-top:1px solid #b1b1b1}
.dl_tb dl:first-of-type{border-top:none}
.dl_tb dl:after{display:block;clear:both;content:""}
.dl_tb dt{float:left;width:175px;padding:30px 25px;line-height:1.4;font-weight:bold}
.dl_tb dt em{color:#1946bd}
.dl_tb dd{float:left;width:calc(100% - 175px - 50px);padding:30px 0 30px;}
.dl_tb dd p.dl_dd_tit{font-weight:bold}
.dl_tb dd p{padding-left:0 !important;padding-top:25px;line-height:1.4;font-size:17px;}
.dl_tb dd p:first-of-type{padding-top:0}
.dl_tb dd p .btn_reporting_guidelines_join{display:inline-block;margin:0 0 0 10px;padding:0 20px;line-height:24px;font-size:15px;font-weight:bold;color:#1946bd;border:2px solid #1946bd;border-radius:15px;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}

.rewards_qualification{margin:20px 0;padding:20px;border:1px solid #b4b4b4;}
.rewards_qualification p{margin-top:7px;font-size:15px;color:#222;line-height:1.4}
.rewards_qualification p:first-of-type{margin-top:0}

.list_basic .section_required_information{border-top:0 !important}


@media (min-width:1025px) and (max-width:1280px){
 /*.sub_visual_rn span{display:block;position:absolute;top:1px;right:-25px;width:70%;height:328px}
 .sub_visual_rn .svrn1, .sub_visual_rn .svrn2, .sub_visual_rn .svrn3, .sub_visual_rn .svrn4, .sub_visual_rn .svrn5{background-size:contain}*/
}

@media (max-width:1023px){
  .breadcrumb_rn ul{max-width:100%}    
  .sub_visual_rn{display:none}
  .breadcrumb_rn{width:100%;height:0px;border:none}
  .breadcrumb_rn div{display:none}
  .page_tit{height:auto;padding:20px 20px 0 20px}
  .page_tit h2.page_tit_wht{color:#222}
  .highQuality_tb dl{font-size:17px;border-top:1px solid #b1b1b1}
  .highQuality_tb dt{width:140px}
  .highQuality_tb dd{width:calc(100% - 140px - 50px)}
  .dl_tb dl{font-size:17px;border-top:1px solid #b1b1b1}
  .dl_tb dt{width:140px}
  .dl_tb dd{width:calc(100% - 140px - 50px)}
  .process_ing{display:none}
  
  
}

@media (max-width:768px){
	
	.reporting_guidelines_cont{margin-bottom:20px}
	.reporting_guidelines_cont > div{float:none;width:100%;padding:20px 10px}
	.reporting_guidelines_cont > div:first-of-type{border-right:0px solid #e6e6e6;border-bottom:1px solid #e6e6e6}
	.reporting_guidelines_cont > div .reporting_guidelines_tit{margin-bottom:20px;font-size:15px}
	.reporting_guidelines_cont span{margin-top:20px;font-size:13px;}
	.reporting_guidelines_cont .btn_reporting_guidelines{width:200px;font-size:17px;line-height:42px}
	.reporting_guidelines_cont .btn_reporting_guidelines_join{display:inline-block;margin-left:10px;padding:0 20px;line-height:24px;font-size:15px;font-weight:bold;color:#1946bd;border:2px solid #1946bd;border-radius:15px;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
	.reporting_guidelines_cont .btn_reporting_guidelines_mail{line-height:42px;font-size:17px}
	
	.highQuality_tb{margin-top:30px;border-top:2px solid #333;border-bottom:1px solid #333}
	.highQuality_tb dl{font-size:17px;border-top:1px solid #b1b1b1}
	.highQuality_tb dl:first-of-type{border-top:none}
	.highQuality_tb dl:after{display:block;clear:both;content:""}
	.highQuality_tb dt{float:none;width:auto;padding:20px 0}
	.highQuality_tb dd{float:none;width:auto;padding:0 0 20px;font-size:15px;}
	.highQuality_tb dd p{padding-left:0 !important;padding-top:20px;line-height:1.4;font-size:15px;}
	.highQuality_tb dd .sample_only{padding:20px;margin-top:20px}
	.highQuality_tb dd .sample_only:after{right:15px;bottom:15px;padding:5px 7px;font-size:11px}
	
	.dl_tb{margin-top:30px;border-top:2px solid #333;border-bottom:1px solid #333}
	.dl_tb dl{font-size:17px;border-top:1px solid #b1b1b1}
	.dl_tb dl:first-of-type{border-top:none}
	.highQuality_tb dl:after{display:block;clear:both;content:""}
	.dl_tb dt{float:none;width:auto;padding:20px 0}
	.dl_tb dd{float:none;width:auto;padding:0 0 20px;font-size:15px;}
	.dl_tb dd p{padding-left:0 !important;padding-top:20px;line-height:1.4;font-size:15px;}
	
	.process_ing ul li{width:calc((100% - 60px)/2);padding:15px 0 !important;margin-bottom:30px}
}


/* 2021-10-25 sup */
sup{font-size:14px}
.nsi_ex{position:relative;display:block;margin:10px 0 0 10px;padding-left:12px;font-size:15px;line-height:1.4}
.nsi_ex:before{position:absolute;left:0;top:0;font-size:15px;line-height:1.4;content:"*"}
.nsi_p{display:block;margin:20px 0 0px}

@media (max-width:768px){
	.nsi_ex{font-size:14px;line-height:1.4}
	.nsi_ex:before{font-size:14px;line-height:1.4}
}

/* 2022-01-17 my info */
.myreport_list_top{margin-bottom:60px;padding:30px 45px;text-align:center;background:#f4f4f4}
.myreport_list_top > div{position:relative;padding-right:150px}
.myreport_list_top p{font-size:18px;line-height:1.4;text-align:left;font-weight:600}
.myreport_list_top .btn_myreport_list_go{position:absolute;display:inline-block;right:0;top:50%;margin-top:-18px/*;margin:30px auto 0*/;padding:9px 25px;border-radius:3px;font-weight:400;font-size:15px;line-height:120%;background:#000;border-color:#000}

@media (max-width:1023px){
	.myreport_list_top{margin-top:30px}
}

@media (max-width:768px){
	.myreport_list_top{padding:25px 30px;margin-top:30px;margin-bottom:10px;}
	.myreport_list_top > div{padding:0}
	.myreport_list_top p{text-align:center;font-size:16px;}
	.myreport_list_top .btn_myreport_list_go{position:static;margin:20px auto 0;padding:9px 20px;right:auto;top:auto}
}

/* 2022-01-17 reward layer */
#rw_layer{position:fixed;z-index:1000;left:0;top:0;right:0;bottom:0;background:rgba(0,0,0,0.5)}
#rw_layer .rw_layer_inner{position:absolute;padding:30px 35px;width:600px;left:50%;top:50%;transform:translate(-50%, -50%);background:#fff;overflow-y:auto;border-radius:10px;box-shadow:0 10px 25px rgba(0,0,0,0.5);overflow:hidden}
#rw_layer .rw_layer_inner.rw_layer_inner_notb{height:auto !important}
#rw_layer .rw_layer_inner a.btn_rw_close{position:absolute;right:20px;top:30px;font-size:0;width:20px;height:20px;background:url(../images/common/btn_top_close.png) no-repeat;background-size:contain}
#rw_layer .rw_layer_inner h2{display:block;margin-bottom:20px;text-align:center;font-size:24px;line-height:1.3;color:#222;font-weight:700;letter-spacing:-0.02em}
#rw_layer .rw_layer_inner h2 br{display:none}
#rw_layer .rw_layer_inner .rw_cont_top{margin-bottom:15px}
#rw_layer .rw_layer_inner .rw_cont_top p{margin-top:7px;text-align:left;font-size:15px;line-height:1.3;color:#222}
#rw_layer .rw_layer_inner .rw_cont_top p:first-of-type{margin-top:0}

#rw_layer .rw_layer_inner .rw_cont_table{margin-bottom:15px}
#rw_layer .rw_layer_inner .rw_cont_table table{width:100%;border-collapse:collasep;border-top:2px solid #222}
#rw_layer .rw_layer_inner .rw_cont_table th{width:170px;padding:15px 10px 15px 15px;line-height:1.4;font-size:15px;color:#222;font-weight:600;border-bottom:1px solid #cbcbcb}
#rw_layer .rw_layer_inner .rw_cont_table td{text-align:left;padding:0 10px 0 10px;border-bottom:1px solid #cbcbcb}
#rw_layer .rw_layer_inner .rw_cont_table td input[type='text']{width:100%;padding:0 5px;height:32px;line-height:32px;font-size:15px;color:#222;}
#rw_layer .rw_layer_inner .rw_cont_table td select{width:100%;height:32px;line-height:32px}

#rw_layer .rw_layer_inner .rw_cont_btm{margin-bottom:0}
#rw_layer .rw_layer_inner .rw_cont_btm p{margin-top:7px;text-align:left;font-size:15px;line-height:1.3;color:#222}
#rw_layer .rw_layer_inner .rw_cont_btm p:first-of-type{margin-top:0}
#rw_layer .rw_layer_inner .rw_cont_btm .rw_cont_btm_btn{text-align:center;margin-top:20px}
#rw_layer .rw_layer_inner .rw_cont_btm .rw_cont_btm_cancel{position:relative;text-align:right;margin-top:20px}
#rw_layer .rw_layer_inner .rw_cont_btm .rw_cont_btm_cancel input{/*position:absolute;left:0;right:0;width:1px;height:1px;text-indent:-999px;margin:-1px*/}
#rw_layer .rw_layer_inner .rw_cont_btm .rw_cont_btm_cancel input + label{padding-left:10px;line-height:1.4;font-size:15px;color:#222;font-weight:400} 



@media (max-width:1023px){
	#rw_layer .rw_layer_inner{padding:30px;height:600px;overflow:auto}
	#rw_layer .rw_layer_inner h2{margin-bottom:20px;font-size:24px;line-height:1.4;}
	#rw_layer .rw_layer_inner .rw_cont_top p{margin-top:10px}
	#rw_layer .rw_layer_inner .rw_cont_btm p{margin-top:10px}
	#rw_layer .rw_layer_inner .rw_cont_table th{padding:15px 15px;line-height:32px;font-size:15px}
}

@media (max-width:768px){
	#rw_layer .rw_layer_inner{display:block;width:calc(100% - 60px - 40px);max-width:600px;height:568px;margin:0 auto}
	#rw_layer .rw_layer_inner a.btn_rw_close{right:20px;top:35px}
	#rw_layer .rw_layer_inner h2{font-size:20px;line-height:1.4;}
	#rw_layer .rw_layer_inner .rw_cont_top p{font-size:14px;line-height:1.2}
	#rw_layer .rw_layer_inner .rw_cont_btm p{font-size:14px;line-height:1.2}
	#rw_layer .rw_layer_inner .rw_cont_table th{width:150px;line-height:30px;font-size:14px}
	#rw_layer .rw_layer_inner .rw_cont_table td input[type='text'],
	#rw_layer .rw_layer_inner .rw_cont_table td select{height:30px;line-height:30px;font-size:14px}
	#rw_layer .rw_layer_inner .rw_cont_btm .rw_cont_btm_cancel input + label{line-height:1.3;font-size:14px} 
}

@media (max-width:411px){
	#rw_layer .rw_layer_inner{display:block;width:calc(100% - 60px - 40px);max-width:600px;height:568px;margin:0 auto}
	#rw_layer .rw_layer_inner a.btn_rw_close{right:20px;top:28px}
	#rw_layer .rw_layer_inner h2{font-size:18px;line-height:1.4;}
	#rw_layer .rw_layer_inner .rw_cont_top p{font-size:13px;line-height:1.2}
	#rw_layer .rw_layer_inner .rw_cont_btm p{font-size:13px;line-height:1.2}
	#rw_layer .rw_layer_inner .rw_cont_table tr{display:block;border-bottom:1px solid #cbcbcb}
	#rw_layer .rw_layer_inner .rw_cont_table tr:after{display:block;clear:both;content:""}
	#rw_layer .rw_layer_inner .rw_cont_table th{display:block;width:auto;padding:8px 5px 5px;line-height:1.3;font-size:14px;border:0}
	#rw_layer .rw_layer_inner .rw_cont_table td{display:block;width:auto;padding:0 5px 10px;border:0}
	#rw_layer .rw_layer_inner .rw_cont_table td input[type='text'],
	#rw_layer .rw_layer_inner .rw_cont_table td select{height:30px;line-height:30px;font-size:14px}
	#rw_layer .rw_layer_inner .rw_cont_btm .rw_cont_btm_cancel input + label{line-height:1.3;font-size:14px} 
}


/* 2022-01-19 Myinfo 추가 */
/*
.myinfo_tb dt{width:180px}
.myinfo_tb dd{width:calc(100% - 230px) !important}
*/
.myinfo_tb .myinfo_required{color:#db000b}
.myinfo_tb input[type='text']{padding:0 5px}
.myinfo_tb .w100p{width:100%}
.myinfo_tb .w200{}
.myinfo_tb .myinfo_sns select{display:inline-block}
.myinfo_tb .myinfo_sns p{display:inline-block;margin-left:20px;}
.myinfo_tb .myinfo_sns input{display:inline-block}


/* 2022-03-25 Myinfo 추가 */
.list_basic .txt_section p.myinfo_noti{line-height:1.3;margin-top:20px;font-size:14px}


/* 2022-03-30 Name for Acknowledgement */
.form_list .form_acknowledgement{line-height:33px}
.form_list .form_acknowledgement input[type="text"]{width:400px}
.form_list .form_acknowledgement input[type="checkbox"]{width:auto;margin-left:10px;}
.form_list .form_acknowledgement label{padding-left:2px}
.form_list .form_email{line-height:33px}
.form_list .form_email input[type="text"]{width:400px}

@media (max-width:768px){
	.form_list .form_acknowledgement{line-height:1.7}
	.form_list .form_acknowledgement input[type="text"]{width:60%}
	.form_list .form_email input[type="text"]{width:100%}
}
