/* import --------------------------------------------- */
/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');
 */


@import './font.css';
@import './pretendard.css';

/* commom --------------------------------------------- */

header {
    z-index: 100;
}
.menuViewSet {
    z-index: 99;
}
footer #foot_site.active ul {
    z-index: 80;
}
footer #footMenuSet #snsSet {
    z-index: 79;
}
.etc4 {
    color: #666;
}


body, h1, h2, h3, h4, h5, h6, p, ul, li, ol, dl, dt, dd, figure {
    margin: 0;
    padding: 0;
}
body {
    color: #212121;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 16px;
    word-break: keep-all;
    font-weight: 500;

}
li {
    list-style: none;
}
img {
    width: 100%;
}

#foot_site .footlogo {
  font-size: 12px;
  margin-top: 20px;
  text-align: right;
}
#foot_site .footlogo p {
  width: 220px;
  float: right;
}
.etc3 {
    font-size: 15px;
    position: relative;
    margin-left: 30px;
}
.letterSpacingM08 {
    letter-spacing: -.8px;
}
.etc2 {
    font-size: 15px;
    display: block;
}
.etc {
    font-size: 12px;
    margin-left: 20px;
    display: block;
    position: relative;
}
.etc3::before {
    content: "¡Ø";
    position: absolute;
    top: -3px;
    left: -20px;
}
.etc::before {
    content: "¡Ø";
    position: absolute;
    top: 0;
    left: -20px;
}
.etc_small {
    font-size: 14px !important;
}
.etc5::before {
    content: "*";
    position: absolute;
    top: 3px;
    left:-15px;
}
.etc6::before {
    content: ">";
    position: absolute;
    top: 0px;
    left:-10px; font-size: 12px !important; font-weight: bold !important;
}
.imgAuto {
    width: auto;
}
a {
    text-decoration: none ;
    color: #222;
}
a:hover {
    color: #137fd2;
}

table a {
    text-decoration: none !important ;
    color: #222 !important;
}
table a:hover {
    color: #137fd2 !important;
}

pre{
	white-space:pre-wrap;
}

strong {
    color: #137fd2;
}
textarea {
    resize: none;
    border: 1px solid #ddd;
    box-sizing: border-box;
}
/* 2022.05.03 */
input:focus-visible {
	box-shadow: 1px 1px 0 0 #000, -1px -1px 0 0 #000, -1px 1px 0 0 #000, 1px -1px 0 0 #000;
}
input:focus:not(:focus-visible) {
    outline: none;
}
.hidden {
    overflow: hidden;
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    text-indent: -9999px;
    clip: rect(0 0 0 0);
}

button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    /* -webkit-border-radius:0;  */
	-webkit-appearance:none;
}
figcaption {
    font-size: 16px;
    text-align: center;
}
table caption {
    font-size: 16px;
    font-weight: 500;
    color: #222;
    text-align: left;
    margin-bottom: 10px;
}
table small {
    font-size: 14px;
    color: #f24724;
}
table {
    border-collapse: collapse;
    width: 100%;
}
table th {
    border-top: 2px solid #137fd2;
    background-color: #f2f8fe;
    text-align: center;
    height: 33px;
    box-sizing: border-box;
}
table td {
    padding: 10px;
    box-sizing: border-box;
}
table td, th {
    border: 1px solid #ddd;
}
table .ulDepth1 {
    padding-left: 15px;
    line-height: 26px;
}
.ulDepth_7 li {
    position: relative;
    padding-left: 15px;
}
.ulDepth_7 li::before {
    content: "- ";
    position: absolute;
    left: 0;
}

.ulDepth_1 {
    font-size: 16px;
    padding-left: 27px;
}
.ulDepth_1 li {
    position: relative;
    margin-bottom: 7px;
}
.ulDepth_1 li::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 13px;
    left: -21px;
    width: 4px;
    height: 4px;
    background-color: #666;;
    margin-right: 10px;
    border-radius: 50%;
}
/*  */
.ulDepth_2Set {
    font-size: 14px;

}
.ulDepth_2 {
    margin: 8px 0;
    font-size: 14px;
}
.ulDepth_2 li{
    padding-left: 15px;
    position: relative;
}
.ulDepth_2 li::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 12px;
    left: 3px;
    width: 6px;
    height: 1px;
    background-color: #444;;
    margin-right: 10px;
}
.ulDepth_2_2 {
    font-size: 14px;
}
.ulDepth_2_2 li {
    padding: 0;
}
.ulDepth_2_2 li::before {
    display: none;
}

