@charset "utf-8";
@import url('https://fonts.googleapis.com/earlyaccess/notosanskr.css');

/* Global Reset by normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
* {
  margin: 0;
  padding: 0;
}
/* Document */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections */
body {
  margin: 0;
  background-color: white !important;
  color: #666;
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 0.75rem;
  font-weight: 300;
  font-style: normal;
  letter-spacing: -0.9px !important;
  line-height: 18px;
  overflow-x: hidden;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
div {
  box-sizing: border-box;
}

/* Grouping content */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics */
a {
  background-color: transparent;
  cursor: pointer;
  color: inherit;
}
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
em {
  font-style: normal;
  color: #d65757;
}

/* Embedded content */
img {
  border-style: none;
}

/* Forms */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
button,
input {
  /* 1 */
  overflow: visible;
}
button,
select {
  /* 1 */
  text-transform: none;
}
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
input,
select,
textarea {
  vertical-align: middle;
}
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* input:-ms-input-placeholder {font-weight:900;font-size:2rem;font-family: 'Noto Sans KR';} */
input:focus {
  outline: 0;
}
input::placeholder,
#mobl_no2:-ms-input-placeholder,
#auth_code:-ms-input-placeholder {
  color: #c3c3c3 !important;
}
#mobl_no2,
#auth_code,
input:-ms-input-placeholder {
  font-weight: 700 !important;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  /* WebKit browsers */
  color: transparent;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: transparent;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: transparent;
}

/* Interactive */
details {
  display: block;
}
summary {
  display: list-item;
}

/* Misc */
address {
  display: inline-block;
  font-style: normal;
}
template {
  display: none;
}
[hidden] {
  display: none;
}

/* html tag redefine */
a:active,
a:link,
a:hover,
a:visited,
a:focus {
  text-decoration: none;
}
/*a:hover { text-decoration: underline; }*/
ul,
ol,
li {
  list-style: none;
}

body {
  overflow-y: auto;
}

#wrap {
  margin: 0 auto;
  height: 700px;
  width: 500px;
  background-color: white !important;
  box-shadow: none !important;
}

header {
  margin: 0 auto;
  background-color: #ff9025;
}

#head {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 455px;
  height: 2.5rem;
  line-height: 2.5rem;
}

#head_title {
  text-align: left;
  color: #FFF;
  font-weight:500;
}

#head_detail {
  text-align: right;
  color: #ff6044;
  font-weight: bold;
}

main {
  /* height: 900px; */
  width: 455px;
  margin: 0 auto;
}

main > aside {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 14px;
  width: 100%;
  height: 50px;
  line-height: 25px;
  font-size: 11px;
  font-weight: normal;
  letter-spacing: -1.12px;
  background-color: #f1f1f1;
  color: #a1a1a1;
}

main > aside > .prod_desc {
  margin-top: auto;
  margin-bottom: auto;
  width: 417px;
  line-height: 1.27272727;
}

main > .auth_required {
  margin-top: 28px;
  /* margin-bottom: 24px; */
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: -0.7px;
  text-align: center;
}

main > #telco {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

main > #telco > .carrier {
  display: flex;
  justify-content: center;
  height: 58px;
  width: 137px;
  line-height: 58px;
  text-align: center;
  cursor: pointer;
}

main > #telco > .carrier > img {
  margin: auto 0;
  height: 30px;
  width: auto;
  line-height: 30px;
}

main > #telco > .carrier:hover {
  background-color: transparent;
  transition: linear 0.3s;
  filter: grayscale(0);
  backdrop-filter: grayscale(0);
}

main > #telco > .carrier:disabled {
  background-color: transparent;
  transition: none;
  filter: grayscale(100);
}