.ulDepth_3 li::before {
    display: none;
}
.ulDepth_4 {
    margin: 10px 0 18px 0;
}
.ulDepth_5_star li {
    position: relative;
    margin-left: 10px !important;
}
.ulDepth_5_star li::before {
    content: "*" !important;
    top: 5px !important;
    left: -10px !important;
}
.ulDepth_5 li {
    margin-left: 20px;
}
.ulDepth_5 li {
    position: relative;
}
.ulDepth_5 li::before {
    position: absolute;
    top: 0;
    left: -20px;
}
.ulDepth_6 {
    margin-left: 30px;
}
.ulDepth_6 li {
    padding-left: 5px;
}
.ulDepth_5>li:nth-child(1):before {
    content: "¨ç";
}
.ulDepth_5>li:nth-child(2):before {
    content: "¨è";
}
.ulDepth_5>li:nth-child(3):before {
    content: "¨é";
}
.ulDepth_5>li:nth-child(4):before {
    content: "¨ê";
}
.ulDepth_5>li:nth-child(5):before {
    content: "¨ë";
}
.ulDepth_5>li:nth-child(6):before {
    content: "¨ì";
}
.ulDepth_5>li:nth-child(7):before {
    content: "¨í";
}
.ulDepth_5>li:nth-child(8):before {
    content: "¨î";
}
.ulDepth_5>li:nth-child(9):before {
    content: "¨ï";
}
.ulDepth_5>li:nth-child(10):before {
    content: "¨ð";
}
/*  */
.ulDepth1_num>li {
    margin-bottom: 5px;
    position: relative;
    padding-left: 20px;
}
.ulDepth1_num>li:last-child {
    margin-bottom: 0px;
}
.ulDepth1_num>li::before {
    position: absolute;
    top: 0;
    left: 0;
}
.ulDepth1_num>li:nth-child(1):before {
    content: "01.";
}
.ulDepth1_num>li:nth-child(2):before {
    content: "02.";
}
.ulDepth1_num>li:nth-child(3):before {
    content: "03.";
}
.ulDepth1_num>li:nth-child(4):before {
    content: "04.";
}
.ulDepth1_num>li:nth-child(5):before {
    content: "05.";
}
.ulDepth1_num>li:nth-child(6):before {
    content: "06.";
}
.ulDepth1_num>li:nth-child(7):before {
    content: "07.";
}
.ulDepth1_num>li:nth-child(8):before {
    content: "08.";
}
.ulDepth1_num>li:nth-child(9):before {
    content: "09.";
}
.ulDepth1_num>li:nth-child(10):before {
    content: "10.";
}
.ulDepth1_num>li:nth-child(11):before {
    content: "11.";
}
.ulDepth1_num>li:nth-child(12):before {
    content: "12.";
}

.ulDepth2_line>li {
    /* margin-bottom: 5px; */
    position: relative;
    padding-left: 15px;
    margin: 4px 0;
}
.ulDepth2_line>li::before {
    content: "";
    width: 5px;
    height: 1px;
    background-color: #444;
    position: absolute;
    top: 10px;
    left: 5px;
}
/*  */

.ulDepth0 {
    margin-top: 20px;
    margin-bottom: 60px;
}
.ulDepth0 li {
    padding-left: 36px;
    margin-bottom: 15px;
    position: relative;
}
.ulDepth0 li::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 13px;
    left: 20px;
    width: 6px;
    height: 1px;
    background-color: #444;;
    margin-right: 10px;
}

.table .ulDepth2>li{
    font-size: 14px;
    position: relative;
    padding-left: 15px;
}
.table .ulDepth2>li:last-child{
    margin-bottom: 30px;
}
.table .ulDepth1>li:last-child .ulDepth2>li:last-child{
    margin-bottom: 0px;
}
.table .ulDepth2>li::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 12px;
    left: 0;
    width: 6px;
    height: 1px;
    background-color: #444;;
    margin-right: 10px;
}


.table .ulDepth1>li {
    position: relative;
    margin-bottom: 3px;
}
.table .ulDepth1>li:last-child {
    margin-bottom: 0px;
}
.table .ulDepth1>li::before {
    content: "";
    width: 4px;
    height: 4px;
    background-color: #aaa;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    top: 12px;
    left: -15px;
}
.table .ulDepth1>li.red::before {
    background-color: #d72525;
}
/* form */

input {
    font-family: 'Noto Sans KR', sans-serif;
}
input[type=submit] {
    cursor: pointer;
}
input[type=text] {
    border: 1px solid #ddd;
    padding: 0 7px;
    font-size: 14px;
    /* -webkit-border-radius:0;  */
	-webkit-appearance:none;
    height: 30px;
    box-sizing: border-box;
}
input::placeholder {
    color: #444;
}
select {
    font-family: 'Noto Sans KR', sans-serif;
    cursor: pointer;
    border: 1px solid #ddd;
    height: 27px;
    padding: 0 0 0 7px;
    font-size: 12px;
    background-color: white;
    color: #444;
}

label input[type=radio] {
    margin-right: 10px;
}
em {
    color: #003586;
    font-style: normal;
    font-weight: 500;
}
i {
    color: #003586;
    font-style: normal;
    font-size: 15px;
}
/* Å¬·¡½º */
.clear {
  clear: both;
}
.con_num {
    position: relative;
    margin-top: 30px;
}