#skt,
#kt,
#lgt {
  border: 1px solid #c3c3c3;
  /* border-radius: 4px; */
  background-color: #eee;
  background-size: auto 30px;
  background-repeat: no-repeat;
  background-position: center;
  filter: grayscale(100%); /* Current draft standard */
  -webkit-filter: grayscale(100%); /* New WebKit */
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray; /* IE6+ */
  backdrop-filter: grayscale(0.9);
}
.on_skt,
.on_kt,
.on_lgt {
  /* transition: linear 0.3s; */
  background-size: auto 30px !important;
  background-color: transparent !important;
  filter: grayscale(0) !important;
  backdrop-filter: grayscale(0) !important;
}

#skt {
  background-image: url('/static/image/cp/logo_skt.svg') !important;
}
#kt {
  background-image: url('/static/image/cp/logo_kt.svg') !important;
}
#lgt {
  background-image: url('/static/image/cp/logo_lgt.svg') !important;
}
.on_skt {
  border: 1px solid #e31836 !important;
}
.on_kt {
  border: 1px solid #22bdb5 !important;
}
.on_lgt {
  border: 1px solid #dd127b !important;
}
/* .msie11 > .carrier:hover { background-color: transparent; transition: linear 0.3s; } */
.msie11 > #skt {
  background-image: url('/static/image/cp/logo_skt_gray.svg');
}
.msie11 > #kt {
  background-image: url('/static/image/cp/logo_kt_gray.svg');
}
.msie11 > #lgt {
  background-image: url('/static/image/cp/logo_lgt_gray.svg');
}
.msie11 > #skt.on_skt {
  background-image: url('/static/image/cp/logo_skt.svg') !important;
}
.msie11 > #kt.on_kt {
  background-image: url('/static/image/cp/logo_kt.svg') !important;
}
.msie11 > #lgt.on_lgt {
  background-image: url('/static/image/cp/logo_lgt.svg') !important;
}

#telno {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#mobl_no1,
#mobl_no2 {
  font-size: 16px;
  letter-spacing: -0.8px;
  color: #202020;
}

#mobl_no1 {
  padding-left: 16px;
  height: 38px;
  width: 92px;
  background-color: transparent;
  background-size: 16px 16px;
  background-image: url('/static/image/com/web_motionkey_btn_down.svg');
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: 95%;
  border: 1px solid #c4c4c4;
}

#mprefix > select::-ms-expand {
  display: none;
}

#mprefix > select {
  appearance: none;
  margin: 0 auto;
  background-color: white;
  border: 1px solid #c4c4c4;
  font-size: 16px;
  letter-spacing: -0.8px;
  color: #202020;
}

#mprefix > select > option {
  height: 2rem;
  line-height: 2rem;
  text-align: center;
}

#mobl_no2 {
  padding-left: 16px;
  height: 36px;
  width: 334px;
  background-size: 16px 16px;
  border: 1px solid #c4c4c4;
}

#mobl_no2:focus,
#auth_code:focus {
  background-color: #faffbd;
  color: #c4c4c4;
}

#auth_req {
  margin-top: 14px;
  height: 50px;
  width: 455px;
  background-color: #ff9025;
  color: white;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: -0.9px;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  border-radius: 0.25rem;
}

#auth_resend {
	display: none;
	padding-right: 4px;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: -0.3px;
	color: #259cf5;
	text-align: right;
	text-decoration: underline;
	cursor: pointer;
}

#auth_code {
  position: relative;
  padding-left: 16px;
  height: 38px;
  width: 437px;
  border: 1px solid #c4c4c4;
  font-size: 16px;
  letter-spacing: -0.8px;
  color: #202020;
  background-color: transparent;
  text-align: center;
}

#auth_code::placeholder {
  padding-right: 16px;
  color: #ff5d5d;
  font-size: 11px;
  letter-spacing: -0.8px;
  text-align: right;
}

#auth_code:-ms-input-placeholder,
#auth_code::-ms-input-placeholder {
  padding-right: 16px !important;
  color: #ff5d5d !important;
  font-size: 11px !important;
  letter-spacing: -0.8px !important;
  text-align: right !important;
}