.con_num a {
    font-size: 36px;
    font-weight: bold;
    display: block;
    text-align: center;
    margin-bottom: 10px;
}
.con_num span {
    display: block;
    font-size: 16px;
    text-align: center;
}
.textRed {
    color: #f24724 !important;
}
.textRed_dark {
    color: #cc2200 !important;
}
.textWhiteBlue {
    color: #b3e5fc !important;
}
.textLightBlue {
    color: #137fd2 !important;
}
.textBlue {
    color: #003586 !important;
}
.textBlue2 {
    color: #101adf !important;
}
.textBlue3 {
    color: #4d53bd !important;
}
.text222 {
    color: #222 !important;
}
.text444 {
    color: #444 !important;
}
.text666 {
    color: #666 !important;
}
.text444 li {
    color: #444 !important;
}
.textWhite  { color: #fff !important;}
.textYellow { color: #FFCC00 !important;} 
.slogan {
    padding: 30px;
    font-size: 20px;
    background-color: #f9fcff;
    text-align: center;
}
.bold {
    font-weight: 500;
}
.inner {
    box-sizing: border-box;
    position: relative;
    /* margin: 0 15px; */
    margin: 0 5.3%;
}
.italic {
    font-style: italic;
}
.sub .sub_inner {
    box-sizing: border-box;
    /* margin: 0 15px; */
    margin: 0 5.3%;
}
/* 2022.05.03 */
.blind {
    overflow: hidden;
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    text-indent: -9999px;
    clip: rect(0 0 0 0);
}
.mobile375 {
    display: none !important;
}
.desktop {
    display: none !important;
}
.desktop768 {
    display: none;
}
.desktop1280 {
    display: none;
}
.desktop_inlineBlock {
    display: none !important;
}
.btn {
    display: inline-block;
    font-family: 'Noto Sans KR', sans-serif;
    height: 27px;
    line-height: 24px;
    border: 1px solid #ddd;
    background-color: white;
    border-radius: 15px;
    padding: 0 35px 0 15px;
    font-size: 12px;
    color: #444;
    position: relative;
    box-sizing: border-box;
    /* letter-spacing: -1px; */
}

.btn2 {
  display: block;
  border-radius: 3px;
  border: 1px solid #002763;
  color: #003586;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
  padding: 0;
  height: 27px;
  line-height: 27px;
  box-sizing: border-box;
}
.btn2::after {
  content: "";
  width: 5px;
  height: 10px;
  margin-left: 5px;
  display: inline-block;
  background-image: url("../images/btn_arrow_blue.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  top: 1px;
}

.btn3 {
    display: inline-block;
    font-family: 'Noto Sans KR', sans-serif;
    position: relative;
    box-sizing: border-box;
	width: 100%;
    padding: 0 10px;
}

.btn3::after {
    content: "";
    position: absolute;
    top: 0;
    right: 15px;
    width: 5px;
    height: 100%;
    background-image: url("../images/btn_arrow.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: center;
}
.btn3 a:hover {
    color: #137fd2 !important;
	font-weight:bold;
}
.btn1 {
    padding: 0 20px 0 20px;
}
.btn1 strong {
    color: #101adf;
}
.btn1::after {
    display: none;
}
.btn::after {
    content: "";
    position: absolute;
    top: 0;
    right: 15px;
    width: 7px;
    height: 100%;
    background-image: url("../images/btn_arrow.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: center;
}
.btn:hover {
    background-color: #137fd2;
    color: white;
}

.btn:hover::after {
    background-image: url("../images/btn_arrow_white.png");
}
.submit {
    border: 1px solid #002763;
    background-color: #003586;
    color: white;
    -webkit-border-radius:0;
	-webkit-appearance:none;
    font-size: 14px;
    border-radius: 3px;
    font-weight: bold;

}
.submit:hover {
    background-color: #137fd2;
}

.float_left {
    float: left;
}
.float_right {
    float: right;
}
.float_right::after {
    content: "";
    display: block;
    clear: both;
}
.imgSample {
    margin: 10px 0;
}
.ulDepth_8 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.ulDepth_8 li {
    position: relative;
    padding-left: 12px;
    margin-bottom: 10px;
}
.ulDepth_8 li:last-child {
    margin-bottom: 0;
}
.ulDepth_8 li::before {
    content: "-";
    position: absolute;
    left: 0;
}
.content_text1 {
    font-size: 14px;
    padding-left: 27px;
    position: relative;
    margin-bottom: 7px;
}
.content_text1::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 5px;
    width: 5px;
    height: 5px;
    background-color: #666;
    border-radius: 50%;
}
.textUl {
    position: relative;
    margin-left: 27px;
    padding-left: 15px;
    margin-bottom: 10px;
}
.textUl>li {
    position: relative;
    line-height: 22px;
}
.textUl1>li::before {
    content: "-";
    position: absolute;
    top: 0;
    left: -12px;
}
.content_textUl {
    /* margin-top: 6px; */
}
.content_textUl>li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 11px;
}
.content_textUl>li:last-child {
  margin-bottom: 0;
}
.content_textUl>li::before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #666;
    position: absolute;
    top: 8px;
    left: 8px;
}
.textUl_2 {
    padding-left: 20px;
}
.textUl_2>li {
    position: relative;
}
.textUl_2>li::before {
    content: "¡Ø";
    margin-right: 5px;
    position: absolute;
    top: 0;
    left: -20px;
}
.textUl_2>li:last-child {
    margin-bottom: 10px;
}

.textUl_3 {
    padding-left: 20px;
}
.textUl_3>li {
    list-style: decimal;
    line-height: 32px;
}
.textUl_3>li:last-child {
    margin-bottom: 10px;
}

.textUl_4 {
    font-size: 14px;
    padding-left: 25px;
}
.textUl_4>li {
    font-weight: bold;
    /* list-style: decimal;
    line-height: 32px; */
}
.textUl_4>li:last-child {
    /* margin-bottom: 10px; */
}
.textUl_4 .content_text3 {
    padding-left: 35px;
    margin-top: 10px;
}

.textUl2 {
    padding-left: 20px;
}
.textUl2>li {
    position: relative;
}
.textUl2>li::before {
    content: "¡Ø";
    position: absolute;
    left: -20px;
    margin-right: 10px;
}
.textUl3 {
    padding-left: 0px;
}
.textUl3>li{
    color: #222;
}
.textUl3 .content_text3 {
    padding-left: 15px;
}
.textUl3 .content_text3 li {
    margin-bottom: 0px;
}
.content_text2 {
    padding-left: 27px;
    position: relative;
    margin-bottom: 5px;
}
.content_text3_ {
    font-size: 15px;
}
.content_text3 {
    padding-left: 45px;
    font-size: 14px;
    font-weight: normal;
    line-height: 25px !important;
}
.policy .content_text3 {
  padding-left: 20px;
  color: #444;
  font-size: 12px;
  line-height: 18px !important;
}
.content_text3>li {
    position: relative;
    margin-bottom: 10px;
}
.content_text3>li::before {
    content: "-";
    position: absolute;
    top: 0;
    left: -15px;
}
.policy img {
  margin-bottom: 15px;
}
.content_text4 {
    /* padding-left: 45px; */
    /* font-size: 15px; */
    /* line-height: 25px; */
    padding-left: 47px;
}
.content_text4 li {
    position: relative;
    margin-bottom: 10px;
}
.content_text4 li::before {
    content: "¡Ø ";
    position: absolute;
    top: 0;
    left: -20px;
}
.content_text5 {
    position: relative;
    margin-left: 45px;
}
.content_text5::before {
    content: "-";
    position: absolute;
    left: -15px;
}
.content_text6 {
    position: relative;
    margin-left: 75px;
}
.content_text6>li::before {
    content: "¡æ";
    position: absolute;
    left: -25px;
}

.font_14 {
    font-size: 14px !important;
    line-height: 26px;
}
.font_16 {
    font-size: 16px !important;
}
.font_22  {font-size: 22px !important;}
.font_24  {font-size: 24px !important;}
.font_28  {font-size: 28px !important;}
.font_30  {font-size: 30px !important;}

.list_no {
    margin-left: -15px;
}
.list_no2 {
    margin-left: 0px !important;
    line-height: 26px !important;
}
.list_no::before {
    content: "" !important;
    display: none !important;
}
.lineLight26 {
    line-height: 26px !important;
}
.lineLight25 {
    line-height: 25px !important;
}

.padding_left0 {
    padding-left: 0px;
}
.padding_left10 {
    padding-left: 10px;
}
.padding_left20 {
    padding-left: 20px;
}
.padding_left35 {
    padding-left: 35px;
}
.padding_top_10{
	padding-top: 10px !important;	
}
.padding_top_20{
	padding-top: 20px !important;	
}
.margin_leftM25 {
    margin-left: -25px !important;
}
.margin_leftM20 {
    margin-left: -20px !important;
}
.margin_left0 {
    margin-left: 0px !important;
}
.margin_left10 {
    margin-left: 10px !important;
}
.margin_left15 {
    margin-left: 15px !important;
}
.margin_left27 {
    margin-left: 27px !important;
}

.margin_left10 {
    margin-left: 10px !important;
}
.margin_left20 {
    margin-left: 20px !important;
}
.margin_left30 {
    margin-left: 30px !important;
}
.margin_left50 {
    margin-left: 50px;
}
.margin_right0 {
  margin-right: 0px;
}
.margin_right10 {
    margin-right: 10px;
}
.margin_right20 {
    margin-right: 20px;
}
.margin_top_0 {
    margin-top: 0px;
}
.margin_top_10 {
    margin-top: 10px !important;
}
.margin_top_15 {
    margin-top: 15px !important;
}
.margin_top_20 {
    margin-top: 20px;
}
.margin_top_30 {
    margin-top: 30px !important;
}
.margin_top_40 {
    margin-top: 40px !important;
}
.margin_top_50 {
    margin-top: 50px !important;
}
.margin_top_70 {
    margin-top: 70px !important;
}
.margin_top_80 {
    margin-top: 80px !important;
}
.margin_top_90 {
    margin-top: 90px !important;
}
.margin_top_100 {
    margin-top: 100px !important;
}
.margin_top_150 {
    margin-top: 150px !important;
}

.margin_bottom_0 {
    margin-bottom: 0px !important;
}
.margin_bottom_10 {
    margin-bottom: 10px;
}
.margin_bottom_20 {
    margin-bottom: 20px;
}
.margin_bottom_30 {
    margin-bottom: 30px;
}
.margin_bottom_60 {
    margin-bottom: 60px;
}
.text_center {
    text-align: center !important;
}
.text_center .btn1 {
    margin-top: 20px;
}
.text_left {
    text-align: left !important;
}
.text_right {
    text-align: right !important;
}

footer h2 {
    display: none;
}

/* header --------------------------------------------- */
header {
    background-color: #137fd2;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
}


header h1 a {
    height: 100%;
    margin: 0 auto;
}



/* search --------------------------------------------- */
#search {
    padding: 36px 0 36px 0;
    position: fixed;
    width: 100%;
    top: 120px;
    left: 0;
    background-color: #0097dc;
    box-sizing: border-box;
    text-align: center;
    display: none;
}
#search form #text {
    background-color: transparent;
    border: none;
    border-bottom: 2px solid white;
    width: 600px;
    padding-bottom: 10px;
    font-size: 18px;
    color: white;
}
#search form input::placeholder {
    color: white;
}
#search form #submit {
    position: relative;
    left: -25px;
    border: none;
    width: 20px;
    height: 20px;
    background-image: url("../images/icon_search_small.png");
    background-color: transparent;
}
#search form #submit:hover {
    background-image: url("../images/icon_search_small_black.png");
}


/* footer --------------------------------------------- */
footer {
    background-color: #f9f9f9;
    padding: 0 0 30px 0;
    line-height: 19px;
}

/* footMenuSet */
footer #footMenuSet {
    background-color: #4a506b;
    height: 45px;
    line-height: 45px;
    position: relative;
}
footer #footMenuSet #footMenu {
    font-size: 14px;
}
footer #footMenuSet #footMenu li {
    display: inline-block;
    margin-right: 15px;
}
footer #footMenuSet #footMenu li a {
    color: white;
}
footer #footMenuSet #footMenu li a:hover {
    color: #ccc;
}


footer  #footMenuSet #snsSet  {
  margin-top: 20px;
  margin-bottom: 15px;
    /* position: absolute;
    top: 102px;
    right: 0; */
}
footer #footMenuSet #snsSet li {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-left: 2px;
    border-radius: 50%;
}
footer #footMenuSet #snsSet li a {
    display: block;
    height: 100%;
    background-size: contain;
}

footer #snsSet li:nth-child(1) a {
    background-image: url("../images/sns_youtube.png");
}
footer #snsSet li:nth-child(2) a {
    background-image: url("../images/sns_instagram.png");
}
footer #snsSet li:nth-child(3) a {
    background-image: url("../images/sns_facebook.png");
}