#waiting_time {
  display: inline-table;
  float: right;
  right: 16px;
  z-index: 3;
  margin-top: -28px;
  padding-right: 16px;
  color: #ff5d5d;
  font-size: 11px;
  letter-spacing: -0.8px;
  text-align: right;
}

div.cbox-agree {
  display: block;
  width: 400px;
  zoom: 1;
  margin: 25px auto;
  text-align: left;
}

div.cbox-agree ul {
  /* display: contents; */
  margin-top: 8px;
  text-align: center;
}

div.cbox-agree ul li {
  display: inline-table;
}

div.cbox-agree::after,
div.cbox-agree ul::after {
  display: block;
  content: '';
  clear: both;
}

div.cbox-agree > p#tailmsg1 {
  margin-top: 12px;
  margin-bottom: 6px;
}

div.cbox-agree > p#tailmsg2 {
  line-height: 14px;
}

/* checkbox 숨기기 */
div.cbox-agree input[type='checkbox'],
div.cbox-allcheck input[type='checkbox'] {
  display: none;
}

/* checkbox 선택 시 체크 표시 */
div.cbox-agree .selected {
  margin: 4px;
  /* background: no-repeat url('/static/image/cp/checked.svg'); */
  background-position: 0 -66px;
}

/* checkbox 대신 label로 체크하게 하기 */
div.cbox-agree label {
  display: inline-block;
  position: relative;
  margin: 4px;
  padding-left: 24px;
  /* background: no-repeat url('/static/image/cp/unchecked.svg'); */
  background: url('/static/image/cp/check.png') 0 -45px no-repeat;
  cursor: pointer;
  color:#000;
}

div.cbox-agree label:checked + label {
  display: inline-block;
  position: relative;
  /* margin: 4px; */
  padding-left: 24px;
  /* background: no-repeat url('/static/image/cp/checked.svg'); */
  background: url('/static/image/cp/check.png') 0 -69px no-repeat;
  cursor: pointer;
}

div.cbox-allcheck {
  /* top: 20px; */
  height: 24px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

div.cbox-allcheck .selected {
  /* margin : 4px; */
  background: no-repeat url('/static/image/cp/checked.svg'); 
  /*background-position: 0 -23px;*/
}

div.cbox-allcheck label {
  display: inline-block;
  position: relative;
  margin: 4px;
  padding-left: 24px;
  height: 20px;
  background: no-repeat url('/static/image/cp/unchecked.svg');
  /*background: url('/static/image/cp/check.png') 0 0 no-repeat;*/
}

div.cbox-allcheck label:checked + label {
  display: inline-block;
  position: relative;
  margin: 4px;
  padding-left: 24px;
  height: 20px;
  /* background: no-repeat url('/static/image/cp/checked.svg'); */
  background: url('/static/image/cp/check.png') 0 -23px no-repeat;
}

/* IE10/11 Hack */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
}

#btngrp_join {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 50px;
  width: 455px;
  background-color: #c8c8c8;
  color: white;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: -0.9px;
  text-align: center;
  /* line-height: 50px; */
  cursor: pointer;
  border-radius: 0.25rem;
}

.auth_active {
  background-color: #ff9025 !important;
  color: white !important;
  font-size: 18px !important;
}

#btngrp_join > .joinmsg1 {
  font-size: 11px;
  letter-spacing: -0.55px;
  color: #acacac;
}

#btngrp_join > .joinmsg1 > .st {
  font-weight: 600;
}

#btngrp_join > .joinmsg2 {
  font-size: 14px;
  letter-spacing: -0.7px;
  color: #838383;
}

#btngrp_join > .auth_check {
  display: none;
  font-size: 18px;
  letter-spacing: -0.7px;
  color: #838383;
}

#tailmsg {
  margin-top: 77px;
  font-size: 11px;
  font-weight: 300;
  line-height: 1.27;
  letter-spacing: -1.1px;
  text-align: center;
  color: #ff8e8e;
}