footer p {
    margin: 0;
}

/* foot_site siteList */
footer #foot_site {
    color: #222;
    padding: 0;
    width: 137px;
    height: 25px;
    border-bottom: 1px solid #222;
    text-align: left;
    position: absolute;
    top: -40px;
    right: 0;
    cursor: pointer;
}
footer #foot_site h3 {
    font-size: 12px;
    font-weight: normal;
}
footer #foot_site:hover h3 {
    color: #137fd2;
}
footer #foot_site ul {
    display: none;
}
footer #foot_site::before, footer #foot_site::after {
    content: "";
    position: absolute;
    top: 11px;
    right: 0;
    width: 10px;
    height: 2px;
    background-color: #222;
    transition: all .3s;
}
footer #foot_site::after {
    transform: rotate(90deg);
}
footer #foot_site.active::after {
    transform: rotate(0);
}
footer #foot_site.active ul {
	position: absolute;
	bottom: 50px;
    display: block;
    padding: 3px 9px;
    border: 1px solid #222;
    position: relative;
    bottom: 368px;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    background-color: white;
}
footer #foot_site.active ul li {
    margin-bottom: 4px;
}
footer #foot_site.active ul li a {
    font-size: 12px;
    color: #444;
}
footer #foot_site.active ul li a:hover {
    color: #0071c7;
}


footer #siteList:hover {
    /* border: 1px solid #003686;
    background-color: #003686;
    color: #fff; */
}
footer #siteList::after {
    /* content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    top: 8px;
    right: 10px;
    background-image: url("../images/icon_plus_light.png"); */
}
footer #siteList:hover::after {
    background-image: url("../images/icon_plus_white.png");
}

/* tel */
footer #tel {
    font-size: 14px;
}
footer #tel h3 {
    font-size: 14px;
    margin-top: 65px;
    margin-bottom: 13px;
    color: #0071c7;
}
footer #tel strong a {
    /* font-size: 16px; */
    /* margin-top: 20px; */
}
footer #tel small {
    display: block;
    font-size: 14px;
    margin-bottom: 16px;
}
footer #tel {
    /* margin: 5px 0 20px 0;
    font-size: 17px;
    line-height: 20px; */
}
footer #tel a {
    /* font-weight: bold;
    color: #0097db !important; */
}
footer #tel small {
    /* font-size: 13px;
    letter-spacing: -1px; */
}
/* copyright */
footer #copyright {
    /* font-size: 14px; */
}
footer address {
    font-style: normal;
    font-size: 13px;
    color: #666;
    text-align: center;
    margin-top: 24px;
    letter-spacing: -0.05px;
}
footer address h3 {
    display: none;
}
#examIntroTable td {
    text-align: center;
}
#examIntroTable td:nth-child(3) {
    text-align: left;
}
#examIntroTable2 td:nth-child(1) {
    text-align: center;
}
#examIntroTable3 td {
    text-align: center;
}
.block {
    display: block;
}
@media screen and (min-width: 375px) {
    /* footer #siteList {
        padding: 0 20px;
        width: 220px;
    } */
    footer #siteList::after {
        right: 15px;
    }
    .mobile375 {
        display: inline-block !important;
    }
	
	footer #footMenuSet #footMenu {
        font-size: 10px;
    }
	
    footer #footMenuSet #footMenu li:last-child {
        margin-right: 0 !important;
    }
}

@media screen and (min-width: 414px) {
    .inner {
        margin: 0 23px;
    }
    .sub .sub_inner {
        margin: 0 23px;
    }
    footer #tel small {
        font-size: 15px;
    }
	 footer #footMenuSet #footMenu {
        font-size: 12px;
    }
}

@media screen and (min-width: 425px) {

}

@media screen and (min-width: 768px) {
    .inner {
        margin: 0 40px;
    }
    .sub .sub_inner {
        margin: 0 40px;
    }
    .desktop768 {
        display: block;
    }
}

@media screen and (min-width: 1024px) {
  /* header */
    .mainWrap .header.subHeader.on {
      /* position: fixed; */
      /* z-index: 1000; */
      /* height: 130px;
      border-bottom: 1px solid #ddd; */
      background-color: #137fd2;
    }
    .mainWrap .header.subHeader.on {
      height: 100px;
    }
    .mainWrap .header.subHeader {
      position: fixed;
      /* z-index: 1000; */
      height: 130px;
      border-bottom: 1px solid #ddd;
      background-color: white;
      transition: all .5s;
    }

    .mainWrap .subHeader .inner {
      width: 100%;
      max-width: 1280px;
      position: relative;

    }
    .mainWrap #subHeader .inner {
      width: 100%;
      max-width: 1280px;
      height: 0;
      position: relative;
    }
    .mainWrap .subHeader.header .headerLogo {
      /* border: 1px solid red; */
      /* width: 22%; */
      max-width: 270px;
      height: 30px;
      float: left;
      margin-top: 65px;
      position: relative;
      /* transition: all .5s; */
    }
    .mainWrap .subHeader.header.on .headerLogo {
      margin-top: 35px;
    }
    .subHeader#header h1 a {
      cursor: pointer;
      width: 100%;
      height: 30px;
      display: block;
      background: url("../images/logo_desktop.png") !important;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
    }
    .subHeader#header.on h1 a {
      background: url("../images/logo_desktop_white.png") !important;
    }
    #subHeader .gnbSrchForm {
      margin-top: 119px;
      position: relative;
      z-index: 1000;
    }



    #subHeader.gnbWrap .gnbSubGroup   { top: 120px;  }
    #subHeader.gnbWrap .gnbSubGroup .gnbDep2 {
      position: relative;
      z-index: 10001;
    }
    #subHeader.gnbWrap .gnbSubGroup::before {
      content: "";
      position: absolute;
      top: 0;
      left: 50%;
      height: 100%;
      width: 100vw;
      margin-left: -50vw;
      border-bottom: 2px solid #ddd;
      background-color: white;
    }
    #subHeader.gnbWrap.on .gnbDep1 .dep1 > a {
      color: white;
      padding-bottom: 20px;
    }
    #subHeader.gnbWrap .gnbDep1 .dep1 > a {
      color: #222;
      padding-bottom: 32px;
      border-bottom: 4px solid transparent;
      transition: all .5s;
    }

    #subHeader.gnbWrap .gnbDep1 .dep1:hover > a {
      color: #003586;
    }
    #subHeader.gnbWrap .gnbDep1 .dep1 > a:hover {
      color: #003586;
    }

    #subHeader.gnbWrap .gnbDep1 .dep1 > a:hover::after {
      display: none;
    }
    .mainWrap .subHeader .headerUtil {
      top: 0;
    }
    .mainWrap .subHeader .headerUtil.on {
      display: none !important;
    }
    .mainWrap .subHeader .headerUtil a {
      color: #222;
    }
    .mainWrap .subHeader .headerUtil a:hover {
      color: #137fd2;
    }
    #subHeader.gnbWrap .btnSrchToggle {
      width: 21px;
      height: 21px;
      background: url("../images/icon_zoom_small_black.png");
      margin: 0;
      float: right;
      margin-top: 60px;
      margin-right: 3%;
      background-repeat: no-repeat;
    }
    #subHeader.gnbWrap .btnSrchToggle:hover {
      background: url("../images/icon_zoom_small_blue.png");
    }
    #subHeader.gnbWrap.on .btnSrchToggle.on {
      background: url("../images/icon_close_black.png");
    }
    #subHeader.gnbWrap .btnSrchToggle.on {
      background: url("../images/icon_close_black.png");
    }
    #subHeader.gnbWrap .btnSrchToggle.on:hover {
      background: url("../images/icon_close_black.png");
    }
    #subHeader.gnbWrap.on .btnSrchToggle {
      margin-top: 58px;
      background: url("../images/icon_zoom_small_white.png");
    }
    #subHeader.gnbWrap .btnSrchToggle:hover {
      background: url("../images/icon_zoom_small_blue.png");
    }

    #subHeader.gnbWrap .btnAllMenu {
      width: 20px;
      height: 18px;
      background: url("../images/icon_totalMenu_black.png");
      margin: 0;
      margin-top: 62px;
      position: absolute;
      top: 0;
      right: 25px;
    }
    #subHeader.gnbWrap .btnAllMenu:hover {
      background: url("../images/icon_totalMenu_over.png");
    }
    #subHeader.gnbWrap.on .btnAllMenu {
      background: url("../images/icon_totalMenu_white2.png");
      margin-top: 60px;
    }
    #subHeader.gnbWrap.on .btnAllMenu:hover {
      background: url("../images/icon_totalMenu_black.png");
    }
    #subHeader.gnbWrap .gnbDep1 {
      display: block;
      float: left !important;
      width: auto;
      height: 0;
      /* border: 1px solid red; */
      /* padding-left: 330px; */
      /* padding-top: 65px; */
      /* margin-top: 65px; */
      /* margin-left: 210px;  */
      /* margin-left: 25%; */
      margin-left: 25%;
      transition: all .5s;

    }
    #subHeader.gnbWrap.on .gnbDep1 {
      /* margin-top: 35px; */
    }
    #subHeader.gnbWrap {
      /* top: 140px; */
      margin-top: -120px !important;
    }

    #subHeader.gnbWrap {
      top: 130px;
      height: 0;
      position: fixed;
      width: 100%;
      /* border: 1px solid red; */
    }
    #subHeader.gnbWrap.on {
      margin-top: -150px !important;
    }
    #subHeader.gnbWrap.on .gnbDep1 .gnbSubGroup {
      /* top: 100px; */
      top: 120px;
    }
    #subHeader.gnbWrap .gnbDep1 .dep1.on .gnbSubGroup {
      display: block;
      /* border: 1px solid red !important; */
    }
    #subHeader.gnbWrap .gnbDep1 .dep1 {
      /* border: 1px solid blue; */
      display: inline-block;
      padding: 0;
      height: 100px;
      margin-right: 20px;
   
    }
    #subHeader.gnbWrap .gnbDep1 .dep1:last-child {
      margin-right: 0;
    }
    #subHeader.gnbWrap .gnbDep1 .dep1 > a {
      /* line-height: unset; */
      font-size: 16px;
     line-height: 100px;
    }

    .gnbWrap_v2 {
        /* margin-top: 0 !important; */
    }

    body {
        font-size: 20px;

    }

    .font16 {
        font-size: 16px;
    }


    .mobile {
        display: none;
    }
    .desktop {
        display: block !important;
    }
    .desktop_inlineBlock {
        display: inline-block !important;
    }
    .btn {
        height: 36px;
        font-size: 16px;
        line-height: 34px;
        border-radius: 20px;
        box-sizing: border-box;
    }



    /* footer --------------------------------------------- */
    footer {
        padding: 0 0 40px 0;
    }

    footer #footMenuSet {
        background-color: #163c5a;
        height: 70px;
        line-height: 70px;
    }
    footer #footMenuSet #footMenu {
        font-size: 20px;
    }
    footer #footMenuSet #footMenu li {
        margin-right: 44px;
    }
    footer  #footMenuSet #snsSet  {
      position: absolute;
      top: -8px;
      right: 0;
    }
    #foot_site .footlogo {
      text-align: left;
      padding:0;
      margin-top: 35px;
    }
    #foot_site .footlogo img {
      width: 145px;
    }
    #foot_site .footlogo p {
      font-size: 14px;
      line-height: 19px;
      text-align: left;
      float: unset;
    }
    footer #footMenuSet #snsSet li {
        width: 40px;
        height: 40px;
    }
    /* foot_site */
    footer #foot_site {
        width: 250px;
        height: 34px;
        /* line-height: 48px; */
        top: -15px;
        /* top: 22px; */
    }
    footer #foot_site h3 {
        font-size: 18px;
    }
    footer #foot_site::before, footer #foot_site::after {
        /* top: 25px; */
        width: 14px;
    }

    footer #foot_site.active ul {
    	position: absolute;
        bottom: 50px;
        padding: 15px 20px;
    }
    /* siteListSet */
    footer #siteListSet {
        text-align: right;
        position: absolute;
        top: 140px;
        right: 110px;
    }
    footer #foot_site.active ul li {
        margin-bottom: 9px;
    }
    footer #foot_site.active ul li:last-child {
        margin-bottom: 5px;
    }

    footer #foot_site.active ul li a {
        font-size: 16px;
    }


    footer #siteListSet li {
        display: inline-block;
        /* margin-left: 22px; */
    }
    footer #siteListSet li a {
        display: block;
        height: 50px;
        background-repeat: no-repeat;
        background-position: center;
    }
    footer #siteListSet li:nth-child(1) a {
        width: 82px;
        background-image: url("../images/siteListSet_wa.png");
    }
    footer #siteListSet li:nth-child(2) a {
        width: 60px;
        background-image: url("../images/siteListSet_clean.png");
    }
    /* ???? ????
       footer #siteListSet li:nth-child(2) a {
        width: 43px;
        background-image: url("../images/siteListSet_good.png");
    } */

    footer h2 {
        margin-top: 38px;
    }
    footer h2 a {
        display: block;
        width: 283px;
        height: 24px;
        background-image: url("../images/logo.png");
    }

    footer address {
        color: #444;
        font-size: 16px;
        text-align: left;
    }
    p {
        line-height: 27px;
        /* letter-spacing: -1px; */
    }
    table th {
        height: 43px;
    }
    .table td {
        padding: 8px 40px;
        height: 43px;
    }
    .text_center .btn1 {
        margin-right: 20px;
        margin-top: 0px;
    }
    .text_center .btn1:last-child {
        margin-right: 0px;
    }
    .content_text3 {
        font-size: 16px !important;
    }
    .content_text3_ {
        font-size: 16px !important;
    }
    i {
        color: #003586;
        font-style: normal;
        font-size: 16px;
        line-height: 26px;
    }
    .etc {
        font-size: 16px;
    }
    .etc2 {
        font-size: 16px;
    }
    .etc3 {
        font-size: 18px;
    }
    .con_num>div {
        position: absolute;
        top: -125px;
        right: 0;
    }
    .content_text1 {
        font-size: 18px;
    }
    .content_text1::before {
        top: 15px;
    }
    .textUl>li {
        line-height: 32px;
    }
    .etc4 {
        font-size: 16px;
    }
    .ulDepth_8 {
        font-size: 16px;
        /* line-height: 32px; */
    }
    input[type=text] {
        font-size: 18px;
    }
    table caption {
        font-size: 18px;
    }
    .textUl_4 {
        font-size: 16px;
    }
    .content_text3 {
        font-size: 15px;
    }
    select {
        font-size: 14px;
        height: 32px;
    }
    .etc {
        font-size: 16px;
    }
    .btn2 {
      display: inline-block;
      height: 32px;
      line-height: 32px;
      font-size: 14px;
      padding: 0 10px;
      margin-top: 60px;
      margin-left: 10px;
    }
    .btn2::after {
      margin-left: 10px;
      width: 6px;
      height: 9px;
      background-image: url("../images/btn_arrow_blue_pc.png");
    }
    .content_textUl>li::before {
      width: 4px;
      height: 4px;
      top: 15px;
      left: 6px;
    }
    .content_textUl>li {
      padding-left: 29px;
    }
    .policy .content_text3 {
      line-height: 26px !important;
    }
    .policy img {
      margin-top: 30px;
      margin-bottom: 50px;
    }

}
@media screen and (min-width: 1100px) {
  #subHeader.gnbWrap .gnbDep1 {
    margin-left: 27%;
    margin-top: 20px;
  }
}
@media screen and (min-width: 1200px) {
  #subHeader.gnbWrap .gnbDep1 .dep1 > a {
    font-size: 19px;
    line-height: 100px;
  }
  #subHeader.gnbWrap .gnbDep1 {
    margin-left: 26%;
  }
}