#tailmsg > hr {
  height: 1px;
  margin-top: 18px;
  border: none;
  /* border: solid 1px #c8c8c8; */
  background-color: #c8c8c8;
}

#popup_view_terms .agree_out_view {
  position: absolute;
  top: 10px;
  z-index: 100;
  height: 475px;
  width: 455px;
  /* left: 10px; */
  display: none;
  border: 1px solid;
  background-color: #fff;
}
#popup_view_terms .agree_out_view .terms_web_view {
  position: relative;
  display: block;
  height: 450px;
  width: 453px;
  overflow-y: auto;
}
#popup_view_terms .terms_cont {
  display: none;
  white-space: pre-wrap;
  /* padding: 1rem; */
  z-index: 10;
  position: absolute;
  left: 0px;
  top: 0px;
  background: #ffffff;
  line-height: 18px;
  color: #353535;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#popup_view_terms .terms_close {
  text-align: right;
  width: 475px;
  height: 40px;
}
#popup_view_terms .terms_title {
  color: #353535;
  line-height: 20px;
  font-size: 15px;
  font-weight: bold;
}
#popup_view_terms .btn_terms_close {
  position: absolute;
  bottom: 0px;
  width: 453px;
  height: 45px;
  color: #fff;
  background-color: #333856;
  font-size: 16px;
  font-weight: 500;
  /*line-height: 3.75;*/
  letter-spacing: -0.5px;
  text-align: center;
  line-height: 45px;
  z-index: 100;
  cursor: pointer;
}

#popup_view_terms {
  position: absolute;
  display: none;
  z-index: 100;
  margin: auto;
  width: 455px;
  height: 475px;
  top: 0;
  letter-spacing: -0.9px;
  text-align: left;
}

#pop-optout {
  position: fixed;
  bottom: 10px;
  right: 20px;
  background: rgba(255, 255, 255, 0.275);
  backdrop-filter: saturate(180%) blur(2px);
  -webkit-backdrop-filter: saturate(180%) blur(2px);
  text-align: right;
}

#pop-optout > label {
  cursor: pointer;
}

footer {
  margin: 20px auto 40px auto;
}

footer > ul {
  width: 455px;
  margin: 0 auto;
}

footer > ul > li {
  color: #666;
}

.input_inactive {
  background-color: #eee;
  color: #c8c8c8;
  cursor: none;
}

.btn_inactive {
  background-color: #c8c8c8 !important;
  color: #a7a7a7 !important;
  cursor: default !important;
	pointer-events: none;
}

.c_c8c8c8 {
  color: #c8c8c8;
}

.c_coral {
  color: #ff6044;
}

.c_k900 {
  color: #202020;
}

.w_300 {
  font-weight: 300;
}

.w_normal {
  font-weight: normal;
}

.w_500 {
  font-weight: 500;
}

.w_700 {
  font-weight: 700;
}

.w_900 {
  font-weight: 900;
}

main > #telco,
.txt_telco {
  /*display: none;*/
}

.txt_telco,
.txt_telno,
.txt_authno {
  margin-top: 22px;
  margin-bottom: 12px;
  font-size: 16px;
  letter-spacing: -0.8px;
}
/*modal*/
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.modal_content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 300px; /* Could be more or less, depending on screen size */
    text-align: center;
}
.modal_content .title{
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}

.modal_content #captcha_img{
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
}
.modal_content #capt_cd{
    width: 100%;
    height: 30px;
    border: 1px solid #ccc;
    padding: 5px;
    font-size: 14px;
    color: #333;
    box-sizing: border-box;
    text-align: center;
}
.modal_content .btn_ok{
    width: 100%;
    /* height: 30px; */
    background: chocolate;
    font-size: 15px;
    color: #fff;
    text-align: center;
    margin-top: 10px;
    line-height: 30px;
    cursor: pointer;
}