@media screen and (min-width: 1280px) {
    #subHeader.gnbWrap .gnbDep1 {
      margin-left: 27.5%;
      /* border: 1px solid red; */
      box-sizing: border-box;
     margin-top:20px
    }

    .mainWrap .subHeader.header .headerLogo {
      /* border: 1px solid red; */
      /* width: 270px; */
    }
    #subHeader.gnbWrap .gnbDep1 .dep1 > a {
      font-size: 20px;
      line-height: 100px;
    }
    .bgNo {
        background-image: none !important;
    }
    .content_text2 {
        /* letter-spacing: -1px; */
    }
    .inner {
        width: 1230px;
        margin: 0 auto;
    }
    .desktop1280 {
        display: block;
    }

    .sub .sub_inner {
        margin: 0;
    }


    footer {
        height: 355px;
        box-sizing: border-box;
    }
    footer address {
        position: absolute;
        top: -25px;
        left: 310px;
        line-height: 28px;
    }
    footer address h3 {
        font-size: 18px;
        display: block;
    }
    footer #tel {
        position: absolute;
        left: 310px;
        top: 95px;
    }
    footer #tel p.time  { font-size: 22px; font-weight: 200 !important; line-height: 35px }
    footer #tel h3 {
        font-size: 18px;
        margin-bottom: 0px;
    }
    footer #tel strong {
        font-size: 24px;
        font-weight: 200;
    }
    footer #tel small {
        font-size: 16px;
        margin-top: 7px;
    }
    footer #tel>div {
        display: flex;
        gap: 30px;
        margin-top: 15px;
    }
    #examIntroTable td:nth-child(1) {
        padding: 8px 20px;
    }
    #examIntroTable td:nth-child(2) {
        width: 180px;
        padding: 8px 20px;
    }
    #examIntroTable td:nth-child(3) {
        width: 600px;
    }
    #examIntroTable2 td:nth-child(1) {
        width: 140px;
        padding: 8px 20px;
    }
    #examIntroTable3 td {
        padding: 8px 20px;
    }
    #examIntroTable3 td:nth-child(1) {
        width: 140px;
    }
    #examIntroTable3 td:nth-child(2) {
        width: 490px;
    }
    footer #footMenuSet #snsSet li {
        margin-left: 6px;
    }
    footer #tel h3 {
        margin-top: 12px;
    }
    footer #foot_site {
        top: 0px;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #subHeader.gnbWrap .gnbDep1 {
    /* margin-left: 330px;  */
    margin-left: 25%;
    /* border: 1px solid blue; */
    box-sizing: border-box;
  }
}


/*°øÅë*/
.grid_w33            {width: 33.35% !important;;}
.grid_w25            {width: 25% !important;;}
.bgcolor_hrdkM1      { background-color: #705daf !important;}
.bgcolor_hrdkM2      { background-color: #3c75df !important}
.bgcolor_hrdkM3      { background-color: #383eb3 !important;}
.bgcolor_hrdkM4      { background-color: #427298 !important;}
.bgcolor_red         { background-color: #ff0000 !important;}
.bgcolor_dgreen      { background-color: #117540 !important;}
.opacitybg_hrdkM1    { background-color: #f4f0ff !important;}
.opacitybg_hrdkM2    { background-color: #e9f0fd !important;}
.opacitybg_hrdkM3    { background-color: #e7e9ff !important;}
.opacitybg_hrdkM4    { background-color: #e5eaef !important;}

.border_hrdkM1        { border-color: #705daf !important;} 
.border_hrdkM2        { border-color: #3c75df !important;} 
.border_hrdkM3        { border-color: #383eb3 !important;} 
.border_hrdkM4        { border-color: #83aaca !important;} 

.color_hrdkM1         { color: #9d8fca !important;} 
.color_hrdkM2         { color: #0a8dfd !important;} 
.color_hrdkM3         { color: #383eb3 !important;} 
.color_hrdkM4         { color: #83aaca !important;} 
.color_white              { color: #ffffff !important;} 





/*******************************************************/
/*»çÀÌÁî¿Ü °øÅëÀ¸·Î »ç¿ëµÇ´Â ½ºÅ¸ÀÏÀº ¾Æ·¡¿¡ Ãß°¡ÇØ¼­ °ü¸®**/
/*******************************************************/

/*¼¼·Î·Î ³ª´µ´Â div Å©±â¸¦ µ¿ÀÏÇÏ°Ô À¯ÁöÇÏ±âÀ§ÇÑ class*/
.epGride  { width: 33.35% }
.spGride  { width: 33.35% }
.cgGride  { width: 33.35% }
.grid25p  { width: 25%;}
.grid50p  { width: 50%;}

/*°¡·Î·Î ³ª´µ´Â div Å©±â¸¦ µ¿ÀÏÇÏ°Ô À¯ÁöÇÏ±âÀ§ÇÑ class*/
.grid_h80  { height: 80px }
.grid_h100  { height: 100px }
.grid_h100  { height: 100px }
.grid_h120  { height: 120px }
.grid_h130  { height: 130px }
.grid_h140  { height: 140px }
.grid_h160  { height: 160px }
.grid_h180  { height: 180px }
.grid_h200  { height: 200px }

/*°Ô½ÃÆÇ¸®½ºÆ®-ÁøÇàÁß, ¿Ï·á ¹öÆ°(È­¸éÀÇ ¿¹:±¹¹ÎÀÇ ¼Ò¸®¹Ý¿µ °Ô½ÃÆÇ Âü°í)*/
.btn_etc { padding: 2px 10px; text-align: center; width: 50px; border-radius: 3px; font-size: 12px;
           background-color: #f8f8f8;
           display: inline-block;box-sizing: border-box; border: 1px solid #d8d8d8; }